/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */
.cl { clear: both; }

body{
	color:#333;
	font-size:13px;	
}


/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

h1{
	color: #458C21;
	font-size: 24px;
	margin: 0px;
	line-height:1;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin-bottom:10px;
}

h2{
	color: #7F5431;
	font-size: 22px;
	margin-bottom:10px;
	line-height:1;
	font-weight: bold;
	padding: 0x;
}

h3{
	color: #7F5431;
	font-size: 20px;
	margin-bottom:10px;
	line-height:1;
	font-weight: bold;
	padding: 0x;
}

h4{
	color: #7F5431;
	font-size: 18px;
	margin-bottom:10px;
	line-height:1;
	font-weight: bold;
	padding: 0x;
}

h5{
	color: #458C21;
	font-size: 16px;
	margin-bottom:10px;
	line-height:1;
	font-weight: bold;
	padding: 0x;
}

h6{
	color: #7F5431;
	font-size: 114px;
	margin-bottom:10px;
	line-height:1;
	font-weight: bold;
	padding: 0x;
}




a{
	color:#458C21;
	text-decoration:none;
}

a:hover{
	color:#7F5431;	
}

p{
	display:block;
	color:#333;
	font-size:12px;
	line-height:1.45;
	margin-top:10px;
}



/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {background-color:#FFF;}

#header {
}
#header a {color:#FFF;}

#tray_box {
	height:51px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 932px;
	z-index: 1000;
}
#tray {
	width:932px;
	color:#FFF;
	position:absolute;
	top:0px;
	right:0;
	z-index:100;
}
#tray a {color:#FFF;}
#tray li#tray-active a {
	color:#333;
}
#tray li#tray-active ul li a {
	color:#333;
}

.nav a {border-top:1px solid #D4D3AD; text-decoration: none; background-color:#C5C498 !important; color:#1B5625 !important;}
.nav a:hover {background-color:#FFFFDF !important; color:#1B5625 !important;}
.nav #nav-active a {background-color:#EC1B2E !important; color:#FFF !important;}
.nav #nav-active a:hover {/*background-color:#AF0017 !important;*/ color:#FFF !important;}
.nav #nav-active ul li a {border-top:1px solid #277034; background-color:#1A5625 !important; color:#F9F9D7 !important;}
.nav #nav-active ul li a:hover {background-color: #739240 !important};

#search {border-top:1px solid #f2f2f2; background-color:#d0d0d0;}
#search-input {background:#FFF;}
#search-submit {background:#2F2F2F; color:#FFF;}

/*#content h1 {
	color: #458C21;
	font-size: 24px;
	margin: 0px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
}*/

#content ul {
	padding-left: 15px;
	margin-left: 15px;
	list-style-type: disc;
}

#footer, #footer a {
	color:#FDF2BC;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#topstory-top, #topstory {background-color:#FFFFFF;}
#topstory-desc .info, #topstory-desc .info a, .article .article-desc .info, .article .article-desc .info a {color:#5F5F5F;}
#topstory-desc .info a:hover, .article .article-desc .info a:hover {color:#2F2F2F;}
.article-desc a { text-decoration: none; }
#topstory-desc h2 a {color:#1B5625; text-decoration: none; font-weight:bold;}
#topstory-desc h2 a:hover {color:#E91730;}
#topstory-list {border-top:1px solid #EBF4F8; background-color:#c7e2ac;}

.box-01-top, .box-01-top-b {background-color:#E91730; color:#FFF;}
.box-01-top-b .f-right {color:#D7ECF4;}
.box-01 .bg {border-top:1px solid #C5C498; border-bottom:1px solid #C5C498; background:#F9F9D7;}

    .news dt {color:#1B5625;}
    .news dd span a {color:#EC1B2E; font-weight:bold; text-decoration: none}
    .news dd span a:hover {color:#1B5625;}

.box-02-top, .box-02-top-b {background-color:#EAE9C3; color:#E91730;}

    .mostreaded span {color:#5F5F5F;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.rss {color:#000;}

/* ----------------------------------------------------------------------------------------------------------
6) Page: News
---------------------------------------------------------------------------------------------------------- */

.news-container {
	border-bottom: 1px solid #6B4424;
	padding: 5px 0px 15px 0px;
}

.list-date {
	color: #666666;
	font-weight: normal;
	margin-top:0px;
}

.news-container-no-border {
	padding: 0px 0px;
}

.center-container {
	padding: 30px 0 0 0;
	font-size: 12px;
}

.center-title {
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
 	font-size: 18px; 
 	color: #990000; 
 	background: inherit;
}

.center-body {
	margin-top: 10px;
}

.view-all {
	text-align: left;
	font-weight: bold;
}

.photo {
	padding-bottom: 0px 0px 5px 5px;
}

.credits {
	float: left;
	margin-top: -5px;
	padding: 0px;
	color: #999999;
	font-size: 70%;
}

.caption {
	float: left;
	color: #333333;
	font-weight: bold;
	font-size: 70%;
	margin-bottom: 15px;
}

.article-title {
	color: #294B7B;
	font: normal 2.1em Arial, Sans-Serif; 
	letter-spacing: -1px;
	margin: 5px 0px 5px 0px;
}

.article-subtitle {
	font: normal 1.5em Arial, Sans-Serif;
	letter-spacing: -1px;
}

.article-subtitle-static {
	font: normal 1.5em Arial, Sans-Serif;
	letter-spacing: -1px;
	padding-bottom: 15px;
}

.photo-main {
	margin-right: 10px;
	float: left;
}

.photo-main img {
	border: 0;
}

.gallery-desc {
	padding-left: 10px;
	font-size: 120%;
}

.author-area {
	float: left;
	margin-top: 15px;
}

.author-photo {
	float: left;
	margin-right: 5px;
}

.author-date {
	float: left;
	color: #666666;
	font-size: 85%;
	margin: 0px 0px 0px 0px;
}
	
.main-article {
	color: #000000;
	font-size: 100%;
	margin-top: 20px;
}

.title-header {
	clear: both;
	background: #294B7B url(images/corner.gif) no-repeat right top;
	color: #FFF;
	padding: 7px 5px 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 5px 0;
}

.date-header {
	float: right;	
	font-weight: normal;
}



/* ----------------------------------------------------------------------------------------------------------
6) Page: Gallery
---------------------------------------------------------------------------------------------------------- */

.gallery {
	padding: 30px 0px;
}

.thumbnail {
	border:2px solid #7F5431;
	float: left;
	width: 140px;
	height: 140px;
	margin: 0px 10px 5px 0px;
	overflow: hidden;
}

.thumbnail img {
	border: none;
}

/* ----------------------------------------------------------------------------------------------------------
6) Page: Testimonials
---------------------------------------------------------------------------------------------------------- */

.testimonials-container {
	border-bottom: 1px solid #613F21;
	padding: 15px 0px;
}


.testimonials-container-no-border {
	padding: 15px 0px;
}

.testimonials-container h4, .testimonials-container-no-border h4 {
	padding-top: 0px;
	margin-top: 0px;
}

.testimonials-container h3, .testimonials-container-no-border h3 {
	margin-top: 0px;
	color: #333333;
}

.testimonials-photo {
	float: left;
	margin-right: 15px;
}

.testimonials-thumb-container {
	margin: 10px 0px;
}

.testimonial-thumb {
	float: left;
	margin: 0px 8px 8px 0px;
	max-height: 73px;
	overflow: hidden;
}

.testimonial-thumb img {
	border: none;
}

.testimonials-text {
	float: left; 
	width: 400px;
}

	.testimonials-text h3{
	color:#5A3D20;
	}

.testimonials-text-full {
	float: left; 
	width: 475px;
}

.testimonials-read-more {
	float: right; 
	margin: 10px 0px 0px 0px;
}

#text .testimonials-read-more a, #text .testimonials-read-more a:hover {
	font-size: 12px;
	font-weight: bold;
}

.testimonials-read-more a{
	font-weight:bold;	
}

/* END TESTIMONIALS */

/* EVENTS */

.post {
	margin-bottom: 15px;
}

.post .title {
}

.post h2 {
	letter-spacing: -2px;
	font-size: 2em;
	line-height: 1em;
	padding-bottom: 5px;
}

.post .title h3 {
	font-size: 1.75em;
	margin: 0;
	margin-bottom: 10px;
	line-height: normal;
	font-weight:normal;
	color: #003263;
}

.post .title h2 {
	font-size: 2.5em;
	font-weight:bold;
}

.post .title p {
	margin: 0;
	line-height: normal;
}

.post .title p a {
}

.post .links {
	width: 300px;
	font-size:14px;
	height: 29px;
	margin: 0;
	margin-top: 15px;
	padding: 6px 0px 10px 4px;
	background: url(images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.post .links a:hover {
	text-decoration: none;
	color: #6db4e3;
}

.post .links_lg {
	width: 520px;
	font-size:14px;
	height: 29px;
	margin: 0;
	margin-top: 15px;
	padding: 6px 0px 10px 5px;
	background: url(images/img09.gif) no-repeat;
}

.post .links_lg a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.post .links_lg a:hover {
	text-decoration: none;
	color: #6db4e3;
}

.post .entry {
	padding-top: 15px;
}

.season_holder {
	width: 451px;
	margin-top: 20px;
	border-bottom: 1px solid #E91730;
}

.ticketlink {
	font-weight: bold;
	width: 100%;
	text-align: right;
	font-size: 1em;
	padding: 5px 0px 10px 0px;
	width: 325px;
}

.pic_box {
	width: 120px;
	float: left;
}

.desc_box {
	width: 325px;
	float: left;
}

.desc_box p {
	font-weight: normal;
	font-size: 12px;
	line-height: 200%;
	margin-bottom: 5px;
}

/* END EVENTS */

/* FAQs */

.answer {
	margin-left: 20px;
}

/* END FAQs */

/* CONTACT US */

#contact-area {
	margin: 10px 0px;
}

/* END CONTACT US */

.left {
	float: left;
}

.right {
	float: right;
}

.next, .previous {
	padding: 5px;
	margin-top: 15px;
	font-weight: bold;
	width: 33%;
	font-size: 14px;
}

.next {
	float: right;
	text-align: right;
}

.previous {
	float: left;
	text-align: left;
}

/* shadowbox styles */
.hidden {
	display: none;
}

.post {
	margin-bottom: 15px;
}

.post .photo {
	margin: 0px 0px 5px 5px;
}
	
.post .title {
}

.post .title h3 {
	font-size: 1.75em;
	margin: 0;
	margin-bottom: 20px;
	line-height: normal;
	font-weight:normal;
	color: #C31E22;
}

.post .title h2 {
	font-size: 2.5em;
	font-weight:bold;
	margin-bottom: 3px;
	color: #1B5625;
}

.post .title p {
	margin: 0;
	line-height: normal;
}

.post .title p a {
}

.post .links {
	width: 410px;
	font-size:14px;
	height: 29px;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 4px 0px 10px 5px;
}

.post .links img {
	border: none;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.post .links a:hover {
	text-decoration: none;
	color: #6db4e3;
}

.post .entry {
	padding-top: 15px;
	font-size: 14px;
}

.post .entry2 {
	padding-top: 0px;
	font-size: 14px;
}

#inline-sample-content {
	padding: 20px;
}

#inline-sample-content .entry a {
	text-decoration: none;
	color: #003263;
}

#inline-sample-content .entry a:hover {
	text-decoration: none;
	color: #79bdea;
}

.required {
	color: #FF0000;
	font-weight: bold;	
}
#contact_area p {
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	text-align: right;
	color: #FFF;
}
#contact_area p a {
	color: #999;
}

#banners_pad .box .f-left {
	margin-bottom: 10px;
}
#feed-box h1, #text_box_pad h1 {
	text-align: left;
	font-weight: normal;
	color: #458C21;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #613F21;
	margin-bottom: 10px;
}
#feed-box span a {
	color: #5A3D20;
	text-decoration: none;
	font-size: 18px;
}
#feed-box p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 14px;
}
#feed-box .bg {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
#feed-box .bg p {
	margin-bottom: 10px;
}
.article-box1 h1, .article-box2 h1, article-box3 h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

.article-box1 h2, .article-box2 h2, article-box3 h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.article-box1 h3, .article-box2 h3, article-box3 h3 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}

.article-box1 h4, .article-box2 h4, article-box3 h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.article-box1 h5, .article-box2 h5, article-box3 h5 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
.article-box1 h6, .article-box2 h6, article-box3 h6 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
.article-box1 p, .article-box2 p, .article-box3 p {
	font-size: 14px;
	color: #333;
}
#contact_box_pad {
	padding-right: 15px;
	padding-left: 15px;
}
p.seo_left {
	float: left;
	color: #FFF8C2;
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
p.seo_right {
	float: right;
	color: #FEF3BB;
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
#upper_menu ul li .li-left {
	height: 29px;
	width: 9px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#upper_menu ul li a {
	font-size: 14px;
	line-height: 29px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
#upper_menu ul li #li-right {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 29px;
	width: 9px;
}
#upper_menu ul li {
	margin: 0px;
	float: left;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#upper_menu ul {
	padding-left: 500px;
}
#upper_menu ul li a:hover {
	color: #CCC;
}
