/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
	
code {
	font-family: monospace !important;
	border: 1px solid #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
		border-radius: 10px;
	display: block;
	padding: 10px;
	}
body {
	background: url(images/bg.jpg) no-repeat #0f146b;
	}
.col-full	 {
	width: 990px;
	}
#main {
	width: 710px;
	}
.post {
	padding: 50px 20px 40px 30px;
	}
#sidebar {
	width: 260px;
	}
.post .date {
	left: -70px;
	}
#navigation {
	background-color: rgba(0,0,0,0.6) !important;
	}
.date {
filter:alpha(opacity:50); opacity:.5; -moz-opacity:.5; }	
.title {
filter:alpha(opacity:80); opacity:.8; -moz-opacity:.8; }	

