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

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

/*----- Header -----*/
#header ul li.active{
	background-image: url('../img/digidestruct/bg_icon_arrow.gif');
}

/*----- Support -----*/
#support{
	background: #000;
}
#support #info{
	color: #00B5CB;
}
#support #user, #support #user a{
	color: #F3B92B;
}

/*----- Blog -----*/
#blog .post h4{
	background: #2E2D2D;
	color: #F3B92B;
}
#blog .post h4 a{
	color: #F3B92B;
}
#blog .post .date{
	color: #2E2D2D;
}
#blog .post .content{
	color: #FFF;
}
#blog .post .content h3, #blog .post .content h3 a{
	color: #E50278;
}
#blog .post .content h3 a{
	text-decoration: none;
}
#blog .post .content h5#comments{
	color: #00A9A7;
}
#blog .post .content p.posted{
	color: #FFF;
}
#blog .post .actions .actions_top{
	color: #FFD457;
}

/*----- Post Content -----*/
#blog .post .content h2{
	margin-bottom: 1em; /* 15.0px at 15px base */
	font-weight: bold;
	font-size: 1.5em; /* 15.0px at 10px base */
	color: #00A9A7;
}
#blog .post .content h4{
	margin-bottom: 0.5em; /* 5.0px at 11px base */
	padding: 0;
	background: none;
	font-weight: bold;
	font-size: 1em; /* 10.0px at 10px base */
	color: #FFF;
}
#blog .post .content ol li, #blog .post .content ul li{
	margin-bottom: 5px;
}
#blog .post .content a{
	text-decoration: underline;
}
#blog .post .content a:hover{
	text-decoration: none;
}
#blog .post .content strong{
	font-weight: bold;
}

/*----- Link List -----*/
#aside h2{
	color: #E50278;
}
#aside #team{
	margin: 20px 0 40px;
}
#aside #team .member{
	overflow: hidden;
	margin: 0 0 11px;
	font-size: 1.3em; /* 13.0px at 10px base */
}
#aside #team .member h4{
	float: right;
	width: 128px;
	margin: 7px 0 0;
	font-weight: normal;
	line-height: 1.3;
}
#aside #team .member h5{
	float: right;
	width: 128px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.1;
	color: #00B5CB;
}
#aside #team .member p{
	float: left;
	width: 61px;
	margin: 0 9px 0 0;
}
#aside #team .member p img{
	display: block;
}