body.custom {
	background-color: #44443f;
	background-image: url(images/bg.jpg);
}
.custom #container {
	margin-top: 0;
	margin-bottom: 2em;
	background: #33332f;
	border: 0.1em solid #ebebeb;
	border-top: none;
}
.custom #page {
	background: #f6f6f6;
	padding: 10px 0 0;
}
/* -------------- :[  HEADER  ]: --------------*/
.custom #header {
	background-color: white;
	border: 1px solid #ebebeb;
	padding-bottom: 5px;
	margin: 0 7px 9px;
	background-image: url(images/header-bg.png);
}
.custom #header #tagline {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:1.5em;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	color: #A9B8C7;
	padding-top: 2px;
}
.custom #logo a {
	background: url(images/logo.png) no-repeat;
	height: 69px;
	width: 259px;
	text-indent: -9999px;
	display: block;
}
/* -------------- :[  NAV  ]: --------------*/
.custom #nav {
	background: #383738 url(images/nav-bg.jpg) repeat-x;
}
.custom ul#tabs {
	border:none;
	width: 75%;
}
.custom ul#tabs li {
	margin-bottom:0;
	border:none;
	background:none;
	color: white;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 6px;
}
.custom ul#tabs li a {
	color: white;
	font-weight: bold;
	float: left;
}
.custom ul#tabs li a:hover {
	text-decoration:none;
	background-color: #2f2f2f;
}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {
	background-color: #2f2f2f;
}
.custom ul#tabs .current_page_item a, .custom ul#tabs .current-cat a {
	display:block;
}
/*subscribe icons*/
.custom ul#navSubscribe  {
	font-size: 1.1em;
	width: 25%;
	color:#FFFFFF;
	float:right;
	list-style-type: none;
	margin-top: -36px;
}
.custom ul#navSubscribe li {
	display: inline;
}
.custom ul#navSubscribe li a {
	padding:6px 5px 8px;
}
.custom li#subscribeLabel {
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.custom ul#navSubscribe li img {
	padding-top: 11px;
	margin-bottom: -5px;
}

/* -------------- :[  FEATURE BOX  ]: --------------*/
.custom feature_box {
	border-bottom:none;
	background-color:white;
}
/* -------------- :[  MAIN CONTENT AREA   ]: --------------*/

/* remove vertical gray line*/
.custom #content_box {
	background-image: none;
}
.custom .post_box {
	border: 1px solid #ebebeb !important;
	margin: 7px;
	background-color: white;
	padding: 12px 12px 20px;
}
.custom div.format_text.entry-content p a.more-link {
	text-decoration: none;
	background: white url(images/read-more-arrow.png) no-repeat right;
	padding-right: 60px;
	font-size: 18px;
	float: right;
	padding-bottom: 4px;
}
.custom div.format_text.entry-content p a.more-link a:hover {
	text-decoration: none;
	background: white url(images/read-more-arrow.png) no-repeat right;
	padding-right: 60px;
	font-size: 18px;
	float: right;
	padding-bottom: 4px;
}
.custom .headline_area h1, .headline_area h2 {
	font-size: 2.2em;
	line-height: 1.364em;
	padding-left: 4px;
	padding-bottom: 6px;
}
/* -------------- :[  SIDEBARS  ]: --------------*/

.custom #sidebars {
	width: 299px;
	float: left;
	margin-bottom: 0;
	margin-top: 8px;
	margin-right: 10px;
}
.custom li.widget {
	border: 1px solid #ebebeb;
	margin-bottom: 8px;
	background: white url(images/sidebar-bg.png) repeat-x;
	padding: 10px;
}
.custom li.widget ul li {
	border-bottom: 1px dashed #cacaca;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.custom ul.sidebar_list {
	padding-top: 0;
	padding-left: 0;
}
.custom .sidebar h3 {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -3px;
	margin-top: -5px;
	padding-bottom: 8px;
}
/* -------------- :[  TEASERS  ]: --------------*/

.custom .teaser {
	width: 100%;
	padding-bottom: 2.2em;
}
.custom .teaser_link {
	border-bottom: 1px dotted #d5d5d5;
	width: 200px;
}
.custom .post_box, .custom .teasers_box {
	border: none;
}
.custom .teasers_box {
	padding: 0;
}
.custom .teasers_box.top {
	padding-top: 2.2em;
}
/* -------------- :[  BYLINE ]: --------------*/

.custom div.headline_area p.headline_meta span a {
	background: url(images/i-comments.jpg) no-repeat;
	text-decoration: none !important;
	border-style: none;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 5px;
}
.custom div.headline_area p.headline_meta abbr.published {
	background: url(images/i-date.jpg) no-repeat;
	text-decoration: none !important;
	border-style: none;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.custom div.headline_area p.headline_meta span.author.vcard.fn {
	background: url(images/i-edit.jpg) no-repeat;
	text-decoration: none !important;
	border-style: none;
	padding: 2px 4px 5px 20px;
}
/* -------------- :[  AD BLOCK  ]: --------------*/

.custom #adblock img {
	align:center;
	margin: 1px 1px 2px;
}
.custom div.adblock a:hover img {
	border:1px solid #ebebeb;
}
.custom div.adblock a img {
	border:1px solid #ebebeb;
}
.custom div.adblock img {
	margin: 0 3px 7px;
}

/* -------------- :[  COMMENTS  ]: --------------*/

.custom #idc-container .idc-head_tools-share { display: none; }

/* -------------- :[  FOOTER  ]: --------------*/

.custom #footer {
	background-color: #f6f6f6;
	border-top-style: none;
}

/*---:[ self-clearing floats from Dan Cederholm ]:---*/

/*.custom #nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/
