/*
Theme Name:Patrick Lo Photography
Theme URI: http://www.creativisual.com
Description: Wordpress Theme designed by Creativisual
Author: Patrick Lo
Author URI: http://www.creativisual.com
Version: 1.0
*/
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-attachment:fixed;
	background-color:#fff;
}
a:link{
	color:#991649;
	text-decoration:underline;
}
a:visited{
	text-decoration:underline;
	color:#991649;
}
a:hover,a:visited:hover{
	color:#000;
	text-decoration:none;
}
a img{
	border:0;
}
h1,h2,h3,h4,h5,h6{
	display:block;
	padding:4px;
	background-color:#992e26;
	color:#fff;
}
h1{
	font-size:24px;
}
h1 a:link, h1 a:visited{
	color:#fff;
}
h1 a:hover, h1 a:visited:hover{
	color:#e0deaf;
}
p{
	margin:1em 0;
}	
#header{
	position:relative;
	width:950px;
	height:150px;
	margin:0 auto;
	background-image:url(images/header.jpg);
}
#homelink{
	position:relative;
	top:45px;
	left:260px;
	width:161px;
	height:43px;
}
#nav{
	padding:15px;
	width:950px;
	margin:0 auto;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	background-image:url(images/nav_bg.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#nav li{
	display:inline;
	margin:0 .4em;

}
#mainContent{
	position:relative;
	width:950px;
	margin:10px auto 0 auto;
}
#leftContent{
	float:left;
	width:720px;
	font-size:11px;
}
#rightContent{
	float:right;
	width:180px;
}
#rightContent h2 a,#leftContent h3 a{
	color:#fff;
}
#rightContent li{
	margin:15px 0;
}
#rightContent ul ul li{
	margin:4px 0;
}
#pageNav{
	margin:2em 0;
	padding:.5em;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background-color:#991649;
}
#pageNav a{
	color:#fff;
}
#footer{
	clear:both;
	background-image:url(images/nav_bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:25px 5px;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
.clear{
	clear:both;
}

.post{
	margin:2px;
	margin-bottom:1em;
	font-size:12px;
	color:#992e26;
}
.postmetadata{
	font-size:11px;
}
.entry{
	margin:2px;
	font-size:12px;
	background-image:url(images/child_bg.png);
	background-repeat:repeat-y;
	padding:5px;
}

.postform{
	margin:.5em 0;
}

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	background:none;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}
