/*  
Theme Name: Smoothharold
Theme URI: http://smoothharold.com/
Description: The smoothest theme available
Version: 1.0
Author: Robert Bradford

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	font-family: Verdana, arial, Sans-Serif;
	background: white;
  margin:0px;
  padding:0px;
  font-size:14px;
  line-height:1.5em;
	background: #fff url('images/header_background.png') repeat-x top;
}
img {
  border:0px;
}
p img {
	padding: 0;
	max-width: 100%;
}




a {
	color: #36c;
	text-decoration: none;
	}
a:hover {
	color: #36c;
	text-decoration: underline;
}
a img {
	border: none;
}




.fixed_width {
  width:1040px;
	margin-left:auto;
	margin-right:auto;
}
.clear_both {
  clear:both;
}
.alignleft{
  float:left;
}
.alignright {
  float:right;
}




#header {
  height:155px;
	color:#fff;
}
#header_inside {
}
#header_left {
  float:left;
  margin:30px 0px 0px 30px;
}
#header_right {
  float:right;
  text-align:right;
  margin:30px 30px 0px 0px;
}
#header a {
  color:#fff;
}
#header a:hover {
  text-decoration:underline;
}




#content {
  /*background: url() repeat-x bottom;*/
	background: url('images/content_bottom_background.png') repeat-x bottom; border: none;
}
#content_inside {
  background: url('images/content_top_background.png') no-repeat top;
  padding:0px 0px 0px 0px;
}




#wide_column {
  width:640px;
  background-color:transparent;
  padding:0px 15px 0px 35px;
  margin-top:15px;
  border-right:1px solid #ddd;
  float:left;
}

#sidebar {
	width:309px;
	float:left;
	padding:0px 25px 40px 15px;
  margin-top:15px;
	color:#666;
	font-size:12px;
	margin-left:-1px;
  border-left:1px solid #ddd;
}
#sidebar h2 {
	font-size: 18px;
	color:#555;
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-family: Verdana, arial, Sans-Serif;
}
#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin:10px 0px 25px 0px;
}
#sidebar ul li img {
  float:right;
  margin:4px 0px 0px 8px;
}
#sidebar .ad_300_250 {
  height:250px;
}
#sidebar .ad_300_250 img {
  float:left;
  margin:0px;
}




#footer {
	color:#777;
	font: normal 12px Arial, sans-serif;
	line-height:20px;
	clear:both;
  background: #000;
}
#footer a {
  color:#777;
  text-decoration:underline;
}
#footer_inside {
}
#footer_inside p {
  margin:0px;
  padding: 25px 35px 35px 35px;
}




.go_form {
  padding:15px 0px 4px 0px;
}
.go_form fieldset {
  background: url('images/search_box.png') no-repeat 0 0;
  display:block;
  width:194px;
  height:23px;
  border:0px;
  margin:0px;
  padding:0px;
  }
.go_form input {
  float:left;
  margin-right:0px;
}
.go_form input.text {
  font-size:10px;
  width:148px;
  height:15px;
  color:#36c;
  margin:2px 0px 2px 2px;
  border:0px;
  padding:2px;
  font-weight:bold;
}





/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}




/*	Begin Headers */
h1 {
	font-size: 2.2em;
	line-height:1.2em;
  margin-bottom:20px;
}
h2 {
	font-size: 2em;
	line-height:1.2em;
  margin:12px 0px 12px 0px;
}
h3 {
	line-height:1em;
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
}
h1, h2, h2 a, h3, h3 a {
	color: #000;
  font-family: Arial, sans-serif;
}
h2 a:hover, h3 a:hover {
	color: #36c;
	text-decoration:none;
}
/* End Headers */




/* Begin Navigation */
#main_menu {
  text-transform: uppercase;
  color:#888;
  font-size:14px;
  margin-top:15px;
  text-align:left;
}
#main_menu a, #main_menu a:visited {
  color:#777;
  font-weight:bold;
}
#main_menu a:hover {
  text-decoration:underline;
}
ul.horizontal_ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
}
ul.horizontal_ul li {
  display:inline;
  padding:0px;
}
.navigation {
  font-size:32px;
  padding:20px 0px 20px 0px;
}
.single_post_navigation {
  font-size:14px;
  padding:20px 0px 20px 0px;
}
/* End Navigation */




/* Begin Posts */
.post {
  clear:both;
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
  font-size:16px;
font-family:Georgia, serif;
}
.post hr {
	display: block;
}
.post .entry {
}
.post_meta {
  color:#777;
  margin:20px 0px 20px 0px;
  line-height:1em;
}
.post_meta_comments {
  float:right;
  margin-left:15px;
  color:#000;
}
.post_meta .tags a {
  color:#777;
}
.post_meta ul, .post_meta li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.post img {
  float:right;
  margin:0px 0px 5px 8px;
}
.post img.wide {
  float:right;
  margin:0px 0px 5px 0px;
}
.post .timestamp {
  font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color:#777;
  text-transform:uppercase;
  margin:20px 0px 12px 0px;
}
/* End Posts /*





/* Begin Comments */
.alt {
	margin: 0;
	padding: 10px;
	background-color:#eee;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size:12px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
  font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color:#777;
  text-transform:uppercase;
	margin: 0;
	display: block;
	font-weight: normal;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
#commentform p {
	margin: 5px 0;
}
/* End Comments */




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 35px;
	list-style: disc;
	padding-left: 35px;
	text-indent: 0px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
/* End Entry Lists */




/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }	
/* End Calendar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
.all_caps {
  text-transform:uppercase;
}
blockquote {
	/* ORIGINAL margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;*/
	border:1px #DFDFDF solid; 
	background:#F7F7F7; 
	padding:0px 20px 0px 20px; 
	margin:0px 8px 0px -10px;
	/*padding:0px 20px 0px 20px;
	margin:0px 8px 0px 8px;*/
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
/* End Various Tags & Classes*/

