/* This file should be loaded after all the external global (not global.css) styleseets to keep a higher specificity - SC*/

#blog_main_col {
	background:#FFFFFF none repeat scroll 0 0;
	color:#333333;
	float:left;
	margin-right:1px;
	width:630px;
	z-index:-1;
}

#blog_content {
	float:right;
	font-size:12px;
	line-height: 16px;
	width: 475px;
	margin-top: 10px;
	margin-right: 10px;
	display: block;
}

#blog_content h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	line-height:18px;
	padding-bottom:5px;
	padding-top: 5px;
}

#blog_content a {
	text-decoration: none;
}

.entry {
	margin: 5px 0px 5px 0px;
}

.entry ul, ol {
	padding-bottom:10px;
	padding-left:40px;
}

#main_col h1 {
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
}

#main_col h2 {
	display: block;
}

#main_col h2 a {
	font-size: 1.3em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: none;
}

#menu {
	float: left;
	width: 130px;
	padding-top: 5px;
}

#menu .widget h2 {
	color:#FFFFFF;
	font-family:tahoma,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2px 0 2px 3px;
	text-decoration: none;
}

#menu h3 {
	margin: 0 0 0 0;
	padding: 3px 16px 3px 16px;
	width: 100px;
	list-style-type: none;
	font-size: 1.1em;
	color:#FFFFFF;
}



#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li {
	font-size: 12px;
	font-family: arial;
	margin: 5px;
	marker-offset: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}



.post {
	clear:both;
	margin:0 0 2em 0;
	width: 100%;
}

/*  meta */

#blogmeta {
	border-bottom: #CCCCCC 1px dashed;
}

#blogmeta .meta {
	margin: 0 0 0 0;
	padding: 0 0 5px 2px;
	font-size: 12px;
}

abbr {
	display: block
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
	font-size: 14px;
	width: 85px;
	text-align: center;
	font-weight: bold;
}

/*  post */
.post {
	clear: left;
	margin: 0 0 0 0;
	padding: 0 0 25px 0;
}

#storycontent p {
}

#storycontent ul {
margin-left: 2em;
}

#author-bio {
	margin: 0 0 35px 0;
}

#author-bio p {
}

#author-pic {
	display: block;
	width: 76px;
	float: left;
	margin: 0 10px 10px 0;
}

#main_col p {
	/*clear: left;*/
	font-size: 12px;
	padding: 10px 0 0 0;
}

#main_inner_content {
	float:right;
	width: 480px;
}

#blogheadimage {
	height:155px;
	width:630px;
	display: block;
}






#main_inner_content p {
	margin:0 0 1em 0;
}


#commentform textarea {
/*	width:100%; */
}

ol#commentlist {
	margin:	0 0 0 1.5em;
}

/* Begin Images */
p img {
	padding: 0;
	border-width: 0;
    display: inline;
	max-width: 465px;
	width: expression(this.width > 465 ? 465: true);
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.wp-caption {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	margin: 10px;
	text-align: center;
	color: #777777;
	font-size: 9px;
	padding: 5px;
}



.aligncenter {
	clear:both;
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding:4px;
}

.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

/* End Images */

blockquote {
	border-color:#E8E8E8 #CACACA #AAAAAA #E8E8E8;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	margin:0 20px 10px;
	padding:10px;
}

a.more-link {
	font-weight: bold;
}
