/*
Theme Name: Photricity4
Theme URI: http://photricity.com
Author: Josh Meyer
Author URI: http://photricity.com
*/

body {
	background: #000 url(img/photricity4bg.jpg) no-repeat fixed top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	margin-top: 25px;
}
h1 {
	text-transform: lowercase;
	letter-spacing: 4px;
	font-size: 22px;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 0px;
}
h2 {
	letter-spacing: 3px;
	font-size: 18px;
	line-height: 24px;
}
h3 {
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}
h4 {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 18px;
}
#leftcol {
	float: left;
	width: 314px;
	height: 250px;
}
#wrap {
	width: 877px;
	margin: 0 auto;
}
#main {
	float: left;
	width: 560px;
}
#content {
	padding-top: 25px;
	padding-left: 20px;
}
#content2 {
	padding-top: 25px;
	padding-left: 20px;
	width: 68%;
	float: left;
}
#nav {
	width: 550px;
	height: 40px;
	background: url(img/nav-bg.png) repeat-x;
	padding-left: 10px;
}
#nav  ul {padding: 0; margin: 0;}
#nav  li {
	float: left;
	list-style: none;
}
#nav  li  a, #nav li a:visited {
	display: block;
	padding: 0 10px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-transform: lowercase;
}
#nav  li  a:hover, #nav li a:active, #nav li a:focus {
	border-bottom: 4px solid #f0ffab;
}
#sidebar {
	width: 30%;
	float: right;
	line-height: 0px;
	padding-top: 40px;
}
#sidebar ul, #sidebar li, #sidebar a, #sidebar h3 {
	padding: 0;
}
#sidebar .widget {
	padding-bottom: 20px;
}
a:link, a:visited {
	color: #c9d97d;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #f0ffab;
	outline: none;
}
.subtitle {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFE;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.title {
	padding: 0;
}
.post {
	padding-bottom: 35px;
}
.recent-posts {
	float:left;
	width:68%;
}
a img { border: 0; }
.size-medium, .size-thumbnail { margin: 5px; }
.size10 { font-size: 10px; }
.size16 { font-size: 16px; line-height: 24px; }
.desc {
	width: 500px;
	float: left;
	padding-bottom: 30px;
}
ul.bullet {
list-style-type: disc;
margin-left: 20px;
}
.cursorimg {
	width: 37px;
	float: left;
}

#searchform {
	float: right;
	padding-top: 3px;
	padding-right: 10px;
}
#commentform input, #contact input {
	width: 170px;
	padding: 1px;
	margin: 2px 2px 0 0;
}
input, textarea {
	background-color: #141414;
	border: 1px solid #222;
	margin: 2px;
	padding:2px;
	color: #ddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	background: #222;
	outline: 0;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	background: none;
	border: 0;
}
textarea {
	width: 80%;
}

ul {list-style:none; margin: 0; padding: 0;}
ul.widget, .widget ul {
	list-style:none;
	padding: 0 0.2em 1.2em;
	border-top: 1px #fcc434;
	margin: 4px 0;
	padding: 4px;
	width: 100%;
}
.widget li {
	border-bottom: 1px #fcc434;
	list-style: none;
	text-decoration: none;
	display: block;
	line-height: 1.5em;
}
.widget li a,.widget li em {
	display: block;
}
.widget li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.widget li a:hover {
	background: #222;
	text-decoration: none;
}
.widget {
	line-height: 14px;
}

.noborder {border: 0px;}
hr {
	color: #ffb535;
	height: 1px;
	width: 60%;
	border: 0;
	margin: 20px auto;
}
h2.subscribe{padding:0 0 0 18px;background:transparent url(/img/rss-yellow.png) left center no-repeat;}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
#footer {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 20px;
	clear: both;
}

/* WORDPRESS */
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.wp-caption {
	text-align: center;
	background-color: #222;
	padding: 4px 0px 5px 0px;
}
.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
