/*--- COLORS

RED: ff1b14
OFFWHITE: fcf6ed
YELLOW: ffdd77
GREYISH: 55737a

 ---*/

/*--- HOME ---*/

.home .hleft {
	float: left;
	width: 615px;
	padding: 0px 20px 0px 0px;
	}
.home .hright {
	float: right;
	width: 165px;
	}
.home #ftleft { display: none; }
.home .headline { display: none; border: none; }
.home .headline_area { display: none; }
.home #tabs .rss { display: none; }

/*--- HEADER ---*/

.custom #header { border-bottom:none; background: #000000; margin-bottom: 0em; }
.custom #header #logo a { display:block; width:800px; height:150px; background:url(/images/logo.png) center no-repeat; color:#000000; text-indent: -9999px; }
.custom #header #tagline { float: right; color: #ffdd77; margin-top:-130px; }

/*--- NAV MENU/TABS ---*/

.custom #tabs {background: #ffdd77;}
.custom #tabs li {background: #ffdd77;}
.custom #tabs, .custom #tabs li {border-style: none;}
.custom ul#tabs li a:hover {background:#000000; color:#ffffff; text-decoration: none;}

/*--- BLOG FORMATTING ---*/

.custom a, .custom a:visited, .custom a:hover { color: #ffdd77; }
.custom h2 a { color: #ffdd77; font-weight: bold; }
.custom .headline_meta { font-style: italic; color: #fff; border-bottom: 1px dotted #C0C0C0; }


/*--- TEXT FORMATTING ---*/

.custom p { color: #fff; }
.custom h1, h2, h3 { color: #fff; }
.custom .widget { color: #fff; }
.custom .widget h3 { color: #fff; }
.custom .format_text ul { color: #fff; }

/*--- FOOTER ---*/

.custom #ftleft {
	float: left;
	}
.custom #ftright {
	float: right
	}
.custom #footer {
	text-align: left;
	}

/*--- BACKGROUND ---*/

body.custom { background: #000000; }
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }
		.custom #page { background: #000; }
.custom #content_box { background: none; }
.custom #column_wrap { background: none; }

/*--- RSS (except for home) ---*/

.custom .norss #tabs .rss { display: none; }
.custom #tabs .rss a { color: #fff; background: #000;}

/*--- MULTIMEDIA BOX ---*/

.custom #image_box {
  background:#000000 none repeat scroll 0 0;
  border-bottom: 0 solid #DDDDDD;
  margin-top: 2em;
}
