/*	02138 Magazine: screen master
	-----------------------------
	Author:		Ethan Marcotte (http://vertua.com/)
	Version:	060404
	Copyright:	(c) 2006 Airbag Industries until the contract is complete.  All rights reserved.
*/


/*-  Core, hack-free design
----------------------------------------------------------------------*/
@import url("core.css");

.dottedtopline
{
	border-top: none;
	background-image: url("../images/dots-horizontal.gif");
	background-repeat: repeat-x;
}
.dottedbottomline
{
	border-bottom: none;
	background-image: url("../images/dots-horizontal.gif");
	background-repeat: repeat-x;
	background-position: 0 bottom;
    padding-bottom: 10px;
}





/*-  Thirdfloor
----------------------------------------------------------------------*/
h1 em { text-transform: none; }

form#comment-form input#txt-subject
{
	width: 100%;
	border: 1px solid #7C7C7C;
	border-color: #7C7C7C #C4C4C4 #DEDEDE;
}

img.inlinecenter
{
	display: block;
	margin-right: auto;
	margin-left: auto;
} /*CENTER justify images*/
img.inlineleft { float:left;margin:0px 10px 0px 0px; }    /*LEFT justify images*/
img.inlineright { float:right;margin:0px 0px 0px 10px; }  /*RIGHT justify images*/

img.issue_thumbnail { float:right;margin:0px 0px 0px 10px; } /*RIGHT justify thumbnails*/
img.issue_thumbnail { float:left;margin:0px 10px 0px 0px; } /*  LEFT justify thumbnails*/

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


/*CAPTIONED IMAGE BLOCKS*/
div.inline_captioned { margin:0px 10px 20px 0px; }
div.inlinecenter_captioned
{
	display: block;
	margin:0px auto 20px auto;
	text-align: center;
}
div.inlineleft_captioned { float:left;margin:0px 10px 20px 0px; }
div.inlineright_captioned { float:right;margin:0px 0px 20px 10px; }

div.inline_captioned img, 
div.inlinecenter_captioned img, 
div.inlineleft_captioned img, 
div.inlineright_captioned img
{
}
div.inline_captioned span.subtext,
div.inlinecenter_captioned span.subtext,
div.inlineleft_captioned span.subtext,
div.inlineright_captioned span.subtext
{
	padding:0;
	margin:0;
	display: block;
	width: 300px;
	position: relative;
	background-color: #F8F8F8;
}
div.inline_captioned span.credits,
div.inlinecenter_captioned span.credits,
div.inlineleft_captioned span.credits,
div.inlineright_captioned span.credits
{
	margin:0 2px;
	padding:0 2px;
	display: block;
	width: 292px;
	text-align: right;
	color: #999999;
	font-family: arial;
	font-size: 0.8em;
}
div.inline_captioned span.captions,
div.inlinecenter_captioned span.captions,
div.inlineleft_captioned span.captions,
div.inlineright_captioned span.captions
{
	margin: 0 2px;
	padding: 0 2px;
	display: block;
	width: 292px;
	text-align: left;
	color: #333;
	font-family: arial;
	font-size: 0.9em;
	line-height: 1.2em;
}
div.inline_captioned span.clearboth, 
div.inlinecenter_captioned span.clearboth, 
div.inlineleft_captioned span.clearboth, 
div.inlineright_captioned span.clearboth 
{ clear:both; }





.block dl.review dt img {
	margin-right: 0px;
}

body.BlogGroup_blogpub_index .block dl.review dt img {
	margin-right: 4px;
}


.block dl.review dd {
	padding-left: 100px;
}
table.ledger thead th.cover
{
    width: 71px;
	padding-left:20px;
}
dl.tell-all dd.homepage
{
    margin-left:110px;
}
a.morelink
{
	text-align: center;
    margin:-8px 0 5px 0;
    padding:0;
    display:block;
}
body.WebPub_search a.morelink
{
    padding-top:5px;
}
body.WebPub_people a.morelink
{
    padding-top:5px;
}
p.more {
	text-align: right;
	padding:0;
	margin:0;
}
/*
a.morelink
{
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	position: absolute;
	font-size: 95%;
	font-style: italic;
}
dl.tell-all dd.homepage a.morelink
{
    margin-top:2px;
}
*/
dd.tellallteaser
{
    padding-bottom:1px;
}


/* Home Page */




/* Search Page */
div.search_teasers
{
    margin:0px 0px 20px 40px;
}
div.search_teasers p
{
    margin:0px 0px 3px 0px;
    padding:0;
}
dd.blog_timestamp
{
    font-size:90%;
    color:#444;
}
div.search_teasers span.web_address
{
    font-size:90%;
}

p.datebyline
{
	font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
span.blogdate {
	float:left;
}
span.blogbyline {
	float:right;
}
span.blogbyline a {
	font-weight: normal;
}



h6.blogsubtitle
{
    font-family: "Times New Roman",Times,Georgia,serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1.2em;
    line-height: normal;
    letter-spacing: 1px;
    margin: 0pt;
    padding: 0px;
    text-transform: uppercase;
}

body.BlogPub_blog_send div.success_message
{
    background:#FEE;
    padding:1px 8px;
}
p.warning_bold
{
    background:#FEE;
    padding:1px 8px;
}




/* Comment form */
#comment-form {
	padding-top: 25px;
	margin: 0 0 0  25px;
	width: 415px;
}


.warning_message
{
    color:red;
    text-align:center;
    background:#FEE;
    padding:1px 8px;
    
}
table#profilesummary 
{
    width:100%;
}
table#profilesummary td
{
    background-color:#EEE;
    padding:3px 20px 3px 5px;
}

table#homepagelayout td.hpcolumn
{
    padding:0;
}
table#homepagelayout td.hpcolumn div.content
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
table#homepagelayout td.hpcolumn h4
{
	font: normal 1.2em "Times New Roman", Times, Georgia, serif;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 16px 0 0px 0;
	text-transform: uppercase;
	text-align: center;
}
table#homepagelayout td.hpcolumn h5 {
	font: normal 1.2em "Times New Roman", Times, Georgia, serif;
	font-size: 1.9em;
	line-height: 1.1;
	font-weight: normal;
	margin: 16px 0 0 0 ;
	padding: 0;
	text-align: center;
}

table#homepagelayout td.hpcolumn h5 a {
	font-weight: normal;
}






table#homepagelayout td.hpcolumn p.comments {
	text-align: right;padding:0;margin:0;
}

a.sectionLink
{
	color: black;
	font-weight: normal;
	font-family: 'Times New Roman',Times,Georgia,serif;
	margin-top: 10px;
	xfont-size: 1.2em;
}

td.leftside h3, td.rightside h3
{
	font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: times;
}