/*
Theme Name: Dark Water Fall
Theme URI: http://www.shanestrong.com/my-design/wordpress
Description: Dark Water Fall is a free theme designed for Wordpress by <a href="http://www.shanestrong.com">Shane Strong</a>.
Version: 1.2
Author: Shane Strong
Author URI: http://www.shanestrong.com
Tags: dark, blue, black, right-sidebar

	Dark Water Fall v1.1
	 http://www.ShaneStrong.com/my-design/portfolio

	This theme was designed and built by Shane Strong
	who can be contacted at shanestrong05@gmail.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

h1, h2, h3 {margin: 0; font-weight: normal; color: #6633D2;}
h1 {font-size: 2.5em;}
h2 {font-size: 2em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
p, ol, ul {list-style: none; padding: 0;}
li {margin: 0 auto;}
p {font-size: 1.4em;}
a {text-decoration: none;}
a:hover {color: #0066CC;}
a img {border: none;}
.text-center{text-align: center;}
.clear {clear: both;}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100em;
	color: #D1D1D1;
	margin: 0 auto;
	background: #191919 url(images/bg.jpg) no-repeat center top;
}
#page {
	margin: 5em auto;
}

/* Header */
#header {
	background: url(images/inner_bg.png) repeat-y;
	padding: 1em 1.5em;
	height: 10em; 
	margin-bottom: 1em;
	display: block;
}
.header_img {}
#header_left {float: left;}
#header_right {float: right;}
	#header_right ul {margin-right: 1em; float: right;}
	#header_right li {float: left; padding: 0 .5em;}
.pages ul {float: right; max-width: 75em;}
.pages li {float: left; padding: 0 1.5em;}
.pages a {font-size: 1.6em;}

/* Content */
#content {
	width: 70em;
	float:left;
	margin-bottom: 1em;
	display: block;
}
/* Sidebar */
#sidebar {
	background: url(images/inner_bg.png) repeat-y;
	width: 28em; 
	margin-bottom: 1em; 
	float:right;
	padding: 1em;
}
#sidebar li {margin: 1em 0;}
#sidebar a {font-size: 1.4em;}
#sidebar h2 {border-bottom: 2px dashed #fff; margin-bottom: .5em;}
/* Post */
.post {
	background: url(images/inner_bg.png) repeat-y;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 1em;
}
#single {min-height: 42em;}
#recentpost {margin-bottom: 1em;}
.recent_post {
	background: url(images/inner_bg.png) repeat-y;
	width: 20.333em; 
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 1em;
	min-height: 28em;
}
.title, .byline {float: left;}
.byline {margin: 0; padding: .5em;}
/* Right Links */
.right_links .widget_left {
	background: url(images/inner_bg.png) repeat-y;
	width: 13.5em;
	padding: .5em;
	margin: 0 .5em 1em 0;
	min-height: 15em; 
	float: left;
}
.right_links .widget_right {
	background: url(images/inner_bg.png) repeat-y;
	width: 13.5em;
	padding: .5em;
	margin: 0 0 1em .5em;
	min-height: 15em; 
	float: left;
}
.right_links .widget a {font-size: 1.2em;}
/* added for Theme Directory requirments*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}