/* 
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.

*/

#content .code {
    font-family: Monospace;
    font-style: normal;
}

#menu {

-webkit-box-shadow:0px 0px 10px #CDCDCD;
-moz-box-shadow:0px 0px 10px #CDCDCD;

-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;

background: #294c64;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(42, 82, 107, 1.0)), to(rgba(23, 41, 52, 1.0)));
}

#catnav li:hover {
    background:#162a36;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(42, 82, 107, 0.6)), to(rgba(23, 41, 52, 0.6)));
-webkit-box-shadow: inset 0px 0px 10px #222;
-moz-box-shadow: inset 0px 0px 10px #222;
}

#catnav a {
    color:#fff;
    font-size:14px;
    font-weight:bold;
    text-shadow: 0px -1px 1px #000;
    text-decoration: none;
}

#content {

z-index:6;
-webkit-box-shadow:0px 0px 10px #CDCDCD;
-moz-box-shadow:0px 0px 10px #CDCDCD;

-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
 padding-bottom: 15px;
}



#searchform { display: none; }

#content .post p a { color: #00f; }

#content .post .post-details a { color: #9F9F9F; }

#content .post { font-size: 13px; color:#111; }

#pagenav { display:none; }

#featured {	padding:20px 0px 0px 20px;	width:540px; }
#main {	padding:20px 20px 0px 0; width:325px; }
#featured .block { padding:0 30px 20px 0px; width:535px; float:left; }

.excerpt-thumbnail { padding: 10px; float:left; }

#header {
        bottom:-40px;
        width:345px;
        height: auto;
	padding: 0px 0 0 0;
	position: relative;
        z-index:6;
        right:10px;
        margin-left:auto;
}

#header a { width:auto; height:auto; display:block; float:right; text-align:right;}

#loopedSlider { display:none; }

#comments .comment .col-left {width: 90px; font-size:11px; padding:15px;}

#comments .comment .col-right {
	min-height: 92px;
	background: #e6e6e6;
	padding: 10px 15px;
	margin-left:0px;
	float:none; 
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}