/* CONTAINER
######################################### */
#container { width: 990px; margin:0 auto; }

/* HEADER
######################################### */

header { }
.date-weather { background:none!important; font-family: Georgia, "Times New Roman", Times, serif; color: #111; }
.date-weather span {  }

/* LOGIN LINKS HEADER
######################################### */
.login-reg { background: #ccc; }
ul.login-box { margin: 0; padding: 6px; background: #f0f0f0; border: 1px solid #e5e5e5; -moz-border-radius: 5px; border-radius: 5px; }
.login-box li { margin: 0; padding: 0; float: left; list-style: none; padding: 0 8px; border-right: 1px solid #ccc; }
.login-box li.last { border-right: none; }

/* LOGO
######################################### */

.logo a { height:100%; display:block; }

.masthead { float: left; color: #b5b5b5; width: 300px; }
.masthead-green {  color: #00b466; }
.masthead-dark-gray { color: #3b3b3b; }

.ad-box { float:left; }
.ad-box-right{ background:url(../images/bg-footer-ad-holder.gif) no-repeat; }

.header-block .ad-box img{display:block;}

.header-section{
	padding:0;
}

.header-box{
	width:400px;
	float:right;
	/*background:url(../images/bg-header-box.gif) no-repeat;*/
	padding:0 0 0 30px;
}
/* SEARCH
######################################### */
.search{
	float:right;
	font-size:13px;
	font-weight:bold;
	color:#238bd3;
	line-height:24px;
}
.search .radio{
	float:left;
	width:16px;
	height:15px;
	margin:5px 5px 0 0;
	padding:0;
}
.search label{
	float:left;
	margin:0 12px 0 0;
}
.search .text{
	float:left;
	padding:0 2px;
	margin:0 2px 0 0;
}
/*
.search .text input{
	width:194px;
	float:left;
	margin:0;
	padding:7px;
	border:0;
	background:none;
	font-size:13px;
	color:#000;
}
*/
.search .text input{
	float: left;
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #B7B5BE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #CCCCCC inset;
    font-size: 12px;
    height: auto !important;
    padding: 6px 10px;
	width: 200px;
}
.search .submit{
	float:left;
	width:87px;
	height:27px;
	background:url(../images/btn-search.gif) no-repeat;
	margin:0;
	padding:0;
	cursor:pointer;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border:0;
}


/* NAV
######################################### */
nav { background:url(../images/bg-nav.gif) no-repeat; margin: 0 0 10px 0; }
nav ul {
	list-style:none;
	padding:5px 0;
	margin:0;
	font-weight:bold;
	
}
nav li { float:left; }
nav a { 
	float:left; padding:0 12px 0 13px; color:#d01d20; 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
nav a:hover,nav li.active a { text-decoration:none; background:#d01d20; color: #fff; }
nav li.login-nav { float: right; font-size: 11px; line-height: 36px; }

/* DROP NAV
######################################### */

nav li.drop,
nav li.drop li {
	position: relative;
	
}

nav ul > li.drop > a:hover,
nav ul > li.drop:hover > a {
	position: relative;
	background: #dfdfdf;
	
}

nav li .menu {
	display: none;
	z-index: 999999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}

nav li:hover .menu,
nav li .menu ul {
	width: 180px;
	background: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 999;
	
	
}

nav li:hover .menu {
	display: block;
	position: absolute;
	top: 35px;
	
}

nav li:hover .menu ul {
	display: none;
	
}

nav li.drop li.drop:hover ul {
	display: block;
	
}

nav li .menu ul {
	position: absolute;
	top: -1px;
	left: 179px;
	
}

nav .menu li {
	float: none;
	border-right: none !important;
	
}

nav .menu a {
	display: block;
	float: none;
	
}

nav .menu li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
}

nav .menu li:last-child {
	border-bottom: none;
}

/* SUB NAV
######################################### */
#subnav { position:relative; margin: 0 0 20px 0;background-color:#f3f3f3;z-index:888;}
#subnav .wrapper {position:relative;margin:0 auto;width: 670px;}
#subnav ul {position:relative;list-style:none;margin:0;padding:0;font-size:12px;line-height:17px;}
#subnav ul:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#subnav li {position:relative;float:left;margin:0;padding:0;}
#subnav li a {float:left;display:block;padding:7px 10px;color:#555;}
#subnav li a.hover,
#subnav li a:hover {background:#68a1c6;color:#fff;text-decoration:none;}
#subnav li ul {position:absolute;display:none;top:31px;left:0;padding:10px 0;width:170px;background:#fff;border:1px solid #ddd;z-index:999;-webkit-box-shadow:1px 3px 5px rgba(0,0,0,.3);-moz-box-shadow:1px 3px 5px rgba(0,0,0,.3);-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
#subnav li ul li {float:none;white-space:nowrap;}
#subnav li ul li a {float:none;display:block;padding:2px 15px;color:#555;}
#subnav li ul li a:hover {-webkit-box-shadow:none;-moz-box-shadow:none;}
#subnav li ul ul {top:0;left:150px;}


/* BREAKING NEWS
######################################### */
.breaking_news { background:url(../images/bg-breaking.png) no-repeat #ffea00; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; padding: 10px; margin: 0 0 20px 0; }
.breaking_news h1 { margin: 0; padding: 0; float: left; text-transform: uppercase; font-size: 20px; color: #333; }
.breaking_news h2 { margin: 0; padding: 0; float: left; font-size: 20px; margin: 0 0 0 10px; }

/* UI TABS
######################################### */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ddd;
	border-left: none;
	margin-bottom: -1px;
	background: #f9f9f9;
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
	font-size: 12px;
	font-family: 'Droid Sans', arial, serif;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active   {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 3px solid #ddd;
	color: #222;
	height: 29px;
}
.tab_container {
	 border-top: none;
	clear: both;
	float: left; 
	width: 290px;
	background: #fff;
	padding: 10px 0;
	width: 300px;
	
}
.tab_content { width: 290px; }
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}


/* MAIN
######################################### */
#main{
	height:1%;
	padding:266px 0 16px;
}
#main:after{
	content:'';
	display:block;
	clear:both;
}

.rss_feeds ul { margin: 0; padding: 0; }
.rss_feeds ul li { margin: 0 0 3px 15px; padding: 3px 0; list-style: square; color: #C00; border-bottom: 1px solid #eee; }
.rss_feeds h4 { font-family: 'Droid Sans', arial, serif; font-size: 16px; margin: 0 0 10px 0; padding: 5px; background: #D2D6DE; color: #D01D20; }



/* CAROUSEL
######################################### */
.carousel{padding:0 0 14px;}
.carousel .carousel-holder{
	width:670px;
	position:relative;
	overflow:hidden;
}
.carousel .carousel-holder ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	height:350px;
	overflow:hidden;
	position:relative;
}
.carousel .carousel-holder li{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:670px;
	display:block;
}
.carousel .carousel-holder li.active {
	display:none;
}
.carousel .carousel-holder ul img{display:block;}
.carousel .carousel-holder .description-box{
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/bg-carousel-decription-box.png) repeat;
	width:650px;
	font-size: 24px;
	color:#fff;
	padding:17px 10px;
	font-weight:bold;
}
.carousel .carousel-holder p{margin:0;}
.carousel .switcher{
	list-style:none;
	padding:11px 0 0;
	margin:-10px 0 0;
	height:1%;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.carousel .switcher li{
	float:left;
	width:133px;
	position:relative;
	margin:0 1px 0 0;
	height:78px;
	background:url(../images/none.gif) repeat;
}
.carousel .switcher img{display:block;}
.carousel .switcher a{
	position:absolute;
	top:0;
	left:0;
	width:133px;
	height:78px;
	overflow:hidden;
	background:url(../images/bg-switcher-shadow.png) repeat;
	text-indent:-9999px;
}
.carousel .switcher a:hover,
.carousel .switcher li.active a{
	background:url(../images/bg-switcher-active.gif) no-repeat;
	width:134px;
	height:88px;
	top:-10px;
}
.list-wrapper{
	width:670px;
	overflow:hidden;
	margin:0 0 -16px;
}

/* CONTENT
######################################### */
#content { width:670px; }
.content-box { width: 325px; }
#content h5 {  font-family: 'Droid Sans', arial, serif; font-size: 18px; font-weight: lighter; color: #444; margin: 0; padding: 3px 0; }

.heading-box{
	background:#e4e9d3 url(../images/bg-heading-box.gif) repeat-x 0 100%;
	padding: 10px;
}
.heading-box h2{
	font-size:24px;
	font-weight:bold;
	margin: 0 0 5px 0;
	font-family: 'Droid Sans', arial, serif;
}
.heading-box h2 span{
	background:url(../images/arrow-heading-box.gif) no-repeat 100% 50%;
	padding:0 12px 0 0;
}
.heading-box ul{
	list-style:none;
	padding:0 0 5px;
	margin:-3px 0 0 2px;
	overflow:hidden;
	position:relative;
	font-size:13px;
}
.content-list .heading-box ul{
	min-height:34px;
	padding: 4px 0 0 0;
}
.heading-box li{
	padding: 0 5px;
	float: left;
	border-right: 1px solid #cfd6b9;
}
.heading-box li:last-child {
	border-right: none;
}

.heading-box li a {
	padding: 0px;
	margin: 2px 0;
	float: left;
}
.heading-box li a.last {
	border-right: none;
}
.heading-box li:first-child{
	background:none;
	padding-left:0;
}
.heading-box ul a {
  color:#545454;
}
.heading-box ul a.active {
  color: #0099FF;
}
.content-box .list{
	list-style:none;
	padding:0 0 22px;
	margin: 10px 0 0 0;
	font-size:12px;
}
.content-box .list li{
	height:1%;
	overflow:hidden;
	width:auto;
	float:none;
	margin:0 0 9px;
	padding:0 0 5px;
	border-bottom:1px solid #dedede;
}

.content-box .l-side{
	float:left;
	width: 80px;
	margin:0 15px 0 0;
}
.content-box .list .count{
	display:block;
	width:101px;
	overflow:hidden;
	margin:0 0 5px;
}
.content-box .list .count img{
	vertical-align:top;
	margin:0;
}
.content-box .l-side img{
	display:block;
	margin:2px 0 10px;
	vertical-align:top;
}
.content-box .list .content{
	height:1%;
	overflow:hidden;
	color:#777;
	padding:0 5px 0 0;
}
.content-box .list h3{
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	margin:0 0 5px;
	font-family: Helvetica, Arial, sans-serif;
}
.content-list .list .time{display:block;}
.content-list .list .comments{ display:block; }
.content-list .list .comments a{color:#777;}

.hidden{display: none;}
.list1, .list2{
	list-style:none;
	padding:0;
	height:1%;
	font-size:16px;
  line-height:18px;
	/*border-bottom:1px solid #ccc;*/
}
.list1 li, .list2 li {
	display:inline;
	background:url(../images/bullet-list2.gif) no-repeat 0 6px;
	padding:0 7px 0 11px;
}
.list1 li:first-child, .list2 li:first-child {
	background:none;
	padding-left:0;
}
.content-list .list li ul {
	margin: 0;
	padding: 0;
}
.title{
	font-size:30px;
	line-height:34px;
	margin:0 0 8px;
	color:#616161;
}

.content-section{
	width:670px;
	overflow:hidden;
}
.content-section h4{
	font-family: 'Droid Sans', arial, serif; 
	font-size: 18px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #333;
	margin: 10px 0;
	padding: 5px 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #dedede;
}
.content-section ul{
	list-style:none;
	padding:0;
	margin:0;
	width:675px;
	overflow:hidden;
}
.content-section li{
	float:left;
	padding:0 4px 4px 0;
}
.content-section ul img{display:block;}

.story_list {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  overflow: auto;
}
.story_list {
  margin: 0;
}
.story_list h3 {
  margin-top: 0;
  display: inline;
  font-family: 'Droid Sans', arial, serif;
  font-size: 16px;
}
.story_list h4 {
  margin-top: 0;
  display: inline;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;

}
.story_list img {
  float: left;
  margin-right: 10px;
}

.story_list .bylines { color:#777; font-size: 11px; }

.mas { padding: 5px; background: #ebebeb; margin: 0 0 20px 0; text-align: right; }
.mas a { font-weight: bold; }

ul.sectionfront_list { padding: 0; margin: 0; }
.sectionfront_list li { 
	float: left;
    list-style: none outside none;
    margin: 0 12px 0 0;
    width: 210px;
  } 
.sectionfront_list li:child-last { margin: 0; } 
.sectionfront_list h3 { margin: 5px 0; } 
.sectionfront_list h4 { margin: 2px 0; font-size: 16px; }
.sectionfront_list p { margin: 5px 0; }

ul.bucket_list { padding: 0; margin: 0; }
.bucket_list li { list-style: none; margin: 0; padding: 5px 0; border-bottom: 1px solid #ddd; } 
.bucket_list li:child-last { margin: 0; } 
.bucket_list h3 { margin: 5px 0; } 
.bucket_list h4 { margin: 2px 0; font-size: 16px; }
.bucket_list p { margin: 5px 0; }

ul.bucket_list_links { padding: 0; margin-top: 0; }
.bucket_list_links li { list-style: none; margin: 0; padding: 5px 0; border-bottom: 1px dotted #ccc; }
.bucket_list_links h3 { margin: 0; } 
.bucket_list_links h3 a { font-size: 14px; font-weight: normal; } 


/* INLINES
######################################### */
.inline { min-width: 100px; background: #FCFCFC; border-top: 1px solid #F0F0F0; border-bottom: 1px solid #F0F0F0; padding:8px; margin:4px; text-align:center; }
.inline h4.title { font-family: 'Droid Sans', arial, serif; font-size: 16px; color:#333; }
.text_inline  { font-family: 'Droid Sans', arial, serif; font-size: 11px; color:#555; }
.content-area .inline p { margin: 0 0 5px 0; }
.inline-left { float: left; margin-right: 20px; }
.inline-right { float: right; margin-left: 20px; }
.inline-center { display:block; }

/* SIDEBAR
######################################### */
#sidebar { width:300px; }
#sidebar p {
  text-align: center;
}

.ad-img{
	display:block;
	margin:0 auto 14px;
}
#sidebar .ad2{
	font-size:10px;
	color:#7a7a7a;
	text-align:center;
	margin:0 0 20px;
}
#sidebar .ad2 img{
	display:block;
	margin:0 0 5px;
	border:1px solid #000;
	vertical-align:top;
}
#sidebar .heading2{
	display:block;
	font-size:24px;
	color:#555;
	font-weight:normal;
	margin:0 0 5px;
}
#sidebar .ad{
	font-size:10px;
	text-align:center;
	color:#7a7a7a;
	margin:0 0 20px;
}
#sidebar .ad img{
	display:block;
	border:1px solid #000;
	margin: 0;
	position:relative;
}

.current_edition {
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	background: #ebebeb;
}
.current_edition a {
	font-family: 'Droid Sans', arial, serif;
	font-size: 17px;	
}


/* SIDE BAR CALENDAR
######################################### */
.calendar{
	width: 300px;
}

.calendar h2 { font-family: 'Droid Sans', arial, serif; font-size: 24px; margin: 0; padding: 0; }

.calendar_events {
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	background: #ebebeb;	
}
.calendar_events a {
	font-family: 'Droid Sans', arial, serif;
	font-size: 17px;	
}

.calendar-heading-box {
	border-top: 3px solid #ccc;
	padding: 7px 0 7px 10px;
	margin: 0 2px;
	background: #ebebeb;
	text-shadow: 0 1px 0 #fff;
}
.calendar-heading-box h2{
	font-size:24px;
	margin: 0 0 5px 0;
	font-family: 'Droid Sans', arial, serif;
	color: #333;
}
.calendar-heading-box h3{
	font-size: 18px;
	font-weight:bold;
	margin: 0 0 5px 0;
	font-family: 'Droid Sans', arial, serif;
	color: #555;
}
.calendar td { border: 1px solid #ebebeb; padding: 5px; }

td.calendar_days { border-bottom: 1px solid #ccc; background: #ccc; text-align: center; }

ul.title_info { width: 350px; }
ul.title_info li { padding: 5px 0; border-bottom: 1px dotted #ddd; }

.calendar_day h5 { font-size: 16px; }

.ui-datepicker { display: block!important; }

/* MAILFORMS
######################################### */
.mailforms { }
.mailforms input, .mailforms select { 
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #B7B5BE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #CCCCCC inset;
    font-size: 12px;
	color: #888;
    height: auto !important;
    padding: 10px;
    width: 400px; 
}
.mailforms select { width: 420px; }
.mailforms textarea { 
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #B7B5BE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #CCCCCC inset;
    font-size: 12px;
	color: #888;
    height: 100px;
    padding: 10px;
    width: 400px; 
}

.mailforms input[type="submit"] {
    background: #cff7a8;
    border: 1px solid #B6CD10;
    border-radius: 5px 5px 5px 5px;
    color: #556008;
    margin: 20px 10px 30px 0;
    text-shadow: 0 1px 1px #FFFFFF;
    text-transform: uppercase;
    width: auto;
}
.mailforms input[type="submit"]:hover {
    background: #8ece50;
}

/* REGISTRATION
######################################### */
.social_registration {
  width: 185px;
  float: left;
  padding-left: 80px;
}
#login {
  float: left;
  width: 334px;
  border-right: 1px solid;
  padding-right: 40px; 
}
#login ul {
  list-style: none;
  padding-left: 0; 
}
.social_registration p a.button {
  background: url(../images/registration/socialreg-openid.gif) no-repeat scroll left top #FFFFFF;
  text-indent: -9999px;
  width: 121px;
  height: 29px;
  border: 0;
  display: block;
}
#comments .sign_in {
  background-color: #f0f0f0;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.google_button {
  background: url(../images/registration/socialreg-google.gif) no-repeat scroll left top #FFFFFF;
  text-indent: -9999px;
  width: 121px;
  height: 29px;
  border: 0;
}

form.facebook_button button {
  background: url(../images/registration/socialreg-facebook.gif) no-repeat scroll left top #FFFFFF;
  text-indent: -9999px;
  width: 121px;
  height: 29px;
  border: 0;
  margin: 0 0 10px 0;
  cursor: pointer;
}

form.twitter_button button {
  background: url(../images/registration/socialreg-twitter.gif) no-repeat scroll left top #FFFFFF;
  text-indent: -9999px;
  width: 121px;
  height: 29px;
  border: 0;
  margin: 0 0 10px 0;
  cursor: pointer;
}

/* CONTESTS
######################################### */
.contest_form p { margin: 10px 0; clear: both; border-bottom: 1px dotted #ddd; padding: 0 0 10px 0; }
.contest_form form p label { width: 320px; padding: 5px; clear: both; }
.contest_form input, textarea { width: 300px; border: 1px solid #b3b3b3; padding: 6px; font-size: 14px; }
.contest_list { padding: 10px 0; border-bottom: 1px solid #ddd; }
.contest_list h4 { font-family: 'Droid Sans',arial,serif; font-size: 16px; }
form p label {
    color: #555555;
    display: block;
    float: left;
    width: 130px;
}
.contest_form form p label {
    clear: both;
    padding: 5px;
    width: 320px;
}


/* SOCIAL NETWORKS
######################################### */

.twitter { background-position: 0 -27px; }
.twitter:hover { background-position: -27px -27px; }
.rss { background-position: 0 0; }
.rss:hover { background-position: -27px 0; }
.facebook { background-position: 0 -54px; }
.facebook:hover { background-position: -27px -54px; }
.icn {
    background-image: url(../images/sprite_share.gif);
    background-repeat: no-repeat;
    display: block;
    height: 27px;
    text-indent: -9999px;
    width: 27px;
}
.header-section .header-box ul.social-networks{
	list-style:none;
	padding:0;
	margin: 0;
	text-align:center;
}
.header-section .header-box .social-networks li{
	margin: ;
    padding: 2px;
	background: none;
	float: left;
}

.video-block{
	height:1%;
	background:#e4e9d3;
	padding: 0;
	margin:0 0 38px;
}
.video-block .heading{
	background: #ebebeb;
	color: #333333;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px;
	border-bottom: 1px dotted #555555;
    border-top: 1px dotted #555555;
}

/* CAROUSEL2
######################################### */
.carousel2 .carousel-holder{
	width:276px;
	overflow:hidden;
	position:relative;
	margin:0 0 17px;
}
.carousel2 .carousel-holder ul{
	list-style:none;
	padding:0;
	margin:0;
	width:99999px;
	position:relative;
	font-size:12px;
}
.carousel2 .video-holder{margin:0 0 8px;}
.carousel2 .carousel-holder li{
	float:left;
	width:276px;
}
.carousel2 .carousel-holder ul img{display:block;}
.carousel2 .carousel-holder strong{
	display:block;
	font-size:16px;
}
.carousel2 .carousel-holder .comments{color:#777;}
.carousel2 .switcher{
	width:276px;
	overflow:hidden;
	position:relative;
}
.carousel2 .switcher ul{
	list-style:none;
	padding:0;
	margin:0;
	width:99999px;
	position:relative;
}
.carousel2 .switcher li{float:left;}
.carousel2 .switcher ul img{display:block;}
.carousel2 .prev,
.carousel2 .next{
	position:absolute;
	top:0;
	left:0;
	width:14px;
	height:53px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bg-prev.png) no-repeat;
	z-index:2;
}
.carousel2 .next{
	left:auto;
	right:0;
	background:url(../images/bg-next.png) no-repeat;
}


/* BLOGS
######################################### */



.blog_content { line-height: 16px; }
.blog_content img { margin: 10px; }

.blogs {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.blogs h6 { font-size: 14px; font-weight: bold; margin: 10px 10px 0 10px; padding: 0; }
.blogs ul { margin: 0 0 5px 0; padding: 0; border-bottom: 1px dotted #DCDCDC; }
.blogs li { padding: 5px 0 5px 0; margin: 0 0 0 30px; color: #777; }
.blogs li a { color: #777; }
.blogs .heading {
	background: #ebebeb;
	color: #333333;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px;
	border-bottom: 1px dotted #555555;
    border-top: 1px dotted #555555;
}

.blog_item { padding: 20px 0; margin: 0; border-bottom: 1px solid #ddd; }
#content .blog_item h4 { margin: 0 0 5px 0; padding: 0; }
#content .blog_item h4 a { font-size: 16px; }
#content .blog_item h5 { margin: 0 0 10px 0; font-size: 12px; padding: 0; }
#content .blog_item h5 a { font-size: 12px; }

#tab1 aside.blogs { border: none; }

.blog-widget ul { margin: 0; padding: 0; }
.blog-widget li { list-style: none; padding: 10px 0; border-bottom: 1px dotted #ccc; }


/* POLLS
######################################### */

.polls{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
}
.polls .heading {
	background: #ebebeb;
	color: #333333;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px;
	border-bottom: 1px dotted #555555;
    border-top: 1px dotted #555555;
}
.polls .heading3{
	display:block;
	font-size:14px;
	line-height:20px;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 10px;
}
.polls ul{
	list-style:none;
	padding:0;
	margin:0;
	font-size:13px;
    color:#555;
	margin: 10px;
}
.polls li{
	border-bottom: 1px dotted #dcdcdc;
	margin: 0;
	padding: 8px 0;
	list-style-position: outside;
}
.polls ul span{float:right;}
.polls .link-wrapper{
	border-top:1px solid #eee;
	margin:0 -16px 0 -12px;
	position:relative;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding:7px 0;
}
.polls .link-wrapper a{color:#999;}

.poll_question { width: 230px; margin: 0 0 0 5px; }

.polls input.vote_btn { 
	background: url(../images/btn-comment.gif) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 83px;
	border: none;
	float: right;
}

h2.poll_result_heading { font-family: 'Droid Sans', arial, serif; font-size: 24px; border-bottom: 1px solid #dcdcdc; padding: 0 0 5px 0; margin: 0 10px; }

div.poll_results .bar { position:relative; display:block; height:20px; min-width:2px; background:#0000ff; z-index:1;}
div.poll_results .bar .percent {position:absolute;top:1px;right:-45px;width:40px;font-size:15px;font-weight:bold;color:#0000ff;text-align:left;}
div.poll_results .choice_is_correct .bar {background:#0000ff;}
div.poll_results .choice_is_correct .bar .percent {color:#0000ff;}

/* SEARCH PAGE RESULTS
######################################### */
.date_ranges { padding: 10px; background: #ebebeb;  }
.date_ranges a { color: #036; }
.date_ranges ul { margin: 0; padding: 0; }
.date_ranges li { float: left; list-style: none; padding: 0 5px; border-right: 1px solid #ccc; }
.panel h2 a { color: #222; }
.post { border-bottom: 1px solid #dcdcdc; padding: 10px 0; }
.post a { color: #036; }

/* FOOTER
######################################### */
footer{
	border-top:1px solid #ccc;
	width:100%;
	padding: 0;
	margin: 0;
	background: #f3f3f3;
}

footer ul { margin: 0; padding: 0; }
footer li.footer-photos { float: left; list-style: none; margin: 0 3px 0 0; }
footer li.footer-videos { float: left; list-style: none; margin: 0 4px 0 0; width: 150px; min-height: 160px; }
footer li:last-child {  margin: 0 0 0 0; }


.footer_links ul li { list-style: none; margin: 2px 0; padding: 3px; border-bottom: 1px solid #eee; }
.footer_links ul li a { font-size: 14px; }

footer h2 {
    background: url(../images/bg-header-hash.png) repeat-x scroll center center transparent;
    font-family: 'Droid Sans', arial, serif; 
	color: #555555;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    text-shadow: -1px -1px 0 #FFFFFF;
    text-transform: uppercase;
}
footer h2 span {
	background: none repeat scroll 0 0 #f3f3f3;
    padding: 2px 15px 2px 0;
}
footer img { 
}

.footer_info { background: #555; padding: 10px; border-top: 1px solid #333; color: #fff; font-size: 11px; }
.footer_info p { margin: 0; padding: 0; color: #fff; }
.footer_info a { color: #fff; }
.footer_info p a { color: #fff; }
.footer_info ul { margin: 0; padding: 0; }
.footer_info li { float: left; list-style: none; padding: 0 5px; border-left: 1px solid #333; font-size: 11px; color: #fff; }
.footer_info li:first-child { padding-left: 0; border-left: none; }
.footer_info li a { color: #fff; }

footer .ad{
	width:100%;
	overflow:hidden;
	position:relative;
}
footer .ad .holder{
	float:left;
	position:relative;
	left:50%;
}
footer .ad .frame{
	float:left;
	position:relative;
	left:-50%;
	background:url(../images/bg-footer-ad-holder.gif) no-repeat;
	padding:0 13px;
}
footer .ad ul{
	list-style:none;
	padding:4px 2px 4px 0;
	margin:0;
	float:left;
	border:1px solid #f1c655;
	background:#581c00;
}
footer .ad li{
	float:left;
	padding:0 2px 0 3px;
	background:url(../images/separator-footer-list.gif) no-repeat 0 50%;
}
footer .ad li:first-child{background:none;}
footer .ad ul img{display:block;}

.footer_ad { width: 728px; margin: 20px auto; }

footer p {
  color: #333;
  line-height: 18px;
  margin: 0 0 20px 0;
}
footer .list3 {
    font-size: 11px;
    list-style: none outside none;
    margin: 0x;
    padding: 0;
	padding: 0;
	min-height: 150px;
	width: 140px;
}
/* widget_id = lhd_footer */
#lhd_footer { height:26px; background:#000; color:#FAFAFA; font-size:12px; }
#lhd_footer a { color:#FAFAFA; font-size:12px; }
#lhd_footer_server { float:left; height:26px; line-height:26px; vertical-align:middle; color:#444; }
#lhd_footer_inner { width:990px; margin:0 auto; font-size:0px; }
#lhd_footer_left, #lhd_footer_center, #lhd_footer_right { display:inline-block; height:26px; line-height:26px; vertical-align:middle; width:33%; font-size:12px; color:#FAFAFA; text-align:left; }
#lhd_footer_center { text-align:center; }
#lhd_footer_center img { vertical-align:middle; border:none; padding:0; margin:0; }
#lhd_footer_right { text-align:right; width:34%; }

/* STORY DETAIL
######################################### */

h2.header-title {
    background: url("../images/bg-header-hash.png") repeat-x scroll center center transparent;
    color: #444444;
    display: block;
    font-family: 'Droid Sans',arial,serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-shadow: -1px -1px 0 #FFFFFF;
    text-transform: uppercase;
}

.story-more-recent-media { padding: 0 0 10px 0; }
.story-more-recent-media ul { margin: 0; padding: 0; }
.story-more-recent-media ul li { width: 124px; margin: 0 10px 0 0; padding: 0; color: #ccc; list-style: none; float: left; }
.story-more-recent-media ul li a { font-size: 12px; color: #333; }
.story-more-recent-media ul li a:hover { color: #C00; }
.story-more-recent-media p { margin: 0 0 5px 0; }
.story-more-recent-media h3 { font-size: 16px; margin: 10px 0; padding: 10px 0 5px 0; border-top: 3px solid #cecece; border-bottom: 1px dotted #cecece; }
.story-more-recent-media span { color: #555; }
.story-more-recent-media li a img { 
	width: 124px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.story-more-recent-media li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);	
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
}

.resource-block { border-top: 1px dotted #d0d0d0; border-bottom: 1px dotted #d0d0d0; padding: 5px 0; }
.resource-block ul { margin: 5px 0; padding: 0; float: right; }
.resource-block ul li { padding: 5px 5px; margin: 0; list-style: none; float: left; }
.resource-block span.time { color: #777; font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; margin: 5px 0; }
.resource-block a.comments  { color: #555555; ffont-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; margin: 3px 0 5px 0; }
.twitter-share-button { height: 30px; float: left; }

.article{height:1%;}

.facebook-section{float:left;}
.article .heading-box ul{
	min-height:0;
	padding:0 0 5px;
}
.facebook-section .like{
	float:left;
	margin:0 7px 0 0;
}
.facebook-section .like img{display:block;}
.facebook-section span{
	float:left;
	background:url(../images/ico-facebook.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
	font-size:11px;
	margin:5px 0 0;
}

.social_box { border-bottom: 1px dotted #d0d0d0; margin: 0 0 5px 0; padding: 5px 0 8px 0; }

.resource-block ul a{ font-size: 11px; color: #555; }
.resource-block .print{
	width:20px;
	height:20px;
}
.resource-block .email{
	width:23px;
	height:14px;
	background-position:-20px 0;
}
.resource-block .network1{
	width:16px;
	height:16px;
	background-position:-43px 0;
}
.resource-block .rss{background-position:-59px 0;}
.resource-block .delicious{background-position:-75px 0;}
.resource-block .network2{background-position:-91px 0;}
.resource-block .stumbleupon{background-position:-107px 0;}

.related_list { width: 130px; padding: 0 0 10px 0; }
.related_list ul { margin: 0; padding: 0; }
.related_list ul li { margin: 0; padding: 10px 0; color: #ccc; border-bottom: 1px dotted #cecece; list-style: none; }
.related_list ul li a { font-size: 11px; color: #555; }
.related_list h3 { font-size: 14px; margin: 0; padding: 10px 0 5px 0; border-top: 3px solid #cecece; border-bottom: 1px dotted #cecece; }

.content-holder{
	height:1%;
	overflow:hidden;
	padding:0 0 20px;
}
.content-holder2{
	padding: 8px 0 24px;
}
.content-holder h2{
	font-size:32px;
	line-height:32px;
	font-weight:normal;
	color:#242424;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}
.content-holder h4{
	font-size:16px;
	font-weight:normal;
	color:#555;
	margin: 5px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
}
.content-holder h6{
	font-size: 12px;
	font-weight:normal;
	color:#888;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.content-area{
	float:left;
	line-height:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2A2A2A;
}
.content-area h2{
	font-size:32px;
	line-height:32px;
	font-weight:normal;
	color:#242424;
	margin:0 0 26px;
	font-family: Helvetica, Arial, sans-serif;
}


.content-area p{margin:0 0 18px;}
.content-holder .r-side{
	float:right;
	width:208px;
	padding:5px 0 0;
	text-align:right;
	font-size:12px;
	color:#777;
}
.content-holder .img-holder img { display:block; }
.content-holder .lead-photo { background: #FCFCFC; width: 670px; }
.photocaption {
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 1px solid #DDDDDD;
    color: #555;
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
}
.photocaption p { margin: 0; padding: 0; }
.photocredit {  font-size: 11px; color: #999; text-transform: uppercase;  }

.content-holder .zoom a{
	float:right;
	background:url(../images/bg-zoom.gif) no-repeat 100% 50%;
	padding:0 23px 0 0;
	color:#4c4c4c;
}
.content-holder .count{
	height:1%;
	overflow:hidden;
	display:block;
	margin:0 0 7px;
}
.content-holder .count img{vertical-align:top;}
.content-holder .r-side .time{
	display:block;
	padding:5px 0 0;
}
.content-holder .r-side .comments{
	color:#777;
	font-weight:bold;
}

/* PHOTOS
######################################### */
.galleries #container > h2, .latest_photos #container > h2, .latest_photos #container .feed { display: none; }
ul.photos-list li { float: left; list-style: none; width: 150px; padding: 5px; margin: 3px; border: 1px solid #eee; min-height: 135px; font-size: 11px; }
ul.photos-list li img { 
margin-bottom: 5px; 
display: block;
margin-left: auto;
margin-right: auto;
}

.photos-list-gallery { width: 190px; padding: 8px; margin: 5px; border: 1px solid #ddd; min-height: 320px; font-size: 11px; }
.photos-list-gallery img { 
	display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto; 
}

.gallery_list { border-bottom: 1px solid #ddd; }
.gallery_list h4 { font-size: 16px; margin: 10px 0 5px 0; }

/* STAFF
######################################### */
.staff_list th { padding: 5px 40px 5px 5px; background: #eee; }
.staff_list td { border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; padding: 5px; }
.staff_bio img { float: left; margin-right: 5px; }
.staff_bio .bio { line-height: 20px; }

/* AUDIO
######################################### */
.audio_list {  }
.audio_list h4 { font-size: 14px; margin: 5px 0; border-bottom: 1px solid #ddd; padding: 5px 0;  border-top: none; }

/* DOCUMENTS
######################################### */

#latest-print-edition {
    background-color: #EFEFEF;
    padding: 20px 0;
    text-align: center;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px 0;
}
.doc_item { padding: 10px 0; margin: 0; border-bottom: 1px solid #ddd; }
#content .doc_item h4 { margin: 0 0 5px 0; padding: 0; }
#content .doc_item h4 a { font-size: 16px; }
#content .doc_item h5 { margin: 0 0 10px 0; font-size: 12px; padding: 0; }
#content .doc_item h5 a { font-size: 12px; }


/* COMMENTS
######################################### */

#comments{
	padding:12px 0 0;
}
#comments h3{
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	margin:0 0 15px;
}
#comments .item {
	border-bottom: 1px solid #ebebeb;
}

.comment_textarea textarea { width: 650px; padding: 10px; }
.comment_heading { padding: 5px 0; background: #fff; border-top: 3px solid #ddd; }
.comment_heading h2 { margin: 5px 0; }
.comment_heading h2 a { color:#555; }

.comment_header { background: #eee; border-bottom:1px solid #ddd; }
.comment_header ul { margin: 0; padding: 0; float: left; }
.comment_header ul li { float: left; list-style: none; padding: 5px 5px 2px 5px; }
.comment_header .username { font-size: 16px; }
.comment_header .datetime { font-size: 11px; color: #555; padding: 14px 0 0 0; }
.comment_header ul li p { height: 35px; margin: 0; padding: 10px 0 0 0; }

.comment_footer { border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; padding: 0; }
.comment_footer ul { margin: 0; padding: 0; float: right; }
.comment_footer ul li { float: left; list-style: none; padding: 5px 10px; border-right: 1px solid #ebebeb; height: 21px; }
.comment_footer ul li:last-child { border-right: none; }

.comment_footer form, fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
	display: inline;
	float: left;
}

.comment-box{
	width:425px;
	color:#000;
	font-size:13px;
	padding:0 0 38px;
}
.comment-box .time{
	font-style:normal;
	display:block;
	font-size:11px;
	color:#636363;
}
.comment-box .user{
	display:block;
	color:#000;
	font-size:14px;
	margin:0 0 16px;
}
.comment-box p{margin:0 0 15px;}
.comment-box .action-box{
	height:1%;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}
.comment-box .action-box a{
	color:#18629d;
	float:left;
	margin:0 33px 0 0;
}
.comment-box .action-box ul{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
.comment-box .action-box li{
	float:left;
	margin:0 5px 0 0;
}
.comment-box .action-box ul a{
	display:block;
	width:19px;
	height:18px;
	background:url(../images/icons2.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	float:none;
}
.comment-box .action-box ul .link2{background-position:-19px 0;}
.comment-box .action-box ul .link3{
	width:18px;
	background-position:-38px 0;
}
/* comment form */
.comment-form{
	font-size:13px;
	color:#636363;
	line-height:20px;
	border-top:1px solid #ccc;
	padding:28px 0 0;
}
.comment-form label{
	display:block;
	font-weight:bold;
}
.comment-form .text{
	display:block;
	width:256px;
	border:1px solid #9d8989;
	background:#e9e9e9;
	padding:6px 5px;
	margin:0;
	font-size:13px;
	color:#000;
}
.comment-form .row{padding:0 0 11px;display:block;}
.comment-form .textarea{
	display:block;
	width:433px;
	height:140px;
	max-width:433px;
	padding:3px 0 0 5px;
	margin:0;
	border:1px solid #9d8989;
	background:#e9e9e9;
	overflow:auto;
}
.comment-form .submit-holder{
	height:1%;
	overflow:hidden;
	padding:5px 0 0;
	display:block;
}
story {
    background: url(../images/btn-comment.gif) no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 27px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 83px;
}
/* events.html */
.content-block .resource-block{margin:0 0 5px;}
.content-block .resource-block ul{float:left;}
.nav-block{
	height:1%;
	overflow:hidden;
	padding:0 5px 0 0;
}
.nav-box{
	float:right;
	font-size:14px;
	line-height:20px;
	padding:25px 0 15px;
}
.nav-box a{
	float:left;
	color:#818181;
	background:url(../images/arrow-nav-box.gif) no-repeat;
	padding:0 0 0 37px;
}
.nav-box .next{
	background-position:100% -20px;
	padding:0 37px 0 0;
}
.nav-box .separator{
	float:left;
	background:url(../images/separator-nav-box.gif) no-repeat 100% 50%;
	padding:0 22px 0 0;
	margin:0 22px 0 0;
}
.nav-block h2{
	font-size:47px;
	line-height:50px;
	font-weight:normal;
	color:#545454;
	margin:0 0 0 5px;
}
.nav-block h2 span{
	font-size:24px;
	color:#9d9d9d;
	padding:0 0 0 6px;
}

/* EVENTS
######################################### */
.sidebar_upcoming_events_container_cust { background:#FFF; font-family: 'Open Sans', 'Arial', sans-serif; }
	
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_row { display:block; overflow:hidden; padding:4px; border-bottom:1px solid #EEE; font-size:0px; transition:background .3s; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_row:first-child { border-top:1px solid #EEE; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_row:hover { background:#FDFDFD; }

.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_date { display:inline-block; vertical-align:top; width:72px; border:1px solid #CCC; background:#FFF; border-radius:8px; font-size:12px; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_date_inner { margin:3px; background:#000; text-align:center; color:#FFF; border-radius:6px; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_date_day { font-weight:bold; font-size:32px; line-height:40px; vertical-align:middle; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_date_mon { font-size:14px; font-weight:bold;  line-height:16px; vertical-align:middle; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_date_year { font-size:13px; line-height:16px; vertical-align:middle; padding-bottom:4px; }

.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_date_mon_cust { font-size:15px; font-weight:bold;  line-height:20px; vertical-align:middle; }

.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_info { display:inline-block; vertical-align:top; margin-left:8px; font-size:12px; color:#000; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_info_title { font-size:14px; min-height:18px; overflow:hidden; max-height:36px; line-height:18px; font-weight:bold; text-transform:uppercase; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_info_title { color:inherit; text-decoration:none; transition: color .2s; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_info_title:hover { text-decoration:underline; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_info_place { padding-top:2px; }
.sidebar_upcoming_events_container_cust .sidebar_upcoming_events_info_from { padding-top:8px; }
			
.month_translate { display:none; }
.event_archive_day .pagination { border: none; padding: 0; }

.event_list { }
ul.event_list { margin: 0; padding: 0; }
.event_list li { border-bottom: 1px solid #ccc; padding: 10px 0; list-style: none; }
.event_list h4 { font-family: 'Droid Sans', arial, serif; font-size: 24px; color: #222; margin: 0; padding: 0; }
.event_list h4 a { color: #222; } 
.event_list h5 {  font-family: 'Droid Sans', arial, serif; font-size: 18px; font-weight: lighter; color: #444; margin: 0; padding: 3px 0; }
.event_list h5 a { color: #444; }

h2.event_title { font-family: 'Droid Sans', arial, serif; font-size: 26px; color: #222; margin: 0; padding: 0; }

ul.events_cal_list { margin: 0; padding: 0; }
.events_cal_list li { list-style: none; padding: 0; margin: 5px 0; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; }
.events_cal_list li .cal_day { background: #FFC; padding: 10px; width: 80px; float: left; text-align: center; }
.events_cal_list li .cal_day h3 { font-size: 32px; margin: 0; padding: 0; }
.events_cal_list li .cal_day span { font-size: 11px; }
.events_cal_list li .cal_event {  padding: 10px; font-size: 14px; float: left; }
.events_cal_list li .cal_event h3 { font-size: 18px; margin: 0 0 5px 0; padding: 0; }

.events{
	list-style:none;
	padding:3px 0 0;
	margin:0;
}
.events li{
	height:1%;
	overflow:hidden;
	padding:0 0 6px;
	vertical-align:top;
}
.events .box{
	width:670px;
	background:url(../images/bg-event-box.gif) repeat-y;
	overflow:hidden;
}
.events .box .holder{background:url(../images/bg-event-box.gif) no-repeat -670px 0;}
.events .box .frame{
	background:url(../images/bg-event-box.gif) no-repeat -1340px 100%;
	height:1%;
	overflow:hidden;
	padding:10px 30px 24px 20px;
}
.events .active .box{background:url(../images/bg-event-box-active.gif) repeat-y;}
.events .active .box .holder{background:url(../images/bg-event-box-active.gif) no-repeat -670px 0;}
.events .active .box .frame{background:url(../images/bg-event-box-active.gif) no-repeat -1340px 100%;}
.events .box ul{
	list-style:none;
	padding:0;
	margin:5px 0 0;
	float:right;
	width:486px;
	overflow:hidden;
	font-size:13px;
	line-height:18px;
	color:#000;
}
.events .box li{
	border-top:1px solid #cfcfcf;
	margin:-1px 0 1px;
	padding:7px 20px 9px 0;
	height:1%;
}
.events .box p{margin:0;}
.events .box .time{
	font-size:12px;
	color:#18629d;
	font-weight:bold;
}
.events .box .number{
	float:left;
	font-size:64px;
	color:#fff;
}

/* PAGINATION
######################################### */

.pagination { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 10px 0;   }

.pagination_story { font-size: 16px; }
.pagination_story .active { background: #ccc; padding: 3px 5px; font-size: 16px; }
.pagination .previous { border-radius: 4px 0 0 4px; float: left; }
.pagination .next { border-radius: 0 4px 4px 0; float: right; }
.pagination a, .pagination span {
    background: -moz-linear-gradient(center top , #EEEEEE, #CCCCCC) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #777777;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Helvetica Neue",arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    margin: 0 1px 0 0;
    padding: 8px 25px;
    text-align: center;
}


/* VIDEO
######################################### */

#video_details { border-bottom: 1px solid #e0e0e0; padding: 10px; background: #f1f1f1; margin: 0 0 5px 0; }
#video_details h3 { margin: 0 0 5px 0; font-size: 20px; }
#video_details p { margin: 5px 0; }
ul.video_list { margin: 0; padding: 0; }
ul.video_list li { list-style: none; border-bottom: 1px solid #e0e0e0; padding: 10px 0; }
ul.video_list li img { border: 1px solid #ddd; }
ul.video_list li h4 { margin: 0 0 5px 0; font-size: 16px; font-family: 'Droid Sans',arial,serif; }
ul.video_list li span { display: block; }
ul.video_list li span.date { margin: 5px; padding: 0; font-size: 11px; color: #aaa; }
ul.video_list li span.byline { margin: 5px; padding: 0; font-size: 12px; color: #777; }
ul.video_list li span.caption { margin: 5px; padding: 0; font-size: 12px; color: #777; }

.video_title a { font-size: 14px; color: #333; }
ul.video-list { margin: 0; padding: 10px 0 0 0; border-top: 1px solid #ddd; }
.video-list li {
	border: 1px solid #EEEEEE;
    float: left;
    font-size: 11px;
    list-style: none outside none;
    margin: 3px;
    min-height: 150px;
    padding: 5px;
    width: 150px;
 }
 
ul.video_sidebar { margin: 0 0 20px 0; padding: 0; }
ul.video_sidebar li { list-style: none; padding: 5px 0; border-bottom: 1px solid #ddd; }
ul.video_sidebar h4 {
	border-bottom: 1px solid #DEDEDE;
    border-top: 2px solid #CCCCCC;
    color: #333333;
    font-family: 'Droid Sans',arial,serif;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    padding: 5px 0;
}	
ul.video_sidebar span.video_title { font-size: 14px; font-family: 'Droid Sans',arial,serif; }
ul.video_sidebar span.video_caption { font-size: 11px; color: #999; }

ul.video_sidebar a.video_overlay{
  width: 80px;
  text-decoration:none;
  position:relative;
  display:block;
  border:1px solid #ddd;
  padding:3px;
  margin-right:5px;
  float:left;
}

ul.video_sidebar a.video_overlay span.zoom-icon{
  visibility: visible;
  position: absolute;
  left: 3px;
  top: 3px;
}

ul.video_sidebar a.video_overlay:hover span.zoom-icon{
  visibility:visible;
}
.video_sidebar h4 {
	border-bottom: 1px solid #DEDEDE;
    border-top: 2px solid #CCCCCC;
    color: #333333;
    font-family: 'Droid Sans',arial,serif;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    padding: 5px 0;
}	

 .more_photos {
    margin: 0;
}

.ngl_video { height: 28px; }
.ngl_video_btn, a.ngl_video_btn, a.ngl_video_btn:link, a.ngl_video_btn:visited { height: 16px; font-size: 12px; position: relative; cursor: pointer; display: inline-block; margin: 0; padding: 5px 10px; color: #fff; font-weight: bold; text-align: center; text-shadow: 0px 1px 0 RGBA(0,0,0,0.3); overflow: hidden; border: solid 1px #000; box-shadow: inset 0px 1px 0px #CCC; -webkit-box-shadow: inset 0px 1px 0px RGBA(255,255,255,0.6); -moz-box-shadow: inset 0px 1px 0px RGBA(255,255,255,0.6); background: #222; background: -moz-linear-gradient(top, #555 0%, #222 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#222));}
a.ngl_video_btn:hover { cursor: pointer; background: #444; background: -moz-linear-gradient(100% 100% 90deg, #333, #999); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#444)); text-decoration: none;}
a.ngl_video_btn:active { top: 1px; background: #555; background: -moz-linear-gradient(top, #222 0%, #555 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#555));}
.btn-rounded { -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;}

/* video-article.html */
.article .video-holder{
	width:670px;
	overflow:hidden;
	margin:0 0 8px;
}
.article .video-holder img{display:block;}
/* video.html */
.carousel .description-section{
	background:#2c86c2;
	font-size:18px;
	color:#fff;
	height:1%;
	padding:8px 15px;
}
.article .carousel .video-holder{margin:0 0 1px;}
.article .carousel .switcher-holder{
	width:670px;
	overflow:hidden;
	position:relative;
}
.article .carousel .switcher-holder .switcher{
	width:99999px;
	position:relative;
	height:auto;
	padding:1px 0 0;
	margin:0;
}
.article .carousel .switcher a:hover, .article  .carousel .switcher li.active a{
	top:0;
	width:127px;
	height:72px;
	border:3px solid #18629d;
	background:url(../images/none.gif) repeat;
}
.article .carousel .switcher-holder .prev,
.article .carousel .switcher-holder .next{
	position:absolute;
	top:1px;
	left:0;
	width:20px;
	height:78px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/bg-carousel-prev.png) no-repeat;
	z-index:3;
}
.article .carousel .switcher-holder .next{
	left:auto;
	right:0;
	background:url(../images/bg-carousel-next.png) no-repeat;
}
.title2{
	font-size:24px;
	line-height:30px;
	margin:0 0 14px;
	border-bottom:1px solid #ccc;
	padding:0 0 12px;
}
.title2 span{
	background:url(../images/arrow-title2.gif) no-repeat 100% 11px;
	padding:0 12px 0 0;
}
.title2 a{color:#2c86c2;}
.info-area{
	height:1%;
	margin:0 0 35px;
}
.info-area .pagging-box{
	height:1%;
	overflow:hidden;
	padding:0 0 0 4px;
}
.info-area .pagging-box .page{
	float:left;
	font-size:11px;
	color:#545454;
}
.info-area .pagging-box .page strong{font-size:17px;}
.info-area .pagging-box .switch{float:right;}
.info-area .pagging-box .switch .prev,
.info-area .pagging-box .switch .next{
	float:left;
	width:24px;
	height:19px;
	background:url(../images/arrow-switch.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
.info-area .pagging-box .switch .next{background-position:0 -19px;}
.info-area .pagging-box .switch ul{
	list-style:none;
	padding:0 5px;
	margin:0;
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	float:left;
}
.info-area .pagging-box .switch li{float:left;}
.info-area .pagging-box .switch ul a{
	display:block;
	width:21px;
	line-height:21px;
	text-align:center;
	color:#545454;
}
.info-area .pagging-box .switch ul a:hover,
.info-area .pagging-box .switch ul li.active a{
	background:url(../images/bg-switch-link.gif) no-repeat;
	text-decoration:none;
	color:#fff;
}
/* video list */
.info-list{
	list-style:none;
	padding:14px 0 0;
	margin:0 0 17px;
	border-bottom:1px solid #ccc;
}
.info-list li{
	height:1%;
	overflow:hidden;
	border-top:1px solid #ccc;
	padding:11px 5px 11px 0;
}
.info-list li.odd{background:#f7f7f7;}
.info-list .social-section{
	float:right;
	width:214px;
	text-align:right;
	font-size:12px;
	color:#777;
}
.info-list .social-section a{
	color:#777;
	font-weight:bold;
}
.info-list .social-section .row{
	height:1%;
	overflow:hidden;
	padding:0 0 3px;
}
.info-list .social-section .count{float:left;}
.info-list .social-section .comments{margin:0 0 0 8px;}
.info-list .social-section .count-right{float:right;}
.info-list .social-section .count img{display:block;}
.info-list .description-box{
	height:1%;
	overflow:hidden;
	font-size:16px;
	line-height:16px;
	padding:0 10px 0 0;
}
.info-list .alignleft{
	float:left;
	margin:0 15px 0 0;
}
.info-list .description-box strong a{color:#2c86c2;}

/* PLACES
######################################### */
.place_list th:first-child {
	text-align: left;
}
.place_list .title h4,
.place_list .title .address {
	font-size: 14px;
}
.place_list .title {
	line-height: 10px;
}
.place_list .phone {
	font-size: 12px;
}
.title,
.neighborhood {
	border-bottom: 1px solid #EEEEEE;
}

#sidebar .ad img, #sidebar .ad2 img { border:none; }

#container_inner { background:#FFF!important; padding-top:20px; }
nav .menu { z-index:9999!important; }

/* LHD BUTTONS
######################################### */
.lhd_button { position:relative; display:inline-block; font:12px arial,sans-serif; border:1px solid #ccc;background:#f6f6f6;background-image:-moz-linear-gradient(top,#ffffff,#efefef);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;white-space:nowrap;vertical-align:middle;cursor:pointer;overflow:visible; border-right-style:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0 ; color:#333;font-weight:bold;font-size:11px;text-shadow:0 1px 0 #fff;text-shadow:0 0 0 transparent,0 1px 0 #fff;height:2.95em;line-height:2.95em; padding:0 0.91em;border:1px solid #ccc;border-bottom-color:#aaa;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e0e0e0);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-ms-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 0 1px #fff;-ms-box-shadow:inset 0 0 1px #fff;-o-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;box-shadow:inset 0 0 1px #fff; text-decoration:none; text-align:center; }
.lhd_button:hover, .lhd_button:focus { color:#333!important; border-color:#999;background:#f3f3f3;background-image:-moz-linear-gradient(top,#ffffff,#ebebeb);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ebebeb));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);outline:0;-moz-box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999; text-decoration:none;}
.lhd_button_hover { border-color:#999;background-image:-moz-linear-gradient(top,#ffffff,#ebebeb);background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ebebeb));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);outline:0;-moz-box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999; text-decoration:none; }
.lhd_button:active {border-color:#999;background:#ddd;background-image:-moz-linear-gradient(top,#cccccc,#ffffff);background-image:-webkit-gradient(linear,left top,left bottom,from(#cccccc),to(#ffffff));filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#cccccc,endColorStr=#ffffff)}
.lhd_button img{vertical-align:middle;font-size:0}
.lhd_button::-moz-focus-inner{border:0}
.lhd_button:hover,.lhd_button:active { filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e0e0e0);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-ms-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;-ms-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;-o-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff}
.lhd_button:focus {outline:none;-moz-box-shadow:0 0 5px #4496e7,inset 0 0 10px #fff;-ms-box-shadow:0 0 5px #4496e7,inset 0 0 10px #fff;-o-box-shadow:0 0 5px #4496e7,inset 0 0 10px #fff;-webkit-box-shadow:0 0 5px #4496e7,inset 0 0 10px #fff;box-shadow:0 0 5px #4496e7,inset 0 0 10px #fff}
.lhd_button:active {color:#333;border:1px solid #aaa;border-bottom-color:#ccc;border-top-color:#999;-moz-box-shadow:inset 0 1px 2px #aaa;-ms-box-shadow:inset 0 1px 2px #aaa;-o-box-shadow:inset 0 1px 2px #aaa;-webkit-box-shadow:inset 0 1px 2px #aaa;box-shadow:inset 0 1px 2px #aaa;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e6e6e6,EndColorStr=#dcdcdc);background-image:-moz-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);background-image:-ms-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);background-image:-o-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(100%,#dcdcdc));background-image:-webkit-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);background-image:linear-gradient(to bottom,#e6e6e6 0,#dcdcdc 100%)}
.lhd_button_image { position:absolute; z-index:5; font:12px arial,sans-serif; padding:0 .5em;height:2.0833em;color:#000;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;white-space:nowrap;vertical-align:middle;cursor:pointer;overflow:visible; border-right-style:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0 ; color:#333;font-weight:bold;font-size:11px;text-shadow:0 1px 0 #fff;text-shadow:0 0 0 transparent,0 1px 0 #fff;height:2.95em;padding:0 0.91em;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e0e0e0);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 0 1px #fff;-ms-box-shadow:inset 0 0 1px #fff;-o-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;box-shadow:inset 0 0 1px #fff;}
.lhd_button_container { margin-left:0px; position:relative;}

a.lhd_button {color:#333;}
.lhd_button_small { height:1.8em;line-height:1.8em;vertical-align:middle;}
.lhd_button_large { font-size:16px; font-weight:bold; vertical-align:middle; }
.lhd_button_300 { width:298px; padding:0!important; }
.lhd_button_300bold { width:298px; padding:0!important; font: bold 18px/2.95em arial,sans-serif; }

/* WEBLOGS
######################################### */
.blog_list tr { text-align: left; }
.blog_list .title { font-size: 15px; }
.blog_list td { padding-right: 50px; }

