body {
	font-size: 11px;
	font-family: "Gotham", Verdana, sans-serif;
	background: url(../images/body_back.gif) fixed #080808;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

div.box {
	background: url(../images/box_back.png);
	margin: 0 0 14px 0;
	position: relative;
}

div.wrapper {
	margin: 0 auto;
	position: relative;
}

div#header {
	height: 145px;
}

div#header h1 {
	position: absolute;
	top: 44px;
	left: 0;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	width: 148px;
	height: 54px;
}

div#header div.wrapper {
	width: 920px;
	position: relative;
}

div#content {
	width: 790px;
}

div#feed {
	position: absolute;
	top: 0;
	left: 0;
	width: 186px;
	padding: 16px 13px 41px 13px;
}

div#feed ul li {
	margin-bottom: 4px;
}

div#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 212px;
}

div#sidebar div.box {
	padding: 16px 13px 16px 13px;
}

div#sidebar div#search.box, div#respond.box {
	padding-bottom: 41px !important;
}

div#feed h2 {
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/blogfeed_head.png) no-repeat;
	width: 101px;
	height: 9px;
	margin: 0 0 13px 0;
}

div#respond h2 {
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/leavereply_head.png) no-repeat;
	width: 89px;
	height: 9px;
	margin: 0 0 13px 0;
}

div#comments h2 {
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/replies_head.png) no-repeat;
	width: 47px;
	height: 9px;
	margin: 0 0 13px 0;
}

div#search h2 {
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/search_head.png) no-repeat;
	width: 48px;
	height: 9px;
	margin: 0 0 13px 0;
}

div#archives h2 {
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/archive_head.png) no-repeat;
	width: 53px;
	height: 9px;
	margin: 0 0 13px 0;
}

div#work, div#posts {
	position: absolute;
	right: 0;
	top: 0;
	width: 563px;
	margin: 0 0 50px 0;
}

div#work div.box {
	padding: 14px 12px 14px 12px;
}

div#posts div.box {
	padding: 14px 12px 6px 12px;
}

div#work p, div#info p, div#posts p {
	margin: 0 0 12px 16px;
	line-height: 15px;
}

div#posts p img {
	margin: 0 0 0 -16px;
}

div#work h2 {
	display: none;
}

p.postmeta {
	float: left;
	text-transform: uppercase;
	margin-bottom: 0;
}

p.postmeta span.postdate {
	color: #2c2c2c;
}

p.postmeta span.postdate a {
	color: #fff;
	text-decoration: none;
}

p.comments_btn {
	text-transform: uppercase;
	float: right;
	padding-right: 14px;
}

div#posts h2 {
	text-transform: uppercase;
	font-size: 21px;
	margin: 0 0 14px 0;
}

div#posts h2 a {
	text-decoration: none;
	color: #fff;
}

div#work img, div#posts img {
	border: 5px solid #262626;
	margin: 0 0 17px 0;
}

div#feed img {
	border: 5px solid #262626;
	margin: 0 0 12px 0;
}

a.button {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 182px;
	height: 31px;
}

a.launchblog_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 114px;
	background: #262626 url(../images/launchblog_btn.png) no-repeat 16px 11px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	margin: 0 0 14px 0;
}

a#info_btn {
	position: absolute;
	top: 0;
	right: 182px;
	background: #363636 url(../images/info_btn.png) no-repeat 78px 11px;
}

a#contact_btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #262626 url(../images/contact_btn.png) no-repeat 63px 11px;
}

div#search input, #respond input {
	background: #363636;
	color: #000;
	width: 176px;
	height: 16px;
	padding: 5px;
	padding-top: 10px;
	border: none;
	font-size: 11px;
	font-family: "Gotham", Verdana, sans-serif;
}

.navigation {
	text-transform: uppercase;
}

textarea {
	width: 497px;
	background: #363636;
	height: 142px;
	color: #000;
	border: none;
	padding: 5px;
	padding-top: 8px;
	font-family: "Gotham", Verdana, sans-serif;
}

#search_btn {
	border: none;
	position: absolute;
	width: 114px;
	height: 31px;
	bottom: 0;
	right: 0;
	text-indent: -9999em;
	background: #262626 url(../images/search_btn.png) no-repeat 35px 11px;
}

#commentsubmit_btn {
	border: none;
	position: absolute;
	width: 114px;
	height: 31px;
	bottom: 0;
	right: 0;
	text-indent: -9999em;
	background: #262626 url(../images/submit_btn.png) no-repeat 38px 11px;
}

a#main_btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #262626 url(../images/main_btn.png) no-repeat 78px 11px;
}

a.launchsite_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/launchsite_btn.png) no-repeat 53px 11px;
}

a.comingsoon_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/comingsoon_btn.png) no-repeat 48px 11px;
}

a.nolive_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/nolive_btn.png) no-repeat 42px 11px;
}

.commentmeta {
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
	text-transform: uppercase;
}

label {
	text-transform: uppercase;
	margin: 0 0 0 15px;
}

.commentdate {
	text-transform: uppercase;
	color: #363636;
}

/* -------------------- Copy this block of code and make sure #whatever matches the new div's id --------------------------------- */

div#example a.launchsite_btn {
	background-color: #cc0000;
}

div#example strong {
	color: #cc0000;
}

/* --------------------------------------------------- */

div#evan a.launchsite_btn {
	background-color: #3ba3ca;
}

div#evan strong {
	color: #3ba3ca;
}



div#targethsg a.nolive_btn {
	background-color: #cc0000;
}

div#targethsg strong {
	color: #cc0000;
}


div#mmb a.launchsite_btn {
	background-color: #10a1b5;
}

div#mmb strong {
	color: #10a1b5;
}


div#kevin a.nolive_btn {
	background-color: #e0ab1b;
}

div#kevin strong {
	color: #e0ab1b;
}

div#sin a.nolive_btn {
	background-color: #ce006f;
}

div#sin strong {
	color: #ce006f;
}


div#postit a.launchsite_btn {
	background-color: #01c5c4;
}

div#postit strong {
	color: #01c5c4;
}

div#hope a.launchsite_btn {
	background-color: #cfa151;
}

div#hope strong {
	color: #cfa151;
}


div#coco a.launchsite_btn {
	background-color: #8a9087;
}

div#coco strong {
	color: #8a9087;
}




div#twolves a.nolive_btn {
	background-color: #00538a;
}

div#twolves strong {
	color: #00538a;
}


div#targetfb a.nolive_btn {
	background-color: #6b0010;
}

div#targetfb strong {
	color: #6b0010;
}


div#targetsg a.nolive_btn {
	background-color: #490120;
}

div#targetsg strong {
	color: #490120;
}

div#targethgb a.nolive_btn {
	background-color: #cc0000;
}

div#targethgb strong {
	color: #cc0000;
}


div#voltage a.nolive_btn {
	background-color: #bb1a76;
}

div#voltage strong {
	color: #bb1a76;
}

div#bellakoshka a.launchsite_btn {
	background-color: #5d5243;
}

div#bellakoshka strong {
	color: #5d5243;
}


div#redshoe a.nolive_btn {
	background-color: #012db6;
}

div#redshoe strong {
	color: #012db6;
}

div#overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1000%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

div#info {
	width: 624px;
	height: 294px;
	background: url(../images/info_back.png);
	padding: 13px;
	display: none;
	position: relative;
	margin: 20px auto 0 auto;
	z-index: 1002;
	overflow: auto;
}

div#info img {
	float: left;
	margin: 0 24px 0 0;
	border: 5px solid #262626;
}

div#info h3 {
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/info_head.png);
	width: 51px;
	height: 16px;
	margin: 35px 0 24px 0;
}

a#close_btn {
	position: absolute;
	display: block;
	top: 13px;
	right: 13px;
	background: url(../images/close_btn.png);
	width: 17px;
	height: 18px;
	text-indent: -9999em;
	overflow: hidden;
}
