/*  
Theme Name: Portoflio
Theme URI: http://www.keithkeirstead.com
Description: A Wordpress theme to match my site.
Version: 1.0
Author: Keith Keirstead
Author URI: http://www.keithkeirstead.com/

*/

/* Main Style */

#bg {
	background-color:#FFFFFF;
	margin-top:0px;
}

#logo_bar {
	background-image:url(images/top_grad_blue.jpg);
	background-repeat:repeat-x;
}

#logo_background {
	width:800px;
	margin:auto;
	background-image:url(images/top_grad_blue.jpg);
	background-repeat:no-repeat;
	height:93px;
}
#logo {
	width:800px;
	margin:auto;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:89px;
}
#title {
	width:300px;
	margin:auto;
	padding-bottom:15px;
}

/* Blog */
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body {
	font-family:Georgia;
	font-size:14px;
	color:#828282;
	background-color:#43392f;
	margin:0px;
	line-height:22px;
}
h1 {
	font-weight:normal;
	font-style:none;
	color:#656565;
	font-size:26px;
	margin-top:0px;
}

h2 {
	font-weight:normal;
	font-style:italic;
	color:#656565;
	font-size:22px;
	margin-top:0px;
}

h3 {
	font-weight:normal;
	font-style:italic;
	color:#656565;
	font-size:18px;
	margin-top:0px;
}

a:link, a:visited{
	text-decoration: none;
	color: #336699;
}

a:hover{
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
/*	width: 800px; */
	text-align: left;
	background-color:#FFFFFF;
}
#main_content{
	width:800px;
	margin:auto;
	background-image:url(images/content_shad.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;

}
#container {
	float: left;
	width:500px;
	margin:10px;
	position:relative;
}
#content {
	margin-bottom:5px;
	text-align: left;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	padding-top:25px;
	border-top:2px groove #336699;
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	line-height: normal;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#sidebar{
	float: left;
	width: 250px;
	background: #FFFFFF;
	margin:15px;
	display: inline;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {

}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

#footer {
	background-image:url(images/foot_blue.jpg);
	background-repeat:repeat-x;
	height:63px;
}

#footer_hold {
	width:800px;
	margin:auto;
	color:#ffffff;
	padding-bottom:20px;
}

#whiteblock {
	height:60px;
	background-color:#ffffff;
	margin-bottom:10px;
}

#recent_hold {
	text-align:center;
}

/* Comments */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* Navagation */
#nav_bar {
	background-color:#43392f;
}

#search_pop {
	display:none;
	position:absolute;
	background-color:#43392f;
	border:1px solid #705f4e;
	padding:10px;
	top:40px;
	right:0px;
	text-align:left;
}

#nav_pop {
	margin-right:130px;
}

#nav_menu {
	width:110px;
	float:right;
	height:37px;
	position:absolute;
	right:0px;
	top:0px;
}

#nav_hold {
	width:800px;
	margin:auto;
	text-align:right;
	color:#ffffff;
	position:relative;
}

a.nav {
	color:#ffffff;
	text-decoration:none;
	margin-left:15px;
	line-height:40px;

}

a.nav:hover {
	text-decoration:underline;
	color:#ffffff;
}

a.nav_active {
	color:#ffffff;
	text-decoration:none;
	margin-left:10px;
	line-height:40px;
	background-image:url(images/nav_blue.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:11px;
}

a.nav_active:hover {
	color:#ffffff;
}