
body {
	margin: 0;
	padding: 0;
	font: 11px/14px "Helvetica", sans-serif;
	background: #218b7f url(../images/body_bg.gif) top left repeat-x;
}

img { border: none; }
br.clear { clear: both; }
.hidden { display: none !important; }

#container {
	width: 972px;
	margin: 0 auto;
	position: relative;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#header {
	height: 137px;
	background: #000 url(../images/header_bg.gif) top left repeat-x;
}

#tear {
	width: 456px;
	height: 78px;
	top: 0;
	left: 516px;
	float: left;
	position: absolute;
	text-align: right;
	background: transparent url(../images/header_tear.png) top left no-repeat;
}

#footer {
	margin: 0;
	padding: 10px 0;
	border-top: 2px solid #262626;
	color: #fff;
	text-align: center;
	background: #000;
}

#footer a {
	color: #fff;
}

#logo {
	width: 200px;
	height: 137px;
	float: left;
	background: transparent url(../images/header_bg_left.gif) top left no-repeat;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
}

#logo span { display: none; }

#header .promo {
	width: 396px;
	height: 75px;
	margin: 40px 0 0 50px;
	float: left;
}

#nav {
	width: 251px;
	margin: 0 0 0 75px;
	padding: 0;
	float: left;
	background: transparent url(../images/header_bg_right.gif) top right no-repeat; 
}

#nav li {
	width: 118px;
	height: 137px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: block;
}

#nav li a {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 0 -137px;
	background-repeat: no-repeat;
	display: block;
}

#nav li a:hover {
	background-position: 0 0;
}

#nav_home a { background-image: url(../images/nav_home.gif); }
#nav_stories a { background-image: url(../images/nav_stories.gif); }

#nav li a span { display: none; }

#back {
	height: 24px;
	width: 68px;
	margin: 5px 15px 0 0;
	background: transparent url(../images/back.gif) 0 0 no-repeat;
	float: right;
	display: block;
}

#back:hover {
	background-position: 0 -24px;
}

#back span { display: none; }

#pagination {
	margin: 5px 15px 0 0;
	float: right;
}

#pagination li {
	width: 24px;
	height: 24px;
	margin: 0 1px 0 0;
	background: transparent url(../images/pagination_number_bg.gif) top left no-repeat;
	display: block;
	float: left;
}

#pagination li.prev {
	width: 18px;
	background-image: url(../images/pagination_prev.gif);
}

#pagination li.next {
	width: 18px;
	background-image: url(../images/pagination_next.gif);
}

#pagination li.prev span, #pagination li.next span { display: none; }

#pagination li a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #828282;
	text-decoration: none;
	display: block;
}

#pagination li a:hover, #pagination li a.active {
	color: #5adecf;
}

#content {
	width: 100%;
}

.upper_content {
	height: 580px;
	background: #fff url(../images/upper_content_bg.gif) top left no-repeat;
}

.lower_content {
	padding: 15px 0 0 0;
	background: #000 url(../images/lower_content_bg.gif) top left no-repeat;
}

.col1, .col2 {
	float: left;
	text-align: center;
}

.col1 {
	width: 425px;
	margin: -1px 10px 15px 10px;
}
.col2 {
	width: 515px;
}

.col1 a.promo {
	display: block;
	margin: 8px 0 7px 0;
}

.col2 a.promo {
	display: block;
	margin: 11px 0 0 0;
}

#video_module {
	padding: 3px 0 0 3px;
}

#user_stories {
	width: 632px;
	margin: 15px 0 25px 15px;
	float: left;
}

#user_stories .header {
	height: 40px;
	background: transparent url(../images/user_stories_header.gif) top left no-repeat;
}

#user_stories .header span { display: none; }

#user_stories .footer {
	height: 33px;
	background: transparent url(../images/user_stories_footer.gif) top left no-repeat;
}

#user_stories .entries {
	height: 460px;
	margin: 0;
	padding: 5px 0 0 0;
	background: #202020;
}

#user_stories .entries li {
	width: 296px;
	height: 135px;
	margin: 0 -5px 8px 13px;
	padding: 5px 0 5px 4px;
	background: #000 url(../images/user_stories_entry_bg.gif) top left no-repeat;
	display: block;
	float: left;
	position: relative;
}

#user_stories .entries li.promo {
	width: 633px;
	height: 163px;
	margin: -8px 0 0 0;
	padding: 0;
	background: none;
}

#user_stories .entries li .thumb {
	width: 119px;
	height: 135px;
	margin: 0 10px 0 0;
	float: left;
	overflow: hidden;
	position: relative;
}

#user_stories .entries li .thumb img {
	top: 0;
	left: 0;
	position: absolute;
}

#user_stories .entries li .thumb div {
	width: 119px;
	height: 25px;
	top: 105px;
	left: 0px;
	padding: 5px 0 0 3px;
	background: transparent url(../images/black-75.png) repeat top left;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
}

#user_stories .entries li .thumb div img {
	margin: 0 3px 0 0;
	float: left;
	position: relative;
}

#user_stories .entries li h1 {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #000;
}

#user_stories .entries li p {
	margin: 3px 5px 0 0;
	color: #484848;
}

#user_stories .entries li a.more {
	top: 121px;
	left: 228px;
	color: #000;
	text-align: right;
	display: block;
	position: absolute;
}

#user_stories .entry_header {
	height: 70px;
	padding: 10px 0 20px 0;
	background: #1f1f1f;
	color: #fff;
}

#user_stories .entry_header .thumb {
	width: 75px;
	height: 75px;
	margin: 0 15px;
	float: left;
	overflow: hidden;
}

#user_stories .entry_header h1 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 18px;
}

#user_stories .entry_body {
	height: 365px;
	padding: 0 20px;
	overflow: auto;
	background: #e7e7e7;
	border-left: 1px solid #333;
}

#user_stories .entry_body p {
	line-height: 17px;
	color: #333;
}

#submit_story {
	width: 309px;
	margin: 15px 0 25px 0;
	float: left;
}

#submit_story .header {
	height: 33px;
	background: transparent url(../images/submit_story_header.gif) top left no-repeat;
}

#submit_story .footer {
	height: 10px;
	background: transparent url(../images/submit_story_footer.gif) bottom right no-repeat;
}

#submit_story .header span, #submit_story .footer span { display: none; }

#submit_story .content {
	height: 485px;
	margin: 0;
	padding: 10px 0 0 0;
	background: #000;
	text-align: center;
}

#submit_story form {
	height: 380px;
	margin: 10px 10px 0 10px;
	padding: 5px 0 0 11px;
	background: #171717;
}

#submit_story form input {
	height: 15px;
}

#submit_story form label {
	margin: 0 5px 0 0;
	font-weight: bold;
}

#submit_story form p {
	color: #fff;
	margin: 8px 0 0 0;
	text-align: left;
}

#submit_story form a {
	color: #fff;
}

#first_name, #last_name, #email, #phone { width: 123px; }
#street { width: 260px; }
#city { width: 107px; }
#state { width: 55px; }
#zip { width: 70px; }
#terms, #updates { 
	width: 10px; 
	height: 10px !important;
	margin: 0 5px 0 0;
	float: left;
}
#story { width: 260px; height: 97px; }
#photo { height: 20px !important;}
#submit { width: 140px; height: 30px !important; margin: 2px 0 0 0; }
#last_name, #state, #zip, #phone { margin-left: 5px; }

.submission_status {
	height: 340px;
	margin: 10px 10px 0 10px;
	padding-top: 40px;
	background: #171717;
	text-align: center;
}

.submission_status div {
	margin: 0 20px;
	padding: 15px 15px 15px 15px;
	background: #000;
	text-align: center;
}

.submission_status img {
	margin: 8px 0;
}

.submission_status h1 {
	color: #eee;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
}

.submission_status p {
	color: #fff;
	text-align: left;
}

.submission_status a {
	padding: 4px 10px;
	text-decoration: none;
	color: #eee;
	background: #222;
}

.submission_status ul {
	margin: 0 0 10px 0;
	padding: 0;
}

.submission_status ul li {
	padding: 0 0 5px 0;
	list-style-type: none;
	text-align: left;
	color: #f00;
}


#winner {
	width: 309px;
	margin: 15px 0 25px 0;
	float: left;
}

#winner .header {
	height: 33px;
	background: transparent url(../images/winner_header.gif) top left no-repeat;
}

#winner .footer {
	height: 33px;
	background: transparent url(../images/winner_footer.gif) top left no-repeat;
}

#winner .header span, 
#winner .footer span { 
	display: none;
}

#winner .content {
	height: 472px;
	margin: 0;
	padding: 0;
	background: #000;
	text-align: left;
	border-left: 1px solid #111;
}

#winner .entry_header {
	height: 72px;
	padding: 15px 0 20px 0;
	background: #1f1f1f;
	color: #fff;
	overflow: hidden;
}

#winner .entry_header .thumb {
	width: 75px;
	height: 75px;
	margin: 0 15px;
	float: left;
	overflow: hidden;
}

#winner .entry_header p {
	margin: 0;
	padding: 7px 0 0 0;
}

#winner .entry_header h1 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 18px;
}

#winner .entry_body {
	height: 346px;
	padding: 0 20px 20px 20px;
	overflow: auto;
	background: #e7e7e7;
	border-right: 1px solid #333;
}

#winner .entry_body p {
	line-height: 17px;
	color: #333;
}
