/*
	- 12-18-09: New CSS Definitions
	- Starting from scratch.  
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    line-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}

ol, ul { 
    list-style: none;
}

a, a:visited { 
    text-decoration: none;
    color: #253c87;
}

a.more {
    font-weight: bold;
    white-space: nowrap;
}

a:hover { 
    text-decoration: underline;
}

:focus { 
    outline: 0px;
}

.pagecontainer { 
    width: 978px;
    text-align: left;
    margin: 0px auto;
}

.backbox { 
    background-color: #f0f0f0;
    border: 1px solid #ababab;
    border-bottom:none;
    padding: 0px;
    margin: 0px auto;
    overflow: auto;	   
    position: relative;
}

.content_area { 
    width: 584px;
    overflow: hidden;
    background-color: #fcfcfc;
    margin: 5px 5px 10px;
    float: left; 
    position: relative;
}

.ls_content_area {
    width: 778px;
    overflow: hidden;
    background-color: #fcfcfc;
    margin: 5px 5px 10px 5px;
    float: right; 
}

.content_area h1 {
    font-family: Georgia,serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    border-bottom:1px solid #C3C3C3;
    color:#717171;
    margin:0 0 5px;
    padding:5px 10px;
    text-align:left;
}

.col1 {
    width: 180px;
    float: left;
}

.col1 #clubAds {
    margin: 0px auto;
}

.contentview {
    padding-top: 10px;
}

.full_content_area { 
    overflow: hidden;
    background-color: #fcfcfc;
    margin: 5px 5px 10px 5px;
}
  
h2 { 
    font-size: 26px;
    line-height: 26px;
    color: #717171;
    border-bottom: 1px solid #c3c3c3;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: normal; 
}

h3 { 
    font-size: 18px;
    line-height: 18px;
    color: #aaa;
    border: none;
    padding: 0;
    margin: 10px 0px 0px;
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-weight: normal; 
}

/* standardized aligns and floats */
.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/* right content area (it's the rail) */
.right_content { 
    width: 370px;
    margin: 0px 0px 10px;
    padding: 0px;
    position: relative;
    top: 5px;
    right: 5px;
    float: right; 
}

.right_content .r_box { 
    background-image: url('/img/gridtile.png');
    padding: 15px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
}

.right_content .r_ad_box { 
    background-image: url('/img/gridtile.png');
    padding: 20px 15px;
    margin-bottom: 10px;
    text-align: center; 
    clear: none;
    overflow: visible;
}

.right_content .r_ad_box .right {
    float: right;
    background: #fff;
}

.right_content .r_ad_box .left {
    float: left;
    background: #fff;
}

.right_content .gray { 
    background-color: #f6f6f6;
    padding: 0px;
    border: 1px solid #cecece; 
}

.right_content .white { 
    background-color: #ffffff; 
}

.right_content .gray .white { 
    margin: 10px;
    padding-top: 5px;
}

.right_content h2 { 
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    color: #717171;
    border-bottom: 1px solid #c3c3c3;
    padding: 5px 10px;
    margin: 0px 0px 5px 0px; 
    text-align: left;
}

.right_content h3 { 
    margin: 0px;
    padding: 0px 0px 0px 10px;
    text-align: left;
}

.right_content ul { 
    margin: 0px;
    padding: 0px 10px 5px 10px;
    list-style-type: none; 
}

.right_content li { 
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0px; 
}

.right_content li.last { 
    border-bottom: none; 
}

.right_content li.more { 
    border: none;
    text-align: right;
    padding-bottom: 0px; 
}

.right_content li.more a { 
    font-weight: bold; 
}

.right_content .r_box form { 
    margin: 8px;
}

.right_content .r_box form h3 { 
    margin: 5px 0px;
    padding: 0px;
}

.right_content .r_box input.input { 
    border: 1px solid #c3c3c3;
    color: #c3c3c3;
    width: 244px;
    height: 18px;
    margin-right: 5px;
    padding-left: 3px;
}

.right_content .r_box input.submit { 
    height: 23px;
    vertical-align: bottom; 
}

.right_content .r_box .advanced { 
    border-top: 1px solid #c3c3c3;
    margin: 10px;
    padding-top: 5px;
    text-align: right; 
}

.right_content .r_box .advanced a { 
    font-weight: bold; 
}

/* border styles */
.chisel_u { 
    border: 2px solid #c3c3c3;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}

.chisel_d { 
    border: 1px solid #e4e4e4;
    border-top: 2px solid #c3c3c3;
    border-left: 2px solid #c3c3c3;
}

.chisel_t { 
    /*border: 1px solid #e4e4e4;
    border-left: 2px solid #c3c3c3;*/
    border-top: 2px solid #253C87;
}

/* button styles */
.button { 
    border: 2px solid #aaa;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    padding: 3px;
    background:#fafafa; 
}

.button:hover { 
    border: 2px solid #aaa;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background:#f3f3f3;
    text-decoration: none;
}

.button a {
    text-decoration: none;
}

.browsebutton { 
    width: 70px;
    float: right;
}

/* text sizes for adjustable content view */
.sm { 
    font-size: 12px;
    line-height: 20px;
}

.med { 
    font-size: 15px;
    line-height: 22px;
}

.lg { 
    font-size: 18px;
    line-height: 25px;
}

/* dividers */
.singlebar { 
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #ababab;
    clear: both;
}

.triplebar { 
    margin: 5px 0px;
    padding: 0px;
    height: 5px;
    line-height: 5px;
    background-image: url('/img/tripleline.png');
    clear: both;
    overflow: hidden;
}

.statusbar {
    margin: 5px 5px 5px;
    padding: 3px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    clear: both;
}

.ClearIt, .clearit {
    clear: both; 
    display: block;
    padding-bottom: 1px;
    margin-bottom: -1px;
}


/* head stuff */
.leaderboard { 
    height: 100px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.leaderboard .logo { 
    float: left;
    clear:left;
}

.leaderboard .pagename { 
    clear: left;
    color: #615f5f;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
}

.sitenav { 
    margin-bottom: 10px;
}

.copyright { 
    color: #dbdbdb;
    font-size: 10px;
    padding: 10px;
    text-align: center;
    clear: both;
}

.copyright a { 
    color: #dbdbdb;
}

/* tab style */
ul.tabs { 
    margin: 0px 0px 0px 1px;
    padding: 0px;
    z-index: 1;
    height: 26px;
}

ul.tabs li.tab {
    float: left;
    text-align: center;
    background-color: #e4e4e4;
    padding: 5px 10px 4px;
    border: 1px solid #c3c3c3;
    border-bottom: none;
    /*border-bottom: 2px solid #253c87;*/
    cursor: pointer;
    margin-right: 2px; 
    color: #666;
    margin-bottom: -3px;
    bottom: 0px;
    position: relative;
}

ul.tabs li.active { 
    background-color: #253c87;
    cursor: auto;
    color: #fff;
    border: 1px solid #253c87;
    border-bottom: 2px solid #253c87;
}  

/* section link colors */
.art a { color: #330870; } 
.bestof a { color: #d66b28; }
.film a { color: #005e68; }
.music a { color: #3817bc; }
.news a { color: #3f1020; }
.promotions a, .theads a { color: #9e1869; }
.readerrecommendations a { color: #d35b12; }
.restaurants a { color: #0d88eb; }
.slideshow a { color: #994ab1; }
.city a { 
	color: #253c87;

}

/* calendar popup */
/* new datepicker style */
.ui-datepicker-trigger {
    cursor: pointer;
}

#ui-datepicker-div,
.hasDatepicker {
    border: 1px solid #253c87;
    background: #eee;
    font-size: 10px;
    width: 162px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #253c87;
    z-index: 1000;
}

#ui-datepicker-div table,
.hasDatepicker table {
    margin: 3px;
    border-collapse: separate;
}

#ui-datepicker-div thead,
.hasDatepicker thead {
    background: #eee;
    text-transform: uppercase;
}

#ui-datepicker-div td,
.hasDatepicker td {
    width: 20px;
    height: 18px;
    background: #fff;
    text-align: center;
    font-weight: bold;
}

td.ui-datepicker-unselectable {
    background: #eee;
}

#ui-datepicker-div td a,
.hasDatepicker td a {
    display: block;
    height: 18px;
    width: 20px;
    line-height: 16px;
    text-decoration: none;
}

#ui-datepicker-div td a:hover,
.hasDatepicker td a:hover {
    background: #253c87;
    color: #fff;
}

.ui-datepicker-prev,
.ui-icon-circle-triangle-w {
    background-color: #253c87;
    /* background-image: url('/img/arrow-left-tiny.png'); */
    background-position: 0px 2px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 15px;
    cursor: pointer;
}

.ui-datepicker-next,
.ui-icon-circle-triangle-e {
    background-color: #253c87;
    /* background-image: url('/img/arrow-right-tiny.png'); */
    background-position: 1px 2px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 20px;
    width: 15px;    
    cursor: pointer;
}

.ui-datepicker-today a {
    color: #fff;
    background: #253c87;  
}

.ui-datepicker-current,
.ui-datepicker-close,
.ui-datepicker-clear {
    display: none;
}
.ui-datepicker-new-month,
.ui-datepicker-new-year {
    font-size: 9px;
}

.smallSpan {
	font-size:9px;
}

.emSpan {
	font-style:italic;
}
.IMGLeft, .imgleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.IMGRight, .imgright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.SubHead{
	border-bottom:0px;
	border:0px;
	padding:0px;
	margin:10px 0px 10px 0px;
	font-size:18px;
	color:#717171;
	display:block;
}

/* --- End default.css --- */
/* --- Start /home/httpd/public/app_frame2/webroot/css/Ads.css --- */

.Ads {
    margin: 0px auto;
 }

.Ads#Medium {
    height: 250px;
    width: 300px;
 }
 
.Ads#Medium1 {
    width: 300px;
 }

.Ads#false {
    height: 250px;
    width: 300px;
 }

.Ads#Middle {
    /*height: 250px;*/
    width: 300px;
 }

.Ads#Top {
    height: 90px;
    width: 728px;
    float: right;
    margin: 0px;
 }

.Ads#TopLeft {
    height: 100px;
    width: 300px;
    float: left;
    margin: 0px;
 /*   border: 1px solid #000; */
    position: absolute;
    top: 0px;
    left: 0px;
 }
.Ads#TopRight {
    height: 100px;
    width: 300px;
    float: right;
    margin: 0px;
/*    border: 1px solid #000; */
    position: absolute;
    top: 0px;
    right: 0px;
 }
 
 
.Ads#Left {
    height: 600px;
    width: 160px;
    margin: 10px auto;
 }
 
.Ads#Bottom {
    margin: 0px auto;
    height: 90px;
    width: 728px;
    clear: both;
 }

.bottomAd { 
    background: #f0f0f0;
    /*border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;*/
    padding: 0px 0px 10px;
    margin: 0px;
    overflow: auto;
    text-align: center;
} 

.r_ad_box .Ads#Middle,
.r_ad_box .Ads#Middle1 {
    margin-left: auto;
    margin-right: auto;
    /*height: 250px;
    width: 300px;*/
}

.Ads#x11,
.Ads#x12,
.Ads#x13,
.Ads#x14,
.Ads#x15,
.Ads#x16 {
    height: 90px;
    width: 728px;
    margin: 15px auto 10px;
    padding: 0px;
    float: none;
    display: block;
    clear: both;
 }

/* --- End /home/httpd/public/app_frame2/webroot/css/Ads.css --- */
/* --- Start /home/httpd/public/app_frame2/webroot/css/Footer.css --- */

/* foot stuff */
.footer { 
    background: #e3e3e3; 
    text-align: center;
    color: #b1b1b1;
    /*border: 1px solid #ababab;*/
    border-top:1px solid #ccc;
    text-align: center;
    padding: 10px 0px;
    font-size: 10px;
    clear: both;
}

.footer a, footer a:link { 
    font-weight: bold;
    color: #656565;
}

.footer img { 
    border: none;
    vertical-align: text-top;
}

/* home version */
.home .footer { 
    border: 1px solid #ababab;
    border-top: none;
    font-size: 9px;
    padding: 5px 0px;
    width: 788px;
    float: right;
}


/* --- End /home/httpd/public/app_frame2/webroot/css/Footer.css --- */
/* --- Start /home/httpd/public/app_frame2/webroot/css/NavigationIndex.css --- */

#nav {
    width: 978px;
    position: relative;
    z-index: 99;
}

/* top nav area */
#navMain{
    height: 40px;
    text-indent: -1000em;
    width: 100%;
}
#navMain ul.nav {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 40px;
}
#navMain li.topMenu {
    float: left;
    position: relative;
    z-index: 1000;
    height: 40px;
}
li.menuLi:hover ul {
    display: block;   
}
#navMain a.top {
    background: url(/img/nav_template_both.jpg) no-repeat;
    display: block;
    height: 40px;
    text-indent: -1000em;
    outline: none;
}
#navMain form {
    text-indent: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}
#navMain form input.searchInput {
    height: 30px; 
    width: 284px;
    font-size: 16px;
    background: url( /img/nav_search_background.jpg ) top left no-repeat;
    border: 1px solid #515151;
    padding-top: 5px;
    padding: 5px 2px 2px 5px;
    font-family: Arial,sans-serif;
    float: left;
    margin: 4px 0px 4px 2px;
}

#navMain form input#searchSubmit {
    float: left;
    margin: 4px 0px 4px 6px;
}

/* News Menu Item */
#nav-news {
    width: 64px;
}
#nav-news a.top{
    background-position: 0px 0px;
}
#nav-news:hover a.top,
#nav-news a.top:hover,
#nav-news.navHover a.top,
#nav-news a.navHover {
    background-position: 0 -40px;   
}

/* Music Menu Item */
#nav-music{
    width: 68px;
}
#nav-music a.top{
    background-position: -64px 0px;
}

#nav-music:hover a.top,
#nav-music a.top:hover,
#nav-music.navHover a.top,
#nav-music a.navHover {
    background-position: -64px -40px;   
}

/* Calendar Menu Item */
#nav-calendar{
    width: 82px;
}
#nav-calendar a.top{
    background-position: -132px 0px;
}

#nav-calendar:hover a.top,
#nav-calendar a.top:hover,
#nav-calendar.navHover a.top,
#nav-calendar a.navHover  {
    background-position: -132px -40px;   
}

/* Restaurant Menu Item */
#nav-restaurants{
    width: 108px;
}
#nav-restaurants a.top{
    background-position: -214px 0px;
}

#nav-restaurants:hover a.top,
#nav-restaurants a.top:hover ,
#nav-restaurants.navHover a.top,
#nav-restaurants a.navHover  {
    background-position: -214px -40px;   
}

/* Search Area */
#nav-search{
    width: 340px;
}
#nav-search a.top{
    background-position: -322px 0px;
}


/* Arts Menu Item */
#nav-arts{
    width: 60px;
}
#nav-arts a.top{
    background-position: -662px 0px;
}

#nav-arts:hover a.top,
#nav-arts a.top:hover,
#nav-arts.navHover a.top,
#nav-arts a.navHover {
    background-position: -662px -40px;   
}

/* Film Menu Item */
#nav-films{
    width: 70px;
}
#nav-films a.top{
    background-position: -722px 0px;
}

#nav-films:hover a.top,
#nav-films a.top:hover,
#nav-films.navHover a.top,
#nav-films a.navHover {
    background-position: -722px -40px;   
}

/* Movies Menu Item */
#nav-movies{
    width: 70px;
}
#nav-movies a.top{
    background-position: -722px 0px;
}

#nav-movies:hover a.top,
#nav-movies a.top:hover,
#nav-movies.navHover a.top,
#nav-movies a.navHover {
    background-position: -722px -40px;   
}

/* The Ads Menu Item */
#nav-the_ads{
    width: 84px;
}
#nav-the_ads a.top{
    background-position: -792px 0px;
}

#nav-the_ads:hover a.top,
#nav-the_ads a.top:hover,
#nav-the_ads.navHover a.top,
#nav-the_ads a.navHover {
    background-position: -792px -40px;   
}

/* Classifieds Menu Item */
#nav-classifieds{
    width: 102px;
}
#nav-classifieds a.top{
    background-position: -876px 0px;
}

#nav-classifieds:hover a.top,
#nav-classifieds a.top:hover,
#nav-classifieds.navHover a.top,
#nav-classifieds a.navHover {
    background-position: -876px -40px;   
}

/* Top Nav submenu contents */
ul.subNav {
    position: absolute;
    display: none;
    z-index: 999999;
    margin: 0px;
    margin-left: 1px;
    margin-top: -1px;
    padding: 0px;
    list-style-type: none;
    font-size: 11px;
    white-space: nowrap;
    border: 2px solid #e2e2e2;
    border-top: 1px dotted #e2e2e2;
    padding: 2px 8px 4px;
    text-indent: 0px;
    background-color: white;
    z-index: 999999;
}
ul.subNav li {
    border-bottom: 1px solid #e3e3e3;
    margin: 1px 0px;
    padding: 4px 5px 3px 5px;
    font-family: @FontPrimary@;
    font-size: 11px;
    line-height: 13px;
    z-index: 999999;
}
ul.subNav li a{
    text-decoration: none;
    background-color: #ffffff;
    color: #8b8b8b;
    z-index: 999999;
}

ul.subNav li:hover a,
ul.subNav li:hover,
ul.subNav li a:hover {
    text-decoration: underline;
    background-color: #a2a2a2;
    color: white;
    z-index: 999999;
}
#sub-nav-news {
    left: 0px;
}
#sub-nav-music {
    left: -20px;
}
#sub-nav-calendar {
    left: -30px;
}
#sub-nav-restaurants {
    right: -10px;  
}
#sub-nav-arts {
    left: -40px;   
}
#sub-nav-films {
    left: -20px;   
}
#sub-nav-the_ads {
    right: -5px;
}
#sub-nav-classifieds {
    right: -1px;   
}
/* end top nav */

/* bottom nav */
#navBottom{
    height: 18px;
    text-indent: -1000em;
    width: 100%;
    margin-left: 1px;
}
#navBottom ul.nav {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 18px;
}
#navBottom li.bottomMenu {
    float: left;
    position: relative;
    height: 18px;
    z-index: 999;
}
#navBottom a.bottom {
    background: url(/img/nav_bottom_template_both.jpg) no-repeat;
    display: block;
    height: 18px;
    text-indent: -1000em;
    outline: none;
}

/* Blogs Menu Item*/
#nav-blogs {
    width: 97px;
}
#nav-blogs a.bottom{
    background-position: 0px 0px;
}
#nav-blogs:hover a.bottom,
#nav-blogs a.bottom:hover,
#nav-blogs.navHover a.bottom,
#nav-blogs a.navHover {
    background-position: 0px -18px;   
}

/* Columns Menu Item*/
#nav-columns {
    width: 109px;
}
#nav-columns a.bottom{
    background-position: -97px 0px;
}
#nav-columns:hover a.bottom,
#nav-columns a.bottom:hover,
#nav-columns.navHover a.bottom,
#nav-columns a.navHover {
    background-position: -97px -18px;   
}

/* Best Of Menu Item*/
#nav-best_of {
    width: 128px;
}
#nav-best_of a.bottom{
    background-position: -206px 0px;
}
#nav-best_of:hover a.bottom,
#nav-best_of a.bottom:hover,
#nav-best_of.navHover a.bottom,
#nav-best_of a.navHover {
    background-position: -206px -18px;   
}

/* Bars & Clubs Menu Item*/
#nav-barsclubs {
    width: 127px;
}
#nav-barsclubs a.bottom{
    background-position: -334px 0px;
}
#nav-barsclubs:hover a.bottom,
#nav-barsclubs a.bottom:hover,
#nav-barsclubs.navHover a.bottom,
#nav-barsclubs a.navHover {
    background-position: -334px -18px;   
}

/* Archives Menu Item*/
#nav-archives {
    width: 101px;
}
#nav-archives a.bottom{
    background-position: -461px 0px;
}
#nav-archives:hover a.bottom,
#nav-archives a.bottom:hover,
#nav-archives.navHover a.bottom,
#nav-archives a.navHover {
    background-position: -461px -18px;   
}

/* Reader Recommendations Menu Item*/
#nav-reader_recommendations {
    width: 146px;
}
#nav-reader_recommendations a.bottom{
    background-position: -562px 0px;
}
#nav-reader_recommendations:hover a.bottom,
#nav-reader_recommendations a.bottom:hover,
#nav-reader_recommendations.navHover a.bottom,
#nav-reader_recommendations a.navHover {
    background-position: -562px -18px;   
}

/* Promotions Menu Item*/
#nav-promotions {
    width: 141px;
}
#nav-promotions a.bottom{
    background-position: -708px 0px;
}
#nav-promotions:hover a.bottom,
#nav-promotions a.bottom:hover,
#nav-promotions.navHover a.bottom,
#nav-promotions a.navHover {
    background-position: -708px -18px;   
}

/* Site Map Menu Item*/
#nav-coupons {
    width: 129px;
}
#nav-coupons a.bottom{
    background-position: -850px 0px;
}
#nav-coupons:hover a.bottom,
#nav-coupons a.bottom:hover,
#nav-coupons.navHover a.bottom,
#nav-coupons a.navHover {
    background-position: -850px -18px;   
}

/* Bottom Nav submenu contents */
ul.bottomSubNav {
    position: absolute;
    display: none;
    z-index: 999998;
    margin: 0px;
    margin-left: 1px;
    margin-top: -1px;
    padding: 0px;
    list-style-type: none;
    font-size: 11px;
    white-space: nowrap;
    border: 2px solid #e2e2e2;
    border-top: 1px dotted #e2e2e2;
    padding: 2px 8px 4px;
    text-indent: 0px;
    background-color: white;
    z-index: 999998;
}
ul.bottomSubNav li {
    border-bottom: 1px solid #e3e3e3;
    margin: 1px 0px;
    padding: 3px 5px;
    font-family: @FontPrimary@;
    font-size: 11px;
    line-height: 13px;
    z-index: 999998;
}
ul.bottomSubNav li a{
    text-decoration: none;
    background-color: #ffffff;
    color: #8b8b8b;
    z-index: 999998;
}
ul.bottomSubNav li:hover,
ul.bottomSubNav li:hover a,
ul.bottomSubNav li a:hover {
    text-decoration: underline;
    background-color: #a2a2a2;
    color: white;
    z-index: 999998;
}

/* bottomSubNav content display area */
#bottom-sub-nav-blogs {
    left: 0px;   
}
#bottom-sub-nav-columns {
    left: 15px;
}
#bottom-sub-nav-best_of {
    right: -10px;   
}
#bottom-sub-nav-barsclubs {
    left: 15px;
}
#bottom-sub-nav-promotions {
    left: 16px;   
}

/* --- End /home/httpd/public/app_frame2/webroot/css/NavigationIndex.css --- */
.rmbar {
    background: #f8f8f8;
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
 }

.rmbar a {
    text-decoration: none;
    color: #@CityColor@;
 }

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

.rmbar .main {
    margin: 0px auto;
    width: 978px;
    font-size: 10px;
    line-height: 20px;
    font-family: arial;
    overflow: hidden;
 }

.rmbar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
 }

.rmbar ul li {
    border-left: 1px solid #ffffff;
    float: left;
    height: 20px;
    overflow: hidden;
 }

.rmbar ul li.weather {
    border-left: none;
 }

.rmbar ul li.weather img {
    border: none;
 }

.rmbar ul li.recent {
    width: 80px;
    text-align: center;
    padding: 0;
    margin: 0;
 }

.rmbar ul li.slide {
    width: 80px;
    text-align: center;
    padding: 0;
    margin: 0;    
 }

.rmbar ul li.right {
    text-align: right;
    display: block;
    width: 600px;
    border-right: none;
    position: relative;
    top: 0;
 }

.rmbar ul li.right form {
    display: inline;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    position: absolute;
    top: -5px;
    left: 287px;
    overflow: hidden;
    height: 28px;
 }

.rmbar ul li.right form input {
    height: 20px;
    margin: 0;
    padding: 0;
 }

.rmbar ul li.right form input.text {
    border: 2px solid #c8c8c8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 9px;
    height: 14px;
    width: 200px;
    color: #c8c8c8;
    padding-left: 5px;
    position: relative;
    top: -1px;
 }

.rmbar ul li.right form input.text:focus {
    color: #000;
 }

.rmbar ul li.right form input.cityback {
    position: relative;
    top: 5px;
 }

.rmbar ul li.right span.signup {
    float: left;
    margin-left: 5px;
 }

.rmbar ul li.right span.login,
.rmbar ul li.right span.logout {
    padding: 5px 0px 5px 5px;
    border-left: 1px solid #fff;
    height: 20px;
    line-height: 24px;
 }

.rmbar ul li.right span.logout {
    padding-right: 5px;
}
 
.rmbar ul li.right span.welcome {
    font-size: 12px;
    margin-right: 5px;
}

/* city color-based scheme */
.rmblue {
    background-color: #90a2ff;
    color: #fff;
}

.rmblue a {
    color: #fff;
}

.rmblue .recent {
    background-color: #6c82ff;
}

.rmblue .slide {
    background-color: #4246fb;
}

.rmblue .right {
    background-color: #0020cf;
    font-weight: bold;
}

.rmblue .login {
    background-color: #90a2ff;
    position: relative;
    top: -2px;
    font-weight: normal;
    letter-spacing: 1px;
}

.rmred {
    background-color: #f35f5f;
    color: #fff;
}

.rmred a {
    color: #fff;
}

.rmred .recent {
    background-color: #f14342;
}

.rmred .slide {
    background-color: #ee1e1e;
}

.rmred .right {
    background-color: #a40e0e;
    font-weight: bold;
}

.rmred .login {
    background-color: #f35f5f;
    position: relative;
    top: -2px;
    font-weight: normal;
    letter-spacing: 1px;
}

#blog_header {
    margin-bottom: 10px;
}

#top_stories_container{
	height:100px;	
    margin:0px auto 10px;
	background-color:#E0E0E0;
	overflow:hidden;
}

#top_stories_header {
    height: 100px;
    width: 140px;
	float:left;
	background-image:url('/img/topscroll-l.png');    
}
#top_stories_header_title{
	width:95px;
	float:left;
	height:85px;
	margin-top:10px;
	text-align: right;
}
#top_stories_header_title .ts1 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 8px 8px 6px 0px;
    font-weight: normal;
	color: #6c6c6c;
}
#top_stories_header_title .ts2 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    font-family: Georgia,serif;
    font-style: italic;
    letter-spacing: -2px;
    font-variant: normal;
    text-transform: lowercase;
	margin: 0px 10px 4px 0px;
}
#top_stories_header_title .ts3 {
    font-size: 16px;
    line-height: 100%;
	text-transform: uppercase;
	color:#6c6c6c;
	font-weight: bold;
	margin-top: 10px;		
}

#top_stories_slider {
    clear: both;
    height: 100px;
}

.top_stories_jCarouselLite {
	float:left;
	overflow: hidden;
	/*display: block;
	position: relative;
	visibility: visible;
	z-index: 1;
	width: 780px;*/
}

.top_stories_jCarouselLite_prev {
    cursor: pointer;
	width: 140px;
	height:100px;
	display:block;
	float:left;
    background-color: #6c6c6c;
    position: relative;
    overflow: hidden;
    z-index:2;
}

.top_stories_jCarouselLite_next {
    position: relative;
	float:right;
    top: 0px;
    right: 0px;
    width: 56px;
    height: 100px;
    background-image: url('/img/topscroll-r.png');
    background-color: #6c6c6c;
    cursor: pointer;
    z-index:2;
}

.top_stories_jCarouselLite_prev:hover,
.top_stories_jCarouselLite_next:hover {
	text-decoration:none;
    background-color: #8f8f8f;
}

.top_stories_jCarouselLite ul { 
/*margin: 0px;
padding: 0px;
position: relative;
list-style-type: none;
z-index: 1;
width: 1170px;
left: -780px;*/
overflow: hidden;
}

.top_stories_jCarouselLite li {
	/*width: 183px;*/
	/*float: left;*/
	overflow: hidden;
	height: 100px;
	font-size:.6em;
	position: relative;
	/*padding: 0px 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #c6c6c6;*/
	background-color: #E0E0E0;
}	

.top_stories_jCarouselLite li div {
	padding-left:3px;
	padding-top:5px;
}

.top_stories_jCarouselLite li .liInner {
	padding: 0px 5px;
	height: 100px;
	border-left: 1px solid #fff;
	border-right: 1px solid #c6c6c6;
}

.top_stories_jCarouselLite li img {
    float: left;
    margin: 0px 5px 25px 0px;
    clear: left;
    height: 75px;
    width: 75px;
}
.top_stories_source,
.top_stories_source a
 {
    font-family: Impact, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #a5a5a5;
    padding: 0px;
    margin: 0px;
    height: 16px;
    overflow: hidden;
}
.top_stories_headline{
    font-size: 12px;
	height:58px;
	overflow:hidden;
    font-weight: bold;
    line-height: 14px;
    border: none;
    margin: 0px;
    padding: 0px;
}
.top_stories_author {
    font-size: 10px;
    color: #a5a5a5;
    margin: 0px;
    position: absolute;
}
.top_stories_title {
	height:49px;
	overflow:hidden;
}


.contentview .content_head h3 { 
    font-size: 14px;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #717171; 
}

.contentview p { 
margin: 10px 0px;
font-size: 14px;
}

.contentview .content_head { 
    padding: 5px 10px 0px 10px; 
}

.contentview .content_head .byline { 
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #888;
    margin: 10px 0px 0px 0px; 
}

.contentview .content_head .byline .commentlink { 
    font-weight: normal;
    float: right; 
}

.contentview .content_head .byline .pubdate { 
    font-weight: normal;
    font-style: italic; 
}

.contentview .content_img { 
    margin: 5px 10px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #c3c3c3;
    font-family: "Helvetica Neue",Arial,sans-serif;
    color: #717171;
    font-size: 11px; 
}

.contentview .content_img .cred { 
    text-align: right;
    font-size: 10px;
    font-style: italic;
}

.contentview .continued { 
    padding-right: 10px;
    text-align: left; 
}

.contentview .continued a { 
    padding-left: 10px;
    font-size: 14px;
    font-style: italic;
    color: #888; 
}

.contentview .content_body { 
    padding: 5px 10px;
    font-family: Georgia,serif;
}

.contentview .content_body p { 
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-family: Georgia,serif;
}


.contentview .bottomlinks { 
    font-size: 10px;
    border-top: 1px dotted #c3c3c3;
    padding: 10px 0px 0px 0px;
    margin: 0px 10px;
    clear: both; 
}

.contentview .bottomlinks .besocial { 
float: right;
width: 200px;
}

.contentview .bottomlinks .articlelinks { 
width: 345px;
float: left;
}

.contentview .bottomcommentlink { 
    margin: 10px;
    color: #888;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    overflow: auto; 
}

.contentview .bottomcommentlink img { 
    margin-right: 10px; 
}

.besocial { 
    float: right;
    text-align: center;
    font-size: 10px;
    color: #c3c3c3;
}

.besocial table { 
    border-collapse: collapse;
    margin: 0px auto 5px;
} 

.besocial table td { 
    border: 1px solid #c3c3c3;
    padding: 2px;
}

.besocial table td.label { 
    border: none;
    vertical-align: middle;
    padding-right: 5px;
} 

.besocial table td img { 
    border: none;
}

.badges { 
    white-space: nowrap;
    border: 1px solid #c2c2c2; 
    width: 215px;
    float: right;
}

.badges table { 
    padding: 0px 0px 5px 5px;
    width: 100%;
}

.badges td { 
    text-align: center;
    margin: 4px;
    padding: 0px;
    width: 60px;
}

.badges td img { 
    border: none;
}

/* Start of new redesign code */
.entry {
    border-bottom: 1px solid #888;
    margin: 0px 7px 7px 15px;
    padding-bottom: 10px;
}

.entry .primaryCategory {
    font-size: 14px;
    font-weight: bold;
}

.entry h2 {
    padding: 5px 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.entry h2.entry_headline {
    float: left;
    width: 490px;
    margin-bottom: 10px;
}

.entry .tweetmeme {
    float: right;
    width: 60px;
    margin-bottom: 10px;
}

.entry .byLine {
    float: left;
    font-size: 12px;
    color: #999999;
}

.entry .commentCount {
    font-size: 12px;
    float: right;
    /*text-decoration: underline;*/
    text-align:right;
}

.entry .commentCount img {
    /*margin-bottom: -8px;*/
    /*float: right;*/
    margin-left: 3px;
}

.entry .categories {
    font-size: 12px;
    color: #999999;
    clear: left;
    font-weight: bold;
}

.entry .body {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0px;
    clear: both;
    font-family: Georgia, Times New Roman, Times, serif;
}

.entry .body p {
    margin: 10px 0px;
}

.entry .body blockquote {
    display: block;
    margin: 10px;
    padding: 10px;
    background-color: #EEE;
}

.entry .body ul {
    list-style-type: disc;
    list-style-position: inside;
}

.entry .image .credit {
	text-align: right;
	font-size: 10px;
	height: 15px;
	color: #888888;
	font-weight: bold;
	line-height: 13px;
	font-style: normal;
}

.entry .image .caption {
	text-align:left;
	font-size: 11px;
	color: #888888;
	font-weight: bold;
	line-height: 13px;
	font-style: normal;
}

.entry .image .caption em {
	font-style: normal;
}

.entry .body .left {
	float: left;
	margin: 0 10px 10px 0;
}

.entry .body .right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.entry .body .center {
	text-align: center;
	display: block;
	margin: 0px auto 10px;
}

.entry .body .moreLink { 
font-weight: bold;
font-size: 14px;
}

.entry .tagsBadges {
    clear: both;
	margin: 10px 0px;
}

.entry .tags {
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}

.entry .tags h4 {
    color: #999999;
    font-size: 16px;
}

.entryFooter {
    clear: both;
    height: 30px;
    border-top: 2px dotted #ccc;
    padding-top: 5px;
}

.entryFooter .comments {
    float: left;
    font-size: 12px;
}

.entryFooter .comments img {
    margin-bottom: -5px;
}

.right_content .tipLink {
    border-top: 1px solid #C3C3C3;
    padding-top: 7px;
    text-align: center;
}

/* readers right rail widget */
.readersrail .white {
    height: 85px;
    background: #f7f7f7; 
}

.readersrail h6 {
    line-height: 26px;
    border-bottom: 1px solid #d1ced7;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    letter-spacing: -1px;
}

.readersrail .lower {
    border-top: 1px solid #fff;
}

.readersrail .lower form {
    margin-top: 8px;
}

.readersrail .lower form input.text {
    width: 250px;
    margin: 0px 5px 0px 5px;
    font-size: 20px;
    padding: 3px 5px 4px;
    height: 30px;
    color: #999;
}

.readersrail .lower form input.cityback {
    vertical-align: top;
}			

.right_content .tools .searchbox {
    float: left;
    width: 220px;
}

.right_content .tools .searchbox h3 {
    color: #888888;
    font-size: 16px;
    width: 220px;
}

.right_content  #categoryArchive {
float: left; 
margin-right: 3px;
width: 185px;
margin-bottom: 10px; 
}

.right_content  #monthlyArchive { 
float: right;
width: 100px;
margin-bottom: 10px;
}

.right_content  #categoryArchive,
.right_content  #monthlyArchive
 {
 margin-top: 10px;
}

.right_content .tools .follow {
    float: right;
    width: 95px;
    bor
}

.right_content .tools .follow h4 {
    font-size: 12px;
    color: #CCCCCC;
}

/* -------------------------------------- Slideshow widget -------------------------------------- */

.right_content .SlideshowWidget h2 span {
text-transform: lowercase;
}

.right_content .SlideshowWidget .gtgt {
display: none;
}

.right_content .SlideshowWidget ul { 
width: 320px;
}

.right_content .SlideshowWidget ul li {
float: left;
border-bottom: none;
border-bottom: 1px solid #d6d6d6;
background-color: #fff;
width: 100%;
}
			
.right_content .SlideshowWidget a {
  font-size: 14px;
  width: 110px;
}

.right_content .SlideshowWidget ul li .Thumbnail_Image { 
   width: 185px;
   float: left;
   margin-right: 5px;
   clear: left;
}

.right_content .SlideshowWidget img {
	float: left;
	padding-right: 5px;
}

.right_content .SlideshowWidget .More_Link {
    float: right;
    margin-right: 5px;
    margin-bottom: 3px; 
}

/* -------------------------------------- SearchEvents widget -------------------------------------- */

.right_content .search_event h3 { 
    margin-top: 5px; 
}

.right_content .search_event h2 span {
    float: right;
    position: relative;
    top: 5px;
    right: -5px;
}

.right_content .search_event input { 
    font-size: 11px; 
}  

.right_content .search_event select { 
    width: 320px;
    margin-bottom: 5px;
    font-size: 11px; 
}

.right_content .search_event hr { 
    margin: 10px 5px 5px;
    color: #c3c3c3;
    height: 1px;
    background-color: #c3c3c3;
    border: none; 
}

.right_content .search_event input.zipcode { 
    width: 70px;
    padding-left: 3px; 
}

.right_content .search_event input.keyword { 
    width: 150px;
    float: right;
    padding-left: 3px; 
}

.right_content .search_event input.submit { 
    float: right;
    margin-left: 10px; 
}

.right_content .search_event .lower ul li { 
    overflow: auto;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0px;
    line-height: 15px; 
}

.right_content .search_event .lower ul li.event { 
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0px;
    line-height: 15px; 
    clear:both;
}


.right_content .search_event .lower ul li.submitevent { 
    overflow:hidden;
    clear: both;
}


.right_content .search_event .lower ul li.more { 
    border: none; 
}

.right_content .search_event .lower ul li h4 { 
    font-size: 15px; 
}

.right_content .search_event .lower ul li h5 { 
    font-size: 12px;
    color: #717171;
    font-style: italic;
    font-weight: normal;
    margin-top: 5px; 
}

.right_content .search_event .lower img { 
    float: left; 
}

.right_content .search_event .lower p { 
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px; 
}

.right_content .search_event .lower p a.more { 
    font-weight: bold; 
}

.right_content .search_event .daymonth { 
overflow: hidden;

}

.right_content .search_event ul.tabs { 
    margin: 0px 0px 5px 8px;
    padding: 0px;
	min-height: 40px;
}

.right_content .search_event ul.tabs li.tab { 
    width: 40px;
    text-align: center;
    float: left;
    margin-right: 4px;
    padding: 3px 0px 0px 0px;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    font-family: "Helvetica Neue",Arial,sans-serif;
    color: #717171; 
}

.right_content .search_event ul.tabs li.tab a { 
color: #253c87;
}

.right_content .search_event ul.tabs li.tab div { 
    font-size: 24px;
    font-weight: bold;
    font-family: Georgia,serif;
    color: #253c87;
    line-height: 24px;
    margin-bottom: 3px; 
}

.right_content .search_event ul.tabs li.active { 
    background: #eee;
    cursor: auto; 
}  

.right_content .search_event ul.tabs li.inactive { 
    cursor: pointer; 
}

.right_content .search_event ul.tabs li.inactive:hover { 
    background: #eee; 
}

.right_content .search_event .monthview { 
    font-size: 10px;
    text-align: right;
    margin: 0px 5px; 
}

.right_content .search_event .featinfo { 
    width: 205px;
    float: right; 
}

/* -------------------------------------- Twitter -------------------------------------- */

.right_content .twitter img {
    float: left;
    margin: 0px 5px 5px 10px;
}

.right_content .twitter h3 {
    float: left;
    margin-top: 8px;
}

.right_content .twitter #twitter_update_list {
    clear: left;
    border-top: 1px solid #E4E4E4;
}

.right_content .twitter #twitter_update_list li {
    list-style-type: none;
    margin: 0px 10px 0px 5px;
    font-size: 12px;
}

.right_content .twitter .morelink, .right_content .flickr .morelink {
    text-align: right;
    margin: 5px 10px 5px 0px;
}


/* ------------------------------------- Flickr widget ------------------------------------- */
.flickr_badge_image {
    text-align: center !important;
    float: left;
    margin: 5px 0px 0px 5px;
}

.flickr_badge_image img {
    border: 1px solid black !important;
}


/* -------------------------------------- Digg widget -------------------------------------- */
.right_content .digg-widget-section ul li .digg_thumb, .right_content .digg-widget-section ul li .digg_link {
    float: left;
    font-weight: normal;
}

.right_content .digg-widget-section ul li .digg_thumb {
    margin: 0px 5px 0px 0px;
    width: 50px;
}

.right_content .digg-widget-section ul li .digg_link {
    width: 195px;
}

.right_content #digg-widget-container-popular {
    display: none;
}

.right_content .digg-buttons {
    border-bottom: 1px dotted #d6d6d6;
    margin: 0px 10px;
}

.right_content #diggPopular, .right_content #diggUpcoming { 
    cursor: pointer;
    margin-left: 10px;
}

.right_content .digg-widget-unstyled ul li:first-child {
    border-top: none;
    clear: both;
    overflow:hidden;
}

.right_content .digg-widget-unstyled ul li,
.right_content .digg-widget-section ul li {
    margin: 0px;
    border-top: 1px dotted #d6d6d6;
    font-size: 13px;
    font-weight: bold;
    clear: both;
    overflow: hidden;
    background-color: #fff;
    border-bottom: none;
}

.right_content .digg-widget-unstyled ul li h3 {
    font-size: 12px;
    border: none;
    display: block;
    font-family: "Helvetica Neue", Arial,sans-serif;
}

.right_content .digg-widget-unstyled ul li a {
    text-decoration: none;
}

.right_content .digg-widget-unstyled ul li .digg-count,
.right_content .digg-widget-section ul li .digg_count {
    display: block;
    font-size: 14px;
    text-decoration: none;
    height: 32px;
    width: 48px;
    background: url('/img/digg-shade-48.gif') no-repeat;
    text-align: center;
    float: left;
    padding: 8px 0px;
    margin: 0px 10px 0px 0px;
    clear: both;
    font-weight: bold;
}

.right_content .digg-widget-unstyled ul li .digg-count a,
.right_content .digg-widget-section ul li .digg-count a {
    font-weight: bold;
}

.right_content .digg-widget-unstyled ul li .digg-count span,
.right_content .digg-widget-section ul li .digg_count span {
    font-size: 12px;
    margin-top: 2px;
    color: rgb(115, 105, 38);
    text-decoration: none;
    font-weight: normal;
}

.right_content .digg-widget-bottom { 
    border-top: 1px solid #D6D6D6; 
    overflow: hidden;
    height: 40px;
}

.right_content .digg-widget-bottom img { 
    margin: 10px; 
    float: right;
}

/* -------------------------------------- Inform -------------------------------------- */

.inform {
    border-top: 1px solid #9A9A9A;
    margin-bottom: 5px;
    padding-top: 3px;
}

.inform h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    color: #a8a8a8;
    font-family: Impact, Arial, Helvetica, sans-serif;
}

.inform ul li:last {
    border-bottom: 0px;
}



#pagination {
    height: 30px;
    padding: 10px 15px 0px 5px;
    font-weight: bold;
    /*font-size: 12px;*/
}

#paginationNext { 
float: left;
margin-left: 10px;
}

#paginationPrev { 
float: right;
}

/* -------------------------------------- Related Content -------------------------------------- */

#relatedContent {
    border-top: 1px dotted #cccccc;
    float: left;
    width: 400px;
}

#relatedContent ul li {
    border-bottom: 1px dotted #cccccc;
    padding: 4px 0px;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
}

#relatedContent ul li a {
font-size: 11px;
}

#relatedContent ul li .date {
    color: #A4A4A4;
}

#relatedTopics {
    float: right;
    width: 158px;
    padding: 0px 0px 3px 3px;
    border-left: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
}

#relatedTopics .innerTopics {
    background-color: #EEEEEE;
    padding: 5px;
}

#relatedTopics .innerTopics a {
		font-size: 11px;
}

#relatedTopics .innerTopics h4 {
    font-size: 14px;
    font-weight: bold;
    color: #808080;
}

#relatedTopics .innerTopics li {
    padding-bottom: 4px;
}

/* -------------------------------------- Comments -------------------------------------- */

#comments {
    margin: 5px 7px 10px 15px;
    border-bottom: 1px solid #C3C3C3;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: black;
    letter-spacing: normal;
}

#comments h3 {
    line-height: 26px;
    margin: 10px 0px 5px 10px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size:26px;
    font-style:italic;
    font-weight:normal;
    color: #717171;
}

#comments .listing {
    border-top: 1px solid #C3C3C3;
    padding: 10px 0px 5px 10px;
    letter-spacing: normal;
}

#comments .listing a,#comment .listing p a {
    color: black;
}

#comments .listing p {
    margin: 5px 0px;
    font-size:14px;
    line-height: 18px;
    letter-spacing: normal;
    color:#404040;
}

#comments .listing .commentDate {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    color: grey;
    text-align:right;
    padding-right: 8px;
}

#comments .listing .date {
	color: black;
}

#comments h4 {
    margin: 10px 0px 10px 10px;
    color: #A8A8A8;
    font: 18px Impact,"Helvetica Neue",Arial,sans-serif;
}

#comments .triplebar {
    margin: 5px 0px 5px 0px;
}

#comments .commentBox {
    padding: 10px 20px 20px 10px;
    font: 12px Georgia,serif;
}

#comments .commentBox label {
font-size: 14px;
}

#comments .commentBox p {
    margin: 5px 0px;
}

/*  Adindex Tower Styles  */		

.adindextower { 
border: 1px solid #@BaseColor@;
}

.adindextower .aiheader { 
background-image: url('/img/adindex-widget-hdr.png');
background-position: top left;
background-repeat: no-repeat;
height: 70px; 
margin-bottom:5px; 
background-color: #253C87;
}  

.adindextower .aiheader h2 { 
color: #fff;
padding-top: 38px;
border: none;
}

.adindextower .aiheader h2 a {
color: #fff;
text-decoration: none;
}

.adindextower .aiheader h2 span { 
float: right;
font-size: 20px;
padding-top: 3px; 
}

.adindextower h3 {
padding-top:5px;
}

.adindextower ul li { 
text-align: center;
border: none;
margin: 0px; 
padding: 0px 0px 3px 0px;
}

.adindextower ul li h4 { 
font-size: 12px;
font-weight: bold; 
}

.adindextower .more { 
text-align: right;
font-weight: bold;
border-top: 1px solid #e4e4e4;
padding-right: 5px;
}

.adindextower .sponsor { 
text-align: center; 
margin: -15px 0px 0px;
padding:0px;
}

/* Links Section */
ul.blogroll li { 
padding: 0px;
}

/* Most Popular Section */
.mostPopular .mp_lower {
z-index: 2;
}

#mostPopular ul li {
font-size:12px;
}

#mostPopular ul li a{
font-weight:bold;
}
