/*  
Theme Name: Paul McEwan
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A child theme for Mimbo
Version: 0.1
Author: Paul McEwan
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Template: mimbo

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


@import url("../mimbo/style.css");


/*HTML*/

body#home {
	background: url(http://www.paulmcewan.com/wp-content/themes/paulmcewan/images/header.jpg) repeat-x
	}

body {
	background: url(http://www.paulmcewan.com/wp-content/themes/paulmcewan/images/header.jpg) repeat-x
	}

a, a:visited {
	color:#7DA939;
	text-decoration:none;
	}	
	
a:hover, a:active {
	color:#333333;
	text-decoration:underline;
	}


/*Structure*/

#searchform {
display: none;
}

#page {
margin:0 auto;
padding-top:3px;
width:960px;
background: transparent url(http://www.paulmcewan.com/wp-content/themes/paulmcewan/images/header-image-960.jpg) no-repeat scroll 0 0
}

#masthead {
	border:none
}

#masthead {
border-bottom:0px solid #607B88;
padding:69px 0;
}

#wrapper {
	border:none
	}

#wrapper {
background:none repeat scroll 0 0;
border-bottom:1px solid #CAC8C2;
font-size:0.75em;
padding:0 25px 60px;
}


/*Page Nav*/
#nav a, #nav a:visited {
	color:#574212 !important;
	}

#nav a:hover {
	color:#FFF !important;
	}
	
#nav a:active {
	background:#454545 !important;
	}
	
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	color:#ff8800 !important;
	}

#nav li li.current_page_item a, #nav li li.current_page_item a:visited {
	color:#DADADA !important
	}



/*Cat Nav*/
	
#nav-cat {
	background:transparent none repeat scroll 0 0 !important;
	border:none !important
	}

#nav-cat a, #nav-cat a:visited {
	color:#574212 !important;
	}

#nav-cat a:hover, #nav-cat a:active {
	color:#333333 !important;
	}
	
#nav-cat li li a, #nav-cat li li a:visited {
	color:#dadada !important;
	}	

#nav-cat li li a:hover, #nav-cat li li a:active {
	color:#FFF !important
	}
	
#nav-cat li li a, #nav-cat li li a:visited, #nav-cat li.current_page_item li a, #nav-cat li.current_page_item li a:visited {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
-x-system-font:none !important;
background:#777777 none repeat scroll 0 0 !important;
border:medium none;
color:#DADADA !important;
font-family:Arial,Verdana,Sans-Serif !important;
font-size:1em !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:normal !important;
padding:5px 12px !important;
text-transform:none;
}



/*Headers*/

h3 {
	border-bottom:1px solid #BBB;
	border-top:5px solid #BBB;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
        background: url(images/sidebar-header.jpg)
	}

.entry h3 {
	text-transform:none
	}
	
			

/*Content Styles*/

#lead {
background:#deddbe url(images/bubble.gif) none repeat scroll 0 0;
border-bottom:1px solid #CBCBCA;
border-right:1px solid #CBCBCA;
margin:22px 0;
}

#sidebar a, #sidebar a:visited,
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
#fullarchive a, #fullarchive a:visited, 
#more-posts a, #more-posts a:visited {
	color:#574212 !important;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
#fullarchive a:hover, #fullarchive a:active, 
#more-posts a:hover, #more-posts a:active {
	color:#333333 !important;
	text-decoration: underline;
	}

.commentcount {
	background:url(images/bubble.gif) no-repeat right;
	}	

#sidebar li {
	list-style:none;
	margin:0 0 1px 0;
	padding:0;
	}
	
#sidebar li a, #sidebar li a:visited {
	background:#e2e3e3;
	display:block;
	text-decoration:none;
	padding:4px 8px;
	border-left:4px solid #9b9b9b;
	}

#sidebar li a:hover, #sidebar li a:active {
	background:#cedce9;
	text-decoration:none
	}

#sidebar li li a, #sidebar li li a:visited	{
	background:#cddfed;
	padding-left:25px;
	color:#818D6F;
	}

/*twitter widget*/

.twtr-hd {
overflow:hidden;
padding:10px;
position:relative;
display:none;
}

h1 a, h1 a:visited {
	color:#fff;
	text-decoration:none;
	}	
	
h1 a:hover, h1 a:active {
	color:#ff8800;
	text-decoration:underline;
	}	

#writer {
	background:#EEF5E1;
	border:none
	}

.single p.postmetadata {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#cedce9 none repeat scroll 0 0;
border:medium none;
font-size:0.9em;
padding:2px 6px;
}

	
/*Post Styles*/

.single p.postmetadata {
	background:#EEF5E1;
	padding:2px 6px;
	font-size:0.9em;
	border:none
	}




/*Footer*/

#footer {
	color:#e1e1e1;
	}

#footer a, #footer a:visited {
	color:#7a7a7a;
	}	

#footer a:hover, #footer a:active {
	color:#FFF;
	}	
		
	
	
	