﻿/*----- SITE WIDE -----*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: black url('../images/bg.png') fixed;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #e1e1e1;
}
html, body {
	height: 100%;
	text-align: center;
}
#wrapper {
	background: url('../images/fade.png') repeat-y top center fixed;
	margin-bottom: -20px;
	min-height: 100%;
	_height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
	text-align: left;
	background: black url('../images/bg.png') fixed;
	width: 760px;
	margin: 0 auto -20px;
	height: auto !important;
	height: 100%;
}
#header {
	height: 126px;
	background: url('../images/header.png') no-repeat top left;
	margin: 0;
}
#header h1 {
	display: none;
}
#content {
	padding: 10px 40px;
}
#nav {
	height: 21px;
	margin: 65px 0 40px 0;
	left: 310px;
	float: left;
	width: 100%;
	background: url('../images/navline.png') top left repeat-x;
}
#nav ul {
	list-style: none;
}
#nav li {
	display: inline;
}
#nav a {
	float: left;
	height: 21px;
}
#navBlank {
	background: transparent;
}
#navBlank a {
	width: 310px;
	visibility: hidden;
}
#navHome a {
	background: url('../images/nhome.png') top left no-repeat;
	width: 54px;
}
#navNews a {
	background: url('../images/nnews.png') top left no-repeat;
	width: 53px;
}
#navLatest a {
	background: url('../images/nlatest.png') top left no-repeat;
	width: 87px;
}
#navPrev a {
	background: url('../images/nprev.png') top left no-repeat;
	width: 104px;
}
#navRants a {
	background: url('../images/nrants.png') top left no-repeat;
	width: 51px;
}
#navContact a {
	background: url('../images/ncontact.png') top left no-repeat;
	width: 62px;
}
#section {
	margin: 0 0 15px 0;
}
#ads {
	width: 660px;
	height: 80px;
	margin: 40px 0 30px 10px;
	background-color: transparent;
}
#ads a img {
	border: 0;
}
#adsense {
	width: 468px;
	margin: 0 auto;
	text-align: center;
}
#footer {
	height: 15px;
	position: relative;
	background: #e1e1e1 url('../images/footer.gif') repeat-x fixed bottom;
	color: #333333;
	font: .7em "Times New Roman", Times, serif;
	text-align: center;
	padding: 5px 0 0 0;
}
#footer a {
	color: #333333;
	padding: 0 5px;
}
#footer a:hover {
	color: #e1e1e1;
	background-color: #333333;
	text-decoration: none;
}
.clearfooter {
	height: 20px;
	clear: both;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.addLink, .homeBtn {
	padding: 0 0 10px 0;
}

/*----- HOME PAGE -----*/
#shome {
	height: 32px;
	width: 344px;
	background: url('../images/home.png') top left no-repeat;
}
#news, #rants, .latest {
	width: 650px;
	height: 100px;
	margin: 20px 0;
	border-left: 10px solid #fff;
}
#newstitle {
	padding: 0 0 21px 0;
	width: 640px;
	height: 79px;
	background: url('../images/snews.png') no-repeat bottom right;
}
#rantstitle {
	padding: 0 0 21px 0;
	width: 640px;
	height: 79px;
	background: url('../images/srants.png') no-repeat bottom right;
}
#latesttitle {
	left: 455px;
	top: 120px;
	width: 195px;
	height: 30px;
	position: absolute;
	background: url('../images/slatest.png') no-repeat bottom right;
}
.latest {
	height: 151px;
	position: relative;
}
.latest img {
	margin: 0 0 0 10px;
	border: 1px solid white;
	height: 150px;
	width: 640px;
}
.sback {
	height: 100px;
	margin: 0 0 0 10px;
	background-color: #E6E6E6;
	border: 1px solid white;
}
.stext {
	padding: 10px 10px 0 10px;
	color: #333333;
	font-size: .9em;
	/*height: 150px;
	overflow: auto;*/
}
.homeBtns .homeBtn {
	width: 100px;
}
.homeBtns {
	text-align: center;
}

/*----- NEWS PAGE -----*/
#snews {
	height: 32px;
	width: 344px;
	background: url('../images/news.png') top left no-repeat;
}
#news_left {
	width: 400px;
	float: left;
}
.short_news {
	background-color: white;
	color: #333333;
}
.news_head {
	background-color: #c0c0c0;
	height: 31px;
}
.month, .day, .year {
	font-size: 2em;
	color: white;
	letter-spacing: -4px;
}
.day {
	margin: 0 -5px;
	color: #333333;
	font-weight: bolder;
}
.year {
	font-weight: bold	
}
.news_text {
	padding: 15px;
}
.news_text h3 {
	font-weight: bold;
	padding: 0 0 10px 0;
	font-size: .9em;
}
.news_text p {
	padding: 0 0 0 15px;
	font-size: .8em;
	line-height: 1.2em;
}
.news_credits {
	margin: 0 15px;
	padding: 0 0 30px 0;
	border-top: 1px solid #333333;
	text-align: right;
	font-size: .7em;
}
.news_user {
	font-style: italic;
	color: #999999;
}
#news_right {
	width: 222px;
	background-color: #2e2e2e;
	float: left;
	margin: 0 0 0 30px;
}
#news_right img {
	border: 0;
}
#news_archive {
	margin: 0 10px;
	border-bottom: 1px solid #999999;
}
#news_archive_text {
	padding: 0 0 0 10px;
	border-left: 6px solid #fff;
	margin: 20px 10px;
	color: #999999;
}
#news_archive_text h3 {
	font-size: 1em;
	color: white;
}
#news_archive_text p {
	font-size: .9em;
}
#news_archive_text a {
	color: #999999;
}
#friends {
	margin: 0 10px;
	border-bottom: 1px solid #999999;
}
#friends_text {
	padding: 0 0 0 10px;
	border-left: 6px solid #fff;
	margin: 20px 10px;
	color: #999999;
}
#friends_text h3 {
	font-size: 1em;
	color: white;
}
#friends_text ul {
	list-style: none;
}
#friends_text li {
	font-size: .8em;
}
#friends_text a {
	color: #999999;
}
#links {
	margin: 0 10px;

}
#links_text {
	padding: 0 0 0 10px;
	border-left: 6px solid #fff;
	margin: 20px 10px;
	color: #999999;
}
#links_text h3 {
	font-size: 1em;
	color: white;
}
#links_text ul {
	list-style: none;
}
#links_text li {
	font-size: .8em;
}
#links_text a {
	color: #999999;
}


/*----- LATEST SHOOT PAGE -----*/
#slatest {
	height: 32px;
	width: 344px;
	background: url('../images/latest.png') top left no-repeat;
}
.pic_shoottitle {
	left: 10px;
	top: 122px;
	width: 195px;
	height: 30px;
	position: absolute;
	background: url('../images/shoottitle.png') no-repeat bottom right;
	font-size: .8em;
	font-weight: bold;
}
.pic_shoottitle p {
	color: #2e2e2e;
	margin: 12px 0 0 10px;
}
.thumbs {
	width: 600px;
	margin: 10px 0 0 40px;
}
.thumbs ul {
	list-style: none;
}
.thumbs li {
	display: inline;
}
.thumbs img {
	margin: 11px;
	border: 1px solid #e1e1e1;
}
.latestshootinfo {
	margin: 30px 0 0 30px;
	width: 570px;
	padding: 20px;
	color: #999999;
	background-color: #2e2e2e;
}
.latestshootinfo h3 {
	font-weight: bold;
	padding: 0 0 10px 0;
	font-size: 1.3em;
}
.latestshootinfo p {
	padding: 0 0 0 20px;
	font-size: .8em;
	line-height: 1.6em;
}


/*----- PREVIOUS SHOOTS PAGE -----*/
#sprev {
	height: 32px;
	width: 344px;
	background: url('../images/prev.png') top left no-repeat;
}


/*----- INDIVIDUAL SHOOTS PAGE -----*/
.cover {
	margin: 0 0 0 -20px;
}
.cover img {
	margin: 0 0 0 10px;
	border: 1px solid white;
	width: 700px;
}
#comment_border {
	margin: 30px 0 0 30px;
	width: 570px;
	border: 10px solid #999999;
	padding: 10px;
}
#comment_box {
	padding: 20px;
	color: #2e2e2e;
	background-color: #cccccc;
}
#comment_box h3 {
	font-weight: bold;
	padding: 0 0 10px 0;
	font-size: 1.3em;
	float: left;
}
#comment_box p {
	padding: 0 0 0 20px;
	font-size: .8em;
	line-height: 1.6em;
	color: #cccccc;
}
#comment_box .name {
	font-weight: bold;
}
#comment_box .comment {
	padding: 0 0 0 10px;
	font-size: .9em;
}
.comment_credits {
	padding: 0 20px 0 0;
	text-align: right;
	font-size: .7em;
}
.addComment {
	width: 150px;
	text-align: center;
	float: right;
	font-size: .8em;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color:#333333;
}
.addComment:hover {
	background-color: #cccccc;
	border: 1px solid black;
}
.addComment:hover a {
	color: #333333;
}
.addComment a {
	width: 150px;
	height: 30px;
	text-decoration:none;
	color: #cccccc;
}
#commentForm
{
	margin: 10px 30px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #666666;
	color: #333333;
	font-size: .8em;
	display: none;
}
#cName {
	width: 150px;
}
#cEmail {
	width: 200px;
}
#cComment {
	margin: 0 auto;
	padding: 2px;
	width: 450px;
	height: 80px;
}
#commentForm #btns {
	margin: 10px 0 0 0;
	text-align: right;
}
.error {
	color: red;
	font-weight: bold;
}
.normal {
	color: #333333;
	font-weight: normal;
}


/*----- RANTS PAGE -----*/
#srants {
	height: 32px;
	width: 344px;
	background: url('../images/rants.png') top left no-repeat;
}
#rant_box {
	width: 600px;
	background-color: #2e2e2e;
	padding: 20px;
	margin: 0 auto;
	color: #cccccc;
	font-size: .9em;
}
#rant_box img {
	vertical-align: middle;
	margin: 0 20px;
}
#rant_box h3 {
	margin: 10px 0 20px 0;
	font-size: 2.5em;
}
.rant_light {
	background-color: #e1e1e1;
	margin: 0 5px;
	padding: 5px 20px;
	color: #2e2e2e;
}
.rant_light a {
	color: #2e2e2e;
}
.rant_dark {
	background-color: #666666;
	margin: 0 5px;
	padding: 5px 20px;
	color: #e1e1e1;
}
.rant_text_latest {
	font-size: 1.4em;
}
.rant_text_top5 {
	font-size: 1.1em;
}
.rant_text {
	font-size: .9em;
}
.rant_credits {
	padding: 0 20px 0 0;
	text-align: right;
	font-size: .7em;
}

/*----- CONTACT PAGE -----*/
#scontact {
	height: 32px;
	width: 344px;
	background: url('../images/contact.png') top left no-repeat;
}
#contact {
	width: 600px;
	background-color: #2e2e2e;
	padding: 20px;
	text-align: center;
	color: #cccccc;
	font-size: 1.1em;
}
#email {
	padding: 15px 0 0 0;
	font-style: italic;
	font-size: .9em;
}
#email a {
	padding: 0 5px 2px;
	color: #cccccc;
}
#email a:hover {
	color: #2e2e2e;
	background-color: #cccccc;
	text-decoration: none;
}


/*----- ADMIN PAGES -----*/
#sadmin {
	height: 32px;
	width: 344px;
	background: url('../images/admin.png') top left no-repeat;
}
#admin {
	width: 600px;
	background-color: #2e2e2e;
	padding: 20px;
	color: #cccccc;
	margin: 0 0 50px 0;
}
#admin img {
	border: 0;
}
#admin h2 {
	text-align: center;
}
#admin h3 {
	padding: 10px 0;
	display: inline;
}
#admin ul {
	margin: 0 0 0 50px;
}
#admin ul li img {
	vertical-align: middle;
}
.shoot {
	padding: 10px 0;
}
.shoot_title {
	background-color: #999999;
	padding: 10px;
	font-size: 1.2em;
	color: #333333;
}
.shoot_title a {
	text-decoration: none;
	color: #333333;
}
.mods {
	font-size: .8em;
	margin: 0 10px;
}
.mods a {
	padding: 1px 5px;
}
.mods a:hover {
	color: #333333;
	background-color: #999999;
}
.shoot_title a:hover {
	color: #999999;
	background-color: #333333;
}
.shoot_title .text {
	width: 400px;
	float: left;
}
.shoot_title .mods {
	font-size: .7em;
	width: 150px;
	float: right;
	text-align: right;
}
.addLink, .homeBtn {
	width: 200px;
	margin: 10px;
	text-align: center;
	float: left;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color:#333333;
}
.addLink:hover, .homeBtn:hover {
	background-color: #cccccc;
	border: 1px solid black;
}
.addLink:hover a, .homeBtn:hover a {
	color: #333333;
}
.addLink a, .homeBtn a {
	width: 150px;
	height: 30px;
	text-decoration:none;
	color: #cccccc;
}
