/*  
Theme Name: martin
Theme URI: http://www.pornstarsblog.org/
Description: The pornstarsblog WordPress theme based our pornstarsblog designs.
Version: 1.0
Author: martin
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	}

#headerimg 	{ 
	} 

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	display: inline;
	font-size: 10px;
	color: #EFEFEF;
	padding-right: 0.5em;
	text-transform: none;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
    color: #003366;
    font-size: 35px;
    text-decoration: none;
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #003366;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	padding: 0;
	margin: 0px auto;
	width: 100%;
	}

.narrowcolumn {
	padding: 0 0 5px 5px;
	margin: 0px 0 0 0;
	width: 800px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 800px;
	}

.post {
	padding: 0px 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin: 25px 50px 10px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.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;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



#cover {
	position: absolute;top:0;left:0;visibility:hidden;
	width:0px;
	height:0px;
	background-color: white;
	filter:alpha(opacity=65);
	opacity: 0.6;
	-moz-opacity:0.6;
	}

#info, #choose_cat, #new_cat {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #E2F1FC;
	}

#info, #choose_cat {
	padding: 10px;
	position: absolute;top:0;left:0;visibility:hidden;
	border: 1px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	max-width: 800px;
	z-index: 98;
	line-height: 1;
	}

#new_cat {
	border: none;
	margin-left: 25px;
	font-size: 12px;
	height: 23px;
	}

*>#new_cat {
	margin-left: 0px;
	height: 21px;
	}

#info img {
	vertical-align: middle;
	}

#choose_cat {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 220px;
	}

*>#choose_cat {
	width: 200px;
	}

#choose_cat h1 {
	color: black;
	}

.selectbox {
	height: 165px;
	height: auto;
	overflow: auto;
	border-left: 1px solid #B6CADA;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.selectbox ul {
	list-style: none;
	}

.selectbox li {
	background-image: url(http://img2.pichunter.com/gfx/fol.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	border-bottom: 1px dotted #B6CADA;
	line-height: 25px;
	text-indent: 25px;
	margin-bottom: 2px;
	cursor:pointer;cursor:hand;
	}

.hh1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #efefef;
	font-weight: bold;
	}

.men a {
	line-height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	display: inline;
	}

.men a:hover {
	text-decoration: underline;
	}

.menutable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
	color: #003366;
	}

.sbox {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #990000;
	color: #999999;
	}

.sform {
	clear: left;
	margin: 0;
	vertical-align: middle;
	}

.ph {
	font-family: Arial, Helvetica, sans-serif;
	}

.menutable2 {
	background: url(http://www.pornstarsblog.org/news/images/gr_bg.gif);
	background-color: #FAF9F7;
	}

.redtitle h1 {
	display: block;
	background-image: url(http://www.pornstarsblog.org/news/images/red.gif);
	height: 27px;
	width: 186px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:	italic;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	}

*>.redtitle h1 {
	width: 158px;
	height: 22;
	}

.title2 {
	font: 83%/1.4 arial, helvetica, sans-serif;
	margin: 0 0 0.2em 0;
	font-size: 21px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #4E463F;
	display: inline;
	}

.title2_old {
	font: normal 19px tahoma, sans-serif;
	letter-spacing: -0.02em;
	padding-left: 0.2em;
	text-decoration: underline;
	color: #758593;
	}

ul {
	list-style: url(none) none inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	list-style-position: outside;
	line-height: 2em;
	margin-left: 0;
	padding-left: 10px;
	text-indent: 0em;
	}

.let {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #003366;
	text-indent: 0em;
	}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	}

.tcell {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	}

.rlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	}

/* Page Numbers */
.pages {
    padding: 1em;
    margin: 1em 0;
    clear: both;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	}

.pages span {
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
	}

.pages a {
     padding: 0.2em 0.5em;
    margin-right: 0.1em;
    background: #ffffff;
    border: 1px solid #9AAFE5;
    text-decoration: none;
	}

.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
	}

.pages a:hover {
    border-color: #2E6AB1;
	}

.pages a.nextprev {
    font-weight: bold;
	}

.pages span.nextprev {
    color: #666;
	}

.pages span.nextprev {
	border: 1px solid #ddd;
	color: #999;
	}

.tag {
	background-image: url(http://www.pornstarsblog.org/news/images/tag1.gif);
	height: 26px;
	width: 133px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	}

.tag_e {
	background-image: url(http://www.pornstarsblog.org/news/images/tag2.gif);
	height: 26px;
	width: 133px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
	}

.tag_eu {
	background-image: url(http://www.pornstarsblog.org/news/images/tag1u.gif);
	height: 26px;
	width: 133px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
	}

.tabl1 {
	height: 26px;
	}

.thumbnails td {
	background: #ddddee;
	border: 1px solid #758593;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	height: 140px;
	}

.thumbnails td p {
	margin-top: 0px;
	padding-top: 10px;
	display: block;
	}

*>thumbnails td p {
	padding-top: 15px;
	}

.thumbnails img {
	border: 0px;
	border: 1px solid black;
	}

#ToolTip {
	position:absolute;
	top:0;left:0;
	background:#FFFFD7;
	border: 1px dotted #800000;
	visibility:hidden;
	color:black;
	font-family:verdana;
	font-size:11;
	padding: 5px;
	z-index: 100;
	}

.totext {
	float:right;
	display: inline;
}

/** html #index, * html .photobox {margin-right:10px; height:1%}  End hide from IE5/mac */ 

#Report {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 160px;
	width: 120px;
	border: 1px solid #800000;
	border-bottom: 1px solid #400000;
	border-right: 1px solid #400000;
	background:#FFFFD7;
	position:absolute;
	top:0;left:0;
	visibility: hidden;
	}

#Report .head {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	display: block;
	background-color: #CD0D0D;
	font-size: 11px;
	font-weight: bold;
	color: white;	
	padding: 3px;
	letter-spacing: 0.6px;
	text-align: right;
	}

#Report a {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	text-decoration: none;
	color:#000000;
	}

#Report a:hover {
	background-color:#CD0D0D;
	color:white;
	}

#LogIn,#LogIn p, #LogIn input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#LogIn {
	width: 219px;
	border: 1px solid #878D92;
	border-top: 1px solid  #E2F1FC;
	background:#E2F1FC;
	position:absolute;
	top: 59px;
	right: 200px;
	z-index: 99;
	visibility: hidden;
	}

#LogIn p input {
	font-size: 12px;
	}

#LogIn p {
	margin-right: 10px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#LogIn .down {
	background-color: #B6CADA;
	text-align: center;
	padding: 5px;
	color: #0033bb;	
	text-decoration: underline;
	}

#LogIn box {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 2em;
	}

#msgb_tx, #msgb_bg {
	height: 40px;
	width: 785px;
	position: absolute;
	top: 75px;
	left: 14px;
	visibility: hidden;
	opacity: .9;
	}

#msgb_tx {
	z-index: 99;
	overflow: hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #ffffff;
	text-align: center;
	font-style: normal;
	vertical-align: middle;
	padding-top: 5px;	
	}

#msgb_tx a {
	color: white;
	}

#msgb_bg {
	background-color: #5Ea9cD;
	z-index: 98;
	border: 1px solid black;
}


.title2
{
	font: 83%/1.4 arial, helvetica, sans-serif;
	margin: 0 0 0.2em 0;
	font-size: 21px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #4E463F;
	color: #C01A18;
	display: inline;
}

/* =========================================================================================== */
/* HEADER */
/* =========================================================================================== */
#header
{
	background: #000;
	height: 44px;
}

.logo
{
float: left;
margin-left: 20px;
}

h1
{
	color:#000;
	font-size:22px;
	
}


#header_menu, #header_submenu
{
font-family: "Verdana";
font-size: 12px;
}

#header_menu
{
line-height: 29px;
height: 29px;
background: #fff url(images/red_bg.gif) repeat-x;
border-top:1px solid white;
color: black;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}

#header_menu a
{
color: black;
}

#header_menu a:hover
{
color: navy;
text-decoration: none;
}

.nav
{
margin: 0pt auto;
width: 980px;
text-align: left;
}

ul.nav
{
list-style-image: none;
list-style-position: outside;
list-stype-type: none;
}

.nav li
{
float: left;
font-wieght: bold;
text-transform: uppercase;
line-height: 29px;
margin-right: 20px;
}

#header_submenu
{
border-top:1px solid #666;
border-bottom:1px solid #999;
height: 27px;
line-height: 25px;
padding-left: 40px;
font-size: 12px;
background-color: #6f686c;
color: white;
text-align: center;
padding-right: 50px;
}

#header_submenu a
{
color: white;
text-decoration: none;
}
#header_submenu b
{
color:#ffffa0;
}

#header_submenu .nav li
{
margin-top:3px;
line-height: 17px;
font-size: 10px;
padding: 0px 10px;
font-weight: normal;
background-color: #fff;
border:1px solid #000;
border-top:1px solid #999;
border-left:1px solid #999;
font-weight: bold;
font-family: "Verdana","Arial";
background:#FFFFFF url(http://www.pornstarsblog.org/news/images/textfield-bg.gif) repeat-x scroll 0pt 0px;
}
#header_submenu .nav li a
{
color: #555;
}

#header_submenu .nav li a:hover
{
color: #999;
}

h2
{
	font: 83%/1.4 arial, helvetica, sans-serif;
	margin: 0 0 0.2em 0;
	font-size: 21px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #C01A18;
}

h2 a
{
color: #C01A18;
}

.post img
{
border:1px solid black;
}