/* 
credit for the original concept and core of the layout comes courtesy of Rob Chandanais via:
http://bluerobot.com/web/layouts/layout2.html

used as default layout for b2, with permission from Dean Peters,
who first adapted it ( http://www.deanpeters.com/b2 )
*/

body {
	margin:0px;
	padding:0px;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #330099;
	scrollbar-track-color: #3399CC;
	scrollbar-darkshadow-color: #3399CC;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-base-color : #3399CC;
	color: #34578B;
	background-color:white;
	}
h2 {
	border-left:1px solid #6799B4;
	border-top:1px solid #6799B4;
	border-bottom:1px solid #6799B4;
	margin:0px 10px 0px 0px;
	padding:6px;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	background-color:#E1EAF0;
	color:#000066;
}
.line{
	margin:15px 300px 15px 0px;
	background-image:url(images/h2_side.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

h1, h4, h5, .storyTitle, .storyAuthor {
	margin:15px 0px 10px 0px;
	padding:0px;
	font-size:18px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	
	}
h4, h5, .storyTitle, .storyAuthor { 
	font-size:12px;
	line-height:12px;
	font-weight:800;
	color:#999;

}


.aimg{
border: none !important; background: none !important; padding: 0px !important;  
}
.storyCategory, .storyAuthor {
	font-size:10px;
	line-height:10px;
}
h5, .storyAuthor {
	font-size:10px;
	font-style:italic;
}
p, .storyContent {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 15px 0px 20px;
	padding:0px;
	}
#content>p {margin:0px;}
#content>p+p {text-indent:30px;}

.storyContent {
	font:11px/16px verdana, arial, helvetica, sans-serif;
}

#content>.storyContent {margin:0px;}
#content>.storyContent+.storyContent {text-indent:30px;}


a:link{
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	border: 1px solid #003399;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
}
a:visited {
font-weight: bold;
	color: #7586B6;
	text-decoration: none;
	border: 1px solid #7586B6;
	background-color: #ffffff;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
}
a:hover {
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #000000;
	text-decoration: none;
	background-color: #5F78BD;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
}
a img, {
border: none !important; background: none !important; padding: 0px !important;  
padding: 0px;
}

#header {
	margin:20px 0px 10px 0px;
	}


#content {
	margin:0px 210px 50px 10px;
	padding:10px;
	}

#contentcomments {
	margin:0px 0px 50px 10px;
	padding:10px;
	}

#menu {
	position:absolute;
	top:20px;
	right:20px;
	width:172px;
	visibility:show; z-index:80;
	padding:10px;
	background-color:#FFFFFF;
	border: 1px solid #6799B4;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#menu {width:150px;}

#menu h4 {
	margin: 12px 0px 4px 0px;
}

#chaff {
    text-align: right; 
}
#chaff a {
   color: #fff;
   font-size:2px;
}
#chaff a:link { color: #fff; }
#chaff a:visited { color: #fff; }
#chaff a:hover { background-color:#fff; }

.centerP {
    text-align: center; 
}

#contentcomments input, #content input, #menu input {
	border: 1px solid #6799B4;
	margin-bottom: 2px;
	font:11px/14px verdana, arial, helvetica, sans-serif;
}
#contentcomments textarea, #content textarea, #menu textarea {
	margin: 1px;
	padding: 1px;
	border: 1px solid #ccc;
	font:11px/14px verdana, arial, helvetica, sans-serif;
}
.commentfield {
	margin-bottom: 4px;
}
.go{
background-image:url(images/go.gif);
	border:0px !important;
	width:29px !important;
	height:18px !important;
	font: Georgia, "Times New Roman", Times, serif !important;
	font-weight:bold !important;
	text-align:center !important;
	vertical-align:middle !important;
}
.stress {
	font-weight: bold;
	color: #000033;
}