/*
Theme Name: Fingerstyle Guiytar - Jordan Hilario
Description: Wordpress theme for Jordan Hilario - Fingerstyle Guitar.
Version: 1.0
Author: Jordan Hilario
Author URI: http://72dpicreative.net/
Tags: fingerstyle guitar, pinoy guitarist, jordan hilario, guitar, solo guitar

	Fingerstyle Guitar v1.0
	http://jordanhilario.com

	This theme was designed and built by Jordan Hilario.

*/



/* CSS Core Document */

* { margin: 0; padding: 0; }

body, html {
	height: 100%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) no-repeat #fff;
	color: #505050;
	line-height: 21px;
}

a {
	color: #d47852;
	text-decoration: none;
}
a img {	border: 0px; }
a:hover {	text-decoration: underline; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0 0 6px 0;
	font-weight: normal;
	color: #1e1e1d;
	margin: 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color:#843213;
}
p { 
	padding-bottom: 10px; 
}
ul { 
	margin: 0 0 20px 30px;
}
ol { 
	margin: 0;
	padding: 10px 0 10px 0;
}
ol li {
	list-style-type: none;
	border-bottom: 1px dotted #efefef;
	font-size: 12px;
	padding: 5px 0 0 0;
}
span {
	font-size: 12px;
	font-weight: bold;
	color: #a3a3a3;
	margin: 0 0 15px 0;
}

/* reusable */
.clear { 
	clear: both; 
	font-size: 1px; 
	line-height: 0px; 
	height: 0px; 
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.splitRight {
	float: right;
}
.splitLeft {
	float: left;
}


/* container */
#container {
	width: 900px;
	margin: 0 0 0 60px;
}

/* header */
#header {
	width: 900px;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -6000px;
	width: 425px;
	height: 158px;
	background: url(images/fingerstyle-guitar.gif) no-repeat bottom right;
	float: left;
}
.headerRight {
	width: 440px;
	float: right;
	padding: 20px 0 0 0;
}
.headerRight ul {
	margin: 0;
	padding: 0;
}
.headerRight li {
	float: right;
	list-style-type: none;
	color: #656263;
	font-size: 12px;
	font-weight: bold;
}
.headerRight li label {
	width: 60px;
	line-height: 29px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: center;
}
.headerRight li a {
	width: 150px;
	line-height: 29px;
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
	background: url(images/icon-facebook.gif) no-repeat right center;
	display: block;
	color: #656263;
	text-decoration: none;
}
input.searchField {
	width: 130px;
	height: 23px;
	border: 0;
	background: url(images/bg-form-search.gif) no-repeat;
	float: right;
	padding: 0 0 0 15px;
}

/* nav */
#nav {
	padding: 17px 0 30px 80px;
	margin: 0;
}
#nav li {
	list-style-type: none;
	display: inline;
	font-weight: bold;
	margin: 0 10px 0 0;
}
#nav li a:hover {
	text-decoration: none;
	color: #762d0e;
}

/* content */
#content {
	width: 900px;
}
.left {
	width: 590px;
	float: left;
	padding: 0 40px 0 80px;
	background: url(images/bg-divider-right.gif) no-repeat right top;
}
.leftSolo {
	width: 790px;
	float: left;
	padding: 0 0 0 80px;
}
.right {
	width: 160px;
	float: right;
}

/* lessons */
.banner {
	width: 180px;
	float: left;
	padding: 5px 20px 0 0;
	text-align: center
}
.desc {
	width: 580px;
	float: right;
}

/* books */
#books {
	margin: 0;
	padding: 0;
}
#books li {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	display: inline;
}
#books li img {
	border: 1px solid #efefef;
}

/* footer */
#footer {
	width: 590px;
	float: left;
	padding: 40px 40px 40px 80px;
	font-size: 11px;
	color: #9c9a9a;
	background: url(images/bg-divider-footer.gif) no-repeat top;
}

