body{
	margin-top:14px;
	color:#414141;
}
img{ display:block ;}
h1{
	font-size:18px;
	font-weight:bold;
	color:white;
	text-shadow:1px 1px 1px #a2a2a2;
}
h1 a{
	color:white;
	text-shadow:1px 1px 1px #a2a2a2;
	text-decoration:none;
}
h1 a:hover{
	color:#f8f8f8;
	text-shadow:1px 1px 1px #666666;
}
h2{
	font-size:12px;
	font-weight:normal;
	color:#263248;
}

/*COLUMN BORDERS*/

.acolumn{
	margin-top:13px;
	padding-top:13px;
	border-top:2px solid #263248;
}

/*FLICKR FAVS LEFT COL*/

#flickr_favs{
	margin-top:35px;
}
#flickr_favs img{
	width:380px;
}

/*BLOGPOSTS MID COL*/

#blogposts{
	margin-top:35px;
}

.apost, .post_meta_data{
	border-top:1px solid #263248;
	padding-top:19px;
	margin-bottom:57px;
}
.apost p{
	margin-right:10px;
	width:auto;
}
h3.post_title, h2.pagetitle{
	font-size:24px;
	font-weight:normal;
	color:#263248;
}
h3.post_title a{
	text-decoration:none;
	color:#263248;
}
small{
	font-size:11px;
}
p.postmetadata{
	font-weight:bold;
	margin-top:11px;
}
p.postmetadata a{
	color:#333;
	font-weight:normal;
}
p.postmetadata a:hover{
	color:#263248;
}

/*SIDEBAR RIGHTCOL*/

#sidebar{
	padding-top:20px;
}
#searchform input{
	display:inline;
}
ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
h2.widgettitle{
	font-size:14px;
	color:#263248;
	margin-top:35px;
}
#sidebar a{
	text-decoration:none;
	color:#606979;
}

/*RELATED POSTS*/

ol{
	list-style-type:none;
	margin:0;
	padding:0;
}
#related_entries{
	border-top:1px solid #263248;
	margin-top:35px;
}
#related_entries ol li{
	margin-top:21px;
	width:auto;
	margin-right:10px;
}
#related_entries ol li a{
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	color:#666666;
}
#related_entries ol li a:hover{
	color:#263248;
}
#related_entries abbr{
	display:none;
}

/*ARCHIVES*/

#archiveposts{
	margin-top:35px;
	border-top:1px solid #263248;
}
h4.post_title_archives{
	font-size:18px;
	font-weight:normal;
}
h4.post_title_archives a{
	text-decoration:none;
	color:#263248;
}
