/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	/* font: 11.5px/150% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif; */	
	font: 0.8em/150% Arial, Helvetica, "Lucida Grande", Geneva, Verdana, sans-serif;	
	color:#1D1D1D;
	margin: 0; padding: 0 0 50px 0; 
	background: #FFFFFF url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #FF0099; 	
}
a:hover {
/*	background: #F0f0f0; */
	color: #000000;
	/*border-bottom: 1px dotted #CCCCCC;*/
}

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em  Helvetica, Arial, sans-serif;
	color: #FF0099;
	/*padding: 15px 10px 5px 10px;*/
	padding:5px;
	margin: 0;
}
h1 {
	font-size: 300%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 200%;
	color: #663333;	
}
h3 {
	font-size: 150%;
	font-weight: bold;	
}

p, dl { padding: 5px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #FF3399;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
	/*background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 8px;*/
	background:none;
	padding:none;
	border:none;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #FF3399;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
    border: 1px solid #F0F0F0;
	background: #F0F0F0 url(../images/quote.png) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* start - table */
/*#table table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
#table th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
#table tr {
	height: 34px;	
	background: #fff;
}
#table td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	*/
/* end - table */

/* form elements */
/*form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #FF3399;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}*/

/* search form */
/*.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}*/

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	/*background: #fff url(../images/wrap-bg.jpg) no-repeat;*/
	/*background: url(../images/wrap-bg.jpg) no-repeat;*/
	margin: 0 auto;
	/*width: 940px;*/
	width: 990px;
	/*height: 385px;*/
	height: 239px;
	text-align: left;	
}
/* #header-photo {
	position: absolute;
	top: 90px; left: 24px;	
	padding: 0;		
	height:290px; 
	width: 890px;
	clear: both;
}*/
/*#header-photo img {
	border: none;
	margin: 0; padding: 0;
}*/ 

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0 0 0 20px;		
	/*width: 880px;*/
	width: 960px;
	height:70px;	
	/*left: 25px;	top: 0px;*/
	left: 5px;	top: 158px;
	background: url(../images/site/bg-nav.png) no-repeat;
}
#nav ul {
	float: left;
	list-style: none;
	width: 980px;		
	height: 90px;
	margin: 0; padding: 0;
	margin-left:20px;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 28px 11px 0 21px;
	font: bold 18px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #ffffff;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color:#FF0099;
	background: none;
	border: none;
}
#nav img {
	margin:0px 5px 20px 5px;
	padding:0;
	border:0px;
	background:none;	
}
#nav img a {
	background:none;
	border:none;
}
#nav img a:hover {
	background:none;
	border:none;
}
/*#nav ul li#current a {	
	color: #000;	
	background: #d5d3d6 url(../images/nav-current.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}*/

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 27px; left: 20px;	
}
#header-wrap h1#logo-text a:hover {
	background: none;
	border: none;
}
#header-wrap h1#logo-img {
	position: absolute;
	margin: 0; padding: 0;
	border:none;
	background: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 2px;	
}
#header-wrap h1#logo-img img {
	border:none;
	background: none;
	padding:8px;
}
#header-wrap h1#logo-img a:hover {
	background: none;
	border: none;
}

#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color:#990066;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 94px; left: 360px;		
}
#header-wrap div#sponsors {
	position: absolute;
	margin: 0; padding: 0;
	width: 580px;
	height:133px;
	background:url(../images/site/bg-sponsors.png);	
	/* change the values of top and left to adjust the position */
	top: 22px; left: 392px;		
}
#header-wrap div#sponsors img{
	border:none;
	background:none;
	padding:8px;
	}
#header-wrap  ul#sponsors {
	position: absolute;
	width: 470px;
	height: 64px;
	padding: 0;
	display: inline;
	margin:55px 0 0 124px;
	border:none;
	background:none;
	list-style: none;
}
#header-wrap  ul#sponsors li {
	border:none;
	background:none;
	display: inline;
	margin: 0 4px 0 0; padding: 0;
}
#header-wrap  ul#sponsors li a{
	border:none;
	background:none;
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;	
}

#content-outer {
	/*background: #fff;*/
	width: 100%;
}
#content-wrapper {
	width: 990px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	/*width: 100%;*/
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-bottom:30px;
	
	/*background: #fff url(../images/content-bg.jpg) no-repeat;*/
	/*background: url(../images/content-bg.jpg) no-repeat;*/		
}

#banner {
	text-align:center;
}

#banner  img {
	clear:both;
	border:none;
	background:none;
	padding:0;
	/*margin:0 0 20px 0;*/
}

#content  img.banners {
	clear:both;
	border:none;
	background:none;
	padding:0;
	margin:0;
}
#content a.banners {
	border:none;
	background:none;
}
/*  1 column set up */
.col-one-1cols {
	margin-right: 40px;
	padding-left: 25px;
}

/*  2 columns set up */
.col-one-2cols {
	margin-right: 280px;
	padding-left: 25px;
}
.col-two-2cols {
	float: left;
	width: 245px;
	margin-left: -270px;
	/*margin-top: 12px;*/
}


/* 3 columns set up */
.col-one {
	margin-right: 480px;
	padding-left: 25px;
}
.col-two {
	float: left;
	width: 210px;
	margin-left: -455px;
	margin-top: 12px;
}
.col-three {
	float: left;
	width: 210px;
	margin-left: -235px;
	margin-top: 12px;
}
/* Columns Styles */

.col-one-1cols, .col-one-2cols, .col-two-2cols, .col-one, .col-two, .col-three {
	padding-bottom: 20px;
}

#content .col-one-1cols h2, #content .col-one-2cols h2, #content .col-one h2 {
	padding-bottom: 3px;
	font: bold 2.2em Helvetica, Arial, sans-serif;
	color:#FF0099;
    line-height: 1.1;
	letter-spacing: -1px;	
	text-transform: none;
	border-bottom: 1px dotted #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}

#content .col-one-1cols h2 a, #content .col-one-2cols h2 a, #content .col-one h2 a {
	color:#FF0099;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one-1cols ul li,
#content .col-one-2cols ul li,
#content .col-one ul li {
	list-style-image: url(../images/bullet.gif);
}
##content-wrapper .col-two-1cols h3,
#content-wrapper .col-two-2cols h3,
content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color:#003366;
	font: normal 1.8em Helvetica, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 7px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	font-weight: bold;	
	color:#003366;	
}
ul.sidemenu li a span {
	color:#666666;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color:#0099FF;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 990px;
	background:url(../images/site/bg-footer.png) no-repeat bottom center;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color:#9ED8FF;			
}
#footer-wrapper .col-one {
	margin-right: 700px;
	padding-left: 25px;
}
#footer-wrapper .col-two {
	float: left;
	width: 355px;
	margin-left: -670px;
	margin-top: 12px;
}
#footer-wrapper .col-three {
	float: left;
	width: 265px;
	margin-left: -285px;
	margin-top: 12px;
}
#footer-wrapper .col-one, .col-two, .col-three {
	padding-bottom: 20px;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1em Helvetica, Arial, sans-serif;
	color:#ffffff;	
}
#footer-wrapper a {
	color: #ffffff;
	background: transparent;
}
#footer-wrapper img { 
	padding: 5px; 
	background: #fff;
    border: 2px solid #002F60;
}


#footer-wrapper ul.footer-list {
	border-top: 1px dotted #0066CC;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px dotted #0066CC;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color:#FFFFFF;
}
#footer-wrapper ul.footer-list li a span {
	color:#0099FF;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color:#FF0099;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 990px;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer-commnunity {
	clear: both;
	width: 600px;
	margin: 0 0 0 325px;
/*	position:absolute;
	width: 600px;
	margin: 360px 20px auto 325px;
*/}
#footer-commuity h3 {
	padding:0px;
	margin:0px;
	line-height:1em;
}
#footer-bottom {
	clear: both;
	/*border-top: 1px dotted #002F60;*/
	/*width: 880px;*/
	width: 930px;
	margin: 0 auto;
	padding-bottom:10px;
	padding-top:40px;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 0;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}
/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .75em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img {
	position: relative;
	padding: 7px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#press {
	padding:0 0 20px 0;
	margin:0;
	display:block;
}
#press a {
	color:#003366;
	text-decoration:none;
}
#press a:hoover {
	color:#FF0099;
	text-decoration:none;
}
#press .date {
	color:#CCCCCC;
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	padding: 5px 10px;
	margin:0px;
}
#press  img.thumbs { 
	border: 4px solid #FFF;
	padding:2px;
	margin: 0 10px 0 0;
}
#press  img.thumbs:hover {
	border: 4px solid #F5F5F5;
}
#press .navig {
	color:#FF0099;
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
#press .navig a {
	color:#FF0099;
}
#press .navig a:hover {
	color:#333333;
}
ul#press {
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:inline-table;
}
ul#press li {
	display:block;
	/*height:90px;*/
	width:650px;
	margin:0 0 0 10px;
	padding:8px;
	float:left;
	border-bottom:1px #CCCCCC;
	border-bottom-style:dotted;
}
ul#press li a { }
ul#press li a:link, ul#press li a:visited { }
ul#press li:hover {
	background-color:#EEEEEE;
}
* html #press li a {
	width: 100%;
}


/*  --- Temporary Footer --- */ 
#footer {
	clear:both;
	width: 990px;
	margin: 20px auto;	
	width: 990px;
	margin: 0 auto;	
	text-align: left;
	color:#999999;
	padding:20px 0;
	background: url(../../images/site/bg-line.png) top no-repeat;
	/*font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;*/	
} 

/* --- Copyright --- */
#copyright {
	padding:10px 20px;
	margin:0;
	font: normal 0.85em 'Trebuchet MS', Tahoma, sans-serif;
	color:#C0C0C0;
}
#copyright a {
	color:#C0C0C0;
	text-decoration:underline;
}
#copyright a:hover {
	color:#CCC;
	text-decoration:none;
}


/*  --- Footer Navigation ---  */
#nav-bot {
	font: normal 1em Helvetica, Arial, Verdana, sans-serif;
	list-style-type:none;
	display:inline-table;
	float:left;
	width:600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#nav-bot ul { 
	padding:0px;
	margin:0px;
}
#nav-bot ul li { 
	display:block;
	margin:3px 0 0 0;
	padding:2px 1px;
	float:left;
	width:170px;	
	font-size: 1em; 
}
#nav-bot ul li a {
	text-transform: none;
	text-decoration: none;	
	color:#666666;
}

#nav-bot ul li a:hover, 
#nav-bot ul li a:active {
	color:#FFFFFF;
	background:#FF0066;
	border: none;
}
#nav-bot ul li #current a {	
	color:#FFFFFF;
	background:#FF0066;
	border: none;
}
#nav-bot-sub {
	padding:10px 10px 10px 0px;
	margin:0;
	float:left;
}
#nav-bot-sub ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	width:400px;
}
#nav-bot-sub ul li {
	width:170px;
	display: inline;
	margin: 0; 
	padding: 0;
}
#nav-bot-sub ul li a {
	font: normal 1em Helvetica, Arial, Verdana, sans-serif;	
	text-transform: none;
	text-decoration: none;	
	color:#666666;
}

#nav-bot-sub ul li a:hover, 
#nav-bot-sub ul li a:active {
	color:#FFFFFF;
	background:#FF0066;
	border: none;
}
#nav-bot-sub ul li #current a {	
	color:#FFFFFF;
	background:#FF0066;
	border: none;
}
#nav-bot-social {
	font: normal 1em Helvetica, Arial, Verdana, sans-serif;	
	margin: 0px 10px 0px 10px;
	padding:10px 20px;
	list-style-type:none;
	display:inline-table;
	float:right;
	width:300px;
}
#ln {
	clear:both;
	width: 100%;
	margin: 20px 0px;	
	padding:10px 0;
	background: url(../../images/site/bg-line.png) top no-repeat;
} 
#newsWidget{
	text-align: left;
	width: 300px;
	color:#333;
}
#newsWidget .intro{
}
#newsWidget ul{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;	
}

#newsWidget ul li{
	border-bottom:1px dotted #313131;
	margin:0 0 8px;
	padding:0 0 8px;
	display: block;
	position: relative;
}
#newsWidget h4{
	-x-system-font:none;
	background:transparent url(../../images/bird.gif) no-repeat scroll 100% 50%;
	color:#333333;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:5px 40px 3px 0;
}
#newsWidget .date{
	color:#666;
	font-size:11px;
	clear: both;
}

#newsWidget a:link, #newsWidget a:active, #newsWidget a:visited {
	color:#2277BB;
	text-decoration:none;
}
#newsWidget a:hover {
	text-decoration: underline;
}
/*  --- Gallery Top 10, Top 30 table possitioned--- */ 
#gallery-models {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-table;
}
#gallery-models li {
	display:block;
	margin:0 8px;
	background:none;
	padding:0px;
	float:left;
    width: 172px;
    height: 240px;
	font: normal 1em Helvetica,  Arial, sans-serif;
	text-align:left;
}
#gallery-models img {
/*#gallery-models .thumbs img {
*/	margin:0 0 6px 0;
}
#gallery-models li a.txt {
	color: #FF0066;
	padding: 1px 3px;
	text-decoration:none;
}
#gallery-models li a.txt:hover	{
	color: #FFFFFF;
	background:#FF0066;
	margin:2px 0 0 0;
	padding: 1px 3px;
	text-decoration:none;
}
* html #gallery-models li a {
	width: 100%;
}
/*  --- Model Profile gallery thumbnails table possitioned--- */ 
#profile-thumbn {
	list-style-type:none;
	margin:0 0 0 8px;
	padding:0;
	display:inline-table;
}
#profile-thumbn li {
	display:block;
	margin:0;
	background:none;
	padding:0px;
	float:left;
    width: 141px;
    height: 196px;
	font: normal 1em Helvetica,  Arial, sans-serif;
	text-align:left;
	background:url(../../images/bg-box-wh-profile-model-th.png) top left no-repeat;
}
#profile-thumbn img {
/*#gallery-models .thumbs img {
*/	margin:0 0 6px 0;
}
#profile-thumbn li:hover {
	background:url(../../images/bg-box-wh-profile-model-th-ov.png) top left no-repeat;
}

#profile-thumbn li a.txt {
	color: #FF0066;
	padding: 1px 3px;
	text-decoration:none;
}
#profile-thumbn li a.txt:hover	{
	color: #FFFFFF;
	background:#FF0066;
	margin:2px 0 0 0;
	padding: 1px 3px;
	text-decoration:none;
}
* html #profile-thumbn li a {
	width: 100%;
}

