/* 
	Theme Name: howtolearnguitar.net
	Theme URL: http://howtolearnguitar.net/
	Description: Customised WordPress Theme
	Author: 
	Author URI: 
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #151414;
	background: #190201 url(images/body-bg.jpg) center top no-repeat;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.4;
}

#wraper
{
	width: 999px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#header
{
	height: 225px;
	overflow: hidden;
}

#header-logo a
{
	display: block;
	width: 440px;
	height: 140px;
	margin-left: 50px;
}

#header-menu
{
	clear: both;
	margin: 85px 0px 0px;
	padding-right: 40px;
	color: #da740f;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
}

#header-menu ul
{
	float: right;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header-menu li
{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 8px 0px;
	border-left: 2px solid #da740f;
	list-style: none;
}

#header-menu a
{
	color: #da740f !important;
}

#header-menu li.current_page_item a
{
	color: #592000 !important;
}



#page
{
	height: 100%;
	padding: 0px 45px 0px;
	background: #ffffff url(images/page-bg.png) center top repeat-y;
	overflow: hidden;
}


#content
{
	float: left;
	width: 604px;
}

.post
{
	margin-bottom: 15px;
	padding: 0px 0px 22px;
	background: url(images/post-bg.png) center bottom no-repeat;
}

.post-header
{
	height: 63px;
	padding: 9px 20px 0px 0px;
	background: url(images/post-header-bg.png) center top no-repeat;
}

.posttitle
{
	margin: 0px;
	padding: 0px 0px 15px 65px;
	color: #fd990e;
	font-size: 20px;
	font-weight: normal;
}

.posttitle a
{
	color: #fd990e !important;
}

.postmeta
{
	padding: 0px 0px 0px 20px;
	color: #5b5b5b;
	font-size: 10px;
}

.postmeta-date
{
	float: left;
}

.postmeta-comment
{
	float: right;
}

.postcontent
{
	clear: both;
	padding: 1px 20px 1px;
	background: url(images/post-content-bg.png) center top repeat-y;
}

a.more-link
{
	display: block;
	width: 132px;
	height: 25px;
	padding: 4px 0px 0px 35px;
	color: #fd990e !important;
	background: url(images/content-more-bg.png) left top no-repeat;
	font-weight: bold;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #592000;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}


#sidebar
{
	float: left;
	width: 285px;
	margin-left: 18px;
	padding-top: 4px;
}

.sidebar-widget
{
	float: left;
	width: 285px;
	margin-bottom: 10px;
	background: url(images/sidebar-bg.png) center top repeat-y;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

.sidebar-widget-search
{
	margin-bottom: 10px;
	background: #000000;
}

.sidebar-widget-text
{
	height: 200px;
	color: #fd990e;
	background: url(images/sidebar-text-bg.png) center top no-repeat;
}

.sidebar-widget-text div
{
	padding: 55px 20px 0px 110px;
	text-align: center;
}

.sidebar-header
{
	height: 35px;
	padding: 12px 0px 0px 50px;
	color: #fd990e;
	font-size: 20px;
	background: url(images/sidebar-header-bg.png) center top no-repeat;
}

.sidebar-content
{
	padding: 20px 0px 20px 22px;
	color: #4c4c4c;
	background: url(images/sidebar-content-bg.png) center bottom no-repeat;
}

.sidebar-aff
{
	padding: 20px 20px 20px 22px;
	color: #4c4c4c;
	background: url(images/sidebar-content-bg.png) center bottom no-repeat;
}
.sidebar-content a
{
	color: #4c4c4c !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px 0px 5px 18px;
	background: url(images/li-bg.png) left 5px no-repeat;
	list-style: none;
}

#search
{
	padding: 10px;
}

#s
{
	width: 200px;
	border: 1px solid #EDCB96;
	background: #FAB444;
	font-size: 18px;
}

#search input.submit
{
	width: 50px;
	height: 30px;
	background: url(images/sidebar-search-bg.png) center top no-repeat;
}


#footer
{
	clear: both;
	height: 123px;
	padding: 0px;
	color: #ffffff;
	background: url(images/footer-bg.png) center top no-repeat;
	text-align: center;
}

#footer a
{
	color: #ffffff !important;
}

#footer-text
{
}


a, a:link, a:visited
{
	color: #0552c5;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #da740f !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #592000;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	border: none;
	color: #ffffff;
	background: #592000;
	cursor: pointer;
}




.clear
{
	clear: both;
}


.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}


.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

