/*
Theme Name: MPB
Theme URI: http://www.mattspatsblog.com
Description: Matt's Pats Blog
Version: v5
Author: Matt Venables
Author URI: http: //www.mattvenables.com
*/

body, html {
	margin: 0;
	padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Lucida Grande', 'Trebuchet MS', FreeSans, sans-serif;
  color: #333;
}

/* general styles */
h3, h4, h5, h6 {
  line-height: normal;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #666;cursor: help
}
dt {
  color: #000;
  font-weight: bold;
}
dd {
  margin-left: 1em
}


/* nav */

#nav_container {
	height: 100px;
	padding: 0;
	margin: 0;
	background-color: #000022;
}

#nav {
  color:#FFFFFF;
  font-size:12px;
	height: 100px;
  margin: 0 auto 0 auto;
  text-align:center;
  vertical-align:bottom;
  width:800px;
	
}
 #nav a {
   color: #FFF;
 }

 #nav_left {
   /*width: 200px;
   float: left;*/
   text-align: left;
 }
	#nav h1 {
		padding-left: 15px;
	}

	#nav h1 a {
	  font-size: 48px;
	  font-weight: bold;
	  letter-spacing: -3px;
	  color: #FFF; /*#990000;*/
	  text-decoration: none;
	  line-height: 1;
	  padding: 5px;
	}
	#nav h1 a:hover {
	  color: #990000;
	}

	#nav h1 a, .tagline {
	  font-family: Calibri, Arial, Helvetica, sans-serif;
	  float: left;
	  line-height: 1;
	  display: block;
	  text-transform: lowercase;
	}



/* wrapper */
#wrapper {
  width: 850px;
  margin: 0 auto !important; /*-22px auto 0 auto !important;*/
  padding: 10px 0 0 0;
  background-color: #FFF;
}



#left_sidebar {
	border:0;
	width: 240px;
}
#left_sidebar a {
	color: #660000;
	text-decoration: none;
}
#left_sidebar a:hover ;{
		color: #990000;
}


#twitter_update_list li {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #000022;
	font-size: 14px;
	line-height: 16px;
}

	.twitter_follow {
		font-size: 12px; 
		/*border-top: 1px dotted #000022; */
		margin: 5px 0; 
		padding: 5px 0; 
		text-align: right;
	}


	.sidebar_box {
		margin: 10px 0;
	}
	.sidebar_box .title {
		font-size: 24px;
		color: #660000;
		font-weight: bold;
		letter-spacing: -1px;
		border-bottom: 1px #000022 dotted;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
	}



#twitter_div a {
	color: #999;
}


.rss a {
  background: url(img/rss.gif) top no-repeat;
  width: 14px;
  height: 14px;
  float: left;
  margin: 3px 5px 0;
  text-indent: -9999em;
  display: block;
}
.tagline {
  font-size: 28px;
  color: #999;
  width: 100%;
  clear: left;
  padding-bottom: 10px;
}

h3#comments {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
}

h3#respond {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
}

#commentform {
	font-size: 18px;
	line-height: 22px;
}
#commentform input {
	font-size: 18px;
	line-height: 22px;
}
#commentform p {
	padding: 5px 0;
}
textarea#comment {
	font-size: 18px;
	line-height: 22px;
}

/* search */
#search {
  margin: 0 0 15px;
  width: 100%;
  clear: both;
  text-align: left;
  padding: 0 0 0 10px;
}
.sidebar_box input#s {
  width: 200px;
  color: #999;
}

/* content */
#content {
  clear: both;
}
#content a {
  color: #990000;
  font-weight: bold;
}
#content a:hover {
  color: #660000;
  font-weight: bold;
  text-decoration: none;
}

.post {
  width: 600px;
  margin: 0.5em 0 3em;
}
.post-content {
  padding-left: 5px;
}

h2.the_date {
  color:#CCCCCC;
  font-family:Calibri,Arial,Helvetica,sans-serif;
  font-size:32px;
  font-weight:bold;
  letter-spacing:-3px;
  margin:18px 0 9px;
  text-transform:lowercase;
}
.post-content p {
  margin-bottom: 1em
}
.post-meta {
  background: #eee;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom: 1px solid #ccc;
  font-size: 0.75em;
  padding: 3px;
  margin: 1em 0 1.5em;
  color: #999;
}
.post-meta a:hover {
  color: #000 !important;
}
.permalink a {
  float: right;
  text-decoration: none;
  color: #999 !important;
  margin-right: 1em;
}
.tags a {
  text-decoration: none;
  color: #777 !important;
  font-weight: bold;
}
.post h4, .post h5, .post h6 {
  text-transform: uppercase;
  color: #444;
  margin-top: 1em
}
.post h4 {
  font-weight: bold;
  font-size: 1.1em
}
.post h5 {
  font-weight: bold
}
.post h6 {
  text-decoration: underline
}
.post strong {
  font-weight: bold;color: #222
}
.post cite {
  text-decoration: underline
}
.caption {
  margin: 1em 0.5em;
  padding: 0.5em;
  border-top: 1px dotted #ccc;
  display: block;
  color: #777;
  font-size: 0.8em;
  text-align: right;
  line-height: normal;
}
.caption a {
  color: #555 !important;
  font-weight: normal
}
.related {
  font-size: 0.85em;
  margin: 1em 3em;
}

/* styles for the different types of content */
h3.the_title, .related h3 {
  color:#990000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:42px;
  font-weight:bold;
  letter-spacing:-3px;
  line-height:50px;
}
.quote p {
  text-align: right;
  margin-top: 1em;
}
.quote blockquote p {
  text-align: left;
}
.quote cite {
  color: #000;
  font-weight: bold;
  font-style: normal
}
.quote blockquote {
  margin-top: 20px;
  padding-left: 28px;
  color: #656f72;
  text-align: left;
  background: url(img/quote.gif) top left no-repeat;
}
.short blockquote {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.05em
}
.medium blockquote {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
}
.large blockquote {
  font-size: 1.1em;
  font-weight: bold;
}
.extra-large blockquote {
  font-size: 1.1em;
}
.photo .post-content {
  text-align: center;
  margin: 0 auto;
}
.link .post-content a {
  font-size: 1.3em;
}
.conversation .post-content dl {
  background: #f4f4f4;
  border-left: 5px solid #555;
  padding: 0 1px;
  margin: 0 1em;
}
.conversation .post-content dt, .conversation .post-content dd {
  padding: 4px 0 4px 8px;
}
.conversation .post-content dt {
  float: left;
  font-weight: bold;
  margin: 0 1em 0 0;
  clear: left;
}
.conversation .odd {
  background: #e8e8e8;
}
.conversation dd.odd {
  margin-left: 0 !important;
  border-bottom: 1px solid #fff;
}
.wordtube, .video .post-content {
  text-align: center
}
.document .post-content {
  background: url(img/document.gif) top left no-repeat;
  padding-left: 36px;
}

/* Gray red Pagination */
div.pagination {
  font-size: 11px;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  padding: 2px;
  background-color: #f2f2f2;
}

div.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  background-color: #f2f2f2;
  text-decoration: none; /* no underline */
  color: #000 !important;
}
div.pagination a:hover, div.pagination a:active {
  background-color: #eee;
  color: #000;
  -moz-border-radius: 3px;
}
div.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  font-weight: bold;
  background-color: #fff;
  color: #303030;
}
div.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  background-color: #f2f2f2;
  color: #797979;
}

/* footer */
#footer {
  color: #777;
  padding: 15px 0 0;
  border-top: 1px dotted #ccc;
  font-size: 0.75em;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#about {
  margin-bottom: 15px !important;
}
#about h3 {
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
}
#credits {
  /*border-top: 1px dotted #999;*/
  padding: 5px !important;
  /*margin-top: 7em;*/
  text-align: right;
  color: #444;
}