/*
Theme Name: The Introvert
Theme URI: http://introvert.buildingprocess.com
Description: A custom designed right sidebar theme for entire site CMS
Author: Ryan Plesko
Author URI: http://buildingprocess.com
version: 1.0
*/



/* basics */

* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: georgia;
	background: #c8bcaa;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
}
hr {
	visibility: hidden;
	clear: both;
}
img {
	border: none;
}
img.portfolio {
	padding: 5px;
	margin: 10px;
	border: 1px solid #ded7cd;
}
	
/* images and misc. */

#middle {
	background: url(images/middlebg.jpg) repeat-x bottom;
	height: 397px;
	border-top: 4px solid #ded7cd;
}
#pagemiddle {
	background: url(images/middlebg.jpg) repeat-x bottom;
	height: 145px;
	border-top: 4px solid #ded7cd;
}
img.logo {
	position: relative;
	top: -60px;
	left: -50px;
}
img.smalllogo {
	position: relative;
	top: -60px;
	left: -100px;
}
#mainintro {
	position: relative;
	top: -75px;
	left: 200px;
	width: 550px;
}
#mainintro h2 {
	color: #ffffff;
	font-size: 30px !important;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#mainintro img {
	float: left;
	position: relative;
	top: 5px;
	padding-right: 40px;
}
#mainnav ul, #mainnav li {
	list-style-type: none;
	display: inline;
	font-size: 24px !important;
	font-weight: normal;
}
#mainnav {
	position: relative;
	top: 51px;
	left: 60px;
}
#pagemiddle #mainnav {
	top: -30px;
}
#mainnav a {
	color: #000;
	text-decoration: none;
}
#mainnav a:hover {
	text-decoration: underline;
}
#mainnav li.about {
	position: relative;
	z-index: 100;
	background: url(images/abouttab.png) no-repeat bottom center;
	padding: 35px 60px 20px;
}
#mainnav li.work {
	position: relative;
	left: -35px;
	z-index: 99;
	background: url(images/worktab.png) no-repeat bottom center;
	padding: 35px 60px 20px;
}
#mainnav li.blog {
	position: relative;
	left: -58px;
	z-index: 98;
	background: url(images/blogtab.png) no-repeat bottom center;
	padding: 35px 50px 20px;
}
#mainnav li.contact {
	position: relative;
	left: -85px;
	z-index: 97;
	background: url(images/contacttab.png) no-repeat bottom center;
	padding: 35px 45px 20px;
}
#bottom {
	border-top: 4px solid #ded7cd;
	padding-top: 30px;
	position: relative;
	z-index: 101;
	background: #c8bcaa url(images/bottombg.jpg) repeat-x top;
	min-height: 100%;
	font-size: 10pt;
	line-height: 16pt;
}
#bottom h3 {
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 15px;
}
#bottom p, #bottom a {
	color: #000000;
	font-size: 10pt;
	line-height: 16pt;
}
#bottom p {
	padding-bottom: 10px;
}
#bottom a:hover {
	text-decoration: none;
}
#bottom h2, #bottom h2 a {
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 15px;
	font-size: 16pt;
}
#latestposts {
	float: left;
	width: 240px;
	height: 260px;
	text-align: right;
	padding: 20px 30px 20px 45px;
	border-right: 1px solid #ffffff;
}
#featured {
	float: left;
	width: 240px;
	height: 260px;
	text-align: center;
	padding: 20px;
	border-right: 1px solid #ffffff;
}
#featured img {
	border: 4px solid #ffffff;
}
#profile {
	float: left;
	width: 240px;
	text-align: left;
	padding: 20px 0px 20px 30px;
}


/* container */

#wrapper {
	min-height: 100%;
}
.container {
	width: 900px;
	margin: 0 auto;
}
	
/* header */

#header {
	height: 69px;
	background: url(images/headerbg.jpg) repeat-x top;
}
#header h1, #header h2 {
	text-indent: -9999px;
	position: absolute;
	top: 200px;
}
/* main menu */

#menu {

}
#menu ul {

}
#menu ul li {

}
#menu ul li a {

}
#menu ul li a:hover {

}

/* content */

.blogcontent {
	width: 72%;
	overflow: hidden;
}
.post {
	margin-bottom: 15px;
	position: relative;
	z-index: 10;
}
.entry p img.left {
	float: left;
	padding: 0 20px 0 0;
}
.entry p img.right {
	float: right;
	padding: 0 20px 50px 20px;
}
.entry ul {
	list-style-position: inside;
}
#bottom .author, #bottom .author a {
	padding-bottom: 15px;
	margin-top: -10px;
	font-size: 8pt;
}
.navigation {
	clear: both;
	padding-bottom: 15px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* sidebar */

#sidebar {
	width: 200px;
	float:right;
}
#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 0px 0 14px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

ol.commentlist li {
	border-top: 1px dashed #ded7cd;
	border-bottom: 1px dashed #ded7cd;
	padding: 10px 10px 0 10px;
}
ol.commentlist li.alt {
	
}
#commentform {
	padding-top: 10px;
	clear: both;
}
#commentssection {
	clear: both;
}
#commentbox {
	width: 640px;
	height: 150px;
}

#bottom cite {
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
}
#bottom cite a {
	color: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}
#bottom cite a:hover {
	text-decoration: none;
}

/* search */

#searchform{
	margin-bottom: 15px;
}

#searchform input#s{
	border: 1px solid #555555;
	padding: 4px;
	width: 100px;
}
#searchform input#searchsubmit{
	background: #c8bcaa;
	border: 1px solid #555555;
	padding: 3px;
}

/* footer */

#footer {
	clear: both;
}
#footer p {
	margin-top: 30px;
	font-size: 11px;
	color: #666666;
	text-align: right;
	border-top: 1px solid #ded7cd;
	padding: 10px 0;
}

