#main-container {
	box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
}
#nav, .post, .box, .bot-nv {
	background: rgba(255,255,255,.8);
	border: solid 1px #b3b3b3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;		
}
.post .post-footer {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.head-block {
	text-shadow: 1px 1px 10px rgba(0,0,0,.75);
}
.links a, .post-footer a {
	color: rgba(0,0,0,.6);
	border-color: rgba(0,0,0,.1);
}

#comments-list li.odd {
	background-color: rgba(255,255,255,0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#load {
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,.7);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.7);
}
#overlay {
	background: rgba(95,127,144,.8);
}
#message-wrap {
	background: rgba(0,0,0,.5);
}

