@charset "UTF-8";
@import url("portfolio.css");
@import url("headlines.css");
/* John Rogers CSS */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.1%;
	color: #404A53;
	background-image: url(images/bg_main.jpg);
	background-color: #6A533C;
	text-align: center;
}

p, #mainContent ul {
	font-size: .85em;
	line-height: 1.5em;
}

a {
	text-decoration: underline;
	color: #404A53;
}

h1 {
	font-size: 1.1em;
	font-weight: normal;
}
#mainContent img {
	margin: 8px;
	border: 2px solid #E3D9B3;
}

/********************** MAIN **********************/

#mainWrapper {
	width: 840px;
	background: #FFFFFF;
	margin: 20px auto 0 auto;
	text-align: left;
	padding: 5px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
#contentWrapper  {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}	
	
/********************** HEADER **********************/
#header {
	background: #FDF9EC;
} 	

/********************** NAVIGATION **********************/
#navigation {
	float: left;
	width: 170px;
	background: #f2dd8d;
	margin: 5px 0 -5000px 0;
	padding-bottom: 4999px;
	display: inline;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li a {
	padding: 12px 0px 12px 36px;
	display: block;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	background-image: url(images/navigation_bullet.gif);
	background-repeat:no-repeat;
	background-position: 18px center;
	border-bottom: 1px solid #E4CC76;
	color: #412F1E;
	width: 134px;
}
#navigation li a.current {
	background-image: url(images/navigation_bullet_current.gif);
}
#navigation li a:hover {
	background-color: #c7ad4f;
	color: #FFF;
	background-image: url(images/navigation_bullet_on.gif);
	background-repeat:no-repeat;
	background-position: 18px center;
}

/************************** MAIN PORTFOLIO PAGES **************************/
#navigation ul ul {
	background-color: #F4E6B2;
	overflow: hidden;
}
#navigation ul ul li a {
	font-size: .75em;
	margin: 0;
	padding: 7px 0 7px 55px;
	background-image: url(images/portfolio/port_nav_arrow.gif);
	background-repeat:no-repeat;
	background-position: 38px center;
	width: 115px;

}
#navigation ul ul li a.current {
	background-image: url(images/portfolio/port_nav_arrow_current.gif);
}
#navigation ul ul li a:hover {
	background-color: #c7ad4f;
	color: #FFF;
	background-image: url(images/portfolio/port_nav_arrow_on.gif);
	background-repeat:no-repeat;
	background-position: 38px center;
	}
	
/********************** CONTENT **********************/
#mainContent {
	margin: 5px 202px 0 170px;
	padding: 0 5px;
} 
div.content {
	margin: 0 20px 0 10px;
}

/********************** SIDEBAR **********************/
#sidebar {
	float: right;
	width: 200px;
	background: #FFF;
	margin: 0 0 -3000px 0;
	border-left: 2px solid #E3D9B3;
	padding-bottom: 2987px;
}
#sidebar div.welcome {
	height: 235px;
	background-image:url(images/sidebar/welcome_bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	border-bottom: 2px solid #e3d9b3;
}
#sidebar div.featured {
	height: 340px;
	background-image: url(images/sidebar/welcome_bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
#sidebar p {
	font-size: 0.73em;
	line-height: 1.3em;
	padding: 0 16px 5px 16px;
}

#sidebar img.featuredImage {
	margin-left: 12px;
	margin-top: 10px;
	border: #E3D9B3 solid 1px;
}
#sidebar img.signature {
margin: 5px 0 5px 27px;
}
#sidebar a.readmore {
	margin-left: 90px;
	color: #404A53;
	font-size:0.9em;
	text-decoration:underline;
}
#sidebar a:hover.readmore {
	color: #AC9544;
	
}

/********************** FOOTER **********************/
#footer {
	clear: both; 
	width: 850px; 
	margin: 10px auto;
	text-align:right;
	font-size: .65em;
	color:#BBA58F;
}

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

#footer a:hover {
	color: #FFF;
}
#bottomWhite {
	clear: both;
	width: 840px;
	margin: 0 auto;
	height: 1px;
	background-color: #FFF;
	}

/************************** FLASH **************************/
div.flashHome {
	height: 322px;
}

/************************** CALLOUTS **************************/
#callout {
	height: 110px;
	margin: 20px 10px 10px 10px;
	padding: 12px 0 0 4px;
	background-image:url(images/callouts/callout_bg.jpg);
	background-repeat: no-repeat;
}
h2 {
	font-size: .7em;
	margin: 0 0 -20px 3px;
	padding: 0;
	color: #412F1E;
}

#callout a {
	font-size:.8em;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:underline;
	background-image:none;
	border:none;
	color: #412F1E;

}
#callout a:hover {
	color: #412F1E;
	text-decoration:none;
	background-color: #cbb460; 
}
#callout p {
padding: 5px 0 0 5px;
}
/************************** FLOATING BANNER **************************/
.banner {
	width: 100px;
	border: #dac577 1px solid;
	margin: 20px 30px;
	font-size: 0.7em;
	padding: 7px 0 7px 0;
	text-align:center;
	background-color: #f7e9b2;
}
	
.topOfPage {
	text-decoration:none;
}
a:hover.topOfPage {
	font-weight:bold;
}

/* Utility */

.float-left {float: left;}
.float-right {float: right;}
.clear {clear: both;}
.clear-left {clear:left;}
.clear-right {clear: right;}
