/* - - - - - - - - - - - - - - - - - - - - -
Title : Wargaming for Leaders - Global Styles
Author: Eric Robbins
- - - - - - - - - - - - - - - - - - - - - */


/* Basic Styles */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img{ margin: 0; padding: 0; }

body {
	font-family: verdana, helvetica, sans-serif;
 	font-size: 78%;
	color: #303030;
	background: url(../images/bodyBkgrd.gif) top center no-repeat fixed;
	background-color: #fff;
}

h1 {
	font-family: verdana, helvetica, sans-serif;
 	font-size: 1.8em;
	font-weight: normal;
	color: #4a4a4a;
	border-bottom: 1px solid #ad1f23;
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
}

h2 {
	font-family: verdana, helvetica, sans-serif;
 	font-size: 1.1em;
	color: #2d2d2d;
	margin: 8px 0 5px 0px;
}

h3 {
	font-family: verdana, helvetica, sans-serif;
 	font-size: 1.1em;
	margin: 5px 0 2px 0;
	color: #9e0b00;
}
p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

p.note {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-align: right;
}

p.quoteAttrib {
	font-weight: bold;
	line-height: 1.4em;
	color: #ad1f23;
	margin: 0 0 30px 50px;
}

a {
	color: #ad1f23;
}

a:hover {
	color: #ad1f23;
	text-decoration: none;
}

a.moreLink {
	float: right;
}

a img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* NAVIGATION */

#nav {
	height: 51px;
	background: url("../images/navBkgrd.jpg") top center repeat-x;
	margin-bottom: 20px;
}

#navbar {
	margin: 0 auto;
	width: 900px;
	height: 51px;
	text-align: left;
	color: #385c94;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul li {
	float: left; 
	position: relative; 
	background: url("../images/navLine.jpg") no-repeat top right;
}

.menu ul li.first {
	background: url("../images/navLine.jpg") no-repeat top left;
}

.menu ul li a, .menu ul li a:visited {
	float: left; 
	display: block; 
	text-decoration: none;
	font-weight: bold;
	color: #fff; 
	padding: 0px 20px; 
	line-height: 35px; 
	height: 51px; 
	border-bottom: 0px solid #fff;
}

.menu ul li a.current {
	color:#b8b8b8;
	text-decoration: underline;
}

.menu ul li:hover {width:auto;}

.menu ul li a.menuhover:hover {border-color:#fa9027; color:#b8b8b8; text-decoration: underline;}

.menu ul li:hover a.menuhover {border-color:#fa9027; color:#b8b8b8;}






/* STRUCTURAL STYLES */

#container {
	margin: 0 auto;
	width: 850px;
}

#contentHome {
	width: 500px;
	float: left;
}

#sidebarHome {
	width: 300px;
	float: right;
	text-align: right;
}

#content {
	width: 600px;
	float: right;
	margin: 20px 0 50px 0;
}


/* SUBNAVIGATION SYLES */

#leftnav {
	width: 175px;
	float: left;
	margin: 100px 0 0 30px;
}

#leftimage {
	width: 175px;
	float: left;
	margin: 30px 0 0 0;
}

ul.subnav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 5px;
	margin-bottom: 20px;
}

ul.subnav li {
	background: url("../images/bulletSubnav.gif") 2px 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 8px;
}

ul.subnav li a {
	color: #4a4a4a;
}

ul.subnav li a.current {
	color: #ad1f23;
	text-decoration: none;
}




/* CONTENT STYLES */

#contentHome img {
	margin-top: 50px;
}

p.homeHeadline {
	font-size: 1.1em;
	font-weight: bold;
	color: #ad1f23;
}

img.authorThumb {
	float: left;
	margin: 5px 10px 20px 0;
	border: 1px solid #4a4a4a;
}

img.author {
	float: right;
	margin: 5px 0 20px 10px;
	border: 1px solid #4a4a4a;
}

ul.tocList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 5px;
	margin-bottom: 20px;
}

ul.tocList li {
	background: url("../images/bulletSubnav.gif") 2px 5px no-repeat;
	padding-left: 10px;
	margin-bottom: 8px;
}

ul.tocList li ul {
	list-style-type: disc;
	margin-left: 30px;
}

ul.tocList li ul li {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}

ul.bodyList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 5px;
	margin-bottom: 20px;
}

ul.bodyList li {
	background: url("../images/bulletSubnav.gif") 2px 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 8px;
}

ul.bodyList li ul {
	list-style-type: disc;
	margin-left: 30px;
}

ul.bodyList li ul li {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}



ol.numberedList {
	padding-left: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

ol.numberedList li {
	padding-left: 15px;
	margin-bottom: 8px;
}



blockquote {
	color: #575757;
	margin-right: 100px;
	font-style: italic;
}



/* LINK STYLES */

a.pdfLink {
	background: url("../images/iconPDF.gif") 0 0 no-repeat;
	padding: 0 0 10px 20px;
	margin-bottom: 8px;
}

a.wordLink {
	background: url("../images/iconWord.gif") 0 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;
}

a.pptLink {
	background: url("../images/iconPPT.gif") 0 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;
}

a.htmlLink {
	background: url("../images/iconHTML.gif") 0 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;
}

a.aviLink {
	background: url("../images/iconAVI.gif") 0 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;
}



/* FOOTER STYLES */

#footer {
	margin: 0 auto;
	width: 850px;
	font-size: 0.8em;
	font-weight: normal;
	border-top: solid 1px #9e0b00;
	margin-top: 30px;
	padding-top: 3px;
	padding-bottom: 30px;
}




/* Clearfixorama */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}  

.clearfix { 
	_height: 1px; 
}

br {
	clear: both;
}


