/* 
	Design by Alwayswater, 2007
*/

/* === HTML Elements =============== */
body {
	background:#FFF;
	text-align:center;
	margin:50px 0; 
	padding:0;
	color: #333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 75%;
}
html>body { font-size: 12px; }
h1 { margin:0; padding:0;  }
h2 { 
	margin: 0.85em 0;
	padding: 0;
	color:#5f9cb9; 
	font-size:1.7em; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
	letter-spacing:2px; 
	text-transform:uppercase;
}
h3 { 
	color:#1c3158; 
	font-size:1.3em; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
	letter-spacing:2px; 
	text-transform:uppercase; 
	margin:1.8em 0 0.5em 0; 
}
h4 { 
	color:#777; 
	font-size:1.1em; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
	letter-spacing:2px; 
	text-transform:uppercase; 
	margin:1.8em 0 0.5em 0; 
}
a { color:#000; text-decoration:none; border-bottom:1px solid #999; padding-bottom:1px; }
a:hover { color:#5f9cb9; text-decoration:none; border-bottom:1px solid #CCC; padding-bottom:1px; }
img { border:none; }
p { font-size:0.9em; line-height:1.9em; margin:0 0 1.8em 0; }

/* === Global =============== */
#wrapper { 
	width:415px;
	margin:0px auto;
	text-align:left;
	overflow: auto;
	position: relative;
}
#masthead {
	width:413px;
	overflow: auto;
	display: block;
	margin: 25px auto 0 auto;
	text-align: center;
}
#brand { 
	float: left;
	width:305px; 
	margin: 0; 
}
#brand h1 span {
	display: none;
	visibility: hidden;
}
#brand a { border: none; }
#content {
	background: url('/_img/content_hr.gif') center bottom no-repeat;
	padding-bottom: 18px;
}



/* === Classes ================== */
.internal { width: 700px; }
.none { border:none; background:none; }
.hide { display:none; }
.photo_border { border: 1px solid #ecedeb; }


/* === Navigation =============== */
#navigation {
	float:left;
	margin:0 0 0 20px;
	padding: 0;
	font-size:10px;
	border-left: 1px solid #eff2e7;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: left;
}
#navigation ul { 
	list-style:none; 
	margin:0;
	padding:0;
}
#navigation ul li { margin:0 0 9px 20px; } 
#navigation .active { list-style-image:url('/_img/arrow.gif'); }
#navigation li.active a { font-weight: bold; color: #666; }
#navigation a { border:none; color: #666; text-transform: uppercase; }
#navigation a:hover { color:#5f9cb9; border:none; text-transform: uppercase; }
#navigation a.new { background: url('/_img/new.gif') no-repeat center right; padding-right: 30px;  }



/* === Media ================== */
.media_container { width:700px; display: block; overflow: auto; }
.media_left { float:left; width:340px; }
.media_right { float:right; width:350px; }
