/* SBC Advertising SCREEN Style Sheet */

/*   Red     #e31836   */
/*   Orange  #f7a11a   */
/*   Gray    #aca4a2   */

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, iframe {
	background-color:transparent;
	border:none;
	margin:0;
	outline:0;
	padding:0;
}
body {
	background:#fff url(../../images/body-bg.png) top center no-repeat;	color:#7F7977;
	font:12px/16px Arial, Helvetica, sans-serif;
}
body.home {
	background: #fff;
}
p {
	color:#aca4a2;
	font:12px/15px Arial, Helvetica, sans-serif;
	padding-bottom:15px;
}
a:link,a:visited {
	color: #f7a11a;
}
a:hover,a:active {
	color: #e31836;
}
h1 {
	color:#aca4a2;
	font:bold 50px/50px Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	text-transform:lowercase;
}
h2 {
	color:#e31836;
	font:normal 16px/20px Arial, Helvetica, sans-serif;
	padding-bottom:15px;
}
h3 {
	color:#000;
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	text-transform:lowercase;
}
h4 {
	color:#e31836;
	font:normal 16px/20px Arial, Helvetica, sans-serif;
	padding-bottom:15px;
}
h5 {
	clear:both;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	padding-bottom:30px;
	text-align:right;
}
ul {
	margin-left: 30px;
}
#container {
	margin:0 auto;
	padding:0 1px 30px 1px;
	position:relative;
	width:960px;
}

/***** HEAD *****/

#head {
	height: 130px;
	position: relative;
	width: 960px;
}
#logo {
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 135px;
}
/***** NAV *****/
#nav1 {
	color:#f7a11a;
	float:right;
	font:bold 17px/17px Arial, Helvetica, sans-serif;
	height:24px;
	padding-top:42px;
	padding-right:20px;
	position:relative;
	text-transform:lowercase;
	width:620px;
}
#nav1 ul {
	text-align:right;
}
#nav1 li {
	display:inline;
	padding-left:20px;
}
#nav1 a:link, #nav1 a:visited {
	color:#aca4a2;
	text-decoration:none;
}
#nav1 a:hover, #nav2 a:active {
	color:#f7a11a;
	text-decoration:none;
}
#nav1 li.selected a:link, #nav1 li.selected a:visited {
	color:#f7a11a;
	text-decoration:none;
}
#nav1 li.selected a:hover, #nav1 li.selected a:active {
	color:#e31836;
	text-decoration:none;
}
#nav2 {
	color:#f7a11a;
	float:right;
	font:bold 17px/17px Arial, Helvetica, sans-serif;
	height:43px;
	padding-top:28px;
	position:relative;
	text-align:left;
	text-transform:lowercase;
	width:141px;
}
#nav2 ul {
	display:block;
	height:43px;
	list-style: none;
	margin:0;
	overflow:hidden;
	/*padding:0 0 0 300px;*/
	text-indent:-999em;
}
#nav2 ul li {
	float: left;
	display: inline;
	line-height:0;
	/*padding-left: 5px;*/
	width:auto;
}
#nav2 ul li a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
}
#nav2 ul li a:hover {
	background-position: left -43px;
}
#nav2 ul li a.selected, #nav2 ul li a.selected:hover {
	background-position: left -43px;
}
#nav2 ul li a.about {
	background-image:url(../../images/nav1-about.png);
	width:56px;
}
#nav2 ul li a.participants {
	background-image:url(../../images/nav2-participants.png);
	width:127px;
}
#nav2 ul li a.youtube {
	background-image:url(../../images/nav3-youtube.png);
	width:48px;
}
#nav2 ul li a.facebook {
	background-image:url(../../images/nav4-facebook.png);
	width:48px;
}
#nav2 ul li a.twitter {
	background-image:url(../../images/nav5-twitter.png);
	width:45px;
}
/***** TITLE *****/
#title {
	height:153px;
	padding-bottom:25px;
	position:relative;
	width:960px;
}
#allkindsofsexy {
	background:url(../../images/play-it-40ward-logo.png) top left no-repeat;
	height:158px;
	padding-bottom:20px;
	position:relative;
	width:960px;
}
#allkindsofsexy #acts-counter, #allkindsofsexy #days-counter {
	color:#acacac;
	font:bold 40px/40px Arial, Helvetica, sans-serif;
	height:40px;
	position:absolute;
	right:24px;
	width:120px;
}
#allkindsofsexy #acts-counter {
	/*background-color:blue;*/
	top:37px;
}
#allkindsofsexy #days-counter {
	/*background-color:red;*/
	top:77px;
}

/***** CONTENT *****/

.toggler-sort {
	background: #e31836 url(../../images/toggle-sort.png) no-repeat right center;
	color: #fff;
	display: block;
	font: bold 1.5em/30px Arial, Helvetica, sans-serif;
	margin: 1px 0 31px 0;
	padding: 5px 20px;
	text-transform: lowercase;
}
.toggler-sort:hover {
	background: #aca4a2 url(../../images/toggle-sort.png) no-repeat right center;
	cursor: pointer;
}
#content-full {
	/*display: inline;*/
	/*float: left;*/
	margin-bottom: 30px;
	min-height: 420px; height: auto !important; height: 420px;
	/*overflow: auto;*/
	position: relative;
	width: 960px;
}
#pages {
	display:inline;
	float:left;
	margin-bottom:30px;
	min-height:550px; height: auto !important; height: 550px;
	/*overflow: auto;*/
	padding-right:30px;
	position:relative;
	width:200px;
}
#content {
	border-left:#aca4a2 1px solid;
	border-right:#aca4a2 1px solid;
	display:inline;
	float:left;
	margin-bottom:30px;
	min-height:790px; height:auto !important; height:790px;
	/*overflow: auto;*/
	padding:0 29px;
	position:relative;
	width:440px;
}
#content #profile {
	border-bottom:1px dashed #aca4a2;
	clear:both;
	display:inline;
	float:left;
	height:150px;
	margin-bottom:15px;
	padding-bottom:30px;
	position:relative;
	width:440px;
}
#content #profile .avatar {
	display:inline;
	float:left;
	height:150px;
	padding-right:30px;
	position:relative;
	width:150px;
}
#content #profile h3 {
	color:#acacac;
	font:bold 28px/28px Arial, Helvetica, sans-serif;
	padding-bottom:0;
	text-transform:none;
}
#content #about-us h3, #content #participants h3 {
	color:#acacac;
	font:bold 28px/28px Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	text-transform: uppercase;
}

#content #about-us h4 {
	color:#acacac;
	font:bold 16px Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

#content .entry {
	border-bottom:1px dashed #aca4a2;
	clear:both;
	display:inline;
	float:left;
	height:107px;
	margin-bottom:15px;
	position:relative;
	width:440px;
}
#content .entry#last {
	border-bottom:none;
	margin-bottom:0;
}
#content .entry .avatar {
	display:inline;
	float:left;
	height:107px;
	position:relative;
	width:70px;
}
#content .entry .rank {
	display:inline;
	float:left;
	height:92px;
	padding:0 10px;
	position:relative;
	text-align:center;
	width:68px;
}
#content .entry .name-act {
	display:inline;
	float:left;
	height:92px;
	position:relative;
	width:282px;
}
#content .entry h5 {
	display:inline;
	font-weight:bold;
	padding-right:4px;
	text-align:left;
}
#content .entry h5 a {
	text-decoration:none;
}
#content .entry h5 a:hover {
	text-decoration:underline;
}
#content .entry p {
	display:inline;
}
#content .entry pre {
	font:italic 10px/10px Arial, Helvetica, sans-serif;
}
#content .entry .vote {
	float:left;
	height:30px;
	padding-top:5px;
	position:relative;
	width:112px;
}
#services  {
	display:inline;
	float:left;
	margin-bottom:30px;
	min-height:550px; height: auto !important; height: 550px;
	padding-left:30px;
	position:relative;
	width:200px;
}

/***** SORT *****/

#sort {
	/*background: #fff;*/
	color:#fff;
	/*height: 540px;*/
	/*left: 360px;*/
	margin-bottom:30px;
	/*position: absolute;*/
	/*top: 130px;*/
	width: 440px;
}
#sort a {
	color:#fff;
}
input#name, input#email, input#phone, select#topic, textarea#message {
	width: 100%;
}
input#submit {
	float: right;
}
#column-foot  {
	border: 1px solid #E0DDDC;
	clear: both;
	display: inline;
	float: left;
	position: relative;
	width: 618px;
}
.contact-tn {
	background: #E0DDDC;
	display: inline;
	float: left;
	height: 206px;
	position: relative;
	width: 206px;
}
.contact-tn p, .contact-tn-end p {
	padding: 10px;
}
.contact-tn:hover, .contact-tn-end:hover {
	background: #f7a11a;
	color: #fff;
	cursor: pointer;
}
/***** FOLLOWING *****/
#following {
	overflow:hidden;
	padding:0 3px 10px 0;
	width:197px;
}
#following img {
	float:left;
	padding:0 2px 4px 2px;
}
/***** SERVICES *****/
#services #facebook h4 {
	background:url(../../images/facebook-icn.png) left top no-repeat;
	height:41px;
	padding-left:55px;
}
#services #twitter h4 {
	background:url(../../images/twitter-icn.png) left top no-repeat;
	height:41px;
	padding-left:55px;
}
#services #youtube h4 {
	background:url(../../images/youtube-icn.png) left top no-repeat;
	height:41px;
	padding-left:55px;
}

/***** FOOT *****/

#foot {
	background:#aca4a2;
	clear:both;
	color:#fff;
	height:27px;
	margin-bottom:60px;
	padding:13px 20px 0 20px;
	width:920px;
}
#foot p {
	color:#fff;
	float: left;
	padding-bottom: 0;
}
#foot ul {
	float: right;
}
#foot li {
	display: inline;
	padding-left: 20px;
}
#foot a:link, #foot a:visited {
	color: #fff;
	text-decoration: none;
}
#foot a:hover, #foot a:active {
	color: #e31836;
	text-decoration: none;
}
#foot #collage {
	bottom:65px;
	/*display:inline;*/
	height:300px;
	left:-75px;
	position:absolute;
	width:300px;
	z-index:-1000;
}

