﻿/********************
GLOBAL STYLING
********************/
/** + html div, * html div {
height:1%;
}*/
body 
{
	margin:0;
	padding:0;
	background: URL(../Images/body-bkg.jpg) repeat-y #000000;
	background-position: top center;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
}
#faux-col
{   
    margin:0;
	padding:0;
	background: URL(../Images/faux-column-bkg.gif) repeat-y #666666;
	background-position: top center;
}
#alert 
{ 
    background: #ffc; 
    border-bottom: 1px solid #fc0; 
    margin: 0 0 5px 0; 
    padding: 4px 0; 
    text-align: center; 
    position: absolute;
    width: 100%;
}
#header-bkg
{
	margin:0;
	padding:0;
	background: URL(../Images/header-bkg.jpg) no-repeat;
	background-position: top center;
}
h1
{
	font-size: 24px;
	margin: 0;
	font-weight: normal;
	color: #333333;
}
h4
{
	margin: 0;
	padding-bottom: 3px;
	font-size: 12px;
}
a img
{
    border:0px;
}
ul
{
	margin: 0;
	padding: 0;
}
.boxout-large ul
{
	margin: 0px 0px 0px 1px;
	padding: 0;
}
.boxout-large li
{   
    background-image: url(../Images/list-dot.gif);
	background-position: 0em 0.5em;
	padding: 0px 0px 3px 10px;
	background-repeat:no-repeat;
	line-height:130%;
	list-style-image:none;
	list-style-type:none;
	margin-left:0px;
}
li
{
	background-position: 0em 0.5em;
	padding: 0px 0px 0px 10px;
	background-repeat:no-repeat;
	line-height:130%;
	list-style-image:none;
	list-style-type:none;
	margin:5px 0px 5px 0px;
}
ul.no-image li
{
	background-image: none;
}
ol.alpha li
{
	background-image: none;
	list-style-type: lower-alpha;
	padding: 0px 0px 3px 0px;
}
ol.alpha li ul
{
	margin: 7px 0px 7px 10px;
}
ol.alpha li ul li
{
	background-image: url(../Images/grey-bullet.gif);
	list-style-type:none;
	padding: 0px 0px 3px 10px;
}
.arrow-list li
{
	background-image: url(../Images/list-arrow.gif);
	background-position: 0em 0.3em;
	padding: 0px 0px 7px 15px;
	background-repeat:no-repeat;
	line-height:130%;
	list-style-image:none;
	list-style-type:none;
	border-bottom: 1px dotted #447744;
	margin:0px 0px 7px 0px;
}
.arrow-list li a
{
    color:#9edd1f;
    font-size:13px;
}
.article-arrow-list li
{
	background-image: url(../Images/list-arrow.gif);
	background-position: 0em 0.3em;
	padding: 0px 0px 7px 15px;
	background-repeat:no-repeat;
	line-height:130%;
	list-style-image:none;
	list-style-type:none;
	border-bottom: 1px dotted #999999;
	margin:0px 0px 7px 0px;
}
.article-arrow-list li a
{
    color:#075208;
    font-size:13px;
}
ul.mag-arrow-list
{
    margin:10px;
}
.mag-arrow-list li, .dl-arrow-list li
{
	background-image: url(../Images/list-arrow.gif);
	background-position: 0em 0.4em;
	padding: 0px 0px 7px 15px;
	background-repeat:no-repeat;
	line-height:130%;
	list-style-image:none;
	list-style-type:none;
	margin:0px 0px 7px 0px;
}
.mag-arrow-list li a
{
    color:#075208;
    font-size:14px;
    font-weight:bold;
}
.dl-arrow-list li
{
    margin:0px;
    padding:0 0 0 15px;
}
.dl-arrow-list li a
{
    color:#9edd1f;
    font-size:12px;
}
ul.dot-list
{
    margin:10px 0px 0px 0px;
    padding:10px 0px 0px 0px;
    border-top: 1px dotted #999999;
}
.dot-list li
{
	background-image: url(../Images/list-dot.gif);
	background-position: 0em 0.6em;
	padding: 0px 0px 5px 10px;
	background-repeat:no-repeat;
	line-height:130%;
	list-style-image:none;
	list-style-type:none;
	margin:0px;
}
.dot-list li a
{
    color:#075208;
    font-size:13px;
}
ul.rss-list li
{
    margin:5px 0px 0px 5px;
    padding:0 0 5px 0px;
}
ul.rss-list li ul
{
    margin:0px 0px 0px 20px;
}
h2.footer 
{
	color:#333333;
	font-family:Trebuchet MS,Arial,Verdana;
	font-size:15px;
	font-weight:bold;
	margin:1px 0pt 10px;
	padding:0px;
}
p.paragraph
{
	margin: 2px 0px;
}
#container
{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	clear: both;
	display:block;
}
#masthead
{
	width: 1000px;
	height: 155px;
	margin: 0;
	padding:0;
	clear:both;
}
#logo
{
    float: left;
    width:272px;
}
#logo img
{
    width:272px;
    height:135px;
}
#header-content
{
	margin: 0;
	padding:19px 0px 0px 0px;
	float: left;
	width: 728px;
}
#leaderboard-container
{
	text-align:left;
}
#leaderboard
{
    width:728px;
	height: 90px;
	/*background-color: #000000;*/
}
#latest-container
{
	padding-top: 19px;
}
#latest-container .latest
{
	float: left;
	width: 400px;
	padding-top: 2px;
}
#menu-container
{
    background: URL(../Images/main-nav-bkg.gif) repeat-x scroll left top #000000;
    height: 33px;
    margin: 0 0 0 0;
    clear: both;
    width: 998px;
    border: 1px solid;
    border-color: #000000 #000000 #343434 #000000;
}
#menu-container .menu
{
	float: left;
	width: 673px;
	height:33px;
}
#menu-container .search
{
	float: left;
	width: 296px;
	padding:5px 0px 0px 20px;
	height:21px;
}
#menu-container .search div
{
	height:21px;
	padding:0px;
	margin:0px;
	vertical-align:top;
}
#content
{
   width:986px;
   padding: 7px;
   clear:both;
   background-color:#666666;
}
#crumbtrail-container
{
   width: 959px;
   margin-bottom: 7px;
   height: 14px;
   padding: 2px 12px 2px 15px;
   font-size: 10px;
   color: #9edd1f;
   background-color:#262626;
}
#crumbtrail-container a
{
	color: #9fee0d;
}
#date
{
    text-align:right;
    float:right;
    color: #acacac;
}
#leftcolumn
{
	float: left;
	width: 195px;
	padding: 0px;
}
#leftcolumn-large
{
	float: left;
	width: 679px;
	padding-right: 7px;
}
#middlecolumn
{
	float: left;
	width: 465px;
	padding-left: 10px;
	padding-right: 10px;
}
#rightcolumn
{
	float: left;
	width: 300px;
	padding: 0px;
	color:#FFFFFF;
}
#newsticker
{
	white-space: nowrap;
}
#newsticker li
{
	display: inline; 
	padding-right: 5px;
}
.separator, .dot-separator, #rightcolumn .dot-separator
{
  height: 7px;
  width: 100%;
  display: block;
  clear: both;
  /*float: none;*/
  position: relative;
  border: 0px;
}
.dot-separator
{
	border-bottom: 1px dotted #999999;
	margin: 0px 0px 14px 0px;
	clear:both;
	/*float:none;*/
	height: 12px !important;
}
#rightcolumn .dot-separator
{
	border-bottom: 1px dotted #447744 !important;
	margin: 0px 0px 10px 0px !important;
	clear:both;
	/*float:none;*/
	height: 12px !important;
}
#leftcolumn-large .separator
{   
    background-color:#666666;
}
#leftcolumn-large .boxout-large .separator
{   
    background-color:#FFFFFF;
}  
.clearer
{
   clear:both;
   float:none;
   height:auto;
}
.boxout-large
{
	margin-bottom: 0px;
	/*background-color:#e1e1e1;*/
	background-color:#FFFFFF;
}
.boxout
{
	margin-bottom: 0px;
	background-color:#292929;
}
.boxout .heading
{
	color: #999999;
	text-transform: capitalize;
	font-size: 16px;
	/*font-weight: bold;*/
	padding: 3px 12px;
	background-color:#111111;
	border: 3px solid #292929;
	font-family: Arial;
	font-weight:bold;
	height:21px;
}
.boxout-large .heading, .comments-header
{
	color: #999999;
	text-transform: capitalize;
	font-size: 16px;
	/*font-weight: bold;*/
	padding: 3px 12px;
	background-color:#111111;
	border: 3px solid #FFFFFF;
	font-family: Arial;
	font-weight:bold;
	height:21px;
}
.boxout-large .heading-inner
{
	color: #666666;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: bold;
	padding: 4px 10px 3px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Arial;
	font-weight:bold;
	height:21px;
}
.boxout-large h1.cat-heading
{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 25px;
	padding: 3px 12px 4px 12px;
	background-color:#111111;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	font-family: Arial;
	margin:0px;
}
.cat-heading-rss
{   
    float:right;
    padding: 14px 12px 0px 0px;    
}
.boxout .plain-heading, .boxout-large .plain-heading, .boxout-large .plain-heading
{
	font-size: 12px;
	background-color: #999999;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 10px 0px 10px;
	height:17px;
}
.boxout .italic, .boxout-large .italic
{
	text-transform: none;
	font-style: italic;	
}
.boxout .nobg, .boxout-large .nobg
{
	background: none;
	padding: 0px;
	border: 0;
}
.boxout .content, .boxout-large .content
{
	padding: 15px;
}
.boxout .content-grey, .boxout-large .content-grey
{
    
}
.boxout .fullpadding, .boxout-large .fullpadding
{
	padding: 10px 14px 10px 14px;
}
.greytext a
{
	color: #666666;
}
.boxout h1, .boxout-large h1
{
	color: #000000;
	font-weight: normal;
}
.boxout h2, .boxout-large h2
{
	color: #666666;
	font-size: 16px;
	margin: 0;
	padding-bottom: 3px;
}
.image120
{
	float: left;
	width: 120px;
	margin-right: 10px;
	border: 1px solid #d7d7d7;
}
.text310
{
	float: left;
	width: 310px;	
}
.image60
{
	float: left;
	width: 65px;
	margin-right: 5px;
}
.text565
{
	float: left;
	width: 565px;	
}
.image100
{
	float: left;
	width: 100px;
	margin-right: 10px;
}
.text330
{
	float: left;
	width: 330px;
}
.caption
{
    padding: 0px 10px 0px 10px;
    color:#666666;
    font-style:italic;
}
.poll-container
{
    margin:0px 0px 2px 0px;
}
.poll-container .button
{
    margin:10px 0px 0px 0px;
}
.latest-comments, .latest-blogs
{
    color:#ffffff;
    padding:2px 0px 2px 0px;
    font-size:13px;
}
.latest-comments-txt, .latest-blogs-txt
{
    color:#999999;
    font-size:11px;
    padding:2px 0px 2px 0px;
}
.latest-comments-txt a, .latest-comments-txt a:hover
{
    color:#9EDD1F;
    font-size:11px;
}
.boxout .content-grey .authordate
{
	color: #999999;
}
.authordate
{
    color:#666666;
    padding: 3px 0px 4px 0px;
    font-size:11px;
}
.category
{
	margin:0px 0px 3px 0px;
	color: #666666;
	font-size: 11px;
}
.category a
{
	color: #075208;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.category a:hover
{
	color: #075208;
	text-decoration: underline;
}
.lightgrey-bg
{
	border: 1px solid #d7d7d7;
	background: URL(../Images/lightgrey-bg.jpg) repeat-x #FFFFFF;
	height: 22px;
}
.lightgrey-bg ul
{
	padding-top: 3px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 18px;
}
.lightgrey-bg li
{
	list-style-image: none;
	background: none;
	display: inline;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 11px;
	padding-right: 11px;
	border-right: 1px solid #d7d7d7;
	line-height:normal;
}
.lightgrey-bg li.no-border
{
	border: 0;
}
.lightgrey-bg li a
{
	color: #ed232a;	
}
.padding5
{
	padding:0px 5px 10px 5px;
}
.padding10
{
	padding:0px 10px 10px 10px;
}
.padding18
{
	padding:18px;
}
.previous-date
{
    float:left;
    margin-right: 18px;
    line-height: 18px;
    width: 80px;
}
.previous-link
{
    float:left;
    line-height: 18px;
    width: 510px;
}

/*********************
CATEGORY PAGE
*********************/
.cat-top-story
{
    width:200px;
    float:left;
    margin:0px 24px 12px 0px;
}
.cat-top-story-nm
{
    width:200px;
    float:left;
    margin:0px 0px 12px 0px;
}
.cat-top-header
{
	padding:10px 0px 6px 0px;
}
.cat-top-header a, .cat-top-header a:hover
{
	font-size: 16px;
	font-weight: bold;
	color:#000000;
}
.cat-menu-list-container
{   
    background-color:#eeeeee;
    padding: 5px 0px 5px 17px;
    border-left:3px solid #FFFFFF;
    border-right:3px solid #FFFFFF;
}
.cat-menu-list
{
    margin:0px;
}
.cat-menu-list li
{
	background-image: url(../Images/list-arrow.gif);
	background-position: 0em 0.4em;
	padding: 0px 0px 0px 12px;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-type:none;
	margin:0px 10px 2px 0px;
	float:left;
	width:137px;
}
.cat-menu-list li a, .cat-menu-list li a:hover
{
    color:#333333;
    font-size:11px;
}
/*********************
PAGING
*********************/
.paging
{
	border: 3px solid #FFFFFF;
	padding: 3px 5px;
	margin:10px 0px 0px 0px;
	text-align:right;
	color: #333333;
	background-color:#CCCCCC;
}

.paging a
{
	color: #333333;
	padding: 1px 2px 1px 2px;
	margin: 2px;
}
.paging a:hover, .paging a.page:hover
{
	text-decoration: underline;
	color:#333333;
}
.paging a.page
{
	font-weight: normal;
	color: #333333;
}
.paging a.currentPage
{
	font-weight: bold;
	background-color:#999999;
	color:#FFFFFF;
}

.paging a.currentPage:hover
{
	text-decoration: none;
	background-color:#999999;
	color:#FFFFFF;
}

/********************
FOOTER START
********************/
#footer
{
   width: 1000px;
   clear: both;
   background-color:#5c5c5c;
}
#footer-sponsored
{
   width:940px;
   padding: 20px 30px 20px 30px;
   background:url(../Images/spon-cont-bkg.jpg) repeat-x;
}
.sponsored-links-col
{
   width: 800px;
   font-size: 12px;
   color: #8d8d8d;
   float:left;
}
.sponsored-links-col ul, .editors-choice-col ul
{
   width:100%;
   margin:0px;
   padding:0px;
}
.sponsored-links-col ul li
{
   color:#FFFFFF;
   margin:5px 0px;
   padding:0px;
}
.sponsored-links-col ul li a, .sponsored-links-col ul li a:hover,
.editors-choice-col ul li a, .editors-choice-col ul li a:hover
{
   color:#9FEE0D;
}
.editors-choice-col ul li
{   
    background-image: url(../Images/list-external.gif);
	background-position: 0em 0.3em;
	padding: 0px 0px 3px 14px;
	background-repeat:no-repeat;
	line-height:130%;
	list-style-image:none;
	list-style-type:none;
	margin-left:0px;
	color:#FFFFFF;
}
.editors-choice-col
{
   /*width: 260px;*/
   font-size: 12px;
   color: #8d8d8d;
   float:left;
}
.sponsored-col-spacer
{
    width:20px;
    height:100%;
    float:left;
}
.sponsored-links-col .heading, .editors-choice-col .heading
{
    font-size:16px;
    font-weight:bold;
    color:#999999;
}
    
#footer-sclinks
{
   width:930px;
   padding: 20px 20px 0px 50px;
   background: URL(../Images/footer-sclinks-bg.jpg) repeat-x;
}
.footer-sclinks-header
{
   width: 362px;
   float:left;
   height: 30px;
}
.footer-sclinks-header2
{
   width: 538px;
   float:left;
   height: 30px;
}
.footer-sclinks-header h4, .footer-sclinks-column h4, .footer-sclinks-header2 h4, .footer-sclinks-column2 h4
{
   font-size: 11px;
   color: #666666;
   font-weight:bold;
   margin:0px;
}
.footer-sclinks-column
{
   width: 181px;
   font-size: 11px;
   color: #8d8d8d;
   float:left;
}
.footer-sclinks-column2
{
   width: 552px;
   font-size: 11px;
   color: #8d8d8d;
   float:left;
}
.footer-sclinks-column3
{
   width: 184px;
   font-size: 11px;
   color: #8d8d8d;
   float:left;
   padding-bottom: 20px;
}
#footer-haymarket
{
   width:1000px;
   text-align:center;
   height: 143px;
   clear: both;
   color: #999999;
   font-family: Arial, Verdana;
   font-size: 11px;
   background:url(../Images/footer-haymarket-bg.jpg) repeat-x #666666;
}

.footer-haymarket-links
{
   font-size:12px;
   color: #999999;
   height: 21px;
}
.footer-haymarket-copyright
{
   font-size:11px;
   color: #999999;
   padding-top: 20px;
   text-align:center;
   width: 860px;
   float:left;
}
.abaLogo 
{
    border:none; 
    margin:10px 0 0 20px;
    float:left;  
}
.footer-haymarket-links a, #footer-haymarket a
{
   color: #9fee0d;
   text-decoration: none;
   font-size:12px;
}
.footer-haymarket-links a:hover, #footer-haymarket a:hover
{
   color: #9fee0d;
   text-decoration: underline;
   font-size:12px;
}
.footer-haymarket-copyright a
{
   color: #999999 !important;
   text-decoration: none !important;
   font-size:11px !important;
   font-weight:normal !important;
}
.footer-haymarket-copyright a:hover
{
   color: #999999 !important;
   text-decoration: underline !important;
   font-size:11px !important;
   font-weight:normal !important;
}
#links-container
{
    width:750px;
	height: 18px;
	clear:both;
	text-align:left;
	padding:0 0 0 195px;
}

#links
{
    float:left;
	width: 635px;
	text-align:left;
	padding: 2px 0px 0 5px;
	color: #f2f1e8;
	font-size:11px;
}
#links a
{
   font-family: Arial, Verdana;
   font-size: 11px;
   color: #f2f1e8;
   text-decoration: none;
}
#links a:hover
{
   color: #f2f1e8;
   text-decoration: underline;
   font-size: 11px;
}
#haymarket-logo
{
    float:left;
	width:84px;
	height: 18px;
	margin: 0px;
}

/********************
FOOTER END
********************/


/********************
TEXT STYLING
********************/
a
{
    color: #075208;
	text-decoration: none;
}
a:hover
{
    color: #075208;
	text-decoration: underline;
}
a.alt-link, a.alt-link:hover, .latest-blogs-txt a, .latest-blogs-txt a:hover
{
    color:#9fee0d;
    font-size:12px;
}
.alt-link-lge, .alt-link-lge:hover
{
    color:#9fee0d;
    font-size:13px;
    font-weight:bold;
}
.latest-link, .latest-link:hover
{
    color:#000000;
    font-weight:bold;
    font-size:16px;
}
.crumbtext a
{
    font-size: 10px;
    color: #666666;
	text-decoration: none;
}
.crumbtext a:hover
{
	text-decoration: underline;
}
.required
{
	color: Red;
}
.greytext12
{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
a.greytext12:hover
{
	font-size: 12px;
	text-decoration: underline;
}
.lightgreytext
{
    color: #666666;
	font-size: 11px;
	text-decoration: none;
}
a.lightgreytext:hover
{
	font-size: 11px;
	text-decoration: underline;
}
a.list-header
{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 2px;
	color:#000000;
}
.bold
{
	font-weight: bold;
}
h1.bord-bot
{
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 10px;
}
.body-content
{
	line-height: 1.6em;
}
.body-content a
{
    text-decoration: underline;
}
.body-content a:hover
{
    text-decoration: none;
}

/*********************
EVENTS / JOBS
*********************/
.form
{
	width: 600px;
}
.form td
{
    padding:5px 0px 3px 0px;
}
.form .field
{
	/*float: left;*/
	width: 105px;
	font-weight: bold;
	vertical-align: top;
}

.form .large
{
	width: 160px;
}

.form .required
{
	/*float: left;*/
	width: 15px;
	vertical-align: top;
}
.form .value
{
	/*float: left;*/
	width: 345px;
	vertical-align: top;
}
.event-header, .comp-header, .poll-header
{
	padding-bottom: 3px;
	font-size:16px;
	font-weight:bold;
}
.poll-header
{
    padding:3px 0px 7px 0px;
}
.event-loc
{
    padding:3px 0px 3px 0px;
}

.comp-container
{
    border-width:0px 1px 1px 1px;
    border-color: #CCCCCC;
    border-style:solid;
}
.comp-container-header
{
    background-color:#999999;
    color:White;
    padding:3px 10px;
    text-transform:uppercase;
    font-weight: bold;
}

/*********************
COMMENTS
*********************/
.comments-container
{
    width:100%;
    border:0px;
    color:#333333;
}
.comment-row
{   
    vertical-align:top;
    padding: 10px;
    border-top:1px solid #cccccc;
    background-color:#EEEEEE;
}
.comment-row-alt
{   
    vertical-align:top;
    padding: 10px;
    border-top:1px solid #cccccc;
    background-color:#FFFFFF;
}
.comment-form
{
	padding:10px; 
	background-color:#CCCCCC;
	border-top:1px solid #FFFFFF;
}
.comment-form .field
{
	float:left;
	width:110px;
	padding: 0px 10px 0px 0px;
	font-weight:bold;
}
.comment-form .required
{
	float: left;
	width: 15px;
	vertical-align: top;
}
.comment-form .value
{
	float:left;
	width:490px;
	padding: 0px 0px 0px 10px;
}

/*********************
BUTTONS
*********************/
.button
{
	color: #192222;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: url(../Images/button-bkg.gif) repeat-x #69903a;
	margin-bottom: 0px;
	cursor: pointer;
	border:1px solid #447744;
}
input.button
{
    /*width: 72px;*/
    height: 21px;
    padding:1px 3px 3px 3px;
}
a.button
{
   	padding: 1px 0px 1px 0px;
   	color: #192222;
   	text-decoration:none;
   	display: block;
	height: 16px;
	width:auto;
	text-align:center;
}
a.button-download
{
	border: none;
	background: url(../Images/download-btn.gif) no-repeat;
	margin-bottom: 10px;
	cursor: pointer;
	width:185px;
	height:62px;
	display:block;
}
/* * + html input.button
{
	padding: 1px 0px 2px 0px;
	margin-bottom: 0px;
}
* + html a.button
{
	display: block;
	height: 20px;
} */
.search-box
{
	width: 208px;
	margin: 1px 3px 0px 0px; 
	height: 16px;
	padding: 0px;
	float:left;
}
.search-box-rightcol
{
	width: 190px;
	margin: 1px 3px 0px 0px; 
	height: 16px;
	padding: 0px;
}
.more-btn, .more-btn:hover
{
	display:block;
	margin-top:3px;
	color:#74a79e;
}
div.more-btn-cont
{
    float:right;
    margin:0px 0px 10px 0px !important;
}
.more-rcol
{
    margin-top:10px;
    text-align:right;
}
/**********************
RELATED TOOLS
**********************/
ul.article-tools{
	padding:0px;
	margin:0px 0px 15px 15px;
	line-height:13px;
	float:left;
	display: block;
	/*border: 1px solid #d7d7d7;*/
	width: 203px;
}
.article-tools li{
	float:left;
	list-style-type: none;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	background-image: none;
	height: 16px;
}
.fbLikeButton,
.stumbleUponButton 
{
    float:right;
    margin:0 20px 15px 0;
}

/**********************
ARTICLES
**********************/
.article-boxout-container
{
	float: right;
	width: 220px;
	margin:0px 0px 5px 10px;
}
.article-image
{
	border: 1px solid #d7d7d7;
	width: 218px;
	text-align: center;
	margin-bottom: 10px;
}
h1.article-header
{   
    font-size:24px;
    font-family:inherit;
    font-weight:bold;
    color:#333333;
    margin-bottom:10px;
}
#articleContainer
{
    font-size:13px;
}
#articleContainer .lightgreytext
{
    margin-bottom:10px;
    font-size: 14px;
    line-height: 18px;
    color:#666666;
}
.box-border
{
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color:#CCCCCC;
    padding:10px;
    margin-bottom:10px;
}
.paging-button
{   
    font-size:17px;
}

/**********************
LATEST BOX HOMEPAGE
**********************/
.latest-box
{
    float:left;
    width:226px;
    padding-right:1px;
}
.latest-box-nb
{
    float:left;
    width:225px;
}
.latest-box-cont
{
    padding: 13px 13px 0px 13px;
    font-size:13px;
}
.latest-box-cont div
{
    margin:10px 0px 8px 0px;
}
* html div.bkg-fix
{
    height:10%;
}
div.bkg-fix
{
	background:url(../Images/div-fix-bkg.gif) repeat-y !important;
}

/**********************
ARTICLE LIST
**********************/
.lge-list-img
{
    float:left;
    width:200px;
}
.lge-list-txt
{
    float:left;
    width:448px;
}
.sml-list-img
{
    float:left;
    width:92px;
}
.sml-list-txt
{
    float:left;
    width:556px;
}

/**********************
DOWNLOADS
**********************/
.downloads-list
{
    float:left;
    width:305px;
    margin:0px 21px 5px 10px;
}
.downloads-list-alt
{
    float:left;
    width:299px;
    margin:0px 10px 5px 0px;
}
.downloads-list .dl-image, .downloads-list-alt .dl-image
{
    float:left;
    width:60px;
    height:60px;
    padding:15px 15px 0px 0px;
}
.downloads-list .dl-text
{
    float:left;
    width:229px;
    padding:15px 0px 0px 0px;
}
.downloads-list-alt .dl-text
{
    float:left;
    width:223px;
    padding:15px 0px 0px 0px;
}
.dl-text a, .dl-text a:hover
{
    font-weight:bold;
}
h1.dl-item-header
{
    color:#000000;
    font-size:24px;
    font-weight:bold;
}

/**********************
MAGAZINE
**********************/
.mag-subscribe h1
{   
    font-size:30px;
    color:#cc0000;
}
    
/**********************
USER REVIEWS
**********************/
.userreview img
{
	border: 0;
}
.productreview-desc
{
    width:240px;
    font-weight:bold;
    float:left;
    margin:0px 20px 0px 0px;
}
.productreview-scores
{
    width:152px;
    float:left;
}
.productreview-overall
{
    width:142px;
    height:49px;
    background: url(../images/overall-score-bkg.jpg) no-repeat;
    margin:0px 0px 10px 0px;
    padding: 32px 0px 0px 10px;
    color:#FFFFFF;
}
.productreview-user
{
    width:142px;
    height:59px;
    background: url(../images/user-score-bkg.jpg) no-repeat;
    padding: 32px 0px 0px 10px;
    color:#9EDD1F;
}
.userreview-score
{
    width:100px;
    height:48px;
    background: url(../images/user-score-wide-bkg.jpg) no-repeat;
    padding: 6px 0px 0px 120px;
    margin:0px 0px 10px 0px;
    color:#9EDD1F;
}
.userreview-score-cont
{
    width:57px;
    font-size:24px;
    text-align:right;
    font-weight:bold;
    font-family: Verdana, Arial, Sans-Serif;
}
.productreview-score-cont
{
    width:85px;
    font-size:38px;
    text-align:right;
    font-weight:bold;
    font-family: Verdana, Arial, Sans-Serif;
    line-height:38px;
}
.userreview-list
{
    width:71px;
    height:25px;
    background: url(../images/user-score-narrow-bkg.jpg) no-repeat;
    padding: 22px 0px 0px 10px;
    color:#9EDD1F;
    float:right;
}
.userreview-list-cont
{
    width:42px;
    font-size:18px;
    text-align:right;
    font-weight:bold;
    font-family: Verdana, Arial, Sans-Serif;
    line-height:18px;
}
.userreview-table-header
{
    background-color:#333333;
    color:#FFFFFF;
    padding:5px 5px 5px 5px;
    font-weight:bold;
}
.userreview-table-cell
{   
    padding:5px 5px 5px 5px;
}
.userreview
{
    overflow:hidden;
}
.userreview .summary, .userreview .summary a
{
	color: #333333;
	font-size: 18px;
	font-style:italic;
}

.userreview .byline
{
	color: #8D8D8D;
	font-size: 11px;
	padding: 5px 0px;
	clear: both;
}

.userreview .byline a
{
	color: #8D8D8D;
	font-size: 11px;
	font-weight: bold;
}

.userreview .details
{
	text-align: left;
	color: #8D8D8D;
	font-size: 11px;
}

.userreview .expandable
{
	float: left;
	text-align: right;
	width: 70px;
}

.userreview .expandable a
{
	font-weight: normal;
}

.userreview .content
{
	padding: 10px;
	background-color:#eeeeee;
	margin:0px 0px 10px 0px;
}

.userreview .pros
{
	float: left;
	width: 30px;
	padding:1px 0px 5px 10px;
	clear: both;
}

.userreview .prostext
{
	float: left;
	width: 350px;
	padding-bottom: 5px;
}

.userreview .footer
{
	clear: both;
	padding-top: 15px;
}

.userreview .login
{
	font-size: 11px;
	color: #FFFFFF;
	background: url(../images/userreview-login-bkg.gif) repeat-x top left #8bb15b;
	padding:10px;
}
.userreview .login h2
{
	color: #FFFFFF;
	font-size: 16px;
	margin:0px 0px 2px 0px;
	padding:0px;
}
.userreview .login a, .userreview .login a:hover
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:underline;
}

.userreview .tools
{
	float: left;
	/*width: 135px;*/
	width: 115px;
}

.userreview_paging
{
	text-align:right;
	color: #8D8D8D;
	font-size: 11px;
}

.userreview_paging a
{
	color: #8D8D8D;
	padding: 3px;
	font-size: 11px;
}

.userreview_paging a.page
{
	font-weight: normal;
}

.userreview_paging a.currentPage
{
	font-weight: bold;
}

.userreview_paging a.currentPage:hover
{
	text-decoration: none;
}
.item-imgleft
{
    width: 60px;
    float:left;
}
.userreview-boxout
{
    width: 210px;
    float:left;
}
.userreview-boxout .head
{
    padding-bottom: 2px;
}
.userreview-boxout .head a
{
    font-size: 13px !important;
}
.userreview-boxout .byline
{
    padding-top: 2px;
}
.userreview-boxout .details
{
    font-size:11px !important;
    color:#999999;
    padding:0px 0px 0px 0px;
}
.userreview-boxout .details a, .userreview-boxout .details a:hover
{
    font-size:11px !important;
}
.rating-heading
{   
    width:218px;
    height:23px;
    background: url(../images/product-rating-header.gif) no-repeat top left #dfe0e0;
}    
.rating-container
{   
    width:206px;
    background: url(../images/product-rating-bkg.gif) repeat-y top left #dfe0e0;
    padding:6px;
}    
.rating-footer
{   
    width:218px;
    height:4px;
    background: url(../images/product-rating-footer.gif) no-repeat top left;
    margin:0px 0px 10px 0px;
} 
.rating-score
{   
    width:206px;
    background: url(../images/product-rating-score.jpg) no-repeat top left;
    margin:8px 0px 0px 0px;
}  
.rating-ur-link
{
    float:left;
    width:83px;
    padding:24px 0px 0px 7px;
}
.rating-ur-link a, .rating-ur-link a:hover
{
    color:#9EDD1F;
    font-size:11px;
}

.userreview-boxout-score
{
    width: 47px;
    font-size: 13px;
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #666666;
    color: #CCCCCC;
    font-weight: bold;
    padding: 1px 3px 1px 0px;
    text-align: right;
}


/**********************
POPULAR TAGS
**********************/
.popular-tags
{
    text-align:center;
}
.popular-tags a, .popular-tags a:hover
{
    color:#9EDD1F;
    text-align:center;
}

/**********************
GOOGLE ADS
**********************/
#leftcolumn-large .google-ads-boxout
{
    border:0px solid #cccccc;
    width:638px;
    color:#000000;
    padding:10px 0px 0px 0px;
}
#rightcolumn .google-ads-boxout
{
    background-color:#292929;
    width:280px;
    padding-top:1px;
    color:#ffffff;
    padding:10px;
}
#leftcolumn-large fieldset
{
    width:636px;
    border:1px solid #CCCCCC !important;
    padding:0px 0px 0px 5px !important;
    margin:0px !important;
}
#rightcolumn fieldset
{
    width:273px;
    border:1px solid #999999 !important;
    padding:0px 0px 0px 5px !important;
    margin:0px !important;
}
#rightcolumn legend
{
    color:#FFFFFF;
}
fieldset
{
    padding:0px !important;
    margin:0px !important;
}
legend
{
    padding: 0px 5px !important;
}



/*********************
Latest Gallery Tooltips fix
**********************/
* .tooltipfix
{
	height: 100%;
}

.LatestGalleryContainer a, LatestGalleryContainer a:hover /* Fix to remove underline on non-existent link text */
{
	text-decoration: none;
	color: White;
}

.LatestGalleryImage img
{
	border: solid 1px #E1E1E1;
	margin:3px; 
	padding: 2px;
}

.LatestGalleryImage img:hover
{
	border: solid 3px #666666;
	margin:2px; 
	padding: 1px;
}

/*.LatestGalleryImage:hover{
color: #E1E1E1; /* irrelevant definition to overcome IE bug */
/*}*/

/* Atomic Challenge */

.ChallengeStage
{
    margin:22px;
    position:relative;
    font-family: Courier New;
    color:#00b000;    
    background: URL(../Images/stage-image.jpg) no-repeat;
    width:591px;
    height:502px;    
}

.ChallengeStage a
{
    color:#00ff00;
    text-decoration:blink;
}

.ChallengeInner
{
    position:absolute;
    top:130px;
    left:130px;
}

.ChallengeInner img
{
    position:relative;
    top:2px;
}
.challenge-complete
{
    width:221px;
    height:42px;
    background:url(../Images/challenge-complete.jpg) no-repeat;
    margin:  0px 0px 20px 200px;
    
}
.challenge-complete-txt
{
    color:#9EDD1F;
    float:left;
    font-size:27px;
    font-weight:bold;
    height:29px;
    line-height:29px;
    margin: 7px 0px 0px 16px;
    text-align:right;
    width:55px;
}


.staticiceResults
{
	/*font-size: 11px;*/
}



/*Google AFS Ads*/
.googleAFSAds{/*width:720px;*/padding:10px 10px 2px 10px;border:1px solid #EAE8E9;margin:0px 0px 10px 0px;clear:both;background-color:#FFFFFF;}
.googleAFSAds .googleTextAdsByGoogle{font-weight:bold;margin-bottom:5px;color:#333}
.googleAFSAds .GoogleAd{margin-bottom:8px;}
.googleAFSAds .GoogleAdLink{font-weight:bold;text-decoration:underline;}
.googleAFSAds .GoogleAdText a{color:#666;text-decoration:none;font-weight:normal;}
.GoogleAdURL a{color:#488000;}

/****************
COMPS
****************/
.wolf_question
{
    font-weight: bold;
    font-size: 14px;
}
.wolf_box, .wolf_box_highlight
{
    background-color: #ffffff;
    height: 25px;
    width: 27px;
    margin: 6px 2px 0px 0px;
    border: 1px solid #000000;
    text-transform: uppercase;    
    font-size: 20px;
    text-align: center;
    padding: 1px 0px 0px 0px;
}
.wolf_box_highlight
{
    background-color: #fff200;
}
.wolf_space
{
    padding-left: 14px;
}
.wolf_quote
{
    font-size: 26px;
}
/************************
Network
************************/
.network-bg
{
    background: url(../Images/network-bar-bg.jpg) repeat-y #5c5c5c;
}
.network-header
{
    color:#999999;
    font-size:16px;
    font-weight:normal;
    margin:0 0px 5px 0px;
    padding:0px 0 0px 0;
    font-weight:bold;
}
/*.network-header a
{
    font-size:16px;
    color:#999999;
}*/
.network-article
{
    padding:10px;
    width:205px;
}
.network-article a, 
.network-article a:hover
{
    color:#9FEE0D;
}
/*************
TABS
**************/
#mostreaddiscussedtabs .heading
{
    background: url(../Images/tabs-bkg.gif) repeat-x top left #292929;
    height:27px;
    padding:0px 0px 0px 10px;
    border-top:3px solid #292929;
    border-left:3px solid #292929;
    border-right:3px solid #292929;
}
.most-read
{
    background: url(../Images/tabs-read.gif) no-repeat top left;
    display:block;
    width:90px;
    height:27px;
    margin-right:5px;
    float:left;
    text-decoration:none;
    outline:none;
}
.most-discussed
{
    background: url(../Images/tabs-discussed.gif) no-repeat top left;
    display:block;
    width:123px;
    height:27px;
    float:left;
    text-decoration:none;
    outline:none;
}
.most-discussed:hover, .most-read:hover, .most-read-on:hover, .most-discussed-on:hover
{
    text-decoration:none;
    outline:none;
}
.most-read-on
{
    background: url(../Images/tabs-read.gif) no-repeat 0 -27px;
    display:block;
    width:90px;
    height:27px;
    margin-right:5px;
    float:left;
    text-decoration:none;
    outline:none;
}
.most-discussed-on
{
    background: url(../Images/tabs-discussed.gif) no-repeat 0 -27px;
    display:block;
    width:123px;
    height:27px;
    float:left;
    text-decoration:none;
    outline:none;
}


/*social bar on article*/

.social-bar
{
    width: 100%;    /*640px*/
    height: 21px;
    border-bottom: 1px dashed #EEEEEE;
    border-top: 1px dashed #EEEEEE;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;

}

.facebook-button
{
    float:left;
    width: 90px;
    height: 21px;
}


.twitter-button
{
    float:left;
    width: 120px;
    height: 21px;
    
}

.googleplus-button
{
    float:left;
    width: 90px;
    height: 21px;

   
}

.disqus-comment-count
{
    
    float:left;
    text-align:right;
    width: 320px;
    height: 21px;
    font-style: italic;
    overflow: hidden;
}

/************************
DISQUS
************************/
#dsq-content .dsq-request-user-logout, 
#dsq-account-dropdown, 
#dsq-toolbar-dropdown,
.dsq-avatar
{
    display:none;
}
.disqus-login
{
    border: 1px solid #cccccc;
    background: #EEEEEE;
    color: #000000;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#disqus_thread li
{
    background-image: none;
}
.dsq-comment-body
{
    padding: 0 !important;
}
.dsq-textarea-reply
{
    margin-left: 0 !important;
}
li.dsq-widget-item
{
    padding-bottom: 10px;
    margin: 0 0 10px 0 !important;
    border-bottom: 1px dotted #447744;
}
li.dsq-widget-item a
{
    color: #9EDD1F;
    font-weight: normal;
}
.dsq-comment-meta a,
.dsq-comment-actions a
{
    color: #666666;
}
#recentcomments .dsq-widget-meta a, 
a.powered-by,
a.powered-by:hover
{
    color: #9EDD1F;
    font-size: 11px;
}
#recentcomments a.dsq-widget-user
{
    color: #999999;
}
#recentcomments .dsq-widget-comment a
{
    color: #FFFFFF;
}
#dsq-content .dsq-more-button
{
    width: 600px !important;
}
#dsq-reactions .dsq-avatar
{
    display: block !important;
}

/************************
MAGAZINE POPOUT
************************/
#magazine-popout
{
    position: fixed;    
    height: 220px;
    border: 2px solid #154e19;
    border-left: none;
    width: 29px;
    top: 30%;
    display: none;
    z-index: 999;
}
#magazine-popout .toggle
{
    cursor: pointer;
}
#magazine-popout .inner
{
    position: absolute;
    left: -352px;
    bottom: 0;
    border: 2px solid #154e19;
    border-left: none;
    width: 295px;
    height: 200px;
    margin-left: 29px;
    padding: 10px;
    background: #FFFFFF;
    top: -2px;
    color: #000000;
    font-size: 14px;
}
#magazine-popout .inner img
{
    float: left;
    margin: 0 10px 10px 0;
}
#magazine-popout .inner a.small-margin
{
    margin: 0 0 5px 160px;
    width: 130px;
}
#magazine-popout .inner a.close
{
    margin: 0;
    position: absolute;
    right: -6px;
    top: 2px;
}

/************************
HOMEPAGE CAROUSEL
************************/
#homepageGallery {
	background:#000;
	border:1px solid #ccc;
	position:relative;	
	height:234px;	
	width:649px;
	float:left;	
	margin: 0px 15px 0px 15px;
	cursor:pointer;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/loading-bar-black.gif');
}

#homepageGallery div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:234px;
}

.slidetabs {
	display: none;
}

/* prev and next buttons */
.forward, .backward {
	position:absolute;
	display:block;
	height: 34px;
	width: 28px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	z-index:10;
	top: 78%;
}

* html .forward, * html .backward
{
	filter:alpha(opacity=50);
}

.forward:hover, .backward:hover
{
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.backward
{
	left: 87%;
	background: url('../images/fleche1.png') no-repeat center left;
}

* html .backward { background: url('../images/fleche1.gif') no-repeat center left; }

.forward
{
    right: 3%;
	background: url('../images/fleche2.png') no-repeat center right;
}

* html .forward { background: url('../images/fleche2.gif') no-repeat center right; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
