/*
Theme Name: watersphoto
Theme URI: http://www.watersphoto.com/
Description: Theme developed for blog.watersphoto.com
Version: 0.1
Author: Neal Waters
*/

body {
	margin: 0;
	background-color: #111;
	color: #aaa;
	font-family: Lucinda, Arial, sans;
	font-size: 12px;
	width: 100%;
}

a {text-decoration : none;}
a:link, a:visited {color: #CC6;}
a:hover { color: #aaa; }

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	font-size: 80%;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	font-size: 200%;
	margin-top: 0;
	background-color: #333;
	padding: 5px;
}

#main {
	margin: 15px auto 0 auto;
	width: 1000px;
	background: black url(http://www.watersphoto.com/images/pagehead.gif) left top no-repeat;
}

#contacts {
	position: relative;
	top: 10px;
	left: 605px;
}

#nav {
	position: relative;
	top: 30px;
	left: 540px;
	width: 450px;
	height: 30px;
	text-align: center;
}

#nav ul {
	width: 400px;
	list-style-type: none;
	list-style-image: none;
}

#nav li {
	float: left;
	display: inline;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding: 0 15px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: #aaa;
}

#nav a:active	{
}


#content { margin-top: 90px; padding: 0 0 20px 15px;}

#stories {
	width: 650px;
	margin: 0 0 0 50px;
	padding: 0;
}

.post { background-color: white; color: black; }
a.more-link { font-size: 10pt; color: #333; }

#menu {
	position: relative;
	float: right;
	margin: 0;
	width: 200px;
	right: 50px;
	top: 10px;
	color: white;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
}

#menu ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: normal 110%;
	margin-top: 10px;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	text-decoration: none;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#tumblr { margin: 0 0 10px 0; }

ol#comments li p {
	font-size: 100%;
}

li, .feedback {
	font-size: 90%/175%;
}

.feedback {
	margin-bottom: 50px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	clear: both;
	color: white;
	font-size: 6pt;
	margin: 5px 0 20px 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback { margin: 0 0 10px 10px; padding: 0 0 10px 0;}

.feedback a {
	color: #333;
	text-align: left;
	clear: both;
}

.meta {
	font-size: .75em;
	margin: 5px 0 0 10px;
	width:95%;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	padding: 0;
}

.meta, .meta a {
	color: #333;
	font-weight: normal;
}

.storycontent p {
	font-size: 12pt;
	line-height: 16pt;
	font-family: "Times" serif;
	margin: 20px 20px 10px 20px;
}

/* .storycontent p img { float: right;  margin: 25px;} */

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

.td-left { text-align: right; font-weight: bold; vertical-align: top; }
.td-right { color: #CC6; vertical-align: top; }

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist { background-color: white; color: black; padding: 5px 0 5px 0; list-style: none; }
#commentlist li { background-color: #ddd; padding: 5px; margin: 5px 10px 10px 10px; }
#commentlist li a { color: #222; }
#commentlist li ul {
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 15px 15px 15px 0;
	padding: 0;
}

.alignright {
	float: right;
	margin: 15px 0 15px 15px;
	padding: 0;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

.caption {
	clear: both;
	font-size: 10pt;
	font-style: italic;
	padding: 0;
	margin: 0 0 0 0;
	width: 500px;
	text-align: center;
}

.addthis_toolbox { margin: 30px 0 10px 20px; }

.video { margin: 10px auto 0 auto; padding: 0; }

#lightstalker {
	margin: 0 0 0 10px;
	width: 200px;
}	

#location {
	margin: 0 0 0 10px;
	width: 200px;
	color: #CC6;
	font-weight: normal;
}	

