/* global */

body {
	background: #017b93 url('/images/bg_body.jpg') repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

iframe {
	background: transparent;
	margin: 0;
	padding: 0;
}

td, p, div {
	color: #282f30;
	font-size: 11px;
	font-family: Arial, Helvetica, sans;
	font-weight: normal;
	line-height: 16px;
}

img {
	border: 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

a, input {
	outline: none;
}

a:link, a:visited {
	cursor: pointer;
	text-decoration: none;
	color: #017b93;
}
	
a:active, a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #017b93;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.container {
	width: 955px;
	position: relative;
	margin: 0 auto; /* center */
	text-align: left;
}

/* header & nav styles */
	
#header {
	background: transparent url('/images/bg_header.png') no-repeat 98px 18px;
	height: 195px;
	margin: 0;
	padding: 0;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	top: 3px;
	left: 272px;
	z-index: 1;
}

#logo a {
	background: transparent url('/images/logo_teenstyle.png') no-repeat;
	/*width: 389px;
	height: 179px;*/
	width: 418px;
	height: 202px;
	display: block;
	text-indent: -9999px;
}

#nav {
	position: absolute;
	top: 92px;
	left: 0;
	z-index: 2;
}

#nav li {
	position: absolute;
	top: 0;
}

#nav #home {
	left: 0;
}

#nav #bios {
	left: 100px;
}
	
#nav #whatshot {
	left: 200px;
}
	
/*#nav #photos {
	left: 200px;
}*/
	
#nav #events {
	left: 658px;
}
	
/*#nav #buzz {
	left: 758px;
}*/
	
#nav #facebook {
	left: 758px;
}

#nav #notes {
	left: 858px;
}

#nav li a {
	width: 100px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/*#nav #buzz a:active, #nav #buzz a:hover, #nav #buzz a.on,  
#nav #photos a:active, #nav #photos a:hover, #nav #photos a.on, */
#nav #home a:active, #nav #home a:hover, #nav #home a.on, 
#nav #bios a:active, #nav #bios a:hover, #nav #bios a.on, 
#nav #whatshot a:active, #nav #whatshot a:hover, #nav #whatshot a.on,
#nav #events a:active, #nav #events a:hover, #nav #events a.on, 
#nav #facebook a:active, #nav #facebook a:hover, #nav #facebook a.on, 
#nav #notes a:active, #nav #notes a:hover, #nav #notes a.on {
	background-position: 0 -39px;
}

#nav #home a {
	background: url('/images/nav/home.png') no-repeat 0 0;
}

#nav #bios a {
	background: url('/images/nav/bios.png') no-repeat 0 0;
}
	
#nav #whatshot a {
	background: url('/images/nav/whatshot.png') no-repeat 0 0;
}
	
/*#nav #photos a {
	background: url('/images/nav/photos.png') no-repeat 0 0;
}*/
	
#nav #events a {
	background: url('/images/nav/events.png') no-repeat 0 0;
}
	
#nav #facebook a {
	background: url('/images/nav/facebook.png') no-repeat 0 0;
}

/*#nav #buzz a {
	background: url('/images/nav/buzz.png') no-repeat 0 0;
}*/
	
#nav #notes a {
	background: url('/images/nav/notes.png') no-repeat 0 0;
}

/* home page */

.home_content {
	width: 955px;
	position: relative;
	margin: 0 auto; /* center */
}

.home_content ul {
	margin: 0;
	padding: 0;
}

.home_content ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}

.home_content ul .last {
	margin: 0;
}

/* content */

.content {
	postion: relative;
	clear: both;
	background: #859298;
	margin: -60px 0 0 0;
	padding: 0 0 50px 0;
	min-height: 600px;
	_height: 600px;
}

h1 {
	text-indent: -9999px;
	width: 349px;
	height: 145px;
	margin: 0 0 15px 0;
	padding: 0;
}

.bios h1 {
	background: url('/images/headers/hdr_bios.jpg') no-repeat 0 0;
}

.buzz h1 {
	background: url('/images/headers/hdr_buzz.jpg') no-repeat 0 0;
}

.events h1 {
	background: url('/images/headers/hdr_events.jpg') no-repeat 0 0;
}

.whatshot h1 {
	background: url('/images/headers/hdr_whatshot.jpg') no-repeat 0 0;
}

.notes h1 {
	background: url('/images/headers/hdr_notes.jpg') no-repeat 0 0;
}

.photos h1 {
	background: url('/images/headers/hdr_photos.jpg') no-repeat 0 0;
}

.castingcall h1 {
	width: 392px;
	background: url('/images/headers/hdr_castingcall.jpg') no-repeat 0 0;
}

.privacy h1 {
	height: 50px;
}

.privacy .head {
	color: #bb07b7;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
}

.content .row {
	border-bottom: solid 1px #68767d;
}

.content .last {
	border-bottom: none;
}

.content .text {
	padding: 0px 50px 25px 50px;
}

.content h2 {
	color: #bb07b7;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.content h2 strong {
	color: #590b57;
	font-weight: normal;
}

.content h3 {
	color: #063444;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0;
}

/* what's hot page styles */

.whatshot .content .row {
	padding: 30px 50px;
}

.whatshot .single {
	background: none;
}

.whatshot .single .swirlie {
	background: url('/images/content/hot_swirlie.png') no-repeat 0 0;
}

.whatshot .content .featured {
	background: none;
	padding-top: 0;
}

.whatshot .single .styleTip img {
	float: left;
	margin: 0 25px 0 0;
}

.whatshot .single .styleTipAlt img {
	float: right;
	margin: 0 0 0 25px;
}

.whatshot .single .text div {
	width: 275px;
	float: left;
}

.whatshot .single .text div.first {
	padding-right: 30px;
}

.whatshot .double .styleTip {
	width: 405px;
	float: left;
}

.whatshot .double .first {
	padding-right: 20px;
}

.whatshot .double .last {
	padding-left: 20px;
}

.whatshot .double .styleTip img {
	float: right;
	margin: 0 0 0 25px;
}

.whatshot .content .text {
	padding: 0;
}

.whatshot .content h3 {
	color: #282f30;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	margin: 2px 0 12px 0;
	padding: 0;
}

/* photo gallery page styles */

.photos .text {
	padding: 0px 50px;
}

.gallery {
	padding: 25px 50px;
}

.gallery ul {
	margin: 15px 0;
	padding: 0;
}

.gallery ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0 13px;
}

.photos .gallery ul li:first-child {
	padding-left: 0;
}

.photos .gallery ul li:last-child {
	padding-right: 0;
}

/* buzz page styles */

.buzz ul {
	margin: 0 0 20px 0;
	padding: 0;
}

.buzz ul li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}

.buzz ul li a {
	color: #282f30;
	text-decoration: none;
}

.buzz ul li a:hover, .buzz ul li a:active {
	text-decoration: underline;
}

/* events */

.events .locations {
	font-size: 17px;
	text-align: center;
	margin: 15px 0;
}

/* casting call */
 
.castingcall .content {
	padding: 0px;
}

.castingcall .text {
	padding: 0px 50px;
}

.castingcall .intro {
	margin: 0 0 15px 0;
	padding: 0 15px 0 0;
	width: 525px;
	float: left;
}

.castingcall .steps {
	padding: 15px 0 15px 15px;
	width: 299px;
	float: left;
	border-left: 1px solid #6c777b;
}

.castingcall .gallery {
	padding: 0 35px;
}

.castingcall .gallery ul li {
	width: 150px;
	min-height: 260px;
	_height: 260px;
	margin: 0 0 25px 0;
}

.castingcall .gallery .portrait {
	background: url('/images/vote/portrait.jpg') no-repeat 0 0;
	width: 150px;
	height: 156px;
}

.castingcall .gallery .portrait img {
	margin: 10px 20px 16px 20px;
}

.castingcall .vote {
	color: #000;
	text-align: right;
	padding: 0 10px;
}

.castingcall .name {
	color: #590b57;
	font-size: 12px;
	padding: 0 10px;
}

.castingcall .name strong {
	font-size: 16px;
}

.castingcall .inspiration {
	color: #282F30;
	padding: 0 10px;
}
 
.castingcall input {
	width: auto;
	border: none;
	margin-top: 0;
}

.castingcall .emailvoteform {
	background: url('/images/vote/lower_rt_scroll.jpg') bottom right no-repeat;
	padding-bottom: 50px;
	min-height: 100px;
}
 
.castingcall input.email {
	width: 175px;
	background: #BDC4C8;
	font-size: 11px;
	padding: 3px;
}

.castingcall .formrow {
	margin: 10px 0 0 0;
}

.castingcall .birdseed {
	font-size: 10px;
	width: 525px;
	padding: 5px 0 0 23px;
}

.castingcall .thanks h3 {
	font-size: 17px;
}

.castingcall .thanks p {
	font-size:13px;
}

.hidden {
	display: none;
}

.errorOverlay {
	display: none;
	background: url('/images/vote/bg_error.jpg') no-repeat;
	width: 318px; /* 368 - 50 padding */
	height: 120px; /* 170 - 50 padding */
	text-align: center;
	padding: 25px;
	position: fixed;
	z-index: 5;
	margin: auto;
	margin-left: -184px;
	margin-top: -85px;
	left: 50%;
	top: 50%;
}

.errorOverlay h2 {
	font-size: 24px;
	color: #590b57;
}

.errorOverlay p {
	font-size: 12px;
}

.errorOverlay a {
	font-size: 18px;
	cursor: pointer;
	text-decoration: none;
	color: #bb07b7;
}

/* forms */
 
.error {
	color: #99FF00;
}
 
input {
	width: 225px;
	border: solid 1px #999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans;
}
 
textarea {
	width: 500px;
	border: solid 1px #999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans;
}

/* footer styles */

#footer {
	width: 955px;
	position: relative;
	margin: 0 auto; /* center */
	padding: 15px;
	text-align: center;
	font-weight: bold;
}

#footer a {
	color: #282f30;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	text-decoration: underline;
}

.legal {
	width: 855px;
	margin: 0 auto; /* center */
	margin: 15px;
	text-align: left;
}

/* float clearfix styles */

.nopad {
	padding: 0;
}

.clear {
	clear: both; 
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */