/* @override http://portfolio.davesharpe.com/wp-content/themes/mortar/custom.css */

/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme.

You need to use .custom before every style e.g. 

.custom a {color:#555555;}
.custom #tabs {background:#000000;width:460px}

*/

.custom a, .custom a:visited {}

.custom body {
	color: #444444;
	background-color: #d6d6d4 !important;
	background-image: url(styles/custom_images/bg.jpg);
	background-repeat: repeat-x;
}

.custom .featured_post {
	background-color: #62643d;
	border-color: #62643d;
	background-image: none !important;
	padding-bottom: 0;
}

.custom .more_entries .wp-pagenavi .current, 
.custom .more_entries .wp-pagenavi .on,
.custom .more_entries .wp-pagenavi a:hover {background: #fe690f;}

.custom #nav .current_page_item a,
.custom #nav li.sfHover,
.custom #nav li.current,
.custom #nav li a:focus, .custom #nav li a:hover, .custom #nav li a:active {
	color: #FFFFFF;
	background: #fe690f url(grey/nav_active_bg.png) repeat-x left bottom;
}

.custom #nav li {
	border-right-color: #fe690f;
}

.current-cat {
	background: #fe690f !important;
}

.custom .widget {
	background-color:#62643d;
	border:1px solid #62643d;
	border-style: solid;
 	border-width: 1px;
 	color: #dddddd;
}

.custom .credits p {
	padding: 8px 20px 0 0;
	font-size: 11px;
	color: black;
}

.custom .wp-caption {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	margin-bottom: 20px;
}

.custom .nav_wrapper {
}

.custom .featured_post a {
	color: white;
	margin-bottom: 0;
}
.custom .box {
	padding-bottom: 0;
}