			/*
				- 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,big,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 { 
			    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;
			}
			
			.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;
			}
			.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;
			    cursor: pointer;
			    margin-right: 2px; 
			    color: #666;
			    bottom: 0px;
			    position: relative;
			}
			
			ul.tabs li.active { 
			    background-color: #253c87;
			    cursor: auto;
			    color: #fff;
			    border: 1px solid #253c87;
			    border-bottom: 2px solid #253c87;
			}  
			
			/* likeme constants */
			.LikemeLike { 
			    color: #1999ce;
			    font-weight: bold;
			}
			
			.LikemeMe { 
			    color: #ef4c23;
			    font-weight: bold; 
			}
			
			.LikemeNet { 
			    color: #659a42;
			    font-weight: bold; 
			}
			
			.likeme_badge {
			    height: 82px;
			    width: 55px;
			    background: transparent url(/img/likeme-counter.png) no-repeat scroll 0 0;
			    cursor: pointer;
			    text-align:center;
			    font-weight: bold;
			    color: #444;
			    font-size: 28px;
			    line-height: 52px;
			}
			
			.likeme_doodad {
			    height: 42px;
			    width: 96px;
			    float: right;
			    background: transparent url(/img/likeme-counter2.png) no-repeat scroll 0 0;
			    margin: 10px 5px; 
			    cursor: pointer;
			    text-align:left;
			}
			
			.likeme_doodad span {
			    display: block;
			    width: 48px;
			    text-align: center;
			    font-weight: bold;
			    margin-top: 8px;
			    color: #444;
			}
			
			/* 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;
			    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;
			}
			
			.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;
			    border-width: 1px 0px;
			    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: 211px;
}
#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: 106px;
}
#nav-promotions a.bottom{
    background-position: -773px 0px;
}
#nav-promotions:hover a.bottom,
#nav-promotions a.bottom:hover,
#nav-promotions.navHover a.bottom,
#nav-promotions a.navHover {
    background-position: -773px -18px;   
}

/* Site Map Menu Item*/
#nav-site_map {
    width: 98px;
}
#nav-site_map a.bottom{
    background-position: -880px 0px;
}
#nav-site_map:hover a.bottom,
#nav-site_map a.bottom:hover,
#nav-site_map.navHover a.bottom,
#nav-site_map a.navHover {
    background-position: -880px -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: 35px;
}
#bottom-sub-nav-best_of {
    right: -10px;   
}
#bottom-sub-nav-barsclubs {
    left: 35px;
}

#bottom-sub-nav-promotions {
    left: -10px;   
}
/* --- End /home/httpd/public/app_frame2/webroot/css/NavigationIndex.css --- */			

			#blog_header {
			    margin-bottom: 10px;
			}

			.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: 12px;
			}
			
			.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: 275px;
			    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 */
			.entryHeader { 
			background-color: #efefef;
			padding: 5px 10px;
			text-align: right;
			}
			
			.entryHeader a { 
			font-weight: bold;
			font-size: 10px;
			}
			
			.entryHeader span { 
			float: left;
			font-size: 12px;
			font-weight: bold;
			color: #888;
			}
			
			.entry {
			    border-bottom: 1px solid #888;
			    margin: 0px 7px 40px 15px;
			}
			
			.entry .primaryCategory {
			    font-size: 14px;
			    font-weight: bold;
			}
			
			.entry h2 {
			    padding: 5px 0px;
			    margin-bottom: 0px;
			    border-bottom: 0px;
			    font: 26px Georgia, "Times New Roman", Times, serif;
			}
			
			.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: both;
			    font-weight: bold;
			}
			
			.entry .body {
			    font-size: 12px;
			    line-height: 20px;
			    margin: 8px 0px;
			    clear: both;
			}
			
			
			.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 {
				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 .tagsBadges {
			    clear: both;
				margin: 10px 0px;
			}
			
			.entry .tags {
			    float: left;
			    width: 280px;
			    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;
			}
			
			/* -------------------------------------- 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;
			}

			/* -------------------------------------- Comments -------------------------------------- */
			#comments {
			    margin: 5px 7px 10px 15px;
			    border: 1px solid #E6E6E6;
			    font-size: 12px;
			}
			
			#comments h3 {
			    line-height: 25px;
			    margin: 10px 0px 10px 10px;
			    font: italic 23px Georgia,serif;
			}
			
			#comments .listing {
			    border-top: 1px solid #E6E6E6;
			    padding: 10px 0px 5px 10px;
			    font-size: 12px;
			    line-height: 15px;
			}
			
			#comments .listing p {
			    margin: 5px 0px;
			}
			
			#comments .listing .commentDate {
			    margin-top: 20px;
			    display: block;
			}
			
			#comments .listing .date {
			    color: #A8A8A8;
			}
			
			#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 #253C87;
			}

.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;
}

.bloglogo {
    margin-left: 55px;
    margin-bottom: 5px;
}
