/* @group Main Elements */

body {
	background: url(../images/main_background.jpg) no-repeat;
	background-color:#F8F8F8;
	margin: 0;
	padding:  0;
	text-align: center;
}

#container { 
	width: 980px;  /* this will create a container 80% of the browser width */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background-color: none;
	text-decoration: none;
	color: #00b3fd;
}

#main_content {
	float: left; 
	width: 732px; /* since this element is floated, a width must be given */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* top and bottom padding create visual space within this div  */
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#sidebar_magpreview {
	margin:0 0 0 75%;
	width: 234px; /* since this element is floated, a width must be given */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* top and bottom padding create visual space within this div  */
}


#sidebar_ad {
	margin:0 0 0 75%;
	width: 234px; /* since this element is floated, a width must be given */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* top and bottom padding create visual space within this div  */
}

#sidebar_content {
	margin:0 0 0 75%;
	width: 234px; /* since this element is floated, a width must be given */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* top and bottom padding create visual space within this div  */
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#footer { 
	padding-top:5px;
	background: #F8F8F8;
	font-family:Geneva, Arial, Helvetica, sans-serif;
} 


/* @end */


/* @group Misc Class for Reuse */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @end */


/* @group ePass Login */

.epass_padding {
	background-image:url(../images/header_02.jpg);
	background-repeat:no-repeat;
	padding-left: 3px;
}

.epass_word
{
	font: bold 0.65em "Lucida Grande" , Lucida, Verdana, sans-serif;
	color: #2e2e2e;
}

.epass_divider {
	color: #c1c1c1;
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 0;
}

.epass_links {
	font: bold 0.65em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #00b3fd;
}

.epass_form {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	font-size:0.9em;
	color:#333333;
}


/* @end */


/* @group Header Rules */


#header a{
	text-decoration: none;
	color: #00b3fd;
}

#header a:visited{
	text-decoration: underline;
	color: #00b3fd;
}

#header a:hover{
	text-decoration: underline;
	color: #fff;
	background-color: #00b3fd;
}

#header a:focus{
	text-decoration: underline;
	color: #fff;
	background-color: #00b3fd;
}

/* @end */

/* @group Footer Rules */

.footer_border {
	border-top:thin dotted #C0C0C0;
	border-bottom:thin dotted #C0C0C0;
	padding-top:10px;
	padding-bottom:10px;
}

#footer p {
	font-size:0.8em;
}

#footer a {
	text-decoration:none;
	color:#666666;
	font-size:0.7em;
}

#footer a:visited {
	text-decoration:none;
	color:#666666;
	font-size:0.7em;
}

#footer a:hover {
	text-decoration:underline;
	color:#CC0000;
	font-size:0.7em;
}

.footer_divider {
	font-size:1em;
	color:#999999;
}


.footer_divider2 {
	font-size:0.8em;
	color:#999999;
}

.footer_copyright {
	font-size:0.6em;
	color:#999999;
}

/* @end */



/* @group Hotbox Rules */

.hotbox_border {
	border-right:dashed #e6002e thick;
	border-left:dashed #e6002e;
}

/* @end */



/* @group Ad Banners */

.ad_padding {
	padding:1px;
}

.ad_border {
	border:#fff solid 2px;
}

/* @end */



/* @group New Trends */

.newtrend_padding {
	padding-top:10px;
}

.newtrend_word_padding {
	padding:2px; 
}

.newtrend_boy_padding {
	padding-top:5px; 
}

.newtrend_boy_border {
	border:solid #e6002e 2px;
}

.newtrend_boy_bottom_padding {
	padding-bottom:5px;
}

/* @end */




/* @group Main Content Rules */

#main_content a {
	text-decoration:none;
	color:#848484;
	font-size:0.7em;
}

#main_content a:visited {
	text-decoration:none;
	color:#333333;
	font-size:0.7em;
}

#main_content a:hover {
	text-decoration:underline;
	color:#e6002e;
	font-size:0.7em;
}



/* @end */




/* @group Lifestyle Rules */

.lifestyle_title_padding {
	padding-top:5px;
	width:103px;
}


/* @end */


/* @group Exclusive Rules */

.exclusive_title_padding {
	padding-top:10px;
}

.exc_content_bg {
	background-color:#FFFFFF;
}

.exc_dot05 {
	background-repeat:repeat-y;
	background-image:url(../images/exclusive/exclusive_05.jpg);
}

.exc_dot07 {
	background-repeat:repeat-y;
	background-image:url(../images/exclusive/exclusive_07.jpg);
}


/* @end */


/* @group Editor's Pick Rules */

.editor_title_padding {
	padding-top:10px;
}

.editor_content_padding {
	padding-top:5px;
}

.edit_content_bg {
	background-color:#FFFFFF;
}


/* @end */


/* @group Entertainme Rules */

.ent_title_padding {
	padding-top:10px;
}

.ent_content_padding {
	padding-top:5px;
}

.ent_content_bg {
	background-color:#FFFFFF;
}


/* @end */



/* @group Newsletter Rules */

.nletter_title_padding {
	padding-top:13px;
}

.nletter_redfont {
	font-size:0.65em;
	color:#e6002e;
}

.newsletter_word {
	color: #2e2e2e;
	font: bold 0.65em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.newsletter_form {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	font-size:0.9em;
	color:#333333;
}

/* @end */



/* @group Poll Rules */

.poll_title_padding {
	padding-top:10px;
	padding-bottom:10px;
}

.poll_font_question {
	color:#e6002e;
	padding:1px;
}

.poll_fontsize {
	font-size:0.75em;
}

.poll_font_answer {
	color:#333333;
	padding:1px;
}



/* @end */



/* @group Promo Rules */

.promo_title_padding {
	padding-top:10px;
}

.promo_title {
	font-size:0.7em;
	color:#e6002e;
}



.quicklinks_title {
	font-size:0.7em;
	color:#666666;
}

.promo_content {
	font-size:0.65em;
	color:#333333;
}

.promo_top_dash {
	border-top:dotted 1.5px #999999;
}

/* @end */


/* @group Sidebar Content Rules */

#sidebar_content a {
	text-decoration:none;
	font-size:0.7em;
	color:#e6002e;
}

#sidebar_content a:visited {
	text-decoration:none;
	font-size:0.7em;
	color:#e6002e;
}

#sidebar_content a:hover {
	text-decoration:underline;
	font-size:0.7em;
	color:#e6002e;
}


.greydashed_border {
	border-top:#999999 dashed 1px;
}

.pkmatch_padding {
	padding-top:4px;
	padding-bottom:4px;
}

/* @end */



