/*  
Theme Name: Photo Blog
Theme URI: 
Description: Photo Blog with single column. 
Version: 1.0
Author: David McDonald
Author URI: http://www.davidmcdonald.org
*/

*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0 auto;
	color: #666;
	background: #151515;
	font: 83%/1.4 Georgia, "Times New Roman", Times, serif;
}

/* global styles */

a:link, a:visited{
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active{
	text-decoration: none;
}

/* corners */

#roundtop{
	float: left;
	width: 100%;
	padding-top: 31px;
	background: url(images/curvesTop.gif) no-repeat top;
}

#roundbottom{
	float: left;
	width: 100%;
	padding-bottom: 35px;
	background: #000 url(images/curvesBottom.gif) no-repeat bottom;
}

/* containers */

.wrap{
	width: 980px;
	margin: 20px auto;
}

#header{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

#content{
	float: left;
	width: 930px;
	display: inline;
	padding: 20px 0;
	margin-left: 25px;
	background: url(images/bgContentTop.gif) no-repeat top left;
}

#contentbg{
	float: left;
	width: 870px;
	padding: 0 30px 40px;
	background: #151515 url(images/bgContentBottom.gif) no-repeat bottom left;
}

.entry{
	float: left;
	width: 100%;
}

#footer{
	float: left;
	width: 930px;
	padding: 10px 0 0;
	font-size: 0.8em;
	text-align: center;
}

/* header styles */

#header h1{
	float: right;
	width: 410px;
	height: 39px;
	margin: 0 20px 0 0;
}

#header h1 span{
	position: absolute;
	left: -2400px;
}

#header h1 a{
	float: left;
	width: 410px;
	height: 39px;
	display: block;
	background: url(images/logo.gif) no-repeat left;
}

/* navigation */

ul.nav{
	float: left;
	position: relative;
	display: inline;
	margin: 6px 0 0 20px;
	list-style: none;
}

ul.nav li{
	float: left;
	list-style-type: none;
}

ul.nav a, ul.nav a:link, ul.nav a:visited{
	padding: 0 10px;
	font-size: 1.7em;
	font-weight: normal;
	color: #555;
	text-decoration: none;
}

ul.nav a:hover, ul.nav a:active, 
ul.nav li.current_page_item a, ul.nav li.current_page_ancestor a{
	color: #fff;
}

ul.nav li ul{
	float: left;
	width: 180px;
	position: absolute;
	top: 122px;
	left: 25px;
	margin-left: 0;
}

ul.nav li ul li{
	width: 100%;
	margin-bottom: 1em;
}

ul.nav li ul li a:link, ul.nav li ul li a:visited{
	font-size: 1.3em !important;
	color: #555;
}

ul.nav li ul li.current_page_item a{
	color: #fff;
}

ul.nav li ul li a:hover{
	color: #fff;
}

/* content styles */

h2{
	padding: 0 0 0.5em 0;
	color: #fff;
	font-size: 2.2em;
	font-weight: normal;
}

.entry p{
	margin-bottom: 1.6em;
	font-size: 1.2em;
	font-weight: normal;
}

.entry img{
	border: none;
	margin: 10px 0;
	padding: 5px;
	max-width: 98%;
}

.postinfo{
	border: 1px #ccc dotted;
	margin: 10px;
	padding: 10px;
}

/* photo galleries */

/* gallery gateway */

ul#gallery{
	float: left;
	width: 650px;
	display: inline;
	margin-left: 220px;
	list-style: none;
}

ul#gallery.home{
	width: 660px;
}

ul#gallery li{
	float: left;
	width: 130px;
	height: 140px;
	display: inline;
}

ul#gallery.home li{
	float: left;
	width: 220px;
	height: auto;
}

ul#gallery li img, .large img{
	float: left;
	border: 1px solid #fff;
}

/* home page styles */

.large img{
	float: right;
}

img.flickr-medium{
	float: right;
	margin-left: 2em;
	border: 1px solid #fff;
}

.large .post{
	float: left;
	width: 300px;
	margin-top: 10px;
}

form#cformsform{
	margin-left: 0;
	width: 410px;
}

