/*  
Theme Name: Howdini
Theme URI: http://howdini.com/blog
Description: A custom theme.
Version: 2.1
*/

#header{width:997px; height:145px; margin:0px auto;}
#header_top{width:997px; height:118px; }
	
 a {
	color:#72A213;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}	
	
	
.content_left h2 {
	font-size:1.1em;
	padding:6px 0;
	margin:0;
	border-bottom: 1px dashed #c6c4c4;
	}
	
.content_left li a {
	color: #107089;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	}

.content_left li a:hover {
	color: #ed7913;
	text-decoration: none;
	}
	
.blogSerarth_content_right h2 {
	padding:0 0 6px;
	color:#107089;
	font-size:20px;
	}
	
.blogSerarth_content_right small {
	display:block;
	margin-bottom:16px;
	}
	
.blogSerarth_content_right .more-link {
	margin-top:16px;
	}

.blogSerarth_content_right .postmetadata {
	padding:0 0 16px 0;
	border-bottom:#CCC dashed 1px;
	}

.blogSerarth_content_right .more-link a {
	color:#000;
	}
	
.blogSerarth_content_right_blog ul {
	margin:0;
	padding:0;
	}
	
.blogSerarth_content_right_blog li {
	list-style:none;
	padding-bottom:12px;
	}
	
	
.blogSerarth_content_right_blog h2 {
	width:160px;
	height:18px;
	border-left:#72A213 solid 1px;
	border-right:#72A213 solid 1px;
	background:#82AD2D url(/images/video_bg.gif);
	padding:4px 0 0 10px;
	color:#FFF;
	font-size:12px;
	}

.blogSerarth_content_right_blog ul ul {
	width:157px;
	border:#72A213 solid 1px;
	font-size:10px;
	padding:5px 5px 0 8px;
	}
	
.blogSerarth_content_right_blog ul a {
	color:#000;
	}
	
.blogSerarth_content_right_blog ul ul li {
	padding-bottom:10px;
	}

	.blogSerarth_content_right_blog_text{width:150px; height:15px;}


/* Begin Overall General Settings */	
	h2 {
		margin:0;
		padding:0;
		font-weight:normal;
		}
		
		
	h2 a {
		text-decoration:none;
		color:#107089;
	}
	
	h2 a:hover {
	color: #ed7913;
	}
	
	/* Begin Images */	
	a img {
		border: none;
		}
		
	p img { 
		padding: 0; 
		max-width: 100%; 
		}

	/*	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; 
		}
	/* End Images */	
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999; 
	}	
	
code { 
	font: 1.1em 'Courier New', Courier, Fixed; 
	}
	
acronym, abbr, span.caps { 
	font-size: 0.9em; 
	letter-spacing: .07em; 
	cursor: help; 
	}

acronym, abbr { 
	border-bottom: 1px dashed #999; 
	}
	
.alignright { float: right; }

.alignleft { float: left }

blockquote { 
	margin: 15px 30px 0 10px; 
	padding-left: 20px; 
	border-left: 5px solid #ddd; 
	}

blockquote cite { 
	margin: 5px 0 0; 
	display: block; 
	}

.center { text-align: center; }

hr { display: none; }

.navigation { 
	display: block; 
	text-align: center; 
	margin-top: 10px; 
	margin-bottom: 60px; 
	}
/* End Overall General Settings */



/* Begin Content Areas */
#content { font-size: 1.2em }

.narrowcolumn { 
	float: left; 
	padding: 0 0 20px 45px; 
	margin: 0px 0 0; 
	width: 450px; 
	}
	
.widecolumn { 
	padding: 10px 0 20px 0; 
	margin: 5px 0 0 150px; 
	width: 450px; 
	line-height: 1.6em; 
	}

small { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	line-height: 1.5em; 
	}

	/* Begin Post Area */
	.post { 
		margin: 0 0 40px; 
		text-align: justify; 
		}
		
	.postmetadata { clear: left; }
	
	.postmetadata ul, .postmetadata li { 
		display: inline; 
		list-style-type: none; 
		list-style-image: none; 
		}

	.widecolumn .entry p { font-size: 1.05em; }
	
	.widecolumn .post { margin: 0; }
	
	.widecolumn .postmetadata { margin: 30px 0; }
	
	.widecolumn .smallattachment { 
		text-align: center; 
		float: left; 
		width: 128px; 
		margin: 5px 5px 5px 0px; 
		}
		
	.widecolumn .attachment { 
		text-align: center; 
		margin: 5px 0px; 
		}

	.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }
	
	.narrowcolumn .postmetadata { text-align: center; }
	
	.narrowcolumn .postmetadata { padding-top: 5px; }

	html>body .entry ul {
		margin-left: 0px; 
		padding: 0 0 0 30px;
		list-style: none; 
		padding-left: 10px; 
		text-indent: -10px; 
		} 

	html>body .entry li { margin: 7px 0 8px 10px; }
	
	.entry p a:visited { color: #b85b5a; }
	
	.entry ul li:before { content: "\00BB \0020"; }
	
	.entry ol { 
		padding: 0 0 0 35px; 
		margin: 0; 
		}
		
	.entry ol li { 
		margin: 0; 
		padding: 0; 
		}
		
	.entry form { text-align:center; }
	/* End Post Area */



	/* Begin Comment Area */
	#commentsarea {
		width:588px;
		height:auto;
		border:#D2C9BF solid 1px; 
		padding:0 10px 20px 10px; 
		background:url(/images/BlogSinglePost_bg.gif);
		}

	h3#comments {
		padding:15px 0 16px 0;
		color:#107089;
		font-size:18px;
		font-weight:normal;
		margin:0;
		}

	.commentmetadata {
		padding:0 0 16px 0; 
		color:#999;
		border-bottom:#CCC dashed 1px;
		}

	h3#respond {
		height:50px;
		font-size:16px;
		padding:20px 0 0 20px;
		font-weight:600;
		margin:0;
		}

	.commentlist { 
		padding: 0;
		margin:0;
		text-align: justify; 
		}
		
	.commentlist li {
		padding:0 0 16px 0; 
		list-style: none;
		}
		
	.commentlist p { 
		margin: 10px 5px 10px 0; 
		font-weight: normal; 
		line-height: 1.5em; 
		text-transform: none; 
		}
		
	.commentlist cite, .commentlist cite a { 
		font-weight: bold; 
		font-style: normal; 
		font-size: 1.1em; 
		}

	.nocomments { 
		text-align: center; 
		margin: 0; 
		padding: 0; 
		}
	/* End Comment Area */
/* End Content Area */



/* Begin Search Form */
.entry #searchform { 
	margin: 10px auto; 
	padding: 5px 3px; 
	text-align: center; 
	}
	
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}



/*
Whatever your hand finds to do, do it with all your might,
for in the grave, where you are going, there is neither
working nor planning nor knowledge nor wisdom.
Ecclesiastes 9:10
*/

/*
Tammy Hart
www.tammyhartdesigns.com
*/