
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: teach me guitar stylesheet
author: tom sears
created: 08/07/2008
modified: 08/07/2008 + 20/05/2010
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style style */
   
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
  
* {
	margin: 0;
	border: 0;
	padding: 0;
}

html	{
	background-color: #251b0f;
	}

body {
	background: url(../images/bg.jpg) #f8f2e3;
	color: #63615b;
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 26px;
}	


/* -----------------------------------------------------------------------------
   captcha style */
   
.captcha legend {
	display: none;
}

.mainpanel .captcha img {
	float: left;
	border: 2px solid #dcd3bc;
	margin: 0 0 10px;
}

.mainpanel .captcha label {
	clear: both;
}

.mainpanel .captcha .description {
	margin: 10px 0;
}

/* -----------------------------------------------------------------------------
    stop horrible click box in firefox */

a {
  outline: none;
  text-decoration: none;
  color: #5E90B1;
}

:focus {
  -moz-outline-style: none;
}

/* -----------------------------------------------------------------------------
   main layout style */

body.home #content {
	background: url(../images/photo-main.png) no-repeat right 0;
}

 #content {
	width: 940px;
	margin: 0 auto;
	padding: 35px 20px;
}

ul#nav {
	float: right;
}

#container {
	width: 100%;
	clear: both;
	padding-top: 2.2em;
	text-shadow: 1px 1px .1em white;
}

.mainpanel {
	width: 660px;
	float: left;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); 
}

.sidepanel {
	width: 240px;
	float: right;
}

footer {
	background: url(../images/logo-guitar-footer.jpg) no-repeat 190px 0;
	clear: both;
	height: 130px;
	padding-top: 12px;
}

/* ----------------------------------------------------------------------------- header style */
 
#header-wrapper	{
	background: url(../images/pattern.gif) 0 bottom repeat-x #669ec1;
	border-top: 7px solid #2F6588;
	}

header {
	background: url(../images/blue-guitar.png) right -10px no-repeat;
	height: 180px;
	overflow: visible;
}
   
.logo	{
	display: block;
	margin-top: 16px;
	float: left;
	} 

/* -----------------------------------------------------------------------------  nav style */

ul#nav {
	list-style: none;
	position: absolute;
	bottom: 50px;
	right: 0;
	font-size: 15px;
}

ul#nav > li {
	list-style: none;
	display: inline;
	margin-left: 8px;
}

ul#nav > li a {
	color: #EBE3D0;
	text-decoration: none;
	font-style: italic;
	padding: 3px 7px;
	background: #4d84b1;
	display: block;
	border-radius: 5px;
	line-height: normal;
	display: block;
	-webkit-box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.2);
		-moz-box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.2);
		box-shadow: 1px 1px 4px rgba(255, 255, 255, 0.2); 
}

ul#nav > li a:active	{
	-webkit-box-shadow: 1px 1px 4px rgba(255, 255, 255, 0);
		-moz-box-shadow: 1px 1px 4px rgba(255, 255, 255, 0);
		box-shadow: 1px 1px 4px rgba(255, 255, 255, 0); 
		position: relative;
		top: 1px;
	}

ul#nav a.active, ul#nav a:hover {
	color: #fff;
	background: #447A9D;
}

ul#nav li#first {
	background-image: none;
}
	
ul#nav li li a.active {
	color: #fff;
	background: #5bb6e0;
} 

.menuparent > a	{
	padding-right: 25px !important;
	background: url(../images/drop-down.png) right 50% no-repeat #4d84b1 !important;
	}
	
.menuparent > a:hover	{
	padding-right: 25px !important;
	background: url(../images/drop-down.png) right 50% no-repeat #447A9D !important;
	}
	
/* ----------------------------------------------------------------------------- dropdown menu style */

#nav li {
	float:left;
	}

#nav ul {
	position:absolute;
	display:none;
	top:auto;
	width: auto;
	background: #447A9D;
	border: none;
	padding: 0;
}

#nav li ul a {
	width:150px;
	height:auto;
	display: block;
	float:left;
	line-height: normal;
	height: auto;
	cursor: pointer;
	text-shadow: none;
}

#nav ul li {
	text-align: left;
	border-bottom: 1px solid #accff5;
	width: auto;
	clear: both;
	margin-top: 0;
	background: none;
}	

#nav ul li a {
	border: none;
	z-index: 2;
	color: #accff5;
	cursor: pointer;
	text-align: left;
	margin: 0;
	color: #EBE3D0;
	padding: 5px;
	background: #447A9D;
}

#nav ul li a:hover,#nav ul li a.active {
	color: #fff;
	background: #4d84b1;
	border-radius: 0;
}	

/* -----------------------------------------------------------------------------
   main styles */

.mainpanel ul li a em {
	color: #5d93b6;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	padding-left: 7px;
	font-size: 20px;
}	

.mainpanel ul li a:hover em {
	color: #412f1a;
}	
	
ul#showcase {
	list-style: none;
	padding: 0;
}	
	
ul#showcase img {
	float: none;
	border-radius: 10px;
	margin: 10px 0;
	border: 1px solid #fff;
}		
	
ul#showcase li {
	float: left;
	margin: 10px;
		padding: 0;
}

ul#showcase a {
	display: block;
	text-decoration: none;
	border-bottom: none;
	color: #3b2b18;
	padding: 20px;
	width: 260px;
	min-height: 260px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); 
	background: #F8F2E3;
	border: 2px solid #fff;
	-webkit-transition:background-color 0.2s linear; 
	-moz-transition:background-color 0.2s linear;
}

ul#showcase a:hover	{
	background-color: #E3DDCE;
	}

.mainpanel a	{	
	border-bottom: 1px dotted #5d93b6;
	color: #5d93b6;
	}
	
.mainpanel a:hover	{	
	border-bottom: 1px dotted #000;
	color: #000;
	}
	
.mainpanel ul	{
	padding-left: 30px;
	}
	
.mainpanel ul li	{
	padding-bottom: 10px;
	}

.mainpanel ul.view li	{
	border-top: 1px solid #DCD3BC;
	padding: 1.3em 0 1em;
	}
	
.mainpanel ul.view li .more	{
	font-weight: bold;
	}
	
.mainpanel ul.view li .more a	{
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	border-radius: 5px;
	display: block;
	padding: 6px 9px;
	color: #fff;
	background: #5D93B6;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	line-height: normal;
	-webkit-transition:background-color 0.2s linear; 
	-moz-transition:background-color 0.2s linear;
	border-radius: 5px;
	text-shadow: none;
	}
	
.mainpanel ul.view li h4 a	{
	color: #412F1A;
	border-bottom: 1px dotted #412F1A;
	}
	
.mainpanel ul.view li h4 a:hover	{
	color: #000;
	border-bottom: 1px dotted #000;
	}
	
.mainpanel p	{
	padding-bottom: 15px;
	}
	
.postinfo	{
	margin: 0 0 .4em 0;
	font-style: italic;
	font-weight: bold;
	color: #8a8678;
	}
	
.mainpanel ul.resources li	{
	padding-left: 0;
	padding-right: 0;
	}
	
.mainpanel ul.field_links	{
	border: none;
	list-style: none;
	padding: 0;
	margin: 0;
	}

.mainpanel ul.field_links li	{
	padding: 0 0 .5em 12px;
	background: url(../images/blue-arrow.png) 0 8px no-repeat;
	border-top: none;
	}
	
.mainpanel ul.field_downloads	{
	clear: both;
	background: #f1ecdd;
	border: 1px solid #DCD3BC;
	-moz-border-radius: 5px;
	margin: 0 0 1em;
	padding: 1em;
	list-style: none;
	width: 50%;
	}
	
/* -----------------------------------------------------------------------------
   sidebar style */
   
.sidepanel .views	{
	background: #F8F2E3;
	border: 1px solid #DCD3BC;
	margin: 0 0 25px;
	padding: 15px;
	border-radius: 10px;
	}

.sidepanel .views h2	{
	font-size: 18px;
	}
	
.sidepanel .views ul	{
	list-style: none;
	}
		
.sidepanel .views ul li a {
  background: url("../images/blue-arrow.png") no-repeat scroll 0 11px transparent;
  border-top: 2px solid #F8F2E3;
  color: #3B2B18;
  display: block;
  padding: 6px 0 6px 15px;
  	-webkit-transition:background 0.21s ease;
  	-moz-transition:background 0.21s ease;
  	-o-transition:background 0.21s ease;
  	font-size: 13px;
  	line-height: 19px;
}

.sidepanel .views ul li a:hover	{
	color: #5d93b6;
	text-decoration: none;
	background: url(../images/blue-arrow.png) 3px 11px no-repeat;
	}
	
.sidepanel .views ul.archive li	{
	padding: 5px 0 5px;
	}

.sidepanel .views ul.archive li a	{
	color: #3B2B18;
	display: inline;
	padding: .7em 0 .7em 1.2em;
	background: url(../images/blue-arrow.png) 0 11px no-repeat;
	border-top: none;
	}

.sidepanel .views ul.archive li a:hover	{
	color: #5d93b6;
	text-decoration: none;
	background: url(../images/blue-arrow.png) 1px 11px no-repeat;
	}
		
.sidepanel .more-link a	{
	display: block;
	padding: 6px 4px;
	color: #fff;
	padding-right: 15px;
	background: #5D93B6;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition:background-color 0.2s linear; 
	-moz-transition:background-color 0.2s linear;
	border-radius: 5px;
	}
	
.sidepanel .more-link a:hover, .mainpanel ul.view li .more a:hover {
	color: #fff;
	background: #447A9D;
	}

/* -----------------------------------------------------------------------------
   sidebar links style */


body.home .sidepanel	{
	width: 270px;
	}

body.home .sidepanel ul.cta {
	padding-top: 314px;
	list-style: none;
}	
		
body.home .sidepanel ul.cta a {
	color: #5d93b6;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	display: block;
	list-style: none;
	overflow: hidden;
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); 
	background: #F8F2E3;
	border: 2px solid #fff;
	-webkit-transition:background-color 0.2s linear; 
	-moz-transition:background-color 0.2s linear;
	margin-bottom: 15px;
}

body.home .sidepanel ul.cta a img	{
	float: left;
	margin-right: 15px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	}

body.home .sidepanel ul.cta a:hover	{
	color: #000;
	background-color: #E3DDCE; 
	}
	
body.home .sidepanel ul.cta div	{
	line-height: 32px;
	padding-top: 10px;
	}
	
body.home .mainpanel h2 {
  font-size: 52px;
  color: #C6C0B1;
  line-height: 59px;
}
	
/* -----------------------------------------------------------------------------
   footer style */

#footer-wrapper	{	
	background: #261b0f;
	font-size: 13px;
	}
	
footer ul {
	padding-top: 15px;
	float: right;
	list-style: none;
}	
	
footer li {
	color: #918373;
	text-decoration: none;
	display: inline;
}	

footer ul a {
	text-decoration: none;
	color: #f1ecdd;
}

footer ul a:hover {
	color: #fff;
	}

/* -----------------------------------------------------------------------------
   samples page style */

h1,h2,h3,h4	{
	font-style: italic;
	padding-bottom: .3em;
	}

h1 {
	font-weight: normal;
	font-size: 42px;
	color: #412f1a;
	letter-spacing: -0.03em;
	line-height: normal;
}

h2 {
	color: #5d93b6;
	font-size: 24px;
}

h4	{
	font-size: 19px;
	}

.mainpanel img {
	float: right;
}

/* -----------------------------------------------------------------------------
   mp3 player style */
   
#wimpyTarget	{
	margin: 1em 0;
	}

/* -----------------------------------------------------------------------------
 pager style */
	
.pager	{
	clear: both;
	float: right;
	}

.pager li	{
	display: inline;
	float: left;
	margin-top: 1.5em;
	display: block;
	width: auto;
	}

.pager li a	{	
	color: #412f1a !important; 
	padding: 2px 8px;
	background: #DCD3BC;
	text-decoration: none;
	border: none !important;
	margin-right: 5px;
	display: block;
	width: auto;
	}
	
.pager-current	{
	color: #206ba4;
	padding: 2px 8px;
	margin-right: 5px;
	display: block;
	}
	
.pager li a:hover	{	
	color: #fff !important;
	background: #5D93B6;
	}
	
/* -----------------------------------------------------------------------------
   form style */	

label	{
	padding: 0 0 4px;
	}

input, textarea {
	width:200px;
	margin:0 0 10px ;
	padding: 3px;
	border: 2px solid #DCD3BC;
	color: #412F1A;
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-size: 15px;
	}
	
input:focus, textarea:focus {
	border: 2px solid #5D93B6;
	}

.form-item {
	margin: 0;
	}
	
input.form-submit { 
	clear:both;
	margin: 15px 0 0 0;
	background:#DCD3BC;
	color:#412F1A;
	border: solid 2px #fff;
	font-weight:bold;
	padding:4px 6px;
	width: 100px;
	}

.form-required	{
	color: #5D93B6;
	}
	
/* -----------------------------------------------------------------------------
 images style */

ul.images_l li, ul.images_r li {
	padding: 0;
	}
	
ul.images_l li img, ul.images_r li img	{
	border: 2px solid #DCD3BC;
	}

ul.images_l, ul.images_r	{
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	}

ul.images_r li	{
	margin: 0 0 30px 20px !important;
	padding: 0 !important;
	}

ul.images_l li	{
	margin: 0 20px 30px 0 !important;
	padding: 0 !important;
	}
	
ul.field_attachments	{
	background: #dfd5ba;
	padding: 10px !important;
	-moz-border-radius: 5px;
	list-style: none;
	}
	
ul.field_attachments li	{
	padding: 4px 0 !important;
	}
	
ul.field_attachments a	{
	color: #412f1a !important;
	border-bottom: 1px dotted #412f1a !important;
	}
	
ul.field_attachments a:hover	{
	color: #5D93B6 !important;
	border-bottom: 1px dotted #5D93B6 !important;
	}

/* -----------------------------------------------------------------------------
 footernav style */
	
ul#footernav {
	clear: right;
	float: right;
}

ul#footernav li {
	list-style: none;
}
	
/* -----------------------------------------------------------------------------
   end style sheet */