/*
Theme Name: Guitarify_SK
Theme URI: http://www.guitarify.com
Description: .
Author: John Baum
Author URI: http://www.jabaum.com
Version: 0.1.1
Tags: Framework
Template: hybrid

*
* Import pre-made styles from Hybrid
***********************************************
Eric Meyer's reset.css
@import url('../hybrid/library/css/reset.css');
18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these)
@import url('../hybrid/library/css/18px.css');
@import url('../hybrid/library/css/20px.css');
@import url('../hybrid/library/css/21px.css');
@import url('../hybrid/library/css/22px.css');
@import url('../hybrid/library/css/25px.css');
Holy Grail
@import url('../hybrid/library/css/holy-grail-fluid.css');
Plugins CSS
@import url('../hybrid/library/css/plugins.css');
Hybrid's default CSS
@import url('../hybrid/library/css/screen.css');
*
* Body
***********************************************
Contains everything*/
/*+clearfix {*/
#container:after, #footer-container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#container, #footer-container
{
	display: inline-block;
}
#container, #footer-container
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
BODY
{
	background-color: #000000;
	font-family: Arial;
	padding: 0;
	margin: 0;
}
A
{
	color: -webkit-link;
}
/*Wrapper for everything inside of the body*/
#body-container
{
	width: 1409px;
	/*+placement:margin-auto 0px 0px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
/**
* Elements
***********************************************
Hyperlinks*/
A:link
{
	text-decoration: none;
	color: #C97C00;
}
A:visited
{
	color: #963;
}
A:hover
{
	text-decoration: underline;
}
A:active
{
	text-decoration: underline;
	color: #9B9B9B;
}
/*Headers*/
H1
{
	margin: 0;
}
H2
{
	text-decoration: none;
	color: #8C8C8C;
	font-size: 1em;
}

H2 A:link
{
	text-decoration: none;
	color: #8C8C8C;
	font-size: 1em;
}
H3
{
}
H4
{
}
H5
{
}
H6
{
}
/*Text elements*/
STRONG
{
}
EM
{
}
CITE
{
}
ABBR
{
}
ACRONYM
{
}
SUP
{
}
SUB
{
}
ADDRESS
{
}
INS
{
}
DFN
{
}
DEL
{
}
/*Paragraphs*/
P
{
	font-size: 0.8em;
	margin-left: -3px;
	margin-top: 9px;
}
/*Unordered lists*/
UL
{
}
UL LI
{
}
/*Ordered lists*/
OL
{
}
OL LI
{
}
/*Defition lists*/
DL
{
}
DT
{
}
DD
{
}
/*Blockquotes*/
BLOCKQUOTE
{
}
BLOCKQUOTE BLOCKQUOTE
{
}
BLOCKQUOTE EM
{
}
/*Object*/
OBJECT
{
}
/*Code*/
CODE
{
}
PRE
{
}
PRE CODE
{
}
/*Tables*/
TABLE
{
}
CAPTION
{
}
TR
{
}
TH
{
}
TD
{
}
/*Forms*/
FORM
{
}
TEXTAREA
{
}

INPUT
{
}
LABEL
{
}
OPTION
{
}
/*Drop caps*/
.drop-cap
{
}
/*Notes*/
.note
{
}
/*Warnings/Alerts*/
.warning, .alert
{
}
/*Errors*/
.error
{
}
/*Downloads*/
.download
{
}
/*Alignment*/
.left, .alignleft
{
}
.right, .alignright
{
}
.center, .aligncenter
{
}
.block, .alignnone
{
}
.clear
{
}
/**
* Images
***********************************************
Normal images*/
IMG
{
	padding: 0px;
	margin: 10px 0;
}
A IMG
{
}
/*WP Smilies*/
IMG.wp-smiley
{
}
/*Thumbnails*/
.thumbnail
{
}
/*WP Captions [caption]*/
.wp-caption
{
}
.wp-caption IMG
{
}
.wp-caption P
{
}
/*Gallery [gallery]*/
.gallery
{
}
.gallery IMG
{
}
/*Avatars*/
.avatar
{
}
/**
* Header
***********************************************
Contains entire header*/
A IMG.header-rss
{
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 259px;
	margin-top: 41px;
	border: 0;
}
IMG.header-rss A
{
	border: none;
}

A IMG.top-banner
{
	position: relative;
	width: 600px;
	margin-right:auto;
	margin-left:330px;
	margin-top: 185px;
	border: 0;
}
#header-container
{
	background-color: #000000;
	background-image: url(images/guitarify_header.jpg);
	height: 636px;
	/*+placement:margin-auto 0px 0px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}
/*Contains site title and tagline*/
#header
{
}
/*Site title*/
#site-title
{
}
#site-title A
{
}
#site-title A SPAN
{
	display: none;
}
/*Site description/tagline*/
#site-description
{
	display: none;
}
/**
* Page navigation
***********************************************
Wrapper for navigation*/
#navigation
{
	height: 74px;
	margin-top: -318px;
	margin-left: -660px;
}
/*Page nav*/
#page-nav
{
	width: 517px;
	/*+placement:margin-auto;*/
	margin-left: auto;
	margin-right: auto;
	height: 0px;
	position: relative;
}
#page-nav UL
{
	height: 35px;
	/*[disabled]+placement:shift -62px 7px;*/
}
#page-nav LI
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	list-style-type: none;
	color: #FCF6E6;
}
#page-nav LI A
{
	text-decoration: none;
	list-style-type: none;
	color: #CBC8B7;
	font-family: Arial;
}
#page-nav LI.current_page_item
{
}
/**
* Containers below the header and navigation
***********************************************
Wrapper for the content and primary/secondary widget sections*/
/*[clearfix]*/#container
{
	background-image: url(images/guitarify_container_bgrd.jpg);
	background-repeat: repeat-y;
	margin-top: -46px;
	/* [disabled]min-height:834px;*/
}
/**
* Content
***********************************************
Contains site's main content*/
#content
{
	width: 560px;
	/*+placement:float-left;*/
	float: left;
	margin-left: 190px;
	position: relative;
	min-height: 600px;
	/*[empty]margin-top:;*/
}
/*Breadcrumb trail*/
.breadcrumb
{
}
/*Archive and search <div> before posts are listed*/
.author-info
{
}
.category-info
{
}
.date-info
{
}
.search-info
{
}
.tag-info
{
}
/*Posts*/
.post
{
	color: #303030;
	font-size: 0.9em;
}
A
{
	text-decoration: none;
	color: #963;
}
a:link.post
{
	text-decoration: none;
	color: #963;
}
/*Post, page, and archive titles*/
.entry-title
{
	text-decoration: none;
	color: #303030;
	font-size: 1.6em;
}
.single-title
{
}
.page-title
{
}
.attachment-title
{
}
.error-404-title
{
}
.author-title
{
}
.category-title
{
	font-size: 1.4em;
}
.date-title
{
}
.search-title
{
}
.tag-title
{
}
/*Author and date byline*/
.byline
{
}
/*Full entries*/
.entry-content
{
}
/*Excerpts (introduced in Hybrid 0.4)*/
.entry-summary
{
}
/*Using nextpage*/
P.pages A
{
}
/*More link more*/
A.more-link
{
}
/*Post meta data*/
.post-meta-data
{
}
/*Post series*/
.series
{
}
.series-title
{
}
/*Navigation links*/
.navigation-links
{
	width: 684px;
	margin-left: -59px;
	padding-left: 53px;
}
.navigation-links .previous
{
}
.navigation-links .next
{
	float:right;
	margin-right: 125px;
}
/*WP PageNavi (plugin)*/
.wp-pagenavi
{
}
.wp-pagenavi .pages
{
}
.wp-pagenavi .current
{
}
.wp-pagenavi .extend
{
}
.wp-pagenavi A
{
}
/*Attachment image navigation*/
.navigation-attachment
{
}
/**
* Comments template
***********************************************
Wrapper for entire comments area*/
#comments-template
{
}
/*Comments section headers/titles*/
.comments-header
{
}
#comments-number
{
}
/*Comments closed paragraph*/
P.comments-closed
{
}
/*Main comments section*/
#comments
{
}
#comments OL
{
}
/*Individual comments (note that WordPress has even/odd backwards)*/
#comments LI
{
}
#comments LI LI
{
}
#comments LI LI LI
{
}
#comments LI LI LI LI
{
}
#comments LI.even
{
}
#comments LI.odd
{
}
#comments LI.thread-even
{
}
#comments LI.thread-odd
{
}
#comments LI.author
{
}
#comments LI.trackback
{
}
#comments LI.pingback
{
}
/*Comment avatars*/
#comments .avatar
{
}
/*Comment meta data*/
#comments .comment-meta-data
{
}
#comments .comment-meta-data CITE
{
}
/*Comment text*/
#comments .comment-text
{
}
/*Paged comments navigation*/
#comments-template .paged-navigation
{
}
#comments-template .paged-navigation .page-numbers
{
}
#comments-template .paged-navigation .next
{
}
#comments-template .paged-navigation .prev
{
}
/*Main comment form div*/
#respond
{
}
/*Comment form title*/
#reply
{
}
/*Comment form elements*/
P#cancel-comment-reply
{
}
#respond FORM
{
}
#respond .form-author
{
}
#respond INPUT
{
}
#respond .form-email
{
}
#respond .form-url
{
}
#respond .form-textarea
{
}
#respond TEXTAREA
{
}
#respond .button
{
}
#respond .comment-action
{
}
/**
* Utility widget sections (see other widget code below)
***********************************************
All utility widget sections (except widgets template)*/
.utility
{
}
/*Before content*/
#utility-before-content
{
}
/*After content*/
#utility-after-content
{
	height: 56px;
	width: 1260px;
	/*+placement:margin-auto -190px 0px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -190px;
	top: 0px;
	/* [disabled]background-image:url(images/guitarify_container_btm.jpg);*/
}
/*After post but before comments*/
#utility-after-single
{
}
/*After page but before comments*/
#utility-after-page
{
}
/*Widgets page template widgets*/
.page-template-widgets #content .widget
{
}
/**
* Widget sections (Primary and Secondary)
***********************************************
Widgets in general*/
.widget
{
}
.widget-inside
{
}
.widget-title
{
}
/*Primary widget section*/
#primary
{
	width: 180px;
	position: relative;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: -45px;
	margin-left: 28px;
	margin-right: 8px;
}
#primary .widget
{
	padding-top: 20px;
	padding-bottom: 0px;
}
#primary .widget-inside
{
	color: #CCCCCC;
}
#primary .widget-title
{
	color: #E4E1BE;
}
#primary .widget UL
{
}
#primary .widget UL LI
{
	text-decoration: none;
}
/*Secondary widget section*/
#secondary
{
}
#secondary .widget
{
}
#secondary .widget-inside
{
}
#secondary .widget-title
{
}
#secondary .widget UL
{
}
#secondary .widget UL LI
{
}
/**
* Footer
***********************************************
Wrapper for the entire footer*/
/*[clearfix]*/#footer-container
{
	/*+placement:margin-auto 0px 0px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/guitarify_container_btm.jpg);
	/* [disabled]background-repeat:repeat-y;*/
	float: left;
	height: 56px;
}
/*Subsidiary widget section*/
#subsidiary
{
}
#subsidiary .widget
{
}
#subsidiary .widget-inside
{
}
#subsidiary .widget-title
{
}
/*Footer section*/
#footer
{
	padding: 12px 44px 40px 170px;
	/*[disabled]+placement:margin-auto 136px -7px;*/
	width: 1146px;
	/* [disabled]background-color:#D40707;*/
	background-image: url(images/guitarify_footer.jpg);
	background-repeat: repeat-y;
	margin-top: 54px;
}
.textwidget
{
	font-size: 10.1pt;
	margin-left: -3px;
}
/*Footer extra*/

#footer .textwidget
{
	color:#999;
}

#footer p
{
	color:#999;
}

#footer .copyright
{
}
#footer .credit
{
	font-size: 0.8em;
}
A.postthumb
{
	margin: 5px;
	padding: 0px;
}

