/*
Theme Name: Dark Water Fall
Theme URI: http://www.shanestrong.com/my-design/wordpress
Description: Dark Water Fall is a free theme designed by <a href="http://www.shanestrong.com">Shane Strong</a>.
Built with BluePrint CSS and HTML 5. Created for Firefox, Chrome, Opera, and Safari.
Version: 1.4
Author: Shane Strong
Author URI: http://www.shanestrong.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, blue, black, right-sidebar


	Dark Water Fall v1.4
	 http://www.ShaneStrong.com/my-design/portfolio

	This theme was designed and built by Shane Strong
	who can be contacted at shane@shanestrong.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Custom CSS */
h1, h2, h3 {color: #ddd;}
h1 {font-size: 4.5em;}
h2 {font-size: 2em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
p {font-size: 1.4em;}
a {text-decoration: none; color: #AAEEAA;}
a:hover {color: #FFF;}
.clear {clear: both;}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100em;
	color: #fff;
	margin: 0 auto;
	background: #191919 url(images/bg.jpg) no-repeat center top;
}
#page {margin: 2em auto;}

/* Header */
#header {
	background: url(images/inner_bg.png) repeat-y;
	padding: 1em 1.5em;
	height: 18em; 
	margin-bottom: 1em;
	display: block;
	border: solid #fff 1px;
	-moz-border-radius: 20px 20px 10px 10px;
    -webkit-border-radius: 20px 20px 10px 10px;
    -khtml-border-radius: 20px 20px 10px 10px;
    border-radius: 20px 20px 10px 10px;
}
.header_img {}
#header_left {float: left; margin:4.5em 2em 1em; width:77.2em;}
#header_right {float: left; position:relative; width:15.5em;}
#header_right ul {float: right;}
#header_right li {float: left; padding: 0 .5em;}
.description {font-size:1.6em; margin:2em 0 0 1em;}
.rss {
	background: url('images/bluerss.png') no-repeat; 
	width:6em; 
	height:5em;
	float:left;
	margin-top: 1.8em;
	margin-left:1em;
}
#search {
	background: url(images/inner_bg.png) repeat-y;
	width: 25em; 
	margin-bottom: 1em; 
	float:right;
	padding: 1em;
	border: solid #fff 1px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#search h2 {border-bottom: 2px dashed #FFFFFF; margin-bottom: 0.5em;}
#searchform {margin-top:0; width:25em;}
#searchform input {width:17.75em; background:url(images/inner_bg_hover.png) repeat-y; padding:.5em;}
#searchform input:focus {background:#fff;}
.results {width:32.8em; height:25em; border-bottom: 1px solid #fff; margin:1em;}
.searchcontent {min-height:17em; float:left; width:100%;}
.navigation {margin-top:1em; float:left; width:100%;}
/* Pop Up Login */
#poplogin {position: absolute; z-index: 10; top: 1em;}
#poplogin li {list-style: none; float: left; font-size: 1.4em;}
#popuplogin {
	width: 15em;
	height: 17.75em;
	position: absolute;
	background: #000;
	border: solid #FFF 1px;
	-moz-border-radius: 10px 20px 10px 10px;
    -webkit-border-radius: 10px 20px 10px 10px;
    -khtml-border-radius: 10px 20px 10px 10px;
    border-radius: 10px 20px 10px 10px;
	z-index: 999;
	font-family: arial;
	visibility: hidden;
	top: -.3em;
	padding: .25em .5em;
	margin-left: .25em;
}
#popuplogin p {
	font-size: 1.2em;
	margin: 0 .5em;
}
#popuplogin .username, #popuplogin .password {margin: 0 auto; width: 12.5em; float: left;}
#popuplogin .input {float: left;}
#popuplogin .submit {width: 5em; float: left;}
#popuplogin .forgetmenot {float: left; margin:.5em;}
.nav {
	background: url(images/inner_bg.png) repeat-y;
	width:100em;
	float:left;
	margin-bottom: 1em;
	display: block;
	border: solid #fff 1px;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;	
}
.nav ul {float: left; margin:0; padding:0;}
.nav ul li:hover:first-child {
	-moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -khtml-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}
.nav ul li:hover:last-child {
	-moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -khtml-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}
.nav li {
	float: left;
 	padding:.25em 0;
	margin: 0;
	position:relative;
	height:2.5em;
	display: inline; /* IE6 fix */
}
.nav li:hover {background:url(images/inner_bg_hover.png) repeat-y;}
.nav a {
	font-size: 1.6em;
	display: block;
	padding: 0.25em 0.6em;
	text-decoration: none;
}
.nav li ul {display: none; position: absolute; z-index: 99; margin:0;}	
.nav li:hover ul {
	background:url(images/inner_bg_hover.png) repeat-y;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	-moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
	display: block;
	left: 0;
	min-width: 150px;
	top: 3em;
	white-space: nowrap;
}

.nav li:hover li {display: block; float: none; margin: 0; padding: 0;}			
.nav li:hover li:hover {background: url(images/inner_bg.png) repeat-y;}
.nav li:hover li a {padding: 0.25em 0.6em;}
.nav li ul li ul {display: none; position: absolute; z-index: 99; margin:0;}
.nav li:hover ul li ul {display: none; position: absolute; z-index: 99; margin:0;}
.nav li:hover ul li:hover:first-child {
	-moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.nav li:hover ul li:hover:last-child {
	-moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}
.nav li ul li:hover ul {
	background:url(images/inner_bg_hover.png) repeat-y;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	-moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
	display: block;
	left: 100%;
	top:0;
	min-width: 150px;
	white-space: nowrap;
}
.nav li:hover ul li:hover ul li:hover:first-child {
	-moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.nav li:hover ul li:hover ul li:hover:last-child {
	-moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

/* Content */
#content {
	width: 72.8em;
	float:left;
	margin-bottom: 1em;
	display: block;
}
/* Sidebar */
#sidebar {
	background: url(images/inner_bg.png) repeat-y;
	width: 25em; 
	margin-bottom: 1em; 
	float:right;
	padding: 1em;
	border: solid #fff 1px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#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;
	border: solid #fff 1px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#mainpost .post:hover {background:url(images/inner_bg_hover.png) repeat-y; color:#000;}
/* Comments */
#comments h2 {border-bottom:1px solid #FFFFFF;}
.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
.commentlist li {border-bottom: 1px solid #fff; margin: 0.5em 0;}
.commentlist cite {font-size: 1.4em; font-style: normal;}
.commentlist img {
	border: 1px solid #fff;
	float: left; 
	display: inline; /* IE6 fix */
	margin: 0 1em 0.5em 0;
	padding: 4px;
	text-align: left;
}
.commentlist .says {font-size:1.4em;}
.commentlist p {clear: both;}
.commentlist .bypostauthor {background: #fff; border-left: 0.5em solid #000; padding-left: 1em;}		
.commentmetadata {color: #555; font-size: 1.4em;}
/* 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-text {font-size:12px; text-align:center;}
.gallery-caption {}
.sticky {}
.wp-caption p.wp-caption-text {margin: 0; padding: 0;}
.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;
}