/*  
Theme Name: brendanpierpont.com
Theme URI: http://brendanpierpont.com/
Description: A theme designed for brendanpierpont.com.
Author: Brendan Pierpont
Author URI: http://brendanpierpont.com/
Version: 1.0
Tags:
.
Copyright Brendan Pierpont
.
*/

/*** HTML TAGS ***/
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	}

a, a:visited {
	color:#444;
	text-decoration:none;
	}
	
a:hover {
	color:#666;
	text-decoration:none;
	}

img {
	border: none;
	}

/*** Document Structure ***/
#page {
	width:900px;
	margin:20px auto;
	padding:0px;
	}
	
#sitetitle {
	text-align:left;
	float:left;
	margin:0px auto;
	padding:5px 0px 0px 0px;
	margin:0px auto;
	width:60px;
	}
	
#sitetitle a img {
	border:none;
	}
	
#container {
	text-align:right;
	float:right;
	width:830px;
	border:#eee solid 2px;
	margin:0px auto;
	}

#nav {
	margin:0px;
	padding:20px;
	}

/* Search Form */
#searchform {
	text-align:left;
	float:left;
	}
	
#s {
	width:170px;
	text-align:left;
	background:#fff;
	padding:6px 6px 6px 31px;
	margin:0px;
	border:2px solid #eee;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	font-size:1.2em;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	background: transparent url(images/searchbg.jpg) no-repeat 7px center;
	}

#s:focus {
	color:#ccc;
	border:2px solid #ddd;
	}

/* Nav Links */
#navbar_ul {
	list-style: none;
	margin:0px;
	padding:0px;
	float:right;
	}

#navbar_ul ul{
	list-style: none;
	margin:0px;
	padding:0px;
	float:left;
	}

#navbar_ul li {
	float:left;
	list-style:none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display:block;
	text-transform: lowercase;
	}

#navbar_ul li a, #navbar_ul li a:visited {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-weight: bold;
	color: #000;
	text-transform: lowercase;
	text-decoration:none;
	font-size: 2.2em;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	}

#navbar_ul li a:hover {
	border-bottom:2px solid #eee;
	display: block;
	}
	
/* Main */
#main {
	float:none;
	clear:both;
	margin: 70px 20px 20px 20px;
	}

#content {
	width:510px;
	padding:50px 0px 0px 0px;
	text-align:left;
	}
	
#description {
	margin:0px;
	padding:125px 0px 0px 0px;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2em;
	}
	
#footer  {
	float:right;
	clear:both;
	text-align:right;
	padding:10px 0px 0px 0px;
	font-size: .9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ddd;
	}

#footer a, #footer a, #footer a:visited  {
	color:#ccc;
	text-decoration:none;
	}

#footer a:hover  {
	color:#bbb;
	text-decoration:none;
	}
	
/* Post Elements */
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2.5em;
	text-transform: lowercase;
	}

.post_title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2em;
	text-transform: lowercase;
	}

.post_date {
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.2em;
	text-transform: lowercase;
	border-top:2px solid #eee;
	padding: 50px 0px 10px 0px;
	}

.entry {
	padding: 0px 0px 50px 0px;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.3em;
	}

.metainfo {
	font-size: .9em;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	text-transform: lowercase;
	color:#ddd;
	}	
	
.notfound {
	padding: 200px 0px 50px 0px;
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.5em;
	}

/* WP Required */
.full-image {
	margin:0px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 5px;
	text-align: left;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px;
	font-size: .7em;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }
