/*#############################################################
theideagenerator CSS sheet
design copyright 2009 by jack benedict, slowbird design.  (www.slowbird.com).  go ahead and steal it if that's your thing. just put a note in the css sheet somewhere and let folk know where you got it.
#############################################################*/

/******************************
OVERALL ELEMENTS
********************************/
* 	{
	margin: 0;
	padding: 0;
	}

a 	{
	text-decoration: none;
	}

body {
	background: #2d3537	url(../images/bg.jpg) repeat-y center top;
	margin: 0 12%;
	color: #000000;
	font: normal 62.5% "calibri", "verdana", sans-serif;
	}

p,ul {
	font-size: 1.6em;
	padding-bottom: 1.2em;
	padding-left: 2.2em;
	padding-right: 2em;
	}


blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
	}

img {
	border: none;
	float: right;
	}

ul {
	margin-left: 2em;
	}
	
h1 {
	font: normal 3.4em arial;
	color: #771100;
	font-weight: 700;
	text-align: left;
	}
	
h2 {
	font: normal 1.6em sans-serif;
	padding-bottom: 4px;
	color: #443333;
	}
	
h3 {
	font: bold 1.2em sans-serif;
	padding-bottom: 7px;
	}

/***************************************
	CONTROLLERS 
****************************************/
	
.clearer {
	clear: both;
	}
	
.stripes {
	background: #998877;
	height: 6px;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	min-height: 500px;
	
	 	}
			
.indent {
	padding-left: 2em;
	}
		
.indent p {
	padding-left: 2em;
	padding-right: 2em;
	}

/**********************************************
	HEADER
******************************************* */
.header {
	background: #ffffff url(../images/Banner.jpg)  no-repeat left top;
	height: 160px;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	}
	
.header a {
	color: #888;
	display: block;
	text-decoration: none;
	width: 100%;
	}
		
.header a:hover {
	background: #191919;
	color: #BBB;
	}

/***************************************
 PAGE STRUCTURE 
 ***************************************/
 
.container {
	border: 3px solid #2d3537;
	margin-top: 30px;
	min-width: 600px;
	max-width: 850px;
	}

.main {
	background: #CCCCCC;
	border-bottom: 1px solid #998877;
	border-left: 1px solid #998877;
	}
	
.main .left {
	width: 23%;
		}
	
.main .right {
	width: 77%;
	background:#FFFFFF;
	}

.content {
	background: url(../images/banner_2.jpg) no-repeat right top;
	padding: 0;
	}

/*************************************
	CONTENT 
*************************************/

.content h1 {
	margin-bottom: 10px;
	padding: 16px 16px 0px 16px;
	}
	
.content h2, h3 {
	border-bottom: solid 1px #000000;
	font-weight: 500;
	margin-bottom: 10px;
	margin-right: 3.2em;
	margin-left: 2em;
	padding: 0px 16px 2px 0px;
	}
	
.content a {
	color: #771100;
	text-decoration: none;
	}
	
.content a:hover {
	color: #CC0000;
	}
	
.content .descr {
	margin-bottom: 5px;
	}
	
.content ul {
	margin-left: 2em;
	}
	
 .content .list {
	margin-left: 3em;
	} 
	
.content .subhead {
	font: bold 1.1em sans-serif;
	margin-bottom: 3px;
	}

.content .upperpic {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-right: -20px;
	padding-top: -20px;
	}
	
.content .lowerpic {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	}
/*********************************************
 Table formatting 
 *********************************************/
 
 .table {
 	width: 95%;
	border-collapse: collapse;
	}
 
 td, th {
	padding: 3px 5px 2px 5px;
	border: 1px solid #2b2f2b;
	}
	
th {
	text-align: left;
	border-color: #2b2f2b;
	color: #0000CC;
	}
	
 .caption {
	text-align: right;
	font-size: .75em;
	}

/*********************************************
 RIGHT COLUMN (Navigation) 
 *********************************************/
 
.rightNav {
	background :#CCCCCC;
	color: #f0e6db;
	padding: 1em .5em 1em 1em;
	}
	
.rightNav h1 {
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: right;
	}
	
.rightNav ul {
	margin: 0;
	padding-bottom: 1.2em;
	padding-right: 0;
	text-align: right;
	font-size: 1.7em;
	margin-left: -36px;
	}

.rightNav li {
	list-style: none;
	margin: 0;
	}
	
.rightNav li a {
	display: block;
	color: #000000;
	border-top: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	padding: .5em;
	margin-right: 1em;
	text-decoration: none;
	}
	
.rightNav li a:hover {
	color: #000000;
	background: #FFFFFF;
	border-left: 4px solid #FFcc66;
	border-top: 1px solid #FFFF66;
	border-bottom: 3px solid #FF9933;
	font-size: 1em;
	padding-right: 1.7em;
	margin-right: -5px;
	}
	
.rightNav li a:active {
	display: block;
	color:#FF9900;
	}

/*******************************************
	FOOTER
******************************************* */

.footer {
	border-top: 1px solid #444;
	color: #000000;
	padding: .3em;
	background-color: #999999;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #333333;
}
.footer a:hover {
	color: #FF9933;
	background: #443333;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

.bottom {
	color: #ddddbb;
	clear: both;
	font-size: 1.1em;
	text-align: center;
}
.bottom a {color: #ccccbb;}.img {
	margin: 4px;
	padding: 4px;
	float: right;
	height: 135px;
	width: 275px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

