/* 
	CSS	RESET
*/

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

ul {
	list-style: none;
}

img, fieldset {
	border: 0 none;
}

img {
	margin: 0;
	padding: 0;	
	border: 1pt solid black;
}

h1, h2, h3 {
	font-weight: normal;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ol,ul {
	list-style:none;
}

a {
	outline:none;
}

/* 
	CLEAR FIX
*/


.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}

.clr {
	clear: both;
}

/**
*	GENARAL SETTINGS
*/

h1,h2,h3,h4,h5,h6 {
	margin: 15px 0;
}

h1 {	
	font: bold 48px 'Century Gothic', sans-serif;	
}

h2 {
	font: bold 30px 'Century Gothic', sans-serif;	
	margin: 13px 0 9px 0;
}


h3 {
	font: bold 18px 'Century Gothic', sans-serif;	
	margin: 13px 0 9px 0;
}

h4 {	
	font: bold 14px 'Century Gothic', sans-serif;
	margin: 13px 0 2px 0;
}

h5 {	
	color: #ff8a00;
	font: bold 12px 'Century Gothic', sans-serif;
}

a {
	color: #ff8a00;
	text-decoration: none;
}

p {
	margin: 15px 0;
}

dl {
	margin: 0 0 15px;
	padding: 0;
}

dl dt {
	float: left;
	width: 120px;
}

dl dd {
	
	display: block;	
}


.img-left {
	float: left;
	margin: 0 10px 0px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

a.view-all-models {
	float: right;
	font-size: 14px;
	margin-top: 20px;
}

a.view-this-update {	
	font-size: 14px;
}


/*
	MAIN STRUCTURE
*/

body {
	background-color: #222222;
	background-image: url('/images/body_bg.jpg');
	color: #ffffff;
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#page-wrap {
	margin: 0 auto;
	width: 990px;
		border-left: 10px solid black;
		border-right: 10px solid black;
		border-bottom: 10px solid black;
		background-color: #222222;
	
}

#header {
	height: 331px;
	margin: 0 0 32px 0;
	//margin: 0 0 0 0;
}
#footer {
	height: 180px;
	margin: 0 0 32px 0;
	text-align: center;
	text-transform: uppercase;
	background: url('/images/footer_bg.png') no-repeat;
	background-position: top center;

}

.footer_nav {
	margin:0;
	padding: 0;	
	color: #999999;
	padding-top:40px;
	
	
}
#footer_subtext {
	width:600px;
	margin: 0;
	padding-top: 30px;	
	color: #999999;
	text-align:center;
	margin-left:200px;
	}

.footer_nav a,
.footer_nav  a:link, 
.footer_nav  a:visited {
	color: #999999;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 17px 17px 0 20px;
	text-transform: uppercase;
}
.footer_nav a:hover {
	color: #FF8A00;
	}
/**
*	HEADER
*/

.top {
	background-color: #520000;
	font-size: 10px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 10px 0 0;
	overflow: hidden;
	text-align: right;
}

.banner {
	height: 274px;
}
/**
* FOOTER
*/



/**
*	NAVIGATION
*/

#nav {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 32px;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#nav li {
	border-right: 1px solid #000000;
	display: inline;
	float: left;
}

#nav li a:link, 
#nav li a:visited {
	background-color: #333333;
	color: #ffffff;
	display: block;
	float: left;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	width: 164px;
	text-align: center;
	text-transform: uppercase;
}

#nav li.last {	
	border: 0 none;
}

	
#nav li a:hover {
	background-color: #520000;
}

#nav li.last {
  border: 0 none;
}

#nav li.last a {
	;
}
#nav li.active a:link,
#nav li.active a:visited{
  background-color: #520000;
}


/********************************************* HOME PAGE SPECIFICS *****************************************/
/**
*	TODAYS UPDATE
*/

#todays-update {
	margin: 0 0 0px 0px;
	padding: 0 10px 0px 0px;
	position: relative;
	text-align: justify;
}

#todays-update span.date {	
	float: right;
	font: bold 12px 'Century Gothic', sans-serif;
	margin-top: 17px;	
	position: absolute;
	right: 12px;
}

#todays-update .column {
	float: left;
	margin-right: 17px;
	width: 312px;
}

#todays-update .column.last {
	margin: 0;
} 

#todays-update strong {
	display: block;
}

/**
*	OUR MODELS
*/

#our-models {
	margin: 0 0 15px 0;
	padding: 0 10px 0 9px;
}

#our-models h3 {
	margin-bottom: 0;
}

#our-models span.categories {
	font: bold 12px 'Century Gothic', sans-serif;
	margin: 17px 0 0 20px;
}

#our-models .column {
	float: left;
	margin-right: 20px;
	width: 227px;
	margin-top: 20px;
}
#our-models h3 {
	margin: 0;
	padding: 0;	
}

#our-models .column.last {
	margin: 0;
	margin-top: 20px;
}

#our-models strong {
	display: block;
}

/**
*	RECENT UPDATES
*/

#recent-updates {
	margin: 0 0 20px 0;
	padding: 0 10px 0 9px;
}

#recent-updates span.categories {
	font: bold 12px 'Century Gothic', sans-serif;
	margin: 17px 0 0 20px;
}

#recent-updates .column {
	float: left;
	margin: 0 20px 20px 0;
	width: 227px;
}

#recent-updates .column.last {
	margin: 0;
}

#recent-updates strong {
	display: block;
}

/********************************************* MODEL PAGE SPECIFICS *****************************************/

/**
*	CONTENT TOP
*/

#content-top {
	margin-bottom: 30px;
}

#content-top .left {
	display: inline;
	float: left;
	margin: 0 45px 0 25px;
	width: 750px;
}

#content-top .future_model {
	display: block;
	float: left;
	margin: 25px 45px 5 25px;
	padding: 15px 0 5px 15px;
	width: 750px;
	border-bottom: 1px white solid;
}
#content-top h1 {
	margin-top: 0;
	padding: 0;
}

#content-top .img-left {
	margin: 0 35px 0 0;
}

#content-top .advertisment {
	background-color: #444444;
	float: right;
	margin-top: -30px;
	width: 166px;
	text-align: center;
}

#content-top .selection {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

#content-top .selection li {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 5px;
}

.advertisment h5 {
	background: #000000;
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	margin: 0 0 10px 0;
	text-align: center;
}

.advertisment p {
	margin: 5px 0;
}


/**
*	CONTENT BOTTOM
*/

#content-bottom {
	margin-bottom: 23px;
}

#content-bottom .left {
	border-right: 3px solid #333333;
	display: inline;
	float: left;
	margin-left: 25px;
	width: 640px;	
}

#content-bottom .right {
	float: right;
	width: 315px;
	margin-left: 3px;
}

#content-bottom span.categories {
	font: bold 12px 'Century Gothic', sans-serif;
	margin: 17px 0 0 20px;
}

.view-update-description {
		text-align: justify;
		padding-right:15px;
		padding-top:1px;
		padding-bottom:8px;
		
	}
/********************************************* VIDEO PAGE SPECIFICS *****************************************/

#video-pane {
	margin: 0 70px;
	width: 850px;
	
}

#video-pane-middle {
	margin: 15px 0;
}

#video-pane-bottom {}


#video-pane-bottom #col-1 {
	float: left;
	margin-right: 10px;
	width: 655px;
	text-align: left;	
}

#video-pane-bottom #col-2 {
	border-left: 5px solid #333333;
	float: left;
	width: 178px;
	text-align: center;
}

/**
*	VIDEO PANE TOP
*/

#video-pane-top #description {
	width: 550px;
}

#video-pane-top #rating {
	text-align: right;
	margin-top: 18px;
	width: 300px;
}

#video-pane-top #rating-form {
	float: right;
}

#video-pane-top  ul.selection {	
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

#video-pane-top ul.selection li {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 5px;
}



/**
*	VIDEO PANE BOTTOM COLUMN 1
*/



/**
*	VIDEO PANE BOTTOM COLUMN 2
*/

#video-pane-bottom #col-2 h5 {
	margin: 0 0 15px 0;
}

#resolution {
	font-size: 10px;	
	margin: 0 auto;
	width: 120px;
}

#resolution  .left {
	
}

#resolution  .right {

}

#video-pane-bottom-block-2 .comment.left {
	width: 383px;
	margin-right: 85px;
}

#video-pane-bottom-block-2 .comment.right {
	width: 374px;
}


#video-pane-bottom-block-2 .comment #button {
	float: right;
	margin: 10px 30px 0 0;
}

/**
*	VIDEO FOOTER
*/

#video-footer {
	background-color: #333333;
	height: 278px;
	margin: 18px 0 100px 0;
	padding: 10px 20px;
}

#video-footer .column {
	float: left;
	margin-right: 12px;
	width: 228px;
}

#video-footer .column.last {
	margin: 0;
}

/********************************************* PHOTO PAGE SPECIFICS *****************************************/

/**
*	CONTENT TOP
*/

#photo-content-top {
	margin-bottom: 30px;

	
}

#photo-content-top .left {
	display: inline;
	float: left;
	margin: 0 0 0 0;
	margin-left:21px;
	width: 690px;

	
}


#photo-content-top h1 {
	margin-top: 0;
	padding: 0;
}

#photo-content-top .img-left {
	margin: 0 35px 0 0;
}


#photo-content-top .advertisment {
	background-color: #444444;
	float: right;
	margin-top: -30px;
	width: 275px;
	text-align: center;
}

#photo-content-top .comments {

	float: right;
	margin-top: 10px;
	width: 275px;
	text-align: left;
	#border:1px red solid;
}

#photo-content-top .selection {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

#photo-content-top .selection li {
	display: inline;
	float: right;
	text-align: center;
	padding: 0 5px;
	padding-r:15px;
}



#photo-content-top li {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 5px;
}

.photo-advertisment h5 {
	background: #000000;
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	margin: 0 0 10px 0;
	text-align: center;
}

.photo-advertisment p {
	margin: 5px 0;
}

/**
*	CONTENT BOTTOM
*/

#photo-content-bottom {
	margin-bottom: 23px;
}

#photo-content-bottom .left {
	border-right: 3px solid #333333;
	display: inline;
	float: left;
	margin-left: 25px;
	width: 640px;	
}

#photo-content-bottom .right {
	float: right;
	width: 315px;
	margin-left: 3px;
}

#photo-content-bottom span.categories {
	font: bold 12px 'Century Gothic', sans-serif;
	margin: 17px 0 0 20px;
}

/********************************************* PHOTO TOUR PAGE SPECIFICS *****************************************/

#video-pane
#photo-tour {
	margin: 0 auto;
	width: 850px;
}

#photo-tour-top, 
#photo-tour-middle {
	text-align: center;
}

#photo-tour-middle {
	margin: 15px 0;
}

#photo-tour-bottom {}


#photo-tour-bottom #col-1 {
	float: left;
	width: 325px;	
	text-align: left;
}

#photo-tour-bottom #col-2 {
	float: left;
	width: 344px;
	text-align: center;
}

#photo-tour-bottom #col-3 {
	float: right;
	width: 175px;
	text-align: right;
}


#comment_submit {
	color:#FF8A00;
	margin-top:4px;
	margin-bottom:4px;
}

#nonlink {
	color:#FF8A00;
}

/**
*	blogs-listing
*/

#blogs-listing {
	margin: 0 0 35px 0;
	padding: 0 10px 0 9px;
	position: relative;
	text-align: justify;
}

#todays-update span.date {	
	float: right;
	font: bold 12px 'Century Gothic', sans-serif;
	margin-top: 17px;	
	position: absolute;
	right: 12px;
}

#blogs-listing .blog {
	float: left;
	margin-left: 55px;
	width: 850px;
	border-bottom: 1px grey solid;
	margin-bottom:8px;

}

#blogs-listing .right {
	float: right;
	margin-left: 17px;

} 

#blogs-listing .left {
	float: left;
	margin-right: 17px;
	width: 588px;

} 
#todays-update strong {
	display: block;
}


.paginate {
}

#pagintation {
	clear:both;
	padding-bottom:12px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	}
	
a.paginate {
	border: 1px solid #ffffff;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #ffffff;
}
a.current {
	border: 1px solid #ffffff;
	#font: bold .7em Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#FF8A00;
	color: #ffffff;
	text-decoration: none;
}
span.inactive {
	border: 1px solid #999;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}




a.paginate:hover {
	background-color: #FF8A00;
	color: #ffffff;
	text-decoration: none;
}

#comments {

	overflow: auto;
	width: 260px;
}

#video_comments {
	height:180px;
	overflow: scroll;
	width: 370px;
	overflow: auto;
	margin-top:-20px;
	padding-right: 15px;
	padding-top:5px;
}

#loader {display: none;padding-left:20px; background:url("/members/images/crystal-arrows.gif") no-repeat center left;}

.photoset_descrip {
	text-align: justify;
	margin-right:22px;
}