body {
	background-color:#181C21;
	color:#FFF; 
}
a { 
	color:#fff;
}



/* ### Header ### */
#logo h1 {
	background-color:#000;
}
#header .menu li a:hover {
	background-color:#30A9F1;
	color:#fff;
}



/* ### Content ### */
#content {
	color:#fff;
}

/* ### Ajax loaded post ### */
#load_post .posts {
	border:1px solid #cacaca;
}
#load_post .posts h2, #load_post .posts div, #header .menu li a {
	background-color:#fff;
}
#load_post .posts h2, #load_post .posts h2 a, #load_post .posts div, #header .menu li a {
	color:#000;
}
#load_post .posts h2 {
	border-left:4px solid #30A9F1;
}
#load_post .posts div {
	border-bottom:4px solid #30A9F1;
}
#load_post .posts span {
	color:#666;
}


/* ### Full post in the middle ### */
#full_post {
	color:#fff;
}
#full_post .title {
	border-top:2px solid #30A9F1;
	background:url(../../images/bg_trans.png) repeat scroll 0 0 transparent;
	color:#fff;
}
#full_post .entry {
	color:#f2f2f2;
}
#full_post .entry a { 
	color:#30A9F1;
}
#full_post .entry li {
	list-style-image: url(list_dot.png);
}
#full_post .entry img {
	border:1px solid #292C2F;
}
#full_post .info {
	color:#cacaca;
	background:url(../../images/bg_trans.png) repeat scroll 0 0 transparent;
	border-bottom:2px solid #30A9F1;
}
#full_post .info span {
	color:#666;
}



/* ### Footer ### */
#footer .menu ul li a:hover, #footer .menu ul li a.actived_page {
	text-shadow: #30A9F1 1px 1px 5px;
}
#footer .menu {
	color:#cacaca;
	background:url(../../images/bg_trans.png) repeat scroll 0 0 transparent;
}



/* ### Others ### */
.actived_cat {
	background-color:#30A9F1!important;
	color:#fff!important;
}
a.jScrollArrowUp {
	background: url(arrow_up.png) repeat-x 0 0;
}
a.jScrollArrowDown {
	background: url(arrow_down.png) repeat-x 0 0;
}
.jScrollPaneTrack {
	background: #0C0E10;
}
.jScrollPaneDrag {
	background: #292C2F;
}
#loading {
	background-color:#f4f2f4;
}