

/* ---- CUSTOM DEFINED STYLESHEET calendar ---- */ 

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #DAEAFF;
  background: #0929C9;
  color: #FFF;
  text-align: center;
}

.calendar tfoot .footrow td { /* The TR in footer (only one right now) */
  background: #0929C9;
  color: #FFF;
}


/* ---- CUSTOM DEFINED STYLESHEET default ---- */ 

body, p, ol, ul, td {
  font-family: georgia, times, seriff;
  font-size: 10px;
  line-height: 1.5em;
  line-height: 18px;
}


/* ---- CUSTOM DEFINED STYLESHEET layout ---- */ 

body{
  background: #fff url("/sites/971/assets/bg_body.jpg") repeat-x top left;
  color: #333;
  font-family: Georgia, Tiimes New Roman, serif;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

#wrapper {margin: 0 auto; width: 1000px; overflow: hidden; background: #FFF; border: 1px solid #CCC; border-width: 0 1px;}

.newline {clear: both;}

.listingResult {padding: 0 0 8px 0;}

.top_left_column {
  margin: 0;
  padding: 0;
  width: 830px;
  float: right;
}


ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
li{
  line-height: 1.5em;
}

p{
  margin: 0px 0px 1em 0;
}

h1, h2, h3, h4, h5, h6{
  margin: 0px 0px 5px 0px;
}

a, a:visited{
  text-decoration: none;
  color: #0929C9;
}

a img{
  border: none;
}

label{
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
}

.clear{
  clear: both;
  height: 0px;
}


#main{
  width: 1000px;
  margin: 0px auto;
  background: #FFF;
}

#page{
  clear: both;
  border-top: 1px solid #ccc;
  background: #FFF;
}

.double-sep{
  border-top: 3px solid #ddd;
  margin-top: 2px;
}

#pt1_search_controls {
	float: right;
}


/*----///// MOST POPULAR WIDGET ON HOMEPAGE //////-----*/
.ui-widget-header {
  background:url("/sites/1041/assets/most_popular_widget_bground.jpg") repeat-x scroll 50% 50% #0929C9;
  border:1px solid #4297D7;
  color:#FFFFFF;
  font-weight:bold;
}



#wheatherTab{
  float: right;
  font-family: Georgia, serif;
  text-align: right;
  margin: 0px;
  font-size: 1.3em;
}

#mainNavTab{
  float: left;
  margin-bottom: -1px;
}
#mainNavTab li{
  display: block;
  float: left;
  padding: 0 8px 0 0;
  border: 1px solid #ccc;
  border-right: none;
}
#mainNavTab li.last{
  border-right: 1px solid #ccc;
}
#mainNavTab li.selected{
  border-bottom: 1px solid #fff;
}
#mainNavTab li.selected a{
  background-color: #fff;
}
#mainNavTab a {
  padding: 0 5px;
  display: block;
  background-color: #e3ecf1;
  color: #333;
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
width: 100%;
}
#mainNavTab a:hover {
  background-color: #FFF;
  color: #333;
  text-decoration: underline;
}
#mainNavTab a.last {
  background-color: #fff;
}


.userMenu ul li {
	list-style-type: none;
	display: inline;
	margin-left: 35px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding: 0px;
}
#page .community_toggle {
  height:55px;
  left:315px;
  position:absolute;
  top:63px;
  width:103px;
}

#header .center-box .date {
  float:left;
  font-family:Georgia,serif;
  padding-left:85px;
  text-align:left;
  clear: none;
}
#header .center-box {
  margin:0 auto;
  position:relative;
  width:310px;
}

#header { 
 padding: 10px 0 0 0;
 background: #FFF url("/sites/1041/assets/mtneagle_masthead.jpg") no-repeat; 
 border-bottom:2px solid #0929C9; 
 font-size:1.2em; 
 height:140px; 
 text-align:center; 
 position: relative;
}

#weatherWidget {
  width: 120px;
  position: absolute;
  top: 90px;
  left: 185px;
}
#weatherWidget a {
  display: none;
}

#header .ad-left{
  float: left;
  margin: 10px 0 0 10px;
  width: 185px;
  height: 90px;
}
#header .ad-right{
  float: right;
  margin: 10px 10px 0 0;
  width: 185px;
  height: 90px;
}
#header .center-box{
  width: 150px;
  margin: 0px auto;
  padding: 90px 0 0 0;
}
#header .center-box.your{
  width: 340px;
}
#header .center-box p{
  margin: 5px 0px 0px;
  font-size: 1em;
}
#header .center-box .date {
  float:left;
  font-family:Georgia,serif;
  /*padding-left:85px;*/
  text-align:center;
}
#header .center-box .updated{
  font-family: arial, helvetica, sans-serif;
  float: right;
  text-align: right;
  padding-right: 5px;
}
#header .center-box .updated span{
  color: #c00;
}
#header .herald-logo{
  width: 310px;
  height: 60px;
}
#header .your-herald-logo{
  width: 340px;
  height: 60px;
}

#header .community-news{
  position: relative;
  left: 670px;
  top: -25px;
  width: 103px;
  height: 55px;
  background: #fff url("/sites/658/assets/community_news.gif");
}


#page-layout{
  float: left;
  width: 100%;
  background: #FFF;
}

#page-layout .column{
  float: left;
  border-right:1px solid #DDDDDD;
  height: auto;
}

/*-----///// COLUMN WIDTHS /////-----*/
#page-layout .navcol{
  font-family: Arial, Helvetica, sans-serif;
  width: 120px;
  padding: 0px;
  background: #FFF;
}
#page-layout #acol{
  width: 175px;
  height: auto;
}
#page-layout #bcol{
  width: 345px;
}
#page-layout #ccol{
  padding: 0 0 0 5px;
  width: 295px;
  border-right: none;
}
#page-layout .categorycol {
  float: left;
  width:510px;
  height: auto;
}
#page-layout .category-right-col { 
  float: right;
  width:300px;
  height: auto;
}
.right_column_ads {
  padding: 0;
}

#pt1_full_story #pt1_right_column {
	width: 300px;
	float: right;
}
#pt1_full_story #pt1_main_column {
	width: 540px;
	float: left;
}
.full_story {
  width: 500px;
}
#pt1_full_story .story_item_images {
	float: left;
        margin: 0 12px 0 0;
}
.simple-slideshow-container {
  margin: 0 12px 0 0;
}

.input {
display:none;
}

.stylish A:link {color: #333333; text-decoration: none}
.stylish A:visited {color: #333333; text-decoration: none}
.stylish A:active {color: #333333; text-decoration: none}
.stylish A:hover {color: #333333; text-decoration: none}


/*-----///// LEFT COLUMN NAVIGATION /////-----*/
.navcol ul{
  font-family: arial, helvetica, sans-serif;
  margin: 0px;
}


.navcol .title a {
  color: #333;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
  margin: 0 0 0 -5px;
  padding: 2px 0 2px 5px;
}
.navcol .title a:hover {
  text-decoration: none;
  background: #EEE;
}
li.indent_list {
  padding: 0 0 0 12px;
  font-family: inherit;
}

.navcol ul a{
  display: block;
  color: #333;
  font-size: 1em;
}
.navcol ul a:hover {
  text-decoration: underline;
}
.navcol li {
  
}
.navcol .highlight{
  background-color: #AFBBFF;
  color: #333;
}
.navcol .highlight a{
  color: #333;
  font-size: 1.2em;
}

#highlighted_menu {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: bold;
  background: #AFBBFF;
}
#highlighted_menu a {
  margin: 3px 0;
  padding: 2px 0;
  display: block;
  border: 1px dotted #0929C9;
  border-width: 0 0 1px 0;
}



.notice{
  padding: 5px 0px 10px;
  border-bottom: 1px solid #ddd;
}
.notice .author{
  margin-bottom: 5px;
  color: #808080;
}
.notice .author span{
  text-transform: uppercase;
}
.notice .body {
    font-size: 1.1em;
}
.notice .body img{
  float: right;
  width: 75px;
  height: 53px;
  background-color: #eee;
  margin: 0px 0px 5px 10px;
}
.notice ul{
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 10px;
  list-style-type: disc;
  margin-left: 5px;
}
.notice ul.simple-list{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.notice.main{
  padding-top: 5px;
  padding-bottom: 10px;
}
.notice.main .main-img{
  display: block;
  margin: 0px 0px 5px 0px;
  float:none;
  width: 338px;
  height: 255px;
  background-color: #efefef;
}

.notice .area-news{
  font-size: 1.1em;
  font-weight: bold;
  list-style-type: none;
  padding: 0px;
}
.notice .area-news.col{
  float: left;
  margin-right: 60px;
}

.notice.community .description{
  float: left;
  width: 80%;
}
.notice.community .controls{
  float: right;
}
.notice.community .controls img{ 
  float: right;
}
.notice.community .view-gallery{
  text-align: right;
}

.foto-credit{
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
  color: #888;
  text-align: right;
  margin-bottom: 5px;
}


.latest-news{
  clear: both;
  font-weight: bold;
  margin: 0px;
}
.latest-news .breaking a{
  color: #c00;
}

.notice-controls{
  float: right;
}

img.small-float-left {
  float:left;
  max-height: 110px;
  _width: 140px;
  max-width: 140px;
  padding: 5px;
  border: 0;
}



#latest-news, #most-popular{
  padding: 10px 0px;
}
#latest-news .title, #most-popular .title{
  margin-bottom: 10px;
  font-size: 1.4em;
}

ul.tabs{
  float: left;
  margin: 0px 0px 0px 0px;
  border: 1px solid #aaa;
  border-bottom: none;
  margin-bottom: -1px !important;
}
ul.tabs li{
  float: left;
  list-style-type: none;
  padding: 4px 10px;
  background-color: #e3ecf1;
  font-size: 1.2em;
  border-right: 1px solid #aaa;
}
ul.tabs li.last{
  border-right: none;
}
ul.tabs li.selected{
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.tabs-content{
  clear: both;
  padding: 5px;
  margin-top: -10px;
}
.tabs-content{
  border: 1px solid #aaa;
}
.tabs-content ul{
  list-style-type: disc;
  padding-left: 15px;
}

#coupons{
  margin-bottom: 10px;
}
#coupons .logo{
  float: left;
  text-align: right;
}
#coupons form{
  float: left;
  margin: 60px 20px 0px;
}
#coupons label{
  font-size: 1.1em;
}
#coupons select{
  border: 1px solid #ddd;
  width: 150px;
}



#tweetlines .header{
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
#tweetlines .header img{
  float: left;
}
#tweetlines .header p{
  margin-left: 165px;
  font-size: 1.1em;
  padding-top: 5px;
}
#tweetlines form{
  padding: 15px 0px;
}
#tweetlines textarea{
  border: 1px solid #ccc;
  padding: 3px;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.3em;
  width: 95%;
  margin: 0px 0px 5px 5px;
}
#tweetlines input{
  float: left;
  margin-left: 5px;
}
#tweetlines .counter{
  float: right;
  margin-right: 5px;
  text-align: right;
  font-size: 20px;
  line-height: 24px;
  color: #ddd;
}
#tweetlines .advert{
  margin: 20px 0px;
}
#tweetlines .advert div{
  text-transform: uppercase;
  text-align: center;
  color: #aaa;
}
#tweetlines .advert img{
  width: 300px;
  height: 100px;
  margin: 0px auto;
  background-color: #eee;
  border: 1px solid #ccc;
  display: block;
}
.tweet{
  font-family: arial, helvetica, sans-serif;
  padding: 10px 0px;
  border-bottom: 1px dashed #ccc;
}
.tweet .content{
  float: left;
  font-size: 1.2em;
  width: 90%;
}
.tweet .controls{
  float: right;
  width: 16px;
}
.tweet p{
  font-size: 0.9em;
  margin: 5px 0px 0px;
  font-style: italic;
  color: #aaa;
}
.tweet.last{
  border-bottom: none;
}

#footer{
  margin: 0 0 20px 0;
  padding: 20px;
  clear: both;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #ccc;
  border-width: 2px 0 2px 0;
}
#footer .logo {
  border-right:1px solid #CCCCCC;
  float:left;
  height:100px;
  margin:10px 20px 10px 10px;
  padding:21px 0;
  text-align:center;
  width:291px;
}
#footer p{
  font-size: 12px;
  font-weight: bold;
}
#footer p.copyright{
  font-size: 10px;
  color: #888;
  clear: both;
  text-align: center;
}

#footer ul{
  float:left;
  margin: 15px 20px 0px 0px;
  font-size: 1.2em;
  line-height: 1em;
}
#footer .menu li{
  line-height: 1.2em;
}
#footer .menu .title{
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer .menu-links{
  font-weight: bold;
  margin-bottom: 10px;
}
#footer .menu-links li{
  margin-bottom: 10px;
}

#footer form .term{
  border: 1px solid #ccc;
  width: 250px;
  margin: 15px 0px 5px 0px;
}


/* rewrite rules */

body, div, td {
	font-family: Georgia, serif;
	text-align: left;
}

#page-layout p, #page-layout ol, #page-layout ul, #page-layout td {
  font-family: Georgia, serif;
  text-align: left;
  line-height: 1.5em;
  font-size: 12px;
}
#page-layout .acol ul, #page-layout .bcol ul, #page-layout .ccol ul{
  font-size: 1.1em;
}

div h3, h4{
	border: none;
	background: #fff none repeat scroll 0 0;
	text-align: left;
	margin: 0 0 5px;
	padding: 0px;
}
#page-layout ul.tabs{
	font-size: 10px;
}

#cols-container{
  float: left;
  padding: 10px 0 10px 5px;
  display: block;
  /*width: 85%;*/
}


.signature_line {
	padding: 3px 0 0 0;
	color: #777;
	clear: both;
        font-size: 85%;
}

.non_standard_ad_3 {
  margin: 20px auto 5px auto;
}

.leaderboard_banner_ad  {
	margin: 0 auto;
        padding: 0;
        width: 780px;
}
#leaderboard_top {
  padding: 20px 0;
  background: #FFF;
}
#leaderboard_bottom {
  margin: 0 auto;
}
.square_banner_ad {
	padding: 25px 0 0 0;
}


#calendar_container td {
  margin: 1px;
  text-align: center;
  font-size: 13px;
}
#calendar_container .title {
  font-size: 110%;
}

div#comments_container {
  background: #F6F5F5;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
  min-height: 60px;
  padding: 5px;
  width: 98%;
}


.image_caption, .video_caption, .rss_item_date {
	font-size: 11px;
	color: #777;
	line-height: 14px;
	text-align: left;
}
.image_caption a {color: #777;}


/************************* For NEW BD **********************/


#pt1_business_directory_page #pt1_right_column.new_layout {
  float: right;
}

#pt1_business_directory_page #pt1_main_column_results {
  *width: 610px;
  _width: 610px;
  max-width: 630px;
  float: left;
}

#pt1_right_column div.playlist_matrix {
  _width: 300px;
  padding-top: 13px;
  _padding-top: 16px;
  padding-bottom: 0px;
}

#pt1_right_column div.playlist_matrix li.first {
  margin-left: 0px;
}

#pt1_right_column div.playlist_matrix li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  border-left: none;
  _padding-left: 5px;
  height: 160px;
}

#pt1_right_column div.playlist_matrix li a {
  margin: -10px 0px 0px 0px;
}



/************************* For NEW BD **********************/

/* ---- CUSTOM DEFINED STYLESHEET lightbox ---- */ 

