/* OVERRIDE SITE STYLES */
#sitesearch { 
	display: none; 
}
.navigation, .homeLink { 
	margin-top: 20px; 
}

.leftcols {
	background: #f2e5c4;
	background-image: url(../../../../images/center-col-wide-bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 620px;
	padding: 20px;
	margin: 10px 0px 20px 0px;
}
.leftcols img {
	border: none;
}
.leftcols h2.pagetitle {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #000000;
}

.rightcol {
	/*background: #f2e5c4 url(../../../../images/column-bg.gif) no-repeat 0 0;*/
	background-image: url(../../../../images/right-dark-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 260px;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 10px 20px;;
	border-bottom: 1px solid #414d55;
	color: #FFFFFF;
	font-size: 12px;
	float: right;
}
.rightcol h2 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
.rightcol h2 a {
	text-decoration: none;
}
.rightcol a {
	color: #FFFFFF;
}
.rightcol label {
	font-size: 12px;
	line-height: 18px;
}
.rightcol ul {
	font-weight: normal;
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.rightcol li {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.rightcol li ul {
	margin-left: 20px;
}
.rightcol li li {
	font-size: 12px;
}
.rightcol .blog-title {
	background-image: url(../../../../images/notes-from-the-edge2.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 24px;
	text-indent: -9999px;
}
.rightcol .blogNav a, .rightcol .blogNav a:link, .rightcol .blogNav a:visited {
	text-decoration: none;
	font-weight: bold;
}
.rightcol .blogNav a:hover {
	
}
.rightcol .blogNav ul {
	
}
.rightcol .blogNav li {
	background: url(/images/light-bullet.gif) 0 0 no-repeat;
	padding-left: 23px;
}
.rightcol .blogNav li.special {
	padding-left: 0px;
	background: none;
}

.adpostertop {
	margin: 0px 0px 20px 0px;
}
.adposterbottom {
	float: right;
}




/* INHERITED THEME STYLES */
.alignright {
	float: right;
}
.alignleft {
	float: left
}

.post {
	border-bottom: solid 1px #000000;
	margin-bottom: 10px;
}
.post h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 20px;
	font-size: 14px;
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%;
}


.postdate {
	padding-left: 20px;
	font-size: 10px;
}

.post-tools {
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 4px 0px 0px 0px;
	border-bottom: 1px dotted #222;
	border-top: 1px dotted #222;
}
.postblock .post-tools img {
	padding: 0px;
	background: none;
	border: none;
}
.post-tools-twitter, .post-tools-facebook, .post-tools-addthis {
	height: 22px;
	text-align: center;
	vertical-align: middle;
}
.post-tools-twitter, .post-tools-facebook {
	float: left;
	margin-right: 10px;
}
.post-tools-addthis {
	float: right;
	padding-top: 2px;
}

.entry {
	padding-left: 20px;
}

#sidebar {
	width: 300px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#sidebar .rss-date {
	font-size: 10px;
}

.blog-navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* MISCELLANEOUS ADDITIONAL STYLES */

.small {
	font-size: 11px;
	font-weight: normal;
}

#credits {
	border-top: solid 1px #FFFFFF;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#credits a {
	color: #FFFFFF;
}