/* reset */
html, body, div, span, object,  h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img,
q, dl, dt, dd, ol, li, form, label, table,
caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  border:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  font-family:inherit;
  vertical-align:baseline;
}
ul {	
  padding:0;
  border:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  font-family:inherit;
  vertical-align:baseline;
}

table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Consolidated Body*/
body, html {
    text-align:center;  /*IE Centering*/
    background:#99a2a8 url(images/long-bg-strip2.png) top left repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0;
	padding:0;
	height:100%;
}
    
a {
	text-decoration:none;
	color:inherit;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end clearfix */

/* Header */

#header {
	width:950px;
	height:/*83*/77px;
	padding:15px 10px 0px 10px;
    /*background-color:Green; */
}
.slash_img
{
    float:left;
    margin-left:10px;
}
.header_titles
{
    color:White;
    float:left;
    margin-top:30px;
    margin-left:-10px;
    font-size:10px;
}
.login_list
{
    margin-left:11px;
    float:left;
    font-size:11px;
    text-align:left;
}
#mainNavContainer {
	width:950px;
	float:left;
	margin:-10px 0px -5px 0px;
	text-transform:uppercase; 
    font-weight:400; 
    background:url(images/bg-mainNav-strip.gif) left repeat-x;			
}
#mainNav {
	float:left;
	/*PBR - 12.10.2008: Modified to add a new tab in the main menu*/
	/*padding:0px 15px 0px 15px;*/
	padding:0px 10px 0px 15px;
}
#mainNav a{
	color:White;
	text-decoration:none;
	font-size:10px;
	float:left;
	/*PBR - 12.10.2008: Modified to add a new tab in the main menu*/
	/*padding:0px 14px 0px 14px;*/
	padding:0px 12px 0px 12px;
}
#mainNav a:hover {
	background:url(images/navRollover.gif) left repeat-x;
	cursor:pointer;
	color:White;
}
#mainNav a:hover b{
	color:White;
}

#mainNav ul { list-style-type:none; }

.activeLink
{
    color:#f8981e;
    font-weight: normal;
}
#subnavsection 
{
	width:950px;
    margin-left: 10px;
}
#subNav {
    width:950px;
    height:20px;
}
ul#subNavLinks {
    list-style:none;
    color:#FFFFFF;
    font-size:10px;
    margin:5px 0px 10px 10px;
}
ul#subNavLinks li {
	display:inline;
	margin:0px 5px 0px 5px;
}	
ul#subNavLinks li a:link, ul#subNavLinks li a:visited {
    color:#FFFFFF;
} 
ul#subNavLinks li a:hover, ul#subNavLinks li a:active {
    color:#f8981e;
}    
		
#breadcrumbs{
    width:960px;
    text-align:right;
    margin: -5px 15px 0px 0px;
    color:#FFFFFF;
    font-size:9px;
    font-weight: 300;
    text-transform:uppercase;    
}		
#breadcrumbs ul{
    list-style:none;
}
#breadcrumbs ul li {
    display:inline;
    color:#FFFFFF;
    font-size:9px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
    color:#5f7783;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
    color:#FFFFFF;
}

.breadcrumbs{
    width:960px;
    text-align:right;
    margin: -5px 15px 0px 0px;
    color:#FFFFFF;
    font-size:9px;
    font-weight: 300;
    text-transform:uppercase;    
}		
.breadcrumbs ul{
    list-style:none;
}
.breadcrumbs ul li {
    display:inline;
    color:#FFFFFF;
    font-size:9px;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
    color:#5f7783;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
    color:#FFFFFF;
}

#rightOptions {
	width:200px;
	height:/*80px*/ 60px;
	float:right;
	text-align:right;
}

ul#login_list {
	list-style:none;
	color:#FFFFFF;
	margin: 0 0 3px 0;
	text-transform:uppercase;
    width:200px;
}
ul#login_list li {
	display:inline;
}
ul#login_list li a {
	color:#FFFFFF;
	text-decoration:none;
}
/* search options */

div#searchBox {
	width:200px;
	height:20px;
	background-color:#49565d;
	font-size:10px;
	font-weight:bold;
	position:relative;
	color:#69767e;
	float:right;
}

div#searchBox1 {
	width:200px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	position:relative;
	color:#69767e;
	top:1px;
	float:right;
}

/*
#searchBox input {
	background-color:#69767e;
	color:#DDDDDD;
	font-size:10px;
	border:none;
	width:113px;
	height:12px;
	position:absolute;
	top:-17px;
	left:3px;
	padding-left:5px;
	margin-top:20px;
}
#searchBox a {
	position:absolute;
	top:5px;
	right:5px;
	font-size:9px;
	font-weight:bold;
}
*/
/*PBR Search Site Classes*/
.searchBoxinput {
	background-color:#69767e;
	color:#DDDDDD;
	font-size:10px;
	border:none;
	width:133px;
	height:12px;
	position:absolute;
	top:-17px;
	left:3px;
	padding-left:5px;
	margin-top:20px;
}

.searchSiteBtn {
	position:absolute;
    cursor:pointer;
	top:3px;
	right:5px;
	font-size:9px;
	font-weight:bold;
	width: 48px;
    border: none 0px;
    color:  #8a969d;
    background-color: #49565d;
}

/* END PBR Search Site Classes*/
#searchBox a:hover {
	color:#89939a;
}
.sound{
	float:left;
	width:100px;
	margin-top:0px;
}
/* End Header */

/* Content */

/* Generics */
#wrapper {
	width:970px;
	height:auto;
	margin:0 auto;
	text-align:left; 
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.marginLeft {
	margin-left:10px;
}
.padding{
	padding-left:25px;
}
.magenta {
	color:#9e1d85;
}

.orange {
	color:#f8981e;
}

.rightAlign {
	text-align:right;
}

/* End Generics */

/* Home */

#mid-column, #right-column {
	float:left;
}
#left-column {
	width:300px;
	height:621px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

div.featured_content
{
    width:298px;
	height:69px;
	margin-bottom:10px;
	border:solid 1px #5e6d72;
}

div#featured1 {
	background:url(images/bg-featured1-strip.png) top repeat-y;
}
div#featured2 {
	background:url(images/bg-featured2-strip.png) top repeat-y;
}
div#featured3 {
	background:url(images/bg-featured3-strip.png) top repeat-y;
}
div#featured4 {
	background:url(images/bg-featured4-strip.png) top repeat-y;
}
div#featured5 {
	background:url(images/bg-featured5-strip.png) top repeat-y;
}
div#featured6 {
	background:url(images/bg-featured6-strip.png) top repeat-y;
}

div#warmup1 {
	background:url(images/bg-featured1-strip.png) top repeat-y;
}
div#warmup2 {
	background:url(images/bg-featured2-strip.png) top repeat-y;
}
div#warmup3 {
	background:url(images/bg-featured3-strip.png) top repeat-y;
}
div#warmup4 {
	background:url(images/bg-featured4-strip.png) top repeat-y;
}
div#warmup5 {
	background:url(images/bg-featured5-strip.png) top repeat-y;
}
div#warmup6 {
	background:url(images/bg-featured6-strip.png) top repeat-y;
}

div.featured_content img.bordered {
	margin:3px;
	float:left;
	border:solid 1px #5e6d72;
}
div.featured_content img  {
	margin:13px 0px 0px 10px;
	float:left;
}
.featured_right {
	float:right;
	width:60%;
}
.green_featured_title
{
    margin-top:3px;
    font-weight:400;
	font-size:smaller;
	color:#b7cf2e;
}
.green_featured_title a
{
	color:#b7cf2e;
}
.white_featured_title
{
    margin-top:3px;
    font-weight:400;
	font-size:smaller;
	color:#b7cf2e;
}
.white_featured_title a
{
	color:White;
}
#feature_subtitle 
{
    color:#f8981e;
    font-size:10px;
	margin:-3px 0px -1px 0px;
}
#feature_subtitle a
{
    color:#f8981e;
}

#warmup_subtitle 
{
    color:#f8981e;
    font-size:10px;
	margin:-3px 0px -1px 0px;
}
#warmup_subtitle a
{
    color:#f8981e;
}

/* PBR - 12.11.2008: Featured Stories Tab in Default Page*/
#featuredstories_subtitle 
{
    color:#f8981e;
    font-size:10px;
	margin:-3px 0px -1px 0px;
}
#featuredstories_subtitle a
{
    color:#f8981e;
}
/* END PBR - 12.11.2008: Featured Stories Tab in Default Page*/

.magenta_featured_title
{
    margin-top:3px;
    font-weight:400;
	font-size:smaller;
	color:#9e1d85;
}
.magenta_featured_title a
{
	color:#9e1d85;
}
.teal_featured_title
{
    margin-top:3px;
    font-weight:400;
	font-size:smaller;
	color:#1fa2ca;
}
.teal_featured_title a
{
	color:#1fa2ca;
}
.lightblue_featured_title
{
    margin-top:3px;
    font-weight:400;
	font-size:smaller;
	color:#94abf7;
}
.lightblue_featured_title a
{
	color:#94abf7;
}

.orange_featured_title
{
    margin-top:3px;
    font-weight:400;
	font-size:smaller;
	color:#f8981e;
}
.orange_featured_title a
{
	color:#f8981e;
}

div.featured_text {
	font-size:10px;
	color:#FFFFFF;
	line-height:1.1;
	width:160px;
}
div.featured_text a, div.featured_text3 a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}
div.featured_text a:hover, div.featured_text3 a:hover {
	text-decoration:underline !important;
}
#blurb_text{
    margin-top:-10px;
    margin-right:10px;
    height:90px;
    overflow:hidden;
    float:right;
    width:130px;
}
div.featured_text2 {
	font-size:10px;
	color:#FFFFFF;
	/*line-height:1.2;*/
	/*margin-top:30px;*/
	/*margin-left:3px;*/
    width: 130px;
    height: 100px;
}
div.featured_text2 span
{
    color:#f8981e;
}

div.featured_text3 {
	font-size:10px;
	color:#FFFFFF;
	line-height:1.1;
	margin-left:10px;
	margin-right:10px;
}
div.featured_text4 {
	font-size:10px;
	color:#FFFFFF;
	line-height:1.2;
	margin-left:10px;
	
}
div#subscribe {
	margin:-3px 0px 5px 10px;
	float:left;
	font-size:10px;
	color:#FFFFFF;
	line-height:1.3;
}

.mediumDiv {
	width:298px;
	height:113px;
	border:solid 1px #5e6d72;
	position:relative;
}

#mid-column {
	width:330px;
	height:621px;
	margin:20px 10px 0px 0px;
	position:relative;
}
.video_cont{
	width:329px;
	height:231px;
	border:solid 1px #5e6d72;
	background:url(images/bg-lrgdiv-strip.png) top repeat-y;
	position:relative;
	margin-bottom:10px;
}
.main_video_img
{
    float:left;
    margin:20px 7px 0px 10px;
}

#contest_div {
	/*background:url(images/contest.jpg) no-repeat;*/
	position:relative;
	width:329px;
	height:231px;
	border:solid 1px #5e6d72;
	margin-bottom:10px;
}
.lowerCorner {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:5;
}
.details {
	font-size:9px;
	float:left;
	margin-top:5px;
	color:#f8981e;
}
.details span, .details span a
{
    color:White;
}
.arrow
{
    float:left;
    margin-left:7px;
    margin-top:5px;
}
#mediaKit {
	background:url(images/mediakit.gif) no-repeat;
	position:relative;
	width:329px;
	height:113px;
	border:solid 1px #5e6d72;
}
.quoteBoxImg
{
    margin-top:15px;
    /*PBR - 12.18.2008 to fix the problem with the text in the issue cover area in the home page
      by keeping the balloon image static*/
    /*position: absolute;*/
}
#quoteBoxText {
	position: absolute;
	font-size:9px;
	font-weight:bold;
	top:100px;
	right:20px;
	line-height:1.5;
}
#quoteBoxText span
{
    color:#9e1d85;
}
a#clickHere {
	padding:4px 6px 4px 6px;
	background-color:#606264;
	font-size:11px;
	position:absolute;
	bottom:15px;
	right:78px;
	color:White;
}

#right-column {
    width:300px;
	height:621px;
}

.events_list_container
{
	width:298px;
	height:231px;
	border:solid 1px #5e6d72;
	background:url(images/bg-lrgdiv-strip.png) top repeat-y;
	margin-bottom:10px;
    overflow: hidden;
}
.Title_events_home
{
    color:#f8981e;
    font-size:14px;
    margin-left:10px;
    margin-top:10px;
    line-height:1.2em;
}
.Title_events_home2
{
    color:#f8981e;
    font-size:14px;
    margin-left:10px;
    margin-top:10px;
}

.Title_events_home a, .Title_events_home2 a
{
    color:#f8981e;
}
#FivekRun
{
    margin-bottom:7px;
    width:298px;
	height:113px;
	border:solid 1px #5e6d72;
}
#banner_middle_right
{
    width:298px;
	height:109px;
	border:solid 1px #5e6d72;
	background:url(images/bg-lrgdiv-strip.png) top repeat-y;
	position:relative;
	margin-bottom:10px;
}
#banner_bottom_right
{
    width:298px;
	height:113px;
	border:solid 1px #5e6d72;
	position: relative;
}

/* End Home */


/* Our Magazine - Company template  */
/* Containers  */

#Flash_content_container{
	width:950px;
	text-align:center;
	padding:0px 0px 0px 5px;
	position:relative;
}
#Flash_content {
	width:950px;
	border:solid 1px #6d818c;
	margin:5px 5px 5px 5px;
	padding:5px 0px 5px 0px;
	position:relative;
}

/* End Containers  */

/* Editorial Calendar */

#edcalendar_content {
	padding:15px 0px 40px 0px;
	margin-left:5px;
	margin-right:5px;
	background:url(images/bg-contributors-strip.jpg) left repeat-x;
	text-align:center;
}

#right-column-editorial{
	float:left;
	width:300px;
	margin-left:280px;
	text-align:left;
}

.Editorial_main_title1{
	text-transform:uppercase;
	font-size: 12px;
	float:left;
	color:#f8981e;
	font-weight:bolder;
}

.Editorial_main_title2{
	text-transform:uppercase;
	font-size: 12px;
	float:left;
	margin-left:5px;
	color:#f8981e;
	font-weight:bolder;
	padding-left:85px;
}

.Editorial_main_title3{
	text-transform:uppercase;
	font-size: 12px;
	float:left;
	margin-left:5px;
	color:#f8981e;
	font-weight:bolder;
	padding-left:77px;
}

.editorial_calendar {
	padding-top: 10px;
	float: left;
	min-width:300px;
	text-align:left;
}

.editorial_calendar_left {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 25px;
}

.editorial_calendar_right {
	float: left;
	min-width: 400px;
	font-size: 12px;
}

.featured_text_editorial_calendar {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	width:400px;
	text-align:justify;
	margin-left:5px;
}
.month_title{
	text-transform:uppercase;
	font-size: 12px;
	float:left;
	width:485px;
	margin-left:5px;
	color:#f8981e;
	font-weight:bolder;
	margin-top:13px;
}

.date_title1{
	text-transform:uppercase;
	font-size: 12px;
	float:left;
	width:160px;
	margin-left:5px;
	color:#FFFFFF;
	margin-top:13px;
}
.date_title2{
	text-transform:uppercase;
	font-size: 12px;
	float:left;
	margin-left:5px;
	color:#FFFFFF;
	margin-top:13px;
}

/* End Editorial Calendar */

/*CONTRIBUTORS PAGE*/ 

.bios_titles{
	font-size:11px;
	line-height:12px;
	padding-bottom:12px;
	text-transform:uppercase;
	font-weight:bolder;
	margin-top:3px;
	color:#f8981e;
}
.bios_titles_o{
	font-size:11px;
	line-height:12px;
	padding-bottom:2px;
	text-transform:uppercase;
	font-weight:bolder;
	margin-top:3px;
	color:#f8981e;
}
.bios_titles2{
	font-size:11px;
	line-height:12px;
	padding-bottom:12px;
	font-weight:bolder;
	color:#f8981e;
}

#bios_content {
	width:940px;
	padding:15px 0px 10px 0px;
	margin-left:5px;
	background:url(images/bg-contributors-strip.jpg) left repeat-x;
	text-align:center;
}

#bios_content_950 {
	width:950px;
	padding: 15px 0px 10px 0px;
	background:url(images/bg-contributors-strip.jpg) left repeat-x;
	text-align:center;
}
div.bios {
	width:700px;
	min-height:105px;
	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:dotted 1px #fff;
	text-align:justify;
	position:relative;
}
div.bios img.bordered {
	margin:3px;
	float:left;
	padding:2px;
	border:solid 1px #6d818c;
}
div.bios img  {
    margin:13px 0px 0px 10px;
    float:left;
}
div.bios_text {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	width:580px;
}
div.bios2{
	width:580px;
	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:dotted 1px #fff;
	text-align:justify;
}

div.bios_alphabetical {
	width:700px;
	text-align:right;
	position:relative;
	font-size:10px;
	color:#FFFFFF;
}

div.bios_alphabetical2 {
	width:580px;
	text-align:right;
	position:relative;
	font-size:10px;
	color:#FFFFFF;
}
	
/* END CONTRIBUTORS PAGE*/ 

/* End Our Magazine - Company template  */


/* Articles Templates */
/* Containers */
#content_no_flash_container{
	margin-left:10px;
	width:950px;
}

#content_no_flash_container_homepage{
	margin-left:10px;
	width:950px;
	margin-top: 5px;
    position: relative;
}

.title_container{
    font-size:17px;
	margin-left:20px;
	margin-bottom:5px;
}

.title_container_2col{
    font-size:17px;
}

#column_right_block{
	width:264px;
	float:left;
	margin:10px 0px 0px 0px;
	background:url(images/articles_page/long-block-bg-strip.png) top repeat #58656c;
	border:solid 1px #6d818c;
}
.column_left_block{
	width:670px;
	float:left;
	margin:10px 10px 0px 0px;
	/*background:url(images/articles_page/long-block-bg-strip.png) top repeat #58656c;*/
	background-color:#BEBEBE;
	/*border:solid 1px #6d818c;*/
	border:solid 1px #FFFFFF;
	position:relative;
    color: #000000;
}

/* All these added by PBR to make the articles' text black without affecting the site's current pages at the moment of this change*/

.column_left_block .single_tab {
	width:123px;
	height:20px;
	background:url(images/bg-tab-strip.gif) repeat-x;
	font-size:10px;
	text-align:center;
	line-height:1.5;
	position:absolute;
	top:-21px;
	left:15px;
	color:#FFFFFF;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
}

.column_left_block h1{
	color: #000000;
	margin-top:5px;
	font-weight:bolder;
}

.column_left_block .summary{
	color:#000000;
	font-size:15px;
	margin-bottom:7px;
	margin-left:20px;
}

.column_left_block .summary_2cols{
	color:#000000;
	margin-top:10px;
	font-size:15px;
}

.column_left_block .Articles_Date {
	color:#000000;
	font-size:10px;
}

.column_left_block .ByLine{
	font-size:11px;
	margin-top:10px;
	color:#000000;
}

.column_left_block .article1_content{
	margin:10px 20px 0px 20px;
	font-size:12px;
	color:#000000;
	line-height:1.3;
	text-align:left;
}

.column_left_block .Article_text{
	font-size:12px;
	margin-top:20px;
	color:#000000;
	text-align:left;
}

/*READER INTERACTION FOOTER articles only*/

.column_left_block .ri_footer_block {
	margin:30px 20px 20px 20px;
	border-top:1px dotted #FFFFFF;
}

.column_left_block .ri_footer_block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.column_left_block .ri_footer_block li {
	display: inline;
}

.column_left_block .ri_footer_block a {
	display: block;
	float: left;
	height: 14px;
	margin: 0 0 0 0;
	padding: 0 6px 0 6px;
	/*border-right: 1px solid #f8981e;*/
	border-right: 1px solid #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
   	/*color:#f8981e;*/
   	color:#000000;
	text-decoration:none;
}

.column_left_block .ri_footer_block a:hover {
	text-decoration:underline;
}

.column_left_block .ri_footer_block .last_item a {
	border-right: none;
}

.column_left_block .ri_footer_block .first_item a {
	padding: 0 6px 0 0;
}

.column_left_block .ri_footer_title
{
    /*color:#f8981e;*/
    color:#000000;
    margin-top:10px;
	margin-bottom:10px;
    font-size:12px;
	font-weight:bolder;
}

.column_left_block .gallery_title {
	/*color:#FFFFFF;*/
	color:#000000;
	font-size:15px;
}
/* END All these added by PBR to make the articles' text black without affecting the site's current pages at the moment of this change*/

#column_left_type2 {
	width:310px;
	height:auto;
	margin:20px 10px 0px 10px;
	float:left;
}
#column_right_type2 {
	width:310px;
	height:auto;
	margin:12px 0px 0px 0px;
	float:left;
	line-height:1.3;
}

/* End Containers */

/* Generics */

/* Featured Titles */

.latest_articles_img{
	margin-left:10px;
	float:left;
	margin-top:10px;
}
.latest_articles_title{
	margin-left:10px;
	margin-top:13px;
	float:left;
	
}

.top_right_head {
	width:250px;
	height:auto;
	margin:10px 3px 10px 5px;
	padding-bottom:3px;
	border:1px solid #5b6a72;
}
	.top_right_head img {
		margin:3px 10px 0px 3px;
	}
#clear {
	clear:both;
}

.feature_title{
	color:#FFFFFF;
	font-size:13px;
}
.img_section_cont
{
    width:82px;
    float:left;
    margin-right:10px;
}
.feature_info_cont
{
    float:left;
    width:140px;
}
.feature_title_section_div{
	margin-top:5px;
}
.feature_title_section{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bolder;
}
.latest_articles_desc{
	color:#FFFFFF;
	font-size:10px;
	line-height:1.3;
	height:auto;
}
.feature_desc{
	color:#FFFFFF;
	font-size:10px;
}

.feature_label {
	width:246px;
	height:22px;
	padding:5px 0px 0px 5px;
	margin:15px 0px 10px 5px;
	border:solid 1px #5e6d72;
	background:url(images/articles_page/featured-label-bg-strip.png) top repeat-y;
}
.feature_text {
	width:254px;
	height:auto;
	margin:10px 0px 35px 10px;
}

/* End Featured Titles */

/* Tab */

.single_tab {
	width:123px;
	height:20px;
	background:url(images/bg-tab-strip.gif) repeat-x;
	font-size:10px;
	text-align:center;
	line-height:1.5;
	position:absolute;
	top:-20px;
	left:15px;
	color:#FFFFFF;
}

/* End Tab */

/* Date */

.Date_container{
	margin-left:20px;
	margin-top:20px;
}
.Articles_Date {
	color:#000000;
	font-size:10px;
}

/* End Date */

/* Summary */
.summary_2cols{
	color:#FFFFFF;
	margin-top:10px;
	font-size:13px;
}
.summary{
	color:#FFFFFF;
	font-size:15px;
	margin-bottom:7px;
	margin-left:20px;
}
/* End Summary */

/* ByLine */

.ByLine{
	font-size:11px;
	margin-top:10px;
	color:#f8981e;
}
.ByLine2{
	font-size:11px;
	color:#f8981e;
}

/* End ByLine */

/* Texts */

.Article_text{
	font-size:11px;
	margin-top:20px;
	color:#FFFFFF;
	text-align:justify;
}
.article1_content{
	margin:10px 20px 0px 20px;
	font-size:11px;
	color:#FFFFFF;
	line-height:1.3;
	text-align:justify;
}

.title_subsection
{
	color:#f8981e;
}

/* End Texts */

.img_articles_1col{
	margin-left:20px;
}

/* End Generics */

/* gallery */
/* type 1, type 3 */
#gallery_block {
	margin:30px 20px 10px 20px;
	border-top:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
}
.gallery_title {
	color:#FFFFFF;
	font-size:15px;
}
#gallery_block2 {
	margin:20px 0px 10px 0px;
	border-top:1px dotted #FFFFFF;
}
	#gallery_block img {
		margin:5px 7px 8px 0px;
		border:1px solid #2f3e46;
	}
	#gallery_block2 img {
		margin:5px 5px 5px 0px;
		border:1px solid #2f3e46;
	}

/* End Articles Templates */


/* Advertising Template */

/* Containers */

#block_content {
	width:950px;
	margin-bottom:10px;
	padding:15px 0px 40px 0px;
	background:url(images/bg-contributors-strip.jpg) left repeat-x;
	border:solid 1px #6d818c;
	text-align:center;
}

#info{
	text-align:left;
	margin-top:10px;
	padding-left:15px;
}

/* End Containers */

/* Print tab */

.print_title{
	width:900px;
	margin-left:20px;
	text-align:left;
	padding:5px 0 5px 0;
	font-size:15px;
	text-transform:uppercase;
	font-size: 12px;
	border-top:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	color:#FFFFFF;
}

.print_content{
	width:900px;
	margin-left:20px;
	text-align:left;
	padding:5px 0 5px 0;
	font-size:15px;
	text-transform:uppercase;
	font-size: 12px;
	border-bottom:1px dotted #FFFFFF;
	color:#FFFFFF;
	margin-top:15px;
}

.print_content2{
	width:900px;
	margin-left:20px;
	text-align:left;
	padding:5px 0 5px 0;
	font-size:15px;
	text-transform:uppercase;
	font-size: 12px;
	color:#FFFFFF;
	margin-top:15px;
	padding-bottom:20px;
}

.print_info{
	text-align:left;
	font-size:11px !important;
	padding-left:25px;
	float:left;
}

.print_section_title{
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bolder;
	color:#f8981e;
}
.print_section_title2{
	text-transform:uppercase;
	font-size: 12px;
	color:#FFFFFF;
	margin-top:10px;
}

.print_section_title3{
	text-transform:uppercase;
	font-size: 12px;
	color:#FFFFFF;
}

.print_section_no_title{
	text-transform:none;
	color:#FFFFFF;
}

.options_div{
	width:400px;
}
.options{
	width:110px;
	color:#FFFFFF;
	text-transform:none;
	float:left;
}
.options2{
	width:110px;
	color:#FFFFFF;
	text-transform:none;
	float:left;
	padding-left:25px;
}


/* End Print Tab */

/* Print Rates Tab */

.print_list_alternate{
	width:880px;
	margin-left:25px;
	text-align:left;
	padding:5px;
	text-transform:uppercase;
	font-size: 12px;
	color:#FFFFFF;
}
.print_list{
	width:880px;
	margin-left:25px;
	text-align:left;
	padding:5px;
	background-color:#657076;
	text-transform:uppercase;
	font-size: 12px;
	color:#FFFFFF;
}

.rates_title{
	width:170px;
	float:left;
	color:#f8981e;
}
.info_rates{
	text-align:right;
	font-size:11px !important;
	width:130px;
	color:#FFFFFF;
	float:left;
}

/* End Print Rates Tab */

/* Sponsorships Tab */

/* Left Column */
#left-column-sponsors{
	float:left;
	margin-left:30px;
	width:230px;
}

#left-column-sponsors p{
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	color:#FFFFFF;
}
#left-column-sponsors p.sel{
	text-decoration:underline;
	color:#f8981e;
}
#left-column-sponsors p a{
	color:#FFFFFF;
}
#left-column-sponsors p a:hover{
	text-decoration:underline;
}
#left-column-sponsors p img{
	margin-top:20px;
}

/* End Left Column */

/* Right Column */

#right-column-sponsors{
	float:left;
	margin-left:30px;
	width:600px;
	font-size:11px;
}

div#right-column-sponsors ul li ul{
	list-style-type:circle /*disc PBR-12.10.2009 */;
}

.Sponsorships_title{
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bolder;
	color:#f8981e;
	margin-left:10px;
	margin-top:5px;
	padding-left:25px;
}
.Sponsorships_title2{
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bolder;
	color:#FFFFFF;
	margin-left:10px;
	margin-top:5px;
	padding-left:25px;
}
.Sponsorships_title2_1{
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bolder;
	color:#FFFFFF;
    margin-bottom: 10px;
}
.Sponsorships_title3{
	font-weight:bolder;
	color:#FFFFFF;
	margin-left:10px;
	padding-left:25px;
}
.Sponsorships_title4{
	font-weight:bolder;
	color:#FFFFFF;
	margin-left:10px;
	margin-top:5px;
	padding-left:25px;
}
.Sponsorships_title5{
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bolder;
	color:#FFFFFF;
	margin-top:5px;
}

.Sponsorships_info{
	color:#FFFFFF;
	margin-left:10px;
	padding-left:25px;
    padding-top:10px;
}

.left-border{
	border-left:1px dotted #FFFFFF;
}

.inner_list{
	margin-bottom:5px;
	margin-top:15px;
	padding-left:25px;
}

.white a {
	color:#FFFFFF;
}

/* End Right Column */

/* End Sponsorships Tab */

div#right-column-sponsors ul, div.print_section_no_title ul, div.options_div ul{
	margin-left:15px;
}

/* End Advertising Template */


/* Events Template */

/* EVENTS page */

div#search_events_tab {
	width:103px;
	height:20px;
	background:url(images/bg-tab-strip.gif) left repeat-x;
	font-size:10px;
	line-height:1.5;
	text-align:center;
	position:absolute;
	top:-20px;
	left:15px;
	color:White;
}
#left_block_event {
	width:728px;
	float:left;
	margin:10px 10px 0px 10px;
	background:url(images/events_page/long-bg-strip.png) top repeat;
	position:relative;
	padding-bottom:20px;
}
#right_block_event {
	width:209px;
	float:left;
	padding: 0px 0px 20px 0px;
	margin:10px 0px 0px 0px;
	background:url(images/events_page/long-bg-strip.png) top repeat;
	position:relative;
}
/* Upcoming Events */
#block_head {
	height:auto;
	width:700px;
	border-bottom:1px dotted #DADADA;
	margin:0px 0px 5px 15px;
}
#block_head img {
	margin:5px 0px 5px 0px;
}
.events_tab_title{
	color:#d4d7d9;
	font-weight:normal;
	float:left;
	padding:20px 0px 5px 0px;
	font-size:18px;
}

.centerColumn { 	 
    overflow:auto;
    margin:5px 0px 5px 15px;
    padding:5px 0px 5px 0px;
    width:700px;
    text-align:left;
    vertical-align: middle;	
    border-bottom:dotted 1px white;
}
.bigNum {
	font-size:44px;
}
.box_1 {
    margin:0px 0px 5px 0px;
    padding:0px;
    float:left;
    width:100px;
    text-align:right;
}
.box_icon {
    margin:0px 0px 5px 0px;
    padding:0px;
    float:left;
    width:10px;
}
.box_2 {
    margin:0px 0px 0px 0px;
    padding:5px;
    float:left;
    width:60px;
    font-size:11px;
	text-align:center;
    line-height:1.1;
    color:White;
}

.box_3 {
    margin:0px 0px 0px 0px;
    padding:5px;
    float:left;
    width:350px;
    font-size:12px;
	border-right:1px solid #616d73;
}
.box_3 a
{
    color:White;
}
.event_title
{
    color:#f8981e;
    font-size:15px;
    text-transform:uppercase;
    font-size: 12px;
    margin-bottom:10px;
    font-weight:bold;
}
.event_title a
{
    color:#f8981e;
}
.event_desc
{
    color:White;
    margin-bottom:5px;
}
.event_desc a
{
    color:White;
}
.box_4 {
    margin:0px 0px 0px 5px;
    padding:5px;
    float:left;
    width:120px;
    font-size:11px;
    color:White;
}
.box_4 img{
    margin-top:5px;
}
.box_4 div
{
    margin-bottom:5px;
    font-weight:bold;
}
img.plusImg {
	position:relative;
	bottom:3px;
	left:105px;
}	    

a.plusImg {
    position:absolute;
	bottom:3px;
	left:1px;
}
#calendarBlock {
    width:170px;
    position:relative;
    background-color: white;
    padding:5px 0px 5px 15px;
    margin:0px 0px 5px 12px;
}

.advanced_title
{
    font-size:15px;
    margin:20px 0px 10px 10px;
    color:#f8981e;
    font-weight:bold;
}
#search_options {
	width:188px;
	margin-top:20px;
	padding:0px 10px 0px 10px;
	font-size:11px;
}
.search_title1
{
    color:White;
    margin-bottom:5px;   
}
.search_title2
{
    color:White;
    margin-bottom:5px;
    margin-top:15px;
}
#search_options select {
	border:1px solid #8d9599;
	background-color:#6a7378;
	color:#FFFFFF;
	width:180px;
	font-size:10px;
	margin-bottom:20px;
}
.date_search_field input {
	width:88px;
	height:16px;
	border:1px solid #8d9599;
	background-color:#6a7378;
	color:#FFFFFF;
	margin:0px 5px 8px 0px;
}
.search_field {
	text-align:right;
	color:White;
	float:left;
	width:95px;
}
.mini_cal
{
    float:left;
    margin-top:5px;
    width:15px;
}
.label {
	float:left;
	padding:0px 10px 8px 0px;
	color:White;
	width:60px;
}
/* End Upcoming Events */

/* Event Details */

#img_event{
	width:320px;
	margin-left:10px;
	float:left;
	margin-top:10px;
}

#link_gallery{
	background:url(images/events_page/plus-icon.png) left center no-repeat;
	padding-left:15px;
	color:White;
	font-size:10px;
	margin-top:3px;
}

#info_event{
	width:360px;
	margin-left:20px;
	font-size:12px;
	line-height:1.2;
	float:left;
	margin-top:10px;
}
#info_event a{
	color:#f8981e;
}
.event_detail_title{
	color:#f8981e;
	text-transform:uppercase;
	font-size: 12px;
	margin-top:10px;
	border-bottom:1px dotted #FFFFFF;
	padding-bottom:10px;
}
.event_detail_desc{
	margin-top:20px;
	color:White;
	padding-bottom:20px;
	border-bottom:1px dotted #FFFFFF;
}
.event_detail_desc div, .event_detail_desc div a, .event_detail_desc span{
	color:#f8981e;
}
.back_button{
	text-align:right;
	margin-top:15px;
}
/* End Event Details */

/* 5k Run */

#big_picture_events{
	padding:5px;
	overflow:hidden;
}

#small_header{
	width:700px;
	height:50px;
	/*background:url(images/bg_1.png) right no-repeat;*/
	font-size:11px;
	margin:10px 0px 10px 15px;
	color:#FFFFFF;
}

.first_title{
	margin-top:5px;
}

.second_title{
	margin-top:15px;
	font-size:14px;
	font-weight:bolder;
	color:#f8981e;
}
#left_col{
	float:left;
	width:330px;
	padding-left:15px;
	font-size:12px;
    line-height:13px;
	padding-right:10px;
	text-align:justify;
	color:#FFFFFF;
}
/*added february 17 2009*/
#left_col span{
	color:#f8981e;
	font-weight:bold;
}

#left_col a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

#left_col a:hover{
	color:#f8981e;
}
/*////////////////////////*/

#right_col{
	float:left;
	padding-left:20px;
	width:330px;
	font-size:11px;
	/*background:url(images/bg_2.png) right bottom no-repeat;*/
	color:#FFFFFF;
}
#right_col span{
	color:#f8981e;
}

#block_5ksponsors {
	border-top: 1px dotted #ffffff;
	padding-top: 10px;
	width:700px;
	margin-left:15px;
}
#block_5ksponsors span{
	color:#FFFFFF;
	font-size:11px;
	margin-bottom:20px;
}
#block_5ksponsors span img{
	margin-left:10px;
}

/* End 5k Run */

/* Launch Event */

.gallery_block_launch {
	float:left;
	margin:20px 20px 0px 20px;
}
.gallery_block_launch img {
	margin:5px 7px 8px 0px;
	border:1px solid #2f3e46;
}

#gallery_block_next {
	margin-top:20px;
	width:660px;
	float:left;
	text-align:right;
}
#gallery_block_next a {
	color:#FFFFFF;
}
#gallery_block_next a:hover {
	color:#f8981e;
}
.launch_title{
	color:#FFFFFF;
	font-size:15px;
}
.launch_text{
	color:#FFFFFF;
	font-size:11px;
}

/* End Launch Event */

/* Sobefit Days */

#block_sobefitdays {
	width:950px;
	height:500px;
	float:left;
	margin:10px 10px 0px 10px;
	background:url(images/events_page/long-bg-strip.png) top repeat-x;
	/*PBR - 12.18.2008 I Dont think so....*/
    /*position: relative;*/
}

div.sobefitdays {
	width:800px;
	min-height:105px;
	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:dotted 1px #fff;
	text-align:justify;
	/*PBR - 12.18.2008 I Dont think so neither....*/
	/*position:relative*/
}

div.sobefitdays img.bordered {
	margin:3px;
	float:left;
	padding:2px;
	border:solid 1px #6d818c;
}

div.sobefitdays img  {
    margin:13px 0px 0px 10px;
    float:left;
}

#block_head_sobefitdays {
	height:45px;
	width:800px;
	border-bottom:1px dotted #DADADA;
	margin:10px 0px 5px 0px;
}

.sobefitdays_title{
	color:#f8981e;
	margin-top:3px;
	font-weight:bolder;
	font-size:11px;
	line-height:12px;
	padding-bottom:12px;
	text-transform:uppercase;
}
div.days_text {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	width:580px;
}
div.days_text a{
	color:#f8981e;
}
div.text_date_container {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	width:300px;
	float:left;
	margin-bottom: 10px;
}
div.text_date {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	text-align:left;
	float: left;
	margin-right: 10px;
}
div.text_location {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	text-align:left;
	float: left;
	padding-left:15px;
}

/*PBR 12.17.08 - The sobefitdays page was using the Events pag tab_title class and it wasn't working in firefox.*/
/* I just created this one for sobefitdays and added the attribute position to fix the problem*/
.sobefitdays_tab_title{
	color:#d4d7d9;
	font-weight:normal;
	float:left;
	padding:20px 0px 5px 0px;
	font-size:18px;
    position: absolute;
}
/* End Sobefit Days */

/* Fittest Person */

#fittestperson_block{
	width:948px;
	margin-bottom:10px;
	padding:15px 0px 10px 0px;
	background-color:#414c53;
	border:solid 1px #6d818c;
	text-align:center;
	position:relative;
}
.img_fittest{
	float:left;
	margin-left:10px;
}
#fittest_text{
	font-size:11px;
	width:360px;
	text-align:justify;
	overflow:visible;
	padding-left:30px;
	float:left;
	/*margin-top:30px;*/
	color:#FFFFFF;
}
div#fittest_text ul{
	margin-left:15px;
	list-style-type:disc;
}

/* Fittest Person */

/* End Events Template */


/* Footer pages Templates */
/* SobeHeard */

.sobeheard_signature
{
    font-weight:bolder;
    margin-top:3px;
    color:White;
	font-size:11px;
	line-height:12px;
	padding-top:12px;
}
#sobeheard_content_header {
	padding:0px 0px 20px 0px;
	text-align:center;
	background:url(images/icon-sobeheard.png) no-repeat top right;
}

#sobeheard_header {
	width:700px;
	padding:0px 0px 20px 0px;
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	text-align:justify;
}

/* End SobeHeard */

/* SOBe CERTIFIED */
#content_sobecertified_block{
	width:948px;
	margin-bottom:10px;
	padding:15px 0px 10px 0px;
	background:url(images/bg-contributors-strip.jpg) left repeat-x;
	border:solid 1px #6d818c;
	text-align:center;
	position:relative;
}

#big_picture{
	padding:5px;
	overflow:hidden;
}
#left_col_certified{
	float:left;
	width:440px;
	padding:20px 20px 20px 5px;
	text-align:justify;
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	margin-left:5px;
}
#left_col_certified a
{
    color:#f8981e;
}
#right_col_certified{
	float:right;
	width:440px;
	padding:20px 20px 20px 0px;
	text-align:justify;
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	margin-left:5px;
}
#right_col_certified a
{
    color:#f8981e;
}

/* End SOBe CERTIFIED */

/* Press */

#left_block_press {
	width:671px;
	float:left;
	margin: 10px 10px 0px 0px;
	padding-bottom:20px;
	background:url(images/articles_page/long-block-bg-strip.png) top repeat-x #58656c;
	border:solid 1px #6d818c;
	position:relative;
}
#right_block_press {
	width:265px;
	float:left;
	margin:10px 0px 0px 0px;
	background:url(images/articles_page/long-block-bg-strip.png) top repeat-x #58656c;
	border:solid 1px #6d818c;
	padding-bottom:20px;
}
#press_header{
	float:left;
	padding-left:20px;
	margin-top:10px;
	width:645px;
	font-size:11px;
	background:url(images/icon-press.png) right top no-repeat;
	line-height:1.2;
}
#press_header a{
	text-decoration:underline;
	color:White;
}
#press_header a:hover{
	color:#f8981e;
}
#contact_info{
	width:240px;
	padding-left:15px;
	margin-top:15px;
}

.press_section_title
{
    color:#f8981e;
    margin-top:10px;
    font-weight:bolder;
}
.press_info
{
    color:White;
    margin-top:20px;
    font-size:11px;
    text-align:justify;
}

.contact_info_title
{
    color:#f8981e;
    font-size:11px;
    font-weight:bolder;
}
.contact_info_title2
{
    color:White;
    font-weight:bolder;
    margin-top:15px;
    text-transform:uppercase;
	font-size: 12px;
}
.contact_info_text
{
    color:White;
    font-size:11px;
    margin-top:15px;
}
.contact_info_text a
{
    color:White;
    font-size:11px;
}
             
/* End Press */

/* Press-Awards */

div.press_awards {
	width:580px;
	min-height:105px;
	margin-bottom:13px;
	padding-bottom:13px;
	/*border-bottom:dotted 1px #fff;*/
	text-align:justify;
	position:relative
}
div.press_awards img.bordered {
	margin:3px;
	float:left;
	padding:2px;
	border:solid 1px #6d818c;
}
	div.press_awards img  {
	    margin:13px 0px 0px 10px;
	    float:left;
	}
div.press_awards_text {
	float: left;
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	width:350px;
}
div.press_awards_text ul{
	margin-left:15px;
}
/* End Press-Awards */

/* Newsstand Locator */

#content_newsstand{
	float:left;
	margin-left:30px;
	width:600px;
	border-left: 1px dotted #fff;
}

.row_newsstand{
	float:left;
	margin:0px 0px 20px 20px;
	width:600px;
}

.item_newsstand{
	float: left;
	width:130px;
	margin:10px;
	text-align:center;
	font-size:11px;
	color: #fff;
}

.item_newsstand_images{
	float: left;
	margin-left: 10px;
	padding:2px;
	border:solid 1px #6d818c;
	width: 100px;
	height: 100px;
}

.text_newsstand{
	float:left;
	margin-left:20px;
	width:600px;
	font-size:11px;
	color: #fff;
	text-decoration: none;
}

.text_newsstand a{
	color: #fff;
	text-decoration: underline;
}

/* End Newsstand Locator */


/* Archives */
#archives_content {
	width:950px;
	margin-bottom:10px;
	padding:15px 0px 40px 0px;
	background:url(images/bg-contributors-strip.jpg) left repeat-x;
	border:solid 1px #6d818c;
	text-align:center;
}
.feature_label_archives{
	width:550px;
	height:22px;
	padding:5px 0px 0px 5px;
	margin:15px 0px 10px 5px;
	border-top:solid 1px #88a4ac;
	font-weight:bold;
}
.feature_label_archives a, .feature_text_archives a{
	color:White;
	font-size:13px;
}
.feature_label_archives a:hover, .feature_text_archives a:hover{
	color:#f8981e;
	font-size:13px;
}
.feature_text_archives {
	width:550px;
	margin:10px 0px 10px 10px;
}

.archives_desc
{
    color:White;
    font-size:10px;
}

/*PBR - 12/14/2008*/
.archives_leftcol_msg
{
    color:White;
    font-size:11px;
}
/**/
#left-column-archives{
	float:left;
	margin-left:30px;
	width:200px;
}
#left-column-archives p
{
    margin-top:20px;
}
#right-column-archives{
	float:left;
	margin-left:30px;
	padding-left:30px;
	width:600px;
	font-size:11px;
	border-left:1px dotted #FFFFFF;
	
}

/* End Archives */

/* Sponsors */

div.sponsors {
	width:800px;
	min-height:105px;
	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:dotted 1px #fff;
	text-align:justify;
	position:relative
}
div.sponsors img.bordered {
	margin:3px;
	float:left;
	padding:2px;
	border:solid 1px #6d818c;
}
div.sponsors img  {
    margin:13px 0px 0px 10px;
    float:left;
}
div.sponsors_text {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	width:580px;
}
div.sponsors_text a{
	color:#f8981e;
}
div.sponsors_text ul{
	margin-left:15px;
}

/* End Sponsors */

/* Legal */

#content_legal_block{
	width:950px;
	margin-bottom:10px;
	padding:15px 0px 0px 0px;
	background:url(images/bg-legal.jpg) left top repeat-y;
	border:solid 1px #6d818c;
	text-align:center;
	position:relative;
}

#left_col_legal{
	float:left;
	width:440px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:justify;
}
#right_col_legal{
	float:right;
	width:440px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:justify;
}

.legal_text {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	width:400px;
	text-align:justify;
	margin-left:5px;
}
.Legal_title
{
    color:#f8981e;
    margin-top:5px;
    text-transform:uppercase;
	font-size: 12px;
    font-weight:bolder;
}
.Legal_section_title
{
    color:White;
    margin-top:5px;
    text-transform:uppercase;
	font-size: 12px;
    font-weight:bolder;
}
.Legal_section_title2
{
    color:White;
    margin-top:5px;
    text-transform:uppercase;
	font-size: 11px;
    font-weight:bolder;
}

/* End Legal */

/* End Footer pages Templates */


/* Register */

#register_wrapper {
	width:948px;
	float:left;
	margin:10px 0px 0px 10px; /* Diego's */
    padding-bottom:40px;
	background:url(images/register_bg.jpg) top no-repeat;
	border:solid 1px #6d818c;
	background-color:#58646C;
}

#register_header_container{
	width:950px;
	background:url(images/icon-newsletter.png) no-repeat top right;
	margin-top:20px;
}

#register_header {
	width:700px;
	margin:0px 0px 0px 124px; /* Diego's */
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	text-align:justify;
}
#register_error {
	width:700px;
	font-size:11px;
	color:#f8981e;
	text-align:center;
    margin-left:10px;
}

#register_subwrapper_left {
	float:left;
	width:320px;
	margin-top:20px;
	margin-left:214px;
	padding: 0px 0px 30px 10px;
}

#register_subwrapper_left select {
	border:1px solid #8d9599;
	background-color:#6a7378;
	color:#FFFFFF;
	width:180px;
	font-size:10px;
	margin-bottom:5px;
}

#register_subwrapper_left input.register_field {
	border:1px solid #8d9599;
	background-color:#6a7378;
	color:#FFFFFF;
	font-size:10px;
	width:130px;
}

#register_subwrapper_right {
	float:left;
	width:320px;
	margin-top:20px;
	padding: 0px 0px 10px 0px;
}

#register_subwrapper_right select {
	border:1px solid #8d9599;
	background-color:#6a7378;
	color:#FFFFFF;
	width:180px;
	font-size:10px;
	margin-bottom:5px;
}
#register_subwrapper_right input.register_field {
	border:1px solid #8d9599;
	background-color:#6a7378;
	color:#FFFFFF;
	font-size:10px;
	width:130px;
}

div.rowPBR {
	 padding-top: 5px;
	 font-size:11px;
	 color: White;
	 width:330px;
	 clear:both;
}
div.rowRedPBR {
	 clear: both;
	 padding-top: 5px;
	 font-size:11px;
}
/*PBR - 12.11.2008 New class to be able add more text in one line*/
div.rowPBRWider {
	 padding-top: 5px;
	 font-size:11px;
	 color: White;
	 width:720px;
	 clear:both;
}
/* */
.error{
	 color:#f8981e !important;
}
div.rowPBR span.label {
	float: left;
	width: 120px;
	text-align: left;
}

div.rowPBR span.formw {
	float: right;
	width: 200px;
	text-align: left;
}

.btnCreate {
	margin-left: 380px;
}
.btnCancel {
	margin-right: 300px;
}

.title_register{
	color:#f8981e;
	margin-top:20px;
	margin-bottom:10px;
	font-size: 12px;
	font-weight:bold;
}
.title_register2{
	color:#f8981e;
	margin-top:20px;
	font-weight:bold;
}
/* End Register */


/* TABS */

/* Home */

#featured_tab {
	width:123px;
	height:17px;
	font-size:11px;
	text-align:center;
	margin-left:10px;
	padding-top:3px;
}

#warmup_tab{
	height:17px;
	font-size:11px;
	text-align:center;
	margin-left:150px;
	margin-top:-20px;
	padding:3px 10px 0px 10px;
	position:absolute;
}

#events_tab {
	width:63px;
	height:17px;
	font-size:11px;
	text-align:center;
	margin-left:15px;
	padding-top:3px;
}

#promotions_tab
{
	height:17px;
	font-size:11px;
	text-align:center;
	margin-left:95px;
	margin-top:-20px;
	padding:3px 10px 0px 10px;
	position:absolute;
}

.active
{
    color:White;
	background:url(images/bg-tab-strip.gif) left repeat-x !important;
}

.deactive{
    background:url(images/bg-tab-strip2.gif) repeat-x !important;
	color:#D3D3D3;
}

div.deactive:hover{
	background:url(images/bg-tab-strip.gif) repeat-x;
}

div.deactive a{
	color:#D3D3D3 !important;
}

div.deactive:hover a{
	color:#FFFFFF !important;
}

div.active a{
	color:#FFFFFF !important;
}

/* End Home */

#tab_container {
	width:950px;
	float:left;
	margin: 10px 0px 0px 10px;
	position:relative;
}
#tab_container_flash {
	width:950px;
	float:left;
	margin:10px 10px 0px 0px;
	position:relative;
}
	div#tabs2 {
		min-width:123px;
		height:20px;
		position:absolute;
		margin-top:-10px;
		margin-left:10px;
	}

	div#tabs {
		height:20px;
		position:absolute;
		margin-top:-20px;
	}
	div#tabs_flash_content {
		min-width:123px;
		height:20px;
		position:absolute;
		margin-top:-15px;
		margin-left:10px;
	}
	
	div#active_tab {
		background:url(images/bg-tab-strip.gif) repeat-x;
		float:left;
		height:20px;
		margin-left:5px;
		padding-top:2px;
		font-size:10px;
		text-align: center;
		line-height:1.5;
		color:#FFFFFF;
		padding:2px 10px 0px 10px;
	}
	div.deactive_tab {
		background:url(images/bg-tab-strip2.gif) repeat-x;
		float:left;
		height:20px;
		margin-left:5px;
		padding-top:2px;
		font-size:10px;
		text-align: center;
		line-height:1.5;
		color:#D3D3D3;
		padding:2px 10px 0px 10px;
	}
	div.deactive_tab:hover{
		background:url(images/bg-tab-strip.gif) repeat-x;
	}
	div.deactive_tab a{
		color:#D3D3D3 !important;
	}
	div.deactive_tab:hover a{
		color:#FFFFFF !important;
	}

/* END TABS */

/* Forms */

#form_cont{
width:700px;
text-align: center;
}

#columnarForm fieldset{
	float: left;
	display: block;
	width: 680px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	border: 1px dotted #6d818c;
}

#columnarForm label{
	display: block;
	margin: 10px 0 0 0;
}

#columnarForm label.first{
	padding-top: 10px;
}
.first_orange{
	padding-top: 10px;
	color:#f8981e;
}
#columnarForm label.dropdown{
	padding: 10px 0 15px 0;
}

#columnarForm fieldset input.submit{
	width: 100px;
	height: 20px;
	margin: 10px 0;
	font-size:11px !important;
}

/* PBR - 12.01.2008*/
#columnarForm div.radio
{
	width: 70em;
	margin: 1em 0 2em 0;
}

#columnarForm div.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm div.radio label
{
	font-weight: normal;
	/*PBR - 11.28.2008: Added to adjust the position of the text (label) next to the input radio control*/
	width: 200px;
    position: static;
    margin: 4px 0px 0px 15px;
}

#columnarForm div.checkboxlist
{
	width: 70em;
	margin: 1em 0 2em 0;
 }

#columnarForm div.checkboxlist input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm div.checkboxlist label
{
	font-weight: normal;
	/*PBR - 11.28.2008: Added to adjust the position of the text (label) next to the input radio control*/
	width: 200px;
    position: static;
    margin: 4px 0px 0px 5px;
}

#columnarForm fieldset.checkboxlist
{
	width: 70em;
	margin: 1em 0 2em 0;
 }

#columnarForm fieldset.checkboxlist input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm fieldset.checkboxlist label
{
	font-weight: normal;
	/*PBR - 11.28.2008: Added to adjust the position of the text (label) next to the input radio control*/
	width: 200px;
    position: static;
    margin: 4px 0px 0px 5px;
}

/*End PBR */

/*////////////////////////*/

#columnarForm2 fieldset{
	float: left;
	display: block;
	width: 620px;
	margin: 10px;
	padding: 0 10px 0 10px;
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	border: none;
}

#columnarForm2 label{
	display: block;
	margin: 10px 0 0 0;
	/* Added by PBR - 12.01.08*/
	width: inherit;
}

#columnarForm2 label.first{
	padding-top: 10px;
}

#columnarForm2 label.dropdown{
	padding: 10px 0 15px 0;
}

#columnarForm2 fieldset input.submit{
	width: 100px;
	height: 20px;
	margin: 10px 0;
	font-size:11px !important;
}

/* PBR - 11.28.2008*/
#columnarForm2 fieldset.radio
{
	width: 70em;
	margin: 1em 0 2em 0;
}

#columnarForm2 fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm2 fieldset.radio label
{
	font-weight: normal;
	/*PBR - 11.28.2008: Added to adjust the position of the text (label) next to the input radio control*/
	width: 200px;
    position:static;
    margin: 4px 0px 0px 15px;
}

#columnarForm2 fieldset.checkboxlist
{
	width: 70em;
	margin: 1em 0 2em 0;
}

#columnarForm2 fieldset.checkboxlist input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm2 fieldset.checkboxlist label
{
	font-weight: normal;
	/*PBR - 11.28.2008: Added to adjust the position of the text (label) next to the input radio control*/
	width: 200px;
    position: static;
    margin: 4px 0px 0px 5px;
}

.ddl_underline{

	display: block !important;
	background: none;
	border: 1px solid #8793A5;
	width: 130px !important;
	height: 18px;
	/*color:#fff !important;*/
	font-size:11px !important;
	margin: 10px 0;
}
/*End PBR*/
/*////////////////////////////////*/

#form_cont3{
width:920px;
text-align: center;
margin-top: 20px;
padding-left: 40px;
}

.fieldset_1{
	float: left;
	display: block;
	width: 370px;
	margin: 20px 80px 10px 10px;
	padding: 0 10px 0 10px;
	text-align:left;
	color:#6d818c;
	font-size:10px;
	border: none;
}

.fieldset_2{
	float: left;
	display: block;
	width: 370px;
	margin: 20px 10px 10px 10px;
	padding: 0 10px 0 10px;
	text-align:left;
	color:#6d818c;
	font-size:10px;
	border: none;
}

.fieldset_left_column{
	float: left;
	display: block;
	width: 170px;
	margin: 0 10px 5px 0;
	text-align:left;
}

.fieldset_right_column{
	float: right;
	display: block;
	width: 170px;
	margin: 0 10px 5px 0;
	text-align:left;
}

.fieldset_left_columna{
	float: left;
	display: block;
	width: 100px;
	margin: 0 10px 5px 0;
	text-align:left;
}

.fieldset_right_columna{
	float: right;
	display: block;
	width: 140px;
	margin: 0 10px 5px 0;
	text-align:left;
	clear: right;
}

/*

#columnarForm3 label{
	display: block;
	margin: 10px 0 0 0;
	clear: both;
}

#columnarForm3 label.first{
	padding-top: -5px;
}

#columnarForm3 label.dropdown{
	padding: 10px 0 15px 0;
}


#columnarForm3 fieldset input.submit{
	width: 100px;
	height: 20px;
	margin: 10px 0;
	font-family:Tahoma, "Myriad Pro", sans-serif;
	font-size:10px !important;
}

*/


.input_underline3{
	display: block !important;
	background:none;
	border: 1px solid #8793A5;
	width: 160px !important;
	height: 13px;
	color:#6d818c !important;
	font-size:10px !important;
	margin: 3px 0;
}

.input_underline4{
	display: inline !important;
	background:none;
	width: 100px !important;
	height: 10px;
	color:#6d818c !important;
	font-size:10px !important;
	border:none;
}

.input_underline5{
	display: inline !important;
	background:none;
	width: 70px !important;
	height: 10px;
	color:#6d818c !important;
	font-size:10px !important;
	border:none;
}

.input_underline_supplements{
	display: block !important;
	background:none;
	border: 1px solid #8793A5;
	width: 350px !important;
	height: 13px;
	color:#6d818c !important;
	font-size:10px !important;
	margin: 3px 0;
}

.no_border{
	border:1px solid #fff;
	border-right:none;
	border-collapse:collapse;
	color:#f8981e;
}

.border{
	border:1px solid #8793A5;
	border-collapse:collapse;
}
.table_border{
	border-collapse:collapse;
}
.textarea_a{
	display: block !important;
	background:none;
	border: 1px solid #8793A5;
	width: 350px !important;
	height: 30px;
	color:#6d818c !important;
	font-size:10px !important;
	margin: 3px 0;
}

.textarea_b{
	display: block !important;
	background:none;
	border: 1px solid #8793A5;
	width: 350px !important;
	height: 230px;
	color:#6d818c !important;
	font-size:10px !important;
	margin: 3px 0;
}

.textarea_c{
	display: block !important;
	background:none;
	border: 1px solid #8793A5;
	width: 350px !important;
	height: 40px;
	color:#6d818c !important;
	font-size:10px !important;
	margin: 3px 0;
}

.textarea_d{
	display: block !important;
	background:none;
	border: 1px solid #8793A5;
	width: 350px !important;
	height: 85px;
	color:#6d818c !important;
	font-size:10px !important;
	margin: 3px 0;
}

.textarea_e{
	display: block !important;
	background:none;
	border: 1px solid #8793A5;
	width: 500px !important;
	height: 85px;
	color:#fff !important;
	font-size:10px !important;
	margin: 3px 0;
}

.cells{
width: 360px;
margin-bottom: 10px;
}

.cells2{
width: 350px;
margin-bottom: 10px;
}

#mach_next{
width: 360px;
text-align: right;
}

#mach_next a{
color: #f8981e;
font-size:11px;
font-weight:bold;
}

#mach_next a:hover{
color: #8793A5;
text-decoration:underline;
}

#mach_back{
width: 360px;
text-align: left;
}

#mach_back a{
color: #f8981e;
font-size:11px;
font-weight:bold;
}

#mach_back a:hover{
color: #8793A5;
text-decoration:underline;
}

/*////////////////////////////////*/

.input_underline{
	display: block !important;
	background:none;
	border: 1px solid #8793A5;
	width: 130px !important;
	height: 15px;
	color:#fff !important;
	font-size:11px !important;
	margin: 10px 0;
}
span.checkbox { 
  	width: 19px; 
  	height: 25px; 
  	padding: 0 5px 0 0; 
  	background: url(images/form/checkbox.png) no-repeat; 
  	display: block; 
  	clear: left; 
  	float: left;
	margin-top:-4px;  
} 
span.radio { 
	width: 19px; 
	height: 25px; 
	padding: 0 5px 0 0; 
	background: url(images/form/radio.png) no-repeat; 
	display: block; 
	clear: both; 
	float: left;
	margin-top:-4px; 
} 
span.select { 
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */ 
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #fff; 
	font: 12px/21px arial,sans-serif; 
	background: #58656d url(images/form/select.png) top no-repeat; 
	overflow: hidden;
	display: block;
} 

.title_surveys{
    font-size: 16px;
    color:#f8981e;
    margin-top:5px;
    font-weight:bolder;
}

.title_surveys_questions
{
    color:#f8981e !important;
    font-size: 11px;
}

.summary_surveys{
    font-size: 13px;
    color:#FFFFFF;
    margin-top:10px;
}


/* Face Off */

#faceoff_leftcol{
	float:left;
	width: 300px;
	color:#FFFFFF;
	font-size:11px;
	text-align:justify;
}

#faceoff_rightcol{
	float:right;
	width: 300px;
	color:#FFFFFF;
	font-size:11px;
	text-align:justify;
}

#faceoff_rightcol_voters{
	float:right;
	width: 270px;
	height: 150px;
	color:#FFFFFF;
	font-size:11px;
	text-align:justify;
	padding: 0 20px 20px 40px;
	 
}

#faceoff_leftcol_voters{
	float:left;
	width: 320px;
	height: 150px;
	color:#FFFFFF;
	font-size:11px;
	text-align:justify;
	border-right: 1px dotted #8793A5;
	padding: 0 20px 20px 0;
}

.faceoff_title
{
    color:#f8981e;
    margin-top:10px;
    font-size:11px;
}
.big_num_faceoff{
    color:#FFFFFF;
    margin-top:5px;
    font-weight:bolder;
	font-size:18px;
}

/* End Face Off */

/* Survey Says */

#surveysays_content_header {
	padding:0px 0px 20px 0px;
	text-align:center;
	background:url(images/icon-reader-interaction.png) no-repeat top right;
}

#surveysays_header {
	width:700px;
	padding:0px 0px 20px 0px;
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	text-align:center;
    
}

#surveysays_header h1 {
	font-size: 16px;

}

#surveysays_content {
	width:950px;
	margin-bottom:10px;
	padding:15px 0;
	background:url(images/bg-contributors-strip.jpg) left repeat-x;
	border:solid 1px #6d818c;
	text-align:center;
}

/* End Survey Says */

/* Smartest Reader */

#smartest_content_header {
	padding:10px 10px 0px 0px;
	margin-top: 20px;
	min-height: 100px; 
	text-align:left;
	background:url(images/icon-reader-interaction.png) no-repeat top right;
}

#smartest_header {
	float: left;
	width:570px;
	padding:10px 10px 0 20px ;
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	text-align:justify;
}

#smartest_header h1 {
	font-size: 16px;
	margin-top: -10px;
}

#left_block_short_smartest {
	width:670px;
	float:left;
	margin:10px 0px 0px 10px;
	background:url(images/articles_page/long-block-bg-strip.png) top repeat-x #58656c;
	border:solid 1px #6d818c;
	position:relative;
}

#right_block_short_smartest {
	width:264px;
	float:left;
	margin:10px 0px 0px 10px;
	background:url(images/articles_page/long-block-bg-strip.png) top repeat-x #58656c;
	border:solid 1px #6d818c;
	position:relative;
}


.winners_cont{
    margin-left:10px;
    margin-top:20px;
}

.winners_cont_text{
    color:#FFFFFF;
    font-size:13px;
    margin-top:10px;   
}
/*
#winners_cont_box{
 	width:250px;
	float:left;
	padding:0 00 10px 10px;
	border-bottom:dotted 1px #ffffff;
	font-size:11px;
	color: #fff;
}

#winners_cont_box h1{
	font-weight: bold;
	color: #f8981e;
}
*/
#winners_cont_box{
 	width:232px;
	float:left;
	padding:50px 0 10px 5px;
	border: 1px solid #697f84;
	background:url(images/winners_top_female.png) top no-repeat;
	font-size:11px;
	color: #fff;
	margin: 10px 0 10px 0;
}

#winners_cont_box2{
 	width:232px;
	float:left;
	padding:50px 0 10px 5px;
	border: 1px solid #697f84;
	background:url(images/winners_top_male.png) top no-repeat;
	font-size:11px;
	color: #fff;
	margin: 10px 0 10px 0;
}

#winners_cont_box h1{
	font-weight: bold;
	color: #f8981e;
	display: inline;
}

#winners_cont_box2 h1{
	font-weight: bold;
	color: #f8981e;
	display: inline;
}

.winnersHR
{
 margin-left: -3px;
}
/* End Smartest Reader */

/* Make a Change */

#make_a_change_content {
	width:950px;
	height:625px;
	margin-bottom:10px;
	padding:15px 0;
	background:url(images/bg_make_a_change.jpg) top no-repeat;
	border:solid 1px #6d818c;
	text-align:center;
}

#make_a_change_header {
	width:750px;
	padding:0px 0px 20px 0px;
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	text-align:justify;
}

.form_cont4{
width:920px;
text-align: center;
margin-top: 20px;
padding-left: 40px;
}

/* End Make a Change */

/* End Forms */


/* End Content */

/* Footer */

/* bottomBanners */

#bottomBanners {
    margin-left:10px;
}

#bottomBanners_left {
    margin-top:10px;
    float:left;
    width:310px;
    margin-right:10px;
    }
#bottomBanners_right {
    /* width:630px; PBR - ORIGINAL SIZE DID NOT MATCH THE WIDTH OF THE RIGHT(SEARCH) + LEFT(CONTENT) BLOCK*/
    width:629px;
    float:left;
    margin-bottom:10px;
    margin-top:10px;
    }
#bottomBanners_right1 {
    float:left;
    width:310px;
    /* margin-right:10px; PBR - ORIGINAL SIZE DID NOT MATCH THE WIDTH OF THE RIGHT(SEARCH) + LEFT(CONTENT) BLOCK**/
    margin-right:8px;
}
#bottomBanners_right2 {
    float:left;
    width:310px;
}

/* End bottomBanners */

#footer {
    width:950px;
    margin: 15px 0px 10px 10px;
    padding: 7px 0px 10px 0px;
    height:70px;
    text-align:center;
    border-top:1px dotted #DADADA;
    line-height: 20px;
    float:left;
    clear:both;
    overflow:visible;
}
ul#footer_list {
	width:950px;
	list-style:none;
	margin:0px;
}
ul#footer_list li {
	display:inline;
	font-size:10px;
	color:#FFFFFF;
}
ul#footer_list li a {
	text-decoration:none;
	color:#FFFFFF;
}
.footer_text
{
    color:White;
    font-size:10px;
}
.footer_text a
{
    color:White;
    text-decoration:underline;
}
/* End Footer */





/*	

	Color Reference:
	Green       #b7cf2e; Green
	Magenta     #bc31a1; Magenta
	Teal        #1fa2ca; Teal
	Light Blue  #94abf7; Light Blue
	Orange      #f8981e; Orange

*/
h1{
	color:#f8981e;
	margin-top:5px;
	font-weight:bolder;
}

h2{
	color:#f8981e;
	font-size:13px;
	font-weight:normal;
}
h3{
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	margin-top:30px;
	margin-left:10px;
}

/* Added temporarily by PBR 12032008*/
#homepage_tabs {
	width:300px;
}

#warm_up_tab {
	float:left;
	width:70px;
	height:17px;
	background:url(../images/bg-tab-strip2.gif) left repeat-x;
	font-size:11px;
	text-align:center;
	padding-top:3px;
	color:White;
}

#promotions_tab {
	float:left;
	width:93px;
	height:17px;
	background:url(../images/bg-tab-strip2.gif) left repeat-x;
	font-size:11px;
	text-align:center;
	padding-top:3px;
	color:White;
}

/*AWARDS PAGE*/

#content_awards_block{
	width:948px;
	margin-bottom:10px;
	padding:5px 0px 10px 0px;
	background:url(images/bg-contributors-strip.jpg) left repeat-x;
	border:solid 1px #6d818c;
	text-align:center;
	position:relative;
}

#awards_headers{
	width:900px;
	height:64px;
	border-bottom:dotted 1px #fff;
	border-top:dotted 1px #fff;
	margin: 10px 0 10px 0;
	text-align:left;
	padding: 4px 0 4px 0;
}

div.awards {
	width:900px;
	min-height:105px;
	margin-bottom:13px;
	padding-bottom:13px;
	text-align:justify;
	position:relative
}
div.awards img.bordered {
	margin:3px;
	float:left;
	padding:2px;
	border:solid 1px #6d818c;
}
div.awards img  {
    margin:13px 0px 0px 10px;
    float:left;
}
div.awards_text {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	width:580px;
}
div.awards_text a{
	color:#f8981e;
}
div.awards_text ul{
	margin-left:15px;
}

div.awards img a {
    float:left;
}
/*READER INTERACTION PAGE*/
div.reader_text {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	width:370px;
}

.reader_titles{
	font-size:11px;
	line-height:12px;
	padding-bottom:12px;
	font-weight:bolder;
	margin-top:3px;
	margin-bottom:5px;
	color:#f8981e;
	text-decoration: none;
}

.reader_titles:hover{
	text-decoration: underline;
}

/*READER INTERACTION FOOTER*/

.ri_footer_block {
	margin:30px 20px 20px 20px;
	border-top:1px dotted #FFFFFF;
}

.ri_footer_block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ri_footer_block li {
	display: inline;
}

.ri_footer_block a {
	display: block;
	float: left;
	height: 14px;
	margin: 0 0 0 0;
	padding: 0 6px 0 6px;
	border-right: 1px solid #f8981e;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
   	color:#f8981e;
	text-decoration:none;
}

.ri_footer_block a:hover {
	text-decoration:underline;
}

.ri_footer_block .last_item a {
	border-right: none;
}

.ri_footer_block .first_item a {
	padding: 0 6px 0 0;
}

.ri_footer_title
{
    color:#f8981e;
    margin-top:10px;
	margin-bottom:10px;
    font-size:12px;
	font-weight:bolder;
}

/*PBR - 12.11.2008: REGISTRATION PAGE LINK TO TERMS OF USE & PRIVACY*/
#lnkPrivacyRegister a:link, #lnkPrivacyRegister a:visited {
    color:#f8981e;
}

#lnkPrivacyRegister a:link, #lnkPrivacyRegister a:visited {
    color:#f8981e;
}


#lnkPrivacyRegister a:hover, #lnkPrivacyRegister a:active {
    color:#f8981e;
    font-weight:bold;
    text-decoration: underline;
}


/* mysettings */

.mysettings-wrapper
{
    margin:0px 0px 0px 100px;
}

/*PBR - 12.18.2008 - All these classes to control the issue cover and video area in the Home Page*/
.myLeftDiv
{
 width: 163px;
 height: 228px;
 float:left;
 }

.myRightDiv
{
 width: 163px;
 height: 228px;
 float:right;
}

.PBR_main_video_img
{
    margin: 20px 7px 0px 8px;
}

.PBR_featured_text2 {
	font-size:10px;
	color:#FFFFFF;
	line-height:1.2;
	margin-top:30px;
	margin-left:13px;
    width: 130px;
    height: 50px;
    position: absolute;
    overflow: hidden;
}

.PBR_quoteBoxText {
    position: absolute;
	font-size:9px;
	font-weight:bold;
	top:90px;
    width: 150px;
    height: 90px;
    margin-left:8px;
	line-height:1.5;
	background:url(images/quoteBox.png) no-repeat;
}
.PBR_quoteBoxTextInternal
{
    position: absolute;
	font-size:9px;
	font-weight:bold;
	top:5px;
    width: 120px;
    height: 40px;
    margin-left:5px;
    margin-top:5px;
	line-height:1.5;
	overflow: hidden;
}

.PBR_quoteBoxImg
{
    margin-left:5px;
}

.PBR_BtnClickHere
{
    position: absolute;
	font-size:9px;
	font-weight:bold;
	top:185px;
    width: 75px;
    height: 25px;
    margin-left:8px;
	line-height:1.5;
	background-color:#606264;
 }

.PBR_clickHere {
	/*padding: 4px 4px 2px 4px;*/
	background-color:#606264;
	font-size:11px;
	/*position:absolute;*/
	bottom:15px;
	right:78px;
	color:White;
}

/* PBR - Added 01/09/2008. Classes for search results page*/
.searchResultsWrapper{
	width:80%;
    margin-left:35px;
	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:dotted 1px #fff;
	text-align:justify;
}

.searchResultsTitle{
	font-size:11px;
	line-height:12px;
	padding-bottom:12px;
	text-transform:uppercase;
	font-weight:bolder;
	margin-top:3px;
	color:#f8981e;
}

.searchResultsDesc {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.2;
	width:100%;
}

.searchResultsMsg
{
	width:80%;
    margin-left:10px;
	text-align:justify;
}

/*PBR - 12.11.2008: SEARCH RESULTS PAGE LINK TO PAGES WITH DETAILS*/
#lnkSearchResults a:link, #lnkSearchResults a:visited {
    color:#f8981e;
}

#lnkSearchResults a:link, #lnkSearchResults a:visited {
    color:#f8981e;
}


#lnkSearchResults a:hover, #lnkSearchResults a:active {
    color:#f8981e;
    font-weight:bold;
    text-decoration: underline;
}

/*5K PLAYER - added February 17 2009*/

#player_cont{
	float: left;
	width: 320px;
	height: 240px;
	margin: 0;
	padding: 0;
}

span a {color: #FF9900;}



/* Personal Best */
#personalbest_content {
	width:945px;
	margin-bottom:10px;
	padding:15px 0px 40px 0px;
	/*background:url(images/bg-contributors-strip.jpg) left repeat-x;*/
	background:url(images/articles_page/long-block-bg-strip.png) top repeat #58656c;
	border:solid 1px #6d818c;
	text-align:center;
}

#info_personalbest{
	text-align:left;
	margin-top:10px;
	padding-left:5px;
}

#left-column-personalbest{
	float:left;
	width:250px;
}

#right-column-personalbest{
	float:left;
	margin-left:8px;
	/*padding-left:0px;*/
	width:666px;
	font-size:11px;
	border-left:1px dotted #FFFFFF;
}

.top_right_head_personalbest {
	width:240px;
	height:auto;
	margin:5px 0px 12px 0px;
	padding:4px 0px 4px 4px;
	border:1px solid gray/* #5b6a72*/;
}

.head_year_personalbest {
	width:240px;
	height:20px;
	padding: 2px 0px 6px 4px;
	border:1px solid gray/* #5b6a72*/;
}

div#personalbest1 {
	background:url(images/bg-featured1-strip.png) top repeat-y;
}
div#personalbest2 {
	background:url(images/bg-featured2-strip.png) top repeat-y;
}
div#personalbest3 {
	background:url(images/bg-featured3-strip.png) top repeat-y;
}
div#personalbest4 {
	background:url(images/bg-featured4-strip.png) top repeat-y;
}
div#personalbest5 {
	background:url(images/bg-featured5-strip.png) top repeat-y;
}
div#personalbest6 {
	background:url(images/bg-featured6-strip.png) top repeat-y;
}

.img_section_cont_personalbest
{
    width:62px;
    float:left;
    padding-top: 2px;
}	

.feature_info_cont_personalbest
{
    float:left;
    width:165px;
    padding-left:8px;
}

.issue_number_personalbest
{
    color:#f8981e;
    font-size: 12px;
    font-weight:bold;
    padding-top: 0px;
    padding-bottom:2px;
}
.title_section_personalbest{
	color:#FFFFFF;
	font-size:10px;
    vertical-align: text-top;
    display:block;
}

.article_desc_personalbest{
	color:#FFFFFF;
	font-size:10px;
	line-height:1.3;
	height:auto;
}

.msg_personalbest
{
    /*color:White;*/
    font-size:11px;
    margin-left: 15px;
    padding-top:15px;
}

.column_personalbest{
	width:660px;
	float:left;
	margin:0px 6px 0px 0px;
	position:relative;
}

.year_personalbest
{
 display: block;
 margin-left: 5px;
 margin-top: 4px;
 color:#FFFFFF;
 font-size: 12px;
}

#column_left_type2_personalbest {
	width:310px;
	height:auto;
	margin:20px 10px 0px 10px;
	float:left;
}
#column_right_type2_personalbest {
	width:310px;
	height:auto;
	margin:12px 0px 0px 0px;
	float:left;
	line-height:1.3;
}

/* PBR - 10.19.2009 */
.column_left_block_multimedia{
	width:698px;
	float:left;
	margin: 10px 0px 0px 0px;
	background:url(images/articles_page/long-block-bg-strip.png) top repeat #58656c;
	border:solid 1px #FFF;
	position:relative;
}
.column_right_block_multimedia{
	width:240px;
	float:left;
	margin: 10px 0px 0px 10px;
	background:url(images/articles_page/long-block-bg-strip.png) top repeat #58656c;
	/*border:solid 1px #FFF;*/
}

.column_right_block_multimedia_menu{
	width:238px;
	float:left;
    background-color: #bebebe;
	border:solid 1px #FFF;
}

.column_right_block_multimedia_menu_title{
	width:230px;
	float:left;
    background-color: #696969;
	border:solid 1px #FFF;
    margin: 10px 0 0 2px;
    color: #87cefa;
    font-size: 13px;
    font-weight: bold;
}

.column_right_block_multimedia_menu_options{
	float:left;
    margin: 5px 0 0 10px;
    color: Black;
    font-size: 10px;
}

.column_right_block_multimedia_ad1{
	width:238px;
	float:left;
	/*border:solid 1px #FFF;*/
	margin: 10px 0 10px 0;
    display: block;
    height: auto;
    clear: both;
}

.column_right_block_multimedia_ad2{
	width:238px;
	float:left;
	    display: block;
    height: auto;
    clear: both;
}

	.multimedia_tab {
		height:20px;
		position:absolute;
		margin-top:-21px;
	}
	
	.column_left_block_multimedia_display
	{
	    clear: both;
	    display: block;
	    height: auto;
	    width: 675px;
	    padding: 20px 0 5px 15px;
	}
	
	.column_left_block_multimedia_display_left
	{
	    width: 450px;
        float: left;
	}
	.column_left_block_multimedia_display_right
	{
	    width: 210px;
        float: right;
        padding-left: 10px;
	}
	
	.multimedia_date {
	    color: #fff;
	    font-size: 9px;
	    margin-bottom: 10px;
	}
	
	.multimedia_title{
	    color: #f8981e;	    
	    font-size: 22px;
	    margin-bottom: 10px;
	    line-height: 22px;
	    width: 164px;
	}
	
	.multimedia_blurb {
	    color: #fff;
	    font-size: 13px;
	    margin-bottom: 5px;	
	}
	
	.multimedia_credits{
	    color: #FFF;
	    font-size: 11px;
	    margin-bottom: 10px;
	    line-height: 13px;		
	}
	
	.column_left_block_multimedia_share{
	    clear: both;
	    display: block;
	    height: auto;
	    width: 675px;
	    padding: 5px 0 5px 15px;
	    color: White;
	    font-size: 10px;
	}
	
	.column_left_block_multimedia_list{
	    clear: both;
	    display: block;
	    height: auto;
	    width: 675px;
	    padding: 5px 0 5px 15px;
	    color: White;
	    font-size: 10px;	
	}
	
	.column_left_block_multimedia_list_seeall{
		clear: both;
	    display: block;
	    height: auto;
	    width: 675px;
	    text-align: right;
	    padding-bottom: 5px;
	}

	.column_left_block_multimedia_list_items{
	    clear: both;
	    display: block;
	    height: auto;
	    padding: 5px 0 5px 0px;
        border-top: solid 1px #fff;
	}
	
	.column_left_block_multimedia_list_items_left{
	    display: block;
	    height: auto;
	    float: left;
	    width:100px;
	    text-align: center;
	}
	
	.column_left_block_multimedia_list_items_right{
	    display: block;
	    height: auto;	
	    float: right;
	    width:570px;
	}
	
    .list_items_date {
	    color: #fff;
	    font-size: 10px;
	    margin-bottom: 5px;
	}
	
	.list_items_title{
	    color: #f8981e;
	    font-size: 12px;
	    margin-bottom: 2px;
	    font-weight: bold;
	}
	
	.list_items_blurb {
	    color: #FFF;
	    font-size: 11px;
	}

/* NEW CODE FOR SITE REDESIGN */	
/* navigation */
#nav { width:933px/*908px*/; position:relative; z-index:50; height:18px; display: block; clear: both; border:1px solid #ccc; background:/*#818181*/#676970; margin: 12px 0 0 10px; padding: 2px 0 0px 15px;}
/*#nav a {display:block; font-size:.68em; font-family:"Century Gothic", sans-serif; text-transform:uppercase;}*/
#nav a {display:block;/* font-size:.75em .68em;*/ font-size: 11px; text-transform:uppercase;}
#nav a:hover, #nav a:active, #subnav a:hover, #subnav a:active { text-decoration:none; color:orange; /*font-weight: bold;*/ }
#nav a { text-decoration:none; color:#fff; background:/*#818181*/#676970; }

#nav ul { list-style-type:none; margin:0; background-color: Yellow;}
#nav ul > li { text-align:center;}
#nav li { display:block; float:left; position:relative; width:auto; padding: 0 18px;}
#nav ul ul a.drop, #nav ul ul a.drop:visited { background:/*#818181*/#676970; }
#nav ul ul a.drop:hover, #nav ul ul :hover > a.drop { background:/*#818181*/#676970; }
#nav ul ul { width: 170px;height:0; top:15px; left:0; padding-bottom:7px; visibility:hidden; position:absolute; }
#nav ul ul > li { text-align:left; padding-left:7px; }
#nav table { border-collapse:collapse; position:absolute; top:0; left:0; }
/*#nav ul ul a, #nav ul ul a:visited {background:#818181; color: #a7d641 ; line-height:1em; padding:5px 10px; width:100px; }*/
#nav ul ul a, #nav ul ul a:visited {background:/*#818181*/#676970; line-height:1em; padding:5px 10px; width:100px; }
#nav ul li:hover ul, #nav ul a:hover ul{ visibility:visible;}

/*#navChildren ul li a:hover, #navChildren a:active { text-decoration:none; color: White; background-color: Orange; font-weight: bold; }*/
/*#navChildren { width: 170px; }*/

/* NEW HOME PAGE*/

#main_left { width:700px; }
#main_right { width:240px; font-size:10px;}
#main_left .box { margin: 0 0 7px 0; }
#main_right .box { margin:0 0 7px 0; line-height:1.01em; }
#main_left .lastbox { margin:0 -2px 0 0; }
#main_right #extra { 
	border:0 none; 
	padding-right:8px; 
	margin-bottom:7px; 
	background:url("images/newdefault/extras-side-bg2.png") no-repeat right transparent; 
}
/* right sidebar */

/*
#past_issues { border:0 none; width: 230px; padding-right:8px; background:url("images/newdefault/past_issues-side-bg1.png") no-repeat right ;}
#past_issues .padded { border:1px solid #ccc; border-right:0 none; padding:1px 2px; background-color: #444; }
#past_issues a { padding-left:18px; background:url("images/newdefault/dark-list-arrow.jpg") no-repeat left; }
*/

#past_issues { border:0 none; width: 230px; height: 15px; padding-right:10px; background:url("images/newdefault/bg_test.png") no-repeat right ;}
#past_issues .padded { /*border:1px solid #FFFFFF; border-right:0 none;*/ padding:2px; /*background-color: #444;*/ }
#past_issues a { padding-left:20px; /*background:url("images/newdefault/bg_test.png") no-repeat left;*/ }

#extra .padded { 
	border:1px solid #FFFFFF; 
	border-right:0 none; 
	background:rgb(103, 105, 112);
	height:64px; /*63px*/ 
	padding: 3px 0 0 5px; 
}

/* Content Classes */
/*.caps { font-family:"Century Gothic", sans-serif; text-transform:uppercase; }*/
.caps { text-transform:uppercase; font-weight:bold; }
.green, a.green { color:rgb(205, 209, 173); }
.bright-green {color: #a7d641;}
.blue, a.blue { color:#62ccf0; }
.medium { font-size:.77em; }
.small { font-size:.6em; }
.left { float:left; }
.right { float:right; }
.box { background:rgb(103, 105, 112); border:1px solid #818181; }
.box h3 { margin: 0 0 5px 0; border-bottom: 3px solid #555; padding: 7px 0 10px 0; }
.padded { padding:5px 7px; }
.noMargin { margin:0; }
a.noUl:hover, a.noUl:active { text-decoration:none; }
.top { margin-bottom:7px; }
.paginate { text-align:center; }
.styled_list, .unstyled_list { list-style-type:none; margin:0}
.styled_list li { margin-bottom:8px; color:#fff }
.styled_list li, .styled_list a { display:block; padding-left:20px; }
.styled_list a { margin-left:-20px; margin-bottom:2px; background:url("images/newdefault/list-arrow.jpg") no-repeat left; }

#extra p { font-size:11px; }
#events { height: 275px; border: solid 1px white; }
#events h3 { font-size:2.6em; }
#social_links a { padding: 0 10px 0 2px; color:#fff; font-size:11px;}
#twitter { background:url("images/newdefault/twitter-icon.gif") no-repeat center left; }
#facebook { background:url("images/newdefault/facebook-icon.gif") no-repeat center left; }
#youtube { background:url("images/newdefault/youtube-icon.gif") no-repeat center left; }
#main_box { width:100%; height:340px; background:url("images/newdefault/box-bg-strip.jpg") repeat-x; }
#main_box > .inner { background:url("images/newdefault/GaryHall_ForRedesign.jpg") no-repeat bottom right; height:100%; }

#features { display:inline; }
#features .inner { width:193px; height:264px; padding:40px 0 0 20px;}
#features .inner > div { background:#706d77; }
#features h3 a { padding-left:23px; background:url("images/newdefault/feature-arrow.gif") no-repeat center left;}

#features_display { padding:7px 14px; }
#features_display p.caps { margin-bottom:5px;}

#box1, #box2, #box3 { line-height:5px; height:250px; overflow:hidden; }
#box1, #box2, #box3, #bottom_box { float:left; }
/*#box1 { width:300px; background:url("images/newdefault/marta-bg-strip.jpg") repeat-x; border: solid 1px white; }*/
#box1 { z-index: 1; position: relative; width:/*300px*/250px; border: solid 1px white; background: transparent url(images/bg-marta-strip.png) repeat-x scroll left top;}
/*#box1 .inner { width:100%; height:100%; background:url("images/Marta_ForRedesign.jpg") no-repeat 120% 0; }*/
#box1 .inner { position:absolute; width:140px; height:125px; top: 69px; left: 13px; z-index: 40; }


/*#martas_links { line-height:16px; position:relative; z-index:50; margin: 66px 0 0 20px; font-size:.7em; }*/
#martas_links { line-height:16px; position:absolute; z-index:50; font-size:11px; top: 10px; }
#martas_links li a { color:#666666; }
#box2 { width:240px; border: solid 1px white; margin-left: 8px;}
#box3 { width:/*140px*/190px; float: right; border: solid 1px white;}
#main_left .lastbox { margin:0 -2px 0 0; }
#bottom_box_container { width:700px; height: 64px;}
#bottom_box { float:left; width:693px; height: 64px; background:#676970; border:1px solid #ffffff; border-right: none; line-height:22px;}
#bottom_box_arrow { float: right; width:6px; height: 64px; background:url(images/newdefault/bottom_box-side-bg1.png) transparent top no-repeat;}
#bottom_box .inner { /*padding: 0 10px 0 7px;*/ }
#bottom_box .left a { line-height: normal; /*padding-left:26px; background:url("images/newdefault/medium-list-arrow.gif") no-repeat center left;*/}
#spot { border: solid 1px white; height: 290px;}
/*#output {font-family:Tahoma; padding-left: 25px; background:url("images/newdefault/medium-list-arrow.gif") no-repeat center left;}*/
#output {padding-left: 25px; background:url("images/newdefault/medium-list-arrow.gif") no-repeat center left;}
/* */

/* Carousel Styles */
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 698px; /*Width of Carousel Viewer itself*/
	height: 340px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 698px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:340px;
	position:relative;
}

/* Carousel Styles */
.stepcarousel_quotes{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 450px; /*Width of Carousel Viewer itself*/
	height: 20px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt_quotes{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel_quotes{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 450px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:20px;
	position:relative;
}

/* Articles Slider on Home Page*/
.articles_slider{ position: absolute; width:698px; height: 340px; clear: both; display: block; border: solid 1px #ccc; }
.articles_slider_inner{ position: absolute; width:698px; height: 340px;  float: left; display:block; background-color: Gray; }
.articles_slider_pagination{
    width: 155px; 
    padding: 7px 5px; 
    margin-bottom: 7px; 
    height:140px; 
    float: left; 
    background: url("images/tranny-back.png"); 
    z-index:10; 
    position: absolute; 
    top: 35px; 
    left:15px; 
    border: solid 1px gray;
    overflow: hidden;
}

.articles_slider_pagination_category{
    display:block; 
    border-bottom: 3px solid #555555; 
    margin-left: 0px; 
    margin-top: 8px; 
    padding-bottom: 4px; 
    font-size: 16px; 
    font-weight: normal; 
    color: #a7d641;
    text-align: center;
}

#article_content a {color: #000;}
.articles_slider_pagination_content{display:block;margin-left: 10px;color:White;}
/*.articles_slider_pagination_content_title{font-size:16px; line-height:16px; font-family: 'Century Gothic',sans-serif; margin: 12px 0 5px 0; }*/
.articles_slider_pagination_content_title{font-size:14px; line-height:16px; margin: 12px 0 5px 0; }
/*.articles_slider_pagination_content_blurb{font-size:11px; font-family: Verdana; line-height:16px;}*/
.articles_slider_pagination_content_blurb{font-size:12px; line-height:16px;}

#articles_slider_controls a { color: #000; }
#articles_slider_controls p { margin-left: 0px; }
.articles_slider_pagination_controls{ font-weight: bold; font-size: 10px; display: block; width: 155px; padding: 2px 5px 3px 5px; float: left; border: solid 1px gray; background: url("images/tranny-back.png"); z-index:10; position: absolute; top: 195px; left:15px; text-align: center;}

.default-video-section-title{ color: #62CCF0; text-transform: uppercase; font-size: 11px; line-height: 12px;  }
.default-video-section-text{ line-height:11px; }

.default-events-section-title{ color: #A7D641; text-transform: uppercase; font-size: 11px; line-height: 12px;  }
.default-events-section-blurb {font-size: 11px; line-height: 12px;}

.block_5k_legal {
    padding-bottom: 10px;
	width:700px;
	margin-left:15px;
    color: #fff;
    font-size:10px;
}

.nopadding-nomargin
{
    padding:0px;
    margin:0px;
    float:left;
}



.addthis_toolbox .custom_images a{margin: 0; padding: 0; }
/*.addthis_toolbox .custom_images a:hover img{    opacity: 1;}
.addthis_toolbox .custom_images a img{    opacity: 0.75;}*/

.gold-bonus {
    margin: 10px 0 10px 15px;
    display:block;
}

.packages-block {
    margin: 10px 0 10px 0px;
    display:block;
}

.notice-5krun { color: #F8981E; font-weight: bold; font-size: 12px; line-height: 13px; }

.mmethod-widget { background-color: White; padding:20px; position:absolute; width: 305px; height: 406px; top:50px; left: 260px; z-index: 300; display: none; }
.mmethod-widget-close { cursor:pointer; position: absolute; left: 298px; top: 5px; font-size: 10px; }
