/*
Theme Name: AaronsGuitarLessons
Theme URI: http://www.pentecostalsacraments.com
Description: Book Site
</a>)
Version: 1
Author: Aaron Tomberlin
*/
/*	COLOR KEY
	
	Light Blue: #7984C4
	Dark Blue: #2D314C
	Red: #FF3838
	
*/

/* RESET */

*							{ margin: 0; padding: 0; }
html						{ overflow-y: scroll; } 
html, body					{ height: 100%;}
body						{ font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; background: #000000; text-align:center;}
ul 							{ list-style:none; }
ol							{ list-style:none; }
a img						{ border: none; }
img							{ vertical-align: middle;} 
table						{ border-collapse: collapse; }

/* 	UTILITY  */ 

.floatLeft					{ float:left; }
.floatRight					{ float:right; }
.clear						{ clear: both; }
/*.button						{ border: 2px solid #000000; background: url(../../../assets/transdkblue.png);  color: #CCCCCC; padding: 2px 8px; -moz-border-radius: 7px; -webkit-border-radius: 7px;}
.button:hover				{ background: url(../../../assets/transwhite.png); color:#000000; } */
.button						{ background:#2D314C; color:#FFFFFF; padding: 2px 8px; -moz-border-radius: 7px; -webkit-border-radius: 7px;}
.button:hover				{ background: #999999; color:#FFFFFF; }
.transbkgd					{ background: url(../../../assets/transblk.png) repeat; -moz-border-radius: 10px; -webkit-border-radius: 10px; }


/* TYPGROGRAPHY */

p  							{ font-size: 12px; color: #FFFFFF;  padding: 0px; }
li							{ font-size: 12px;  margin: 0 0 8px 0; }
a							{ color: #FFFFFF; text-decoration:underline; font-weight:bold; }
a:hover						{ color: #999999; text-decoration:underline;  font-weight:bold;  }
h1							{ font-size: 18px; font-family:Arial, Helvetica, sans-serif; font-weight: normal; color: #FFFFFF; }
h2							{ font-size: 14px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; }
h3							{ font-size: 14px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; }
h4							{ font-size: 14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color: #FFFFFF;  }

/* STRUCTURE */
#page_wrap					{
	width: 860px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align:left;
	background: none; 
  
} 


#header					{ width: 860px; height: 135px;  background:url(assets/siteheader.jpg) top center no-repeat;  }
#nav					{ width: 860px; height: 30px; float:left; margin: 102px 0px 0px 10px; }
#page_bkgd				{ width: 860px; height: 725px; background: url(assets/bkgd_dkgrey.jpg) repeat; }
#footer					{ width: 860px; height: 340px; background: url(assets/sitefooter_authpic.jpg) top center no-repeat; }
#push						{ height: 100px; }

#book					{ width: 820px; height: 570px; float:left; margin: 20px 0px 0px 20px; }
#reviews				{ width: 400px; float:right; margin: 10px; }
#underbook				{ width: 350px; float:left; margin: 0px 10px 10px 40px;  }

#authorbio				{ width: 530px; float:right; margin:140px 240px 0px 0px; }
.contact				{  float:right; margin:10px 80px 2px 0px; color:#FFFFFF; text-decoration:underline; }
.contact:hover			{ background: #999999; text-decoration: none;}
#copyright				{ width: 860px; float:left; margin: 25px 0px 0px 0px; }

#info					{ width: 820px; padding: 20px; float:left; }

#resources_left					{ width: 400px; padding: 10px; float:left; }
#resources_right				{ width: 400px; padding: 10px; float:right; }
