/* @override http://localhost:8888/pop/wp-content/themes/pl00/style.css */

/*=

	Theme Name: Madrono
	Description: Based on pl00.
	Author: Jim Olson
	Version: 1.0.2
	Changelog:
		v1.0.1 - 07.09.08	First Release of pl00 1.0
	
=== === === === === === === === === === */


/*=STRUCTURE
=== === === === === === === === === === */

@import 'reset.css';

html {

}

body {
	text-align: center;
	background-color: #e6e6e5;
	font: 1em "Verdana", sans-serif;
	color: #404040;
	background: #626531 url(images/bg.gif) repeat-x;
}

div#WrapOuter {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

div#WrapInner {
	text-align: left;
	width: 960px;
	margin: auto;
	float: left;
}

/*=COMMON
=== === === === === === === === === === */

* {
	padding: 0;
	margin: 0
}

h1 {
	font-size: 180%;
	line-height: 120%;
	text-transform: uppercase;
	display: inline;
}

h2 {
	font-size: 120%;
	line-height: 150%;
  font-weight:bold;
}

a {
	color: #B85E43;
	text-decoration: none;
}

a:hover {
	color: #3a80ff;
	text-decoration: underline;
}

div#SiteTitle {
	width: 367px;
}

div#SiteTitle h1 a {
	width: 367px;
	height: 185px;
	background: url(images/logo-title.png) no-repeat;
	text-indent: -9999px;
	display: block;
}

div#ByZeroOne {
	width: 128px;
	float: right;
	clear: right;
}

div#ByZeroOne a {
	width: 137px;
	height: 38px;
	margin-top:40px;
	background: url(images/by-zeroone.png) no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	clear: right;
}

div#SiteSubTitle {
	text-indent: -9999px;
}

h1 a:hover {
	color: #3a80ff;
	text-decoration: none;
}

.line {
	height: 2px;
	border-top: 0px dotted #fff;
	border-right: 0px dotted #fff;
	border-left: 0px dotted #fff;
	border-bottom: 1px dotted #6f6f6f;
	display: block;
}

h1 {font-size:150%;width:400px;}

h2 {font-size:140%;}

h3 {font-size:125%;}

h3 {font-size:110%;}

p, li {line-height:150%;}

h1, h2, h3, h4, h5, ul, ol, p {margin-bottom:12px;}

b, strong {font-weight:bold;}
i, em {font-style:italic;}

table {border-collapse:collapse;}
table thead {font-weight:bold;background:#bababa;}
table td {padding:6px;}

.line {height: 2px;border-top:0px dotted #fff;border-right:0px dotted #fff;border-left:0px dotted #fff;border-bottom:1px dotted #6f6f6f;display:block;}

textarea, input {padding:3px;border:1px #bababa solid}

.clear {
	clear: both;
}

/*=FUNCTIONS
=== === === === === === === === === === */

ul#Functions {
	width: 130px;
	text-align: right;
	float: right;
}

ul#Functions li {
	display: inline;
	padding-left: 6px;
}

/*=NAVIGATION
=== === === === === === === === === === */

/*Fat Erik's Pipelist*/

div#MetaNav {
	font-size: 10px;
	height: 18px;
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 300px;
	float: right;
}

#MainNav {
	float:left;
	width:814px;
	font-size:93%;
	line-height:normal;
}
  
#MainNav ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
  
#MainNav li {
	float:right;
	background:url("images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
  
#MainNav a {
	float:left;
	display:block;
	background:url("images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#CDD350;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#MainNav a {float:none;}
/* End IE5-Mac hack */

#MainNav a:hover {
	color:#fff;
}
  
#MainNav li.current_page_item {
	background-image:url("images/left_on.gif");
}
  
#MainNav li.current_page_item a {
	background-image:url("images/right_on.gif");
	color:#333;
	padding-bottom:5px;
}

div#MetaNav li {
	line-height: 18px;
	display: inline;
	padding: 0;
	margin: 0;
}

div#MetaNav li {
	display: inline;
	padding: 0;
	margin: 0;
}

div#MetaNav li:before { content: "| "; }

div#MetaNav li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html div#MetaNav li {
	border-left: 1px solid #B85E43;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html div#MetaNav { height: 1%; }

* html div#MetaNav li {
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html div#MetaNav li:first-child { border-left: 0; }


/*=CONTENT
=== === === === === === === === === === */

div#PageContainer {
	width: 960px;
	float: left;
}

div#Header {
	width: 930px;
	height: 118px;
	padding: 10px 0 0;
	margin-left: 15px;
	margin-right: 15px;
}

div#PageBody {
	font-size: 70%;
	line-height: 150%;
	width: 930px;
	float: left;
}

div#Content {
	width: 767px;
	float: left;
	margin-left: 70px;
	margin-right: 50px;
	overflow: hidden;
}

	div#EntriesColumn {
		width: 460px;
		float:left;
	}

	#PageBody .post {
		width: 460px;
		float: left;
	}

	div#Wrapper {
		width: 707px;
		padding: 30px;
		background: #fff;
		float: left;
	}
	
	.entry {
	width: 430px;
	float: left;
	
	}
	
	div#SideColumn {
		width: 200px;
		float: right;
	}
	
	div#SideColumn ul {
		padding: 0;
		margin: 0;
	}
	
	div#SideColumn ul li {
		list-style: none;
		padding: 10px 0 0 0;
		margin:0;
	}
	
	div#SideColumn ul li li {
		padding:0 0 0 10px;
	}
	
	#PageHead h2 {
		width: 520px;
		font-size: 140%;
		margin-bottom: 14px;
		line-height: 110%;
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#Content #PageHead {
		width: 707px;
		height: 47px;
		padding: 30px 30px 0 30px;
		background: url(images/pagetitle.png) no-repeat;
	}

	div.navigation {
		margin-bottom: 10px;
	}

	div.alignleft,
	div.alignright {
		width: 430px;
		clear: both;
	}
	
	div.alignright {
		text-align: right;
	}
	
	#Content p {
		margin-bottom: 18px;
	}
	
	#Content ul {
		margin-bottom: 8px;
		padding-right: 5px;
		padding-left: 20px;
	}
	
	#Content ul li {
		list-style-type: circle;
	}

.postmetadata {
	margin-top: 20px;
}

form#searchform label {
	text-indent: -9999px;
	height: 0;
	width: 0;
	display: block;
}

input#searchsubmit {
	background: #none;
	border: 1px #bababa solid;
	margin-top: 3px;
}

div#CommentsContainer {
	width: 430px;
	margin-left: 0px;
	float: left;
}

h3#comments {
	margin-bottom: 8px;
}

img.avatar {
	float: left;
	position: relative;
}

div#CommentText {
	padding-left: 50px;
	margin-bottom: 20px;
}

div#CommentReply {
	margin-top: 10px;
}

form#commentform input#url,
form#commentform input#email,
form#commentform input#author {
	border: 1px #737373 solid;
}

div#CommentReply #commentform p {
	margin-top: 4px;
	margin-bottom: 4px;
}

textarea#comment {
	width: 430px;
}




/*=FOOTER
=== === === === === === === === === === */

div#footer {
	width: 707px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	clear: both;
	line-height: 150%;
	height: 45px;
	margin-left: 70px;
	margin-bottom: 15px;
	padding-top: 15px;
	font-size: 50%;
	text-transform: uppercase;
	background: #fff;
}


/*=REQUIRED
=== === === === === === === === === === */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Quick Fixes by Jim  */

#sidebar ul div.textwidget div.linklist ul li {
	line-height: 20px;
	clear: both;
	padding-top: 0px;
}

#sidebar ul div.textwidget div.linklist ul li a div.icon {
	width: 24px;
	height: 23px;
	float: left;
}

#sidebar ul div.textwidget h3 {
	margin-bottom: 0px;
	font-weight: bold;
	padding-left: 2px;
}

#sidebar ul div.textwidget div.linklist ul li a div.icon.rss {
	padding-left: 3px;
	margin-right: -2px;
	padding-top: 3px;
}

#sidebar ul div.textwidget form div label {
	line-height: 27px;
	margin-top: 1px;
	padding-top: 0;
}

#sidebar ul div.textwidget form {
	padding-left: 11px;
}
