/*=

	Theme Name: zymk
	Theme URI: http://electronicsuitcase.net/pl00
	Description: pl00 is a modern, text-based theme created for Wordpress.
	Author: Jim Olson
	Author URI: http://robotoverlord.mobi
	Version: 1.0.1
	Changelog:
		v1.0.1 - 07.09.08	First Release of pl00 1.0
	Tags: fixed width, three columns, valid CSS, valid XHTML, white, simple, widgets, widget ready, 3columns, right sidebars, SEO friendly, gravatars, h:over effects, text-only
	
=== === === === === === === === === === */


/*=STRUCTURE
=== === === === === === === === === === */

@import 'reset.css';

html {

}

body    { font: 1.1em Verdana, Arial, Helvetica, sans-serif; background-color: #390; text-align: center; margin-top: 10px; margin-bottom: 10px }

div#WrapOuter {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

div#WrapInner {
	text-align: left;
	width: 960px;
	margin: auto;
	background-color: #fff;
	float: left;
}

/*=COMMON
=== === === === === === === === === === */

* {
	padding: 0;
	margin: 0
}

h1 {
	font-size: 180%;
	line-height: 120%;
	text-transform: uppercase;
}

h2 {
	font-size: 120%;
	line-height: 150%;
}

a   { color: #066; text-decoration: none }

a:hover   { color: #333; text-decoration: none }

h1 a  { color: #333; text-decoration: none }

h1 a:hover   { color: #066; 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;
}

/*=MASTHEAD
=== === === === === === === === === === */

#masthead {

}

/*- Main Menu in Header */

ul.menu  { margin: 0; padding: 0; bottom: 0; left: 10px; width: 90% }

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a  { color: #333; font-size: 14px; margin: 0 }

ul.menu li a:hover {
	background: green;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}


/*=CONTENT
=== === === === === === === === === === */

div#PageContainer {
	width: 960px;
	float: left;
	background: #fff;
}

div#Header     { background-image: url("img/zymk.jpg"); margin-right: 15px; margin-left: 15px; padding: 10px 0 0; width: 930px; height: 180px; border-top: 15px solid #fff }

div#SiteTitle  { color: #333; padding-top: 80px; padding-left: 10px; float: left }
	
div#SiteSubTitle  { color: #360; font-size: 90%; line-height: 145%; text-transform: capitalize; padding-left: 10px; float: left; clear: both }

div#MainNav   { margin-bottom: 2px; width: 930px; height: 30px }

div#PageBody  { font-size: 70%; line-height: 150%; margin-top: 2px; padding: 10px 15px; width: 930px; float: left; border-top: 1px solid #360 }

div#Content    { color: #333; margin-right: 50px; margin-left: 20px; width: 430px; min-height: 300px; float: left; overflow: hidden }

	.post {
		margin-bottom: 14px;
		padding-bottom: 14px;
		border-bottom: 1px dotted #cccccb;
	}

	div.entry {
		margin-top: 10px;
		
	}

	#Content h2     { font-size: 160%; font-variant: small-caps; font-weight: bold; line-height: 125%; text-transform: lowercase; margin-bottom: 14px; clear: both }

	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  { color: #999; font-size: 10px; margin-top: 10px }



div#CommentsContainer {
	width: 430px;
	margin-left: 20px;
	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;
}

div#SideColumn1,
div#SideColumn2 {
	font-size: 110%;
	line-height: 140%;
	color: #4c4c4b;
	width: 150px;
	float: left;
	padding: 0 30px;
}

	div#SideColumn1 {
		border-left: 1px #cccccb dotted;
		border-right: 1px #cccccb dotted;
	}

	#SideColumn1 h2,
	#SideColumn2 h2    { color: #666; font-size: 125%; line-height: 145%; text-transform: none; margin-top: 5px; margin-bottom: 5px; padding-top: 5px; border-bottom: 1px dotted #999 }

	#SideColumn1 ul,
	#SideColumn2 ul
	 {
		margin-left: 3px;
		margin-bottom: 8px;
	}
	
	#SideColumn1 ul li,
	#SideColumn2 ul li    { font-size: 95%; line-height: 150%; list-style-type: none; list-style-position: inside }

	input#s {
		margin-top: 2px;
		border: 1px solid #ccc;
	}
	
	input#searchsubmit {
		padding: 2px;
		margin-top: 4px;
		margin-bottom: 7px;
		background: none;
		border: 1px solid #ccc;
		text-transform: uppercase;
}
	
	#SideColumn1 ul li ul   { margin-bottom: 7px }
	#SideColumn1 ul li ul li    { font-variant: normal; font-weight: normal; list-style-type: circle; list-style-position: inside; margin-bottom: 7px; margin-left: 7px }
	#SideColumn1 ul li ul li ul   { font-weight: bold; list-style-type: none; list-style-position: inside; margin-bottom: 7px }

	div#SubContent {
		color: #4c4c4b;
		border-top: 1px #666665 dotted;
		width: 930px;
		float: left;
		clear: both;
		margin-top: 10px;
	}

	div#SubContent h2    { font-size: 125%; line-height: 145%; text-transform: capitalize }
	
	div#SubColumn1,
	div#SubColumn2,
	div#SubColumn3 {
		font-size: 100%;
		line-height: 130%;
		float: left;
		background-color: #e6e6e5;
		margin-top: 15px;
		padding: 10px;
	}
	
	div#SubColumn1 ul,
	div#SubColumn2 ul,
	div#SubColumn3 ul {
		margin-left: 3px;
		margin-bottom: 8px;
	}
	
	div#SubColumn1 ul li,
	div#SubColumn2 ul li,
	div#SubColumn3 ul li {
		font-size: 100%;
		line-height: 180%;
	}
	
	div#SubColumn1 {
		width: 460px;
		min-height: 80px;
		margin-right: 15px;
	}
		
	div#SubColumn2 {
		width: 160px;
		min-height: 80px;
		margin: 15px 15px 0 20px;
	}

	div#SubColumn3 {
		width: 150px;
		min-height: 80px;
		margin-left: 15px;
	}


/*=FOOTER
=== === === === === === === === === === */

div#footer       { color: #999; font-size: 10px; line-height: 145%; text-align: center; word-spacing: 2px; margin-top: 10px; padding-top: 15px; padding-right: 15px; padding-left: 15px; width: 930px; height: 45px; clear: both; border-top: 1px solid #390 }


/*=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;
}

