/*----- Document -----*/
body{
	color: #FFF;
}

/*----- Content -----*/
#page{
	background: #000;
}
#page_top{
	background: #000 url('../img/oops_my_geek_is_showing/bg_blog_top.jpg') right top no-repeat;
}
#page_top a#home{
	height: 333px;
}

/*----- Support -----*/
#support #user, #support #user a{
	color: #98005D;
}

/*----- Blog -----*/
#blog .post h4{
	background: #0A3745;
	color: #00B5CB;
}
#blog .post h4 a{
	color: #00B5CB;
}
#blog .post .date{
	color: #2E2D2D;
}
#blog .post .content{
	color: #FFF;
}
#blog .post .content h3, #blog .post .content h3 a{
	color: #98005D;
}
#blog .post .content h4{
	background: none;
	padding: 0;
	margin: 0 0 0 24px;
	color: #98005D;
}
#blog .post .content h3 a{
	text-decoration: none;
}
#blog .post .content h5#comments{
	color: #00A9A7;
}
#blog .post .content p.posted{
	color: #FFF;
}
#blog .post .content .question{
	color: #98005D;
}
#blog .post .content .response{
	color: #00A9A7;
}
#blog .post .actions .actions_top{
	background-image: url('../img/oops_my_geek_is_showing/bg_action_top.png');
	color: #FFD457;
}
#blog .post .actions .actions_content{
	background-image: url('../img/oops_my_geek_is_showing/bg_action_rpt.png');
}
#blog .post .actions .actions_content ul li a.view{
	background-image: url('../img/email_marketing_voodoo/icon_view.png');
}
#blog .post .actions .actions_content ul li a.comment{
	background-image: url('../img/email_marketing_voodoo/icon_comment.png');
}
#blog .post .actions .actions_btm{
	background-image: url('../img/oops_my_geek_is_showing/bg_action_btm.png');
}

/*----- Link List -----*/
#aside h2{
	color: #98005D;
}
#aside ul#podcasts{
	margin: 30px 0 -10px;
	padding: 0 0 6px;
	background: url('../img/oops_my_geek_is_showing/bg_podcast.gif') left bottom no-repeat;
}
#aside ul#podcasts li{
	background: none;
	margin: 0 0 15px;
	padding-left: 0;
}
#aside ul#podcasts li a{
	overflow: hidden;
	display: block;
	height: 20px;
	padding: 3px 0 0 36px;
}
#aside ul#podcasts li.podcast a{
	background: url('../img/icon_podcast.png') 2px center no-repeat;
}
#aside ul#podcasts li.itunes a{
	background: url('../img/icon_podcast_itunes.png') left center no-repeat;
}

/*----- Post Content -----*/
#blog .post .content a{
	color: #FFF;
	text-decoration: underline;
}
#blog .post .content a:hover{
	text-decoration: none;
}