/*=

	Theme Name: pl00
	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 {
	text-align: center;
	background-color: #fff;
	font: normal 1em/1.5em "Palatino", Georgia, serif;
}
#WrapOuter {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
#WrapInner {
	text-align: left;
	width: 900px;
	margin: auto;
	background-color: #fff;
	float: left;
}
strong {
	font-weight: bold;
}

/*=COMMON
=== === === === === === === === === === */

* {
	padding: 0;
	margin: 0
}
p {
	font: normal 1em/1.5em "Palatino", Georgia, serif;
}
h1 {
	color: #b5ada6;
	font-size: 180%;
	line-height: 120%;
}
h2 {
	font-size: 120%;
	line-height: 150%;
	color: #b5ada6;
}
a {
	color: #b5ada6;
	text-decoration: none;
}
a:hover {
	color: #8d8682;
	text-decoration: underline;
}
h1 a {
	color: #b5ada6;
	text-decoration: none;
}
h1 a:hover {
	color: #8d8682;
	text-decoration: none;
}
.line {
	height: 2px;
	border-bottom: 1px solid #6f6f6f;
	display: block;
}

/*=MASTHEAD
=== === === === === === === === === === */

#masthead {

}

/*=NAVIGATION
=== === === === === === === === === === */

/*Fat Erik's Pipelist*/

#MainNav {
	font-size: 12px;
	height: 24px;
	text-align: right;
	list-style: none;
	text-transform: uppercase;
	float: right;
}

#MainNav ul {
	border: 0;
}

#MainNav li {
	line-height: 24px;
	display: inline;
	padding: 0;
	margin-left: 20px;
}

#MainNav li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #MainNav li {
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #MainNav { height: 1%; }

* html #MainNav li {
	display: inline;
	float: right;
}

/*End hide*/
/*Mac IE 5*/
* html #MainNav li:first-child { border-left: 0; }


/*=CONTENT
=== === === === === === === === === === */

#PageContainer {
	width: 900px;
	float: left;
	background: #fff;
}

#Header {
	width: 900px;
	height: 80px;
	padding: 20px 0 0;
}

	#SiteTitle {
		float: left;
	}
	
	#SiteSubTitle {
		font-size: 1.5em;
		line-height: 2em;
		float: left;
	}

#MainNav {
	width: 600px;
	height: 80px;
	float: right;
	margin-top: 15px;
}

#pagebody {
	font-size: 1em;
	line-height: 1.5em;
	width: 900px;
	float: left;
	padding: 0 15px 10px;
}

#Content {
	width: 400px;
	min-height: 300px;
	float: left;
	margin-right: 50px;
	overflow: hidden;
}
#pagecontent {
	width: 900px;
	min-height: 300px;
	float: left;
	margin-right: 50px;
	overflow: hidden;
}
#pagecontent p {
	margin: 18px 0px;
	font: normal 1em/1.5em "Palatino", Georgia, serif;
	padding: 18px 0px;
}
#galleryContent {
	width: 580px;
	min-height: 300px;
	float: left;
	margin-right: 50px;
	overflow: hidden;
}
#gallerySide {
	width: 180px;
	min-height: 300px;
	float: left;
	border-left: 1px solid #b6ada6;
}
#gallerySide ul
	 {
		margin-left: 15px;
	}

	.post {
		margin-bottom: 14px;
		padding-bottom: 14px;
		border-bottom: 1px solid #b5ada6;
	}

	.entry {
		margin-top: 10px;		
	}
	.entry p {
		margin: 5px 0px;
		font: normal 1em/1.5em "Palatino", Georgia, serif;
		padding: 5px 0px;
	}

	#Content h2 {
		font-size: 160%;
		clear: both;
		margin-bottom: 14px;
		line-height: 110%;
	}

	div.navigation {
		margin-bottom: 10px;
	}

	div.alignleft,
	div.alignright {
		width: 400px;
		clear: both;
	}
	
	div.alignright {
		text-align: right;
	}
	
	#Content p {
		margin: 18px 0px;
		font: normal 1em/1.5em "Palatino", Georgia, serif;
	}
	
	#Content ul {
		margin-bottom: 8px;
		padding-right: 5px;
		padding-left: 20px;
	}
	
	#Content ul li {
		list-style-type: circle;
	}

.postmetadata {
	margin-top: 20px;
	font-size: .75em;
}



#CommentsContainer {
	width: 400px;
	margin-left: 20px;
	float: left;
}

h3#comments {
	margin-bottom: 8px;
}

img.avatar {
	float: left;
	position: relative;
}

#CommentText {
	padding-left: 50px;
	margin-bottom: 20px;
}

#CommentReply {
	margin-top: 10px;
}

form#commentform input#url,
form#commentform input#email,
form#commentform input#author {
	border: 1px #8d8682 solid;
}

#CommentReply #commentform p {
	margin-top: 4px;
	margin-bottom: 4px;
}

textarea#comment {
	width: 400px;
}

#SideColumn1,
#SideColumn2 {
	font-size: 110%;
	line-height: 140%;
	color: #4c4c4b;
	width: 160px;
	float: left;
	padding: 0 30px;
}

	#SideColumn1 {
		border-left: 1px #b5ada6 solid;
	}
	#SideColumn2 {
		border-left: 1px #b5ada6 solid;
	}

	#SideColumn1 h2,
	#SideColumn2 h2 {

	}

	#SideColumn1 ul,
	#SideColumn2 ul
	 {
		margin-left: 3px;
		margin-bottom: 8px;
	}
	
	#SideColumn1 ul li,
	#SideColumn2 ul li {
		font-size: 90%;
		line-height: 150%;
	}

	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;
	}

	#SubContent {
		color: #4c4c4b;
		border-top: 1px #b5ada6 solid;
		width: 900px;
		float: left;
		clear: both;
		margin-top: 10px;
	}

	#SubContent h2 {
	font-size: 120%;
	line-height: 150%;
	}
	
	#SubColumn1,
	#SubColumn2,
	#SubColumn3 {
		font-size: 100%;
		line-height: 130%;
		float: left;
		background-color: #e7e7e7;
		margin-top: 15px;
		padding: 10px;
	}
	
	#SubColumn1 ul,
	#SubColumn2 ul,
	#SubColumn3 ul {
		margin-left: 3px;
		margin-bottom: 8px;
	}
	
	#SubColumn1 ul li,
	#SubColumn2 ul li,
	#SubColumn3 ul li {
		font-size: 100%;
		line-height: 180%;
	}
	
	#SubColumn1 {
		width: 500px;
		min-height: 80px;
		margin-right: 15px;
	}
		
	#SubColumn2 {
		width: 120px;
		min-height: 80px;
		margin: 15px 15px 0 20px;
	}

	#SubColumn3 {
		width: 100px;
		min-height: 80px;
		margin-left: 15px;
	}


/*=FOOTER
=== === === === === === === === === === */

#footer {
	width: 900px;
	float: left;
	clear: both;
	line-height: 150%;
	height: 45px;
	margin-top: 10px;
	background-color: #fff;
	padding-top: 15px;
	font-size: 50%;
	text-transform: uppercase;
}


/*=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;
}
