/* 

Cheat Sheet  


	Font Shorthand:
		font: font-style font-variant font-weight font-size/line-height font-family;  

	Colors:
		Spring green: #343434;
		Crimson Red: #6e0418;
		Light Red: #a51B10;
		Slate Grey: #2f4f4f;
		Orange: #b45723;

*/ 

/***********************************************/

body {
	font: normal normal normal 15px/1.5 Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #555555;
	padding:0;
	margin: 20px 0 0 0;
	background: #b2b75a url(images/bbb-bg.jpg) no-repeat top left;
	width:1000px;
}
a {
	color: #2f4f4f;
	border-bottom: 1px dotted #343434;
	text-decoration: none;
}
a:hover {
	background-color: #FFFFCC;
	color: #343434;
	border-bottom: 1px solid #343434;
}

a:focus, input:focus {
	outline: none;
}

#buttons a{ background-color: none; border-bottom: none;}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	border-bottom: 1px solid #6e0418;
	border-right: 10px solid #6e0418;
	color: #2f4f4f;
	font: normal normal normal 35px/1.2 Cambria, Georgia, "Times New Roman", Times, serif;
	padding: 0 10px 5px 0;
}
h2 {
	color:  #a51B10;
	font: normal normal normal 33px/1.2 Cambria, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	text-align: center;
}
h3 {
	color: #b45723;
	font: normal normal bold 19px/1.2 Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

#leftBar h3 {color: #ffffff;
border-bottom: 1px solid #cccccc;
	font: normal normal bold 19px/1.2 Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 8px 0px;
}

h4 {
	color: #2f4f4f;
	font: normal normal bold 15px/1.2 Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
#header {
	margin:4px;
	margin-left:20px;
	height:34pt;
	background: url(images/ea_header.jpg) no-repeat center;
	color: #A51B10;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}

blockquote {
	background-color: #ededed;
	border: 1px solid #cccccc;
	margin: 15px 30px;
	padding: 20px;
}
blockquote .author {
	font-style: italic;
}

#leftBar blockquote {
	background-color: #a51B10;
	font-size: 12px;
	border: 0;
	margin: 10px 0px;
	padding: 4px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* This is the wrapper ... ?? */
#masthead {
	background-color: #fefefe;
	margin: 0 0 0 21px;
	padding: 10px 0px 0px 15px;
}


#buttons {
	display:inline;
	float: right;
	width: 955px;
	position:absolute;
	top:214px;
	left:42px;
}
#leftBar {
	margin: 0 0 0 2px;
	padding: 10px;
	background-color: #6E0418;
	color:#FFFFFF;
	width: 200px;
}
#leftBar div.books {
	background-color: #b2b75a;
}

#leftBarad {
	margin: 0 0 0 2px;
	padding: 10px;
	text-align:justify;
	background-color: #6E0418;
	color:#FFFFFF;
	font-family:arial, helvetica;
	font-size: 12pt;
	font-weight: 400;
	width: 200px;
	min-height: 2590px;
}
#leftBarrv {
	margin: 0 0 0 2px;
	padding: 10px;
	text-align:justify;
	background-color: #6E0418;
	color:#FFFFFF;
	font-family:arial, helvetica;
	font-size: 12pt;
	font-weight: 400;
	width: 200px;
	min-height: 5140px;
}
#contentBar {
	display:inline;
	float:right;
	margin: 0 0 0 600px;
	padding: 16px;
	text-align:justify;
	background-color: #E6C250;
	font-family:arial, helvetica;
	font-size: 12pt;
	font-weight: 400;
	width: 250px;
}
#content {
	float: right;
	display:inline;
	width: 678px;
	background-color: #fefefe;
	margin-right: 18px;
	padding: 10px;
	min-height: 125px;
}
#contentad {
	float: right;
	display:inline;
	width: 678px;
	background-color: #ffffff;
	margin-right: 18px;
	padding: 10px;
	min-height: 1850px;
}
#contentrv {
	float: right;
	display:inline;
	width: 678px;
	background-color: #ffffff;
	margin-right: 18px;
	padding: 10px;
	min-height: 2650px;
}
#Rightbar {
	width: 627px;
	background-color: #ffffff;
	padding: 10px;
	margin: 0 0 0 16px;
	margin-left:16px;
}
/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	color:#97020A;
}
/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	font-size: 11pt;
	font-weight:bold;
	text-align:center;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#siteInfo a {
	color:#ffffff;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}
/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}
/*********** clearfix ***********/


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

