/* 
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.

*/

body {
	background-color:#DFE9F4;
	background-image: none;
}

#top-out, #header, #middle-out-top, #middle-out-bottom, #middle-content-bottom {
	background-image: none;
	background-color: transparent;
}

 #content {
	background-color: #fff;
	padding-top: 8px;
	border: 1px solid #ccc;
	border-top: none;
	background-repeat: repeat-y;
}

#page_navi{color:#ccc; font-size:12px; background-color:#2b6592; border-bottom:1px solid #1d4a6d; height: auto; }
#page_navi-inner{width:980px; margin:0 auto}
#page_navi a{color:#fff; text-decoration:none; text-shadow:1px 1px 1px #000; display:block; padding:10px 15px}
#page_navi a:hover{color:#e6f4ff}
#page_navi ul{float:left}
#page_navi li{float:left; border-right:1px solid #1d4a6d}
#page_navi li:hover{background-color:#265a82}
#page_navi p{display:inline}
#page_navi-left{float:left}
#page_navi-right{float:right}

#cat_navi {
	background-color: #4b8dc5;
	border: 1px solid #39709e;
}

#cat_navi a {
	color: #fff;
	border-right: 1px solid #39709e
}

#cat_navi a:hover, .current_page_item a, #secnav li ul li a:hover {
	background-color: #39709e;
	color: #fff;
}

#secnav li:hover, #secnav li.sfhover1 {
	background-image: none;
}

#nav li {
	background-image: none;
}

#header .latest_twitter {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	top: 29px;
}

#header .latest_twitter ul {
	color: #666;
}

#secnav a {
	padding:14px 20px;
}

#main-content .post h4.continue a, #sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {
background-color: #63a9e2;
}

#main-content .latest .featured, #main-content .archives .featured {
margin-bottom:30px;
}

