/*  STUDIOSPRO.COM  */


* {
	padding: 0px;
	margin: 0px;
	line-height: 100%;
	
}

html {
   height: 100%;
}	

body {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, "Lucida Grande", Sans-Serif;
	font-size: 62.5%;
	color: #333333;
	/*background: #fff url(../images/body_bg.jpg) repeat-x top left;*/
	background: #000;
}


h1{
	background: #fff url(images/footer_top.gif) bottom repeat-x;
	font: bold 18px Arial, Verdana, Helvetica, sans-serif; 
	margin:0;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #EC008C;
	margin-top: -25px;
	margin-bottom: 13px;
	letter-spacing: -1px;
}


h2, h2 a:link, h2 a:visited {
	color: #00AEEF;
	text-transform: uppercase;
	font: bold 9px Verdana, Helvetica, Arial, sans-serif; 
	margin-bottom: .6em;
}

h2 a:hover{
	color: #000;
}

h2.bullet {
	background: #fff url(images/bullet.gif) left no-repeat;
	padding-left: 15px;
	margin-bottom: 15px;
}

h3 {
	color: #999;
	font: bold 13px Helvetica, Verdana, Arial, sans-serif; 
	margin-top: 20px;
	padding-bottom: 13px;
	background: #fff url(images/footer_top.gif) bottom repeat-x;
	text-transform: uppercase;
}

h4 {
	margin-bottom: 1em;
	padding-bottom: 2em;
	border-bottom: 1px #a0a0a0 solid!important;
}

h5 {
	color: #000;
	text-transform: uppercase;
	font: bold 10px Verdana, Helvetica, Arial, sans-serif; 
	margin-bottom: 10px;
	margin-top: 10px;
}

h5 a:link, h5 a:visited {
	color: #000;
	text-transform: uppercase;
	font: bold 14px Verdana, Helvetica, Arial, sans-serif; 
	margin-bottom: 10px;
	margin-top: 10px;
}

h5 a:hover {
	color: #00AEEF;
	text-decoration: none!important;
}

ul {
	list-style-type: none;
}

a img {
	border: none;
}

p {
	line-height: 140%;
	text-align: left;
	font-size: 1.1em;
}

hr {
	border: none;
	background-color: #cccccc;
	height: 1px;
	margin-top: 1em;
}

a:link, a:visited {
	color: #878787;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


/****************************/
/****** STRUCTURE // ******/
/****************************/

div#container {
	margin: 0 auto;
	width: 920px;
	padding: 20px 30px 0 20px;
	background: #fff;
}	

div#header {
	width: 920px;
	
	}

* html #header {
	margin-top: -10px!important;
}

div#left-col {
	width: 295px;
	margin-right:17px;
	float: left;
	margin-top: 2em;
	padding-top: 2.3em;
}	

div#center-col {
	width: 295px;
	margin-right:17px;
	float: left;
	margin-top: 2em;
	padding-top: 2.3em;
	
}	

div#right-col {
	width: 295px;
	margin-right:0!important;
	float: right;
	margin-top: 2em;
	padding-top: 2.3em;
}	

div#sec-left-col {
	width: 420px;
	margin-right:20px;
	float: left;
	margin-top: 2em;
	padding-top: 2.3em;
}	

div#sec-center-col {
	width: 160px;
	margin-right:14px;
	float: left;
	margin-top: 2em;
	padding-top: 2.3em;
	
}	

div#ter-right-col {
	width: 295px;
	margin-right:0!important;
	float: right;
	margin-top: 2em;
	padding-top: 2.3em;
}	

div#ter-left-col {
	width: 420px;
	margin-right:20px;
	float: left;
	margin-top: 2em;
	padding-top: 2.3em;
}	

div#ter-center-col {
	width: 580px;
	margin-right:14px;
	float: left;
	margin-top: 2em;
	padding-top: 2.3em;
	
}	

div#sec-right-col {
	width: 295px;
	margin-right:0!important;
	float: right;
	margin-top: 2em;
	padding-top: 2.3em;
}

* html #center-col, * html #right-col, * html #left-col {
	width: 290px!important;
}

div#footer {
	padding: 2em 0 2em 0;
	text-align: right;
	clear: both;
	margin-top: 30px;
	background: #fff url(images/footer_top.gif) top repeat-x;
	
}	



/*************************************/
/****** NAVIGATION  // ************/
/************************************/


div#navigation {
    background: #fff url(../images/nav_bg.gif) top repeat-x;
    position: relative;
    height: 45px;
    z-index: 1;
	border: 1px solid #ccc; 
	width:920px;
	margin-top: 15px;
	
}

* html #navigation {
	margin-top: -15px!important;
}

div#navigation ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

div#navigation li {
    float: left;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
	
}

div#navigation ul span, div#navigation ul a:link, div#navigation ul a:visited {
    display: block;
    /*float: left;*/
    padding: 15px 16px;
    text-decoration: none;
    color: #808080;
    height: 15px;
}

div#navigation ul ul a:link, div#navigation ul ul a:visited {
	background: #000;
}


div#navigation ul li span,
div#navigation ul li a.active,
div#navigation ul li a:hover,
div#navigation ul li a:focus {
    background: #fff url(../images/nav_active_bg.gif) top repeat-x;
    color: #fff!important;
    text-decoration: none;
}


div#navigation ul ul a:hover {
	background: #000;
	color: #fff;
}

#nav, 
#nav ul {
	padding:0 0 5px 0; 
	margin:0; 
	list-style:none; 	
	background: transparent; 
	position:relative; 
	z-index:200; 
}

#nav {height:25px; padding:0;}
#nav table {border-collapse:collapse;}
#nav li {float:left; padding:0 20px 0 10px;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {
	display:block; 
	float:left; 
	border-right: 1px solid #ccc;  
	font: bold 13px Helvetica, Arial, Verdana, sans-serif; 
	padding: 15px 16px;
    color: #808080;
    height: 16px; 
	text-decoration:none; 
	white-space:nowrap;
}

* html #nav li a {
	height: 17px!important;
}
	
#nav li li a {height:15px; width: 160px;line-height:15px; float:none; border:none;}

#nav li:hover {position:relative; z-index:300; }
#nav a:hover {position:relative; z-index:300; text-decoration:underline; color:#000;}

#nav :hover ul {left:0; top:45px;}
/* another hack for IE5.5 and IE6 */
* html #nav :hover ul {left:0; top:47px!important;}
/* and another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}

#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}

#nav li:hover > a {text-decoration:underline; color:#000;}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}


/*****************************/
/******** LITTLE GUYS *******/
/*****************************/

div.previous-post {
	width: 138px;
	float: left;
	margin-bottom: 20px;
	margin-left: 6px;
	min-height: 187px;
	margin-top: 0;
	padding-top:0;
	overflow: hidden;
}

* html .previous-post {
	width: 138px!important;
	margin-left: 4px!important;
	height: 200px!important;
}

div.previous-post img {
	margin-bottom: 10px;
}
div.previous-post p {
	width: 138px;
}

div.header_links_right {
	float: right;
	margin-top: 92px;
}

div.privacy-links {
	float: right;
	margin-top: 12px;
	font-size: 11px;
	font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, "Lucida Grande", Sans-Serif;
	
}

div.contact-links {
	float:right; 
	font: bold 11px Helvetica, Arial, Verdana, sans-serif; 
	color: #808080;
    text-decoration:none; 
	white-space:nowrap;
	position: relative;
	z-index: 80;
	top:24px;
	right: 20px;
}	

div.contact-links a.active {
	
	color: #000;
  
}	


.date {
	margin-top:-10px!important;
	
}

* html .contact-links {
	top: 17px!important;
}	

.external-links  img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	
}

.external-links  img:hover {
	border: 1px solid #00AEEF;
}

div.contact-links a:focus {
	color: #EC008C;
}


div.copyright {
	margin-left: 0;
	margin-top:11px;
	float: left;
	font-size: 11px;
	font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, "Lucida Grande", Sans-Serif;
	color: #808080;
}

.ie_mrg_right {
	margin-right: 10px!important;
	float: left;
}

div#sec-left-col p {
	padding-right: 15px;
	font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-bottom: 15px;
}

div#center-col a:hover {
	text-decoration: none!important;
}

/**************************/
/****** LITTLE FRIENDS ******/
/**************************/



.clear {
	height: 0px;
	clear: both;
	line-height: 0px;
}

.clear_lf {
	clear: left;
	margin-top:10px;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}	

.nodisp {
	line-height: 0px;
	display: none;
}

.littleguy {
	clear: both;
	margin-top: 10px;
}	

.rule {
	height: 4px;
	background: #fff url(images/footer_top.gif) top repeat-x;
	display: block;
	margin: 10px 0;
	
}

.prevandnext {
	text-align: right;
	text-transform: uppercase;
}	


.prev {
	background: #fff url(images/bullet_left.gif) left no-repeat;
	padding-left: 15px;
}

.next {
	background: #fff url(images/bullet.gif) right no-repeat;
	padding-right: 15px;
}

.bar {
	color: #EC008C;
	margin-left: 10px;
	margin-right: 10px;
	
}

.sec_header {
	
	padding-top: 15px;
	clear: both;
}	

.mrg-top {
	margin-top:25px;
}

.bullet {
	background: #fff url(images/bullet.gif) left no-repeat;
	padding-left: 15px;
}

.friendoftheweek {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mrg_right {
	margin-right: 15px;
}

.footer-blck {
	display: block;
	height: 10px!important;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	
}

.post_img {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
}	

.mrg-bottom {
	margin-top: 35px;
}

.read_more_tv {

}

.read_more_tv a:link, .read_more_tv a:visited {
	
	width: 285px;
	padding-top:10px;
	color: #fff;
	padding-bottom: 10px;
	padding-left: 10px;
	background: #444;
	display: block;
	margin-top: 10px;
}

.read_more_tv a:hover {
	color: #EC008C;
	text-decoration: none;
	background: #000;
}



/**************************/
/******** COMMENTS ********/
/**************************/

.entry form {
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	
/**************************/
/******** SEARCH*********/
/**************************/
	

input.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EC008C;
	padding: 5px;
	background: #EFEFEF;
	border: 1px solid #ccc;
	/*border-top: 1px solid #969696;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #969696;*/
	font-size: 12px;
}

input.field:focus, textarea:focus {
	background: #ffffff;
}

#search {
	background: none;
	border: none;
	padding: 5px;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	cursor: pointer;
}


#search:hover {
	background: #000;
	color: #fff;
	border: none;
}

#search:focus{
	background: #EC008C;
	color: #fff;
	border: none;
}

#rss {
	background: #fff url(images/rss.gif) left no-repeat;
	border: none;
	padding-left: 22px;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	margin-right: 16px;
}

.ad_head {
	font-weight: bold;
	color: #333;
}

.adHeadline {font: bold 11px Arial, Helvetica, sans-serif; color: #5A5A5A; margin-top: 20px;margin-bottom: 10px;}
.adText {font: normal 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #999; margin-bottom: 10px;}

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.pictureHolder .top .left { background: #fff; } /* Top left corner */
	div.pictureHolder .top .middle { background: #fff; } /* Top pattern/color */
	div.pictureHolder .top .right { background: #fff; } /* Top right corner */
	
	div.pictureHolder .content { background-color: #fff; } /* Content background */
	div.pictureHolder .content a.next:hover { background: url(images/prettyPhoto/btnNext.gif) center right no-repeat; cursor: pointer; } /* Next button */
	div.pictureHolder .content a.previous:hover { background: url(images/prettyPhoto/btnPrevious.gif) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pictureHolder .content a.close { width: 61px; height: 22px; background: url(images/prettyPhoto/btnClose.gif) center left no-repeat; cursor: pointer; } /* Close button */
	
	div.pictureHolder .bottom .left { background: #fff; } /* Bottom left corner */
	div.pictureHolder .bottom .middle { background: #fff; } /* Bottom pattern/color */
	div.pictureHolder .bottom .right { background: #fff; } /* Bottom right corner */
	
	div.pictureHolder .loaderIcon { background: url(images/prettyPhoto/loader.gif) top left no-repeat; } /* Loader icon */

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pictureHolder {
		position: absolute; z-index: 10000;
		width: 100px;
	}
		
		div.pictureHolder .top {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .top { padding: 0 20px; }
		
			div.pictureHolder .top .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .top .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .top .middle { position: static; }
			
			div.pictureHolder .top .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .content {
			position: relative;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pictureHolder .content .details {
				display: none;
				margin: 10px 15px 0 20px;
			}
				div.pictureHolder .content .details p { float: left; clear: left; margin: 0; }
		
		div.pictureHolder .content div.hoverContainer {
			position: absolute; z-index: 2000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pictureHolder .content a.next {
			position: relative; z-index: 2000;
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(images/en/buttons/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
		}	
			
		div.pictureHolder .content a.previous {
			cursor: pointer;
			display: block;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(images/en/buttons/btnPrevious.gif) -10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */ 
		}
			
		div.pictureHolder .content a.close {
			float: right;
			display: block;
			text-indent: -10000px;
		}
		
		div.pictureHolder .bottom {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .bottom { padding: 0 20px; }
			
			div.pictureHolder .bottom .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .bottom .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .bottom .middle { position: static; }
				
			div.pictureHolder .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -16px 0 0 -16px;
			width: 32px; height: 32px;
		}
		
		div.pictureHolder #fullResImageContainer { width: 100%; text-align: center; }
		
		div.pictureHolder .description {
			font-size: 13px!important;
			font-weight: bold;
			margin-bottom: 10px;
			
		}
		
		div.pictureHolder .currentText {
			padding-top: 10px;
			font:12px;
			color: #00AEEF;
			font-weight: bold;
		}
		
		div.pictureHolder .currentTextHolder {
			padding-top: 10px;
		}
