/*
CSS Credit: http://www.templatemo.com
*/
@import url("my.css");
@import url("qtip.css");

html {
	background: #ebebeb; /*#e6e4d8;*/
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background-color: #ebebeb; /*#e6e4d8;*/
	/*background-image: url(../images/glsbodylogo.png);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

a:link, a:visited {	color: #c06d2c; text-decoration: underline; }
a:active, a:hover { color: #990000; text-decoration: none; }


#container {
	width: 960px;
	margin: auto;
}

#header {
	height: 112px;
	background-color: #ebebeb; /*#E6E4D8;*/
}

#logo {
	float: left;
	width: 385px;
	height: 112px;
	background: url(../images/header.png) no-repeat;
	background-color: #ebebeb; /*#E6E4D8;*/
}

#logo_text {
	color: #574730;
	font-family: Tahoma;
	font-size: 34px;
	margin: 35px 0 10px 0;
}

#menu_section {
	float: right;
	color: #03A0A6;
	height: 20px;
	margin: 80px 0 0 0;
	padding: 0;
	/*width: 425px;*/
}

#menu_section ul {
	float: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}

#menu_section ul li {
	display:inline;
}

#menu_section li .home {
	float: left;
	background: url(../images/menu_home.png) left no-repeat;
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	/*color: #85761d;*/
	display: block;
	width: 75px;
	margin: 0 ;
	padding:  0 0 0 5px ;
}

#menu_section li .about {
	float: left;
	background: url(../images/menu_about.png) left no-repeat;
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	/*color: #85761d;*/
	display: block;
	width: 75px;
	margin: 0 ;
	padding: 0 0 0 5px ;
}

#menu_section li .archive {
	float: left;
	background: url(../images/menu_archived.jpg) left no-repeat;
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	/*color: #85761d;*/
	display: block;
	width: 80px;
	margin: 0 ;
	padding: 0 0 0 5px ;
}

#menu_section li .contact {
	float: left;
	background: url(../images/menu_contact.jpg) left no-repeat;
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	/*color: #85761d;*/
	display: block;
	width: 80px;
	margin: 0 ;
	padding: 0 0 0 10px ;
}

#menu_section li a {
	color: #701d27; /*#CA1C15;*/
}

#menu_section li a:hover, #menu_section li .current {
	color:#000;
}
#content_area {
	
	background: #ebebeb; /*#d5d0b2;*/
	padding: 10px;
	
}

#latest_news_section {

	width: 850px; /* - 90px for padding width*/
	height:	195px; /* - 25px for padding height*/
	background: url(../images/latest_news.png) no-repeat;
	padding: 15px 45px 0 45px;
	text-align: right;

}

#latest_news_section .news_ad{
	margin-top: 18px; /*-15px;*/
	margin-right: -25px; /*-45px;*/
	width: 380px;
	height: 160px;
}

#latest_news_section h1 {
	
	font-family: Verdana;
	font-size: 24px;
	color: #e6e4d8;
	font-weight: normal;
		
}

#latest_news_section span.header_orange {
	
	font-family: Verdana;
	font-size: 24px;
	color: #e6790f;
	font-weight: normal;
		
}

#latest_news_section .news {

	float: left;
	width: 400px;
	height: 124px;
	font-family: Tahoma;
	font-size:	12px;
	color: #e6e4d8;
	text-align: justify;
	margin: 0 40px 0 0;
	/*background-image: url(../images/latest_news_Left.jpg);*/

}

#latest_news_section .news_no_margin {
	margin: 0;	
}

#left {

	float: left;
	width: 660px;
	background: url(../images/h_dotted_line.png) repeat-y right;
	margin: 10px 0 0 0;
	padding: 0;
	

}

#left .post_area {
	
	width: 655px;
	margin: 0 0 20px 0;
	padding: 0;

}

.post_area .post_date,
.post_area .blank_date
{
	float: left;
	width: 70px;
	height: 75px;
	margin: 0;
	padding: 15px 3px 0 2px;
}

.post_area .post_date{background: url(../images/date_bg.png) no-repeat;}

.post_date .post_day {
	font-family: Tahoma;
	font-size: 28px;
	font-weight: bold;
	color: #543602;
	text-align: center;
	border-bottom: 1px dotted #000;
	margin: 0;
	padding: 0 0 10px 0;
}

.post_date .post_month {
	font-family: Tahoma;
	font-size: 28px;
	font-weight: bold;
	color: #71511a;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
}

.post_area .post_text,
.post_area .post_text_nodate {
	float: left;
	width: 545px;
	margin: 0 0 10px 20px;
	padding: 5px 0 0 0;
}

.post_area .post_text_nodate{width: 615px;}

.section_box_1 div, 
.post_text_nodate .videoLine{clear:both;}

.post_text_nodate .videoLine{
	margin-bottom: 20px;
}

.post_text h1,
.post_text_nodate h1,
.post_text_nodate h1 span {
	font-family: Tahoma;
	font-size: 24px;
	color: #ffc42d; /*#71511a;*/
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
	height: 30px;
	padding: 6px;
}

/* Whatever changes are made here must be made in my.css in .blink as well! */
.post_text_nodate h2 {
	font-family: Tahoma;
	font-size: 20px;
	color: #999;
	margin: 0;
	padding: 0;
	height: 30px;
	padding: 6px;
}

.section_box_1 span,
.post_text span,
.post_text_nodate span {
	font-family: Tahoma;
	font-size: 11px;
	color: #825a15;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;
}

.post_text span h3,
.post_text_nodate span h3{
	padding: 0;
	margin: 0;
	color: #87050B;
}

.section_box_1 .channelImage,
.post_text_nodate .showImage,
.post_text .channelImage,
.post_text_nodate .channelImage {
	border: 3px solid #701d27; /*6px solid #ada575;*/
	margin: 0 7px 7px 0;
	padding: 0;
	width: 100px;
	height: 100px;
}
.post_text_nodate .showImage{border: 1px solid #701d27;}

.post_text .post_footer,
.post_text_nodate .post_footer {
	width: 515px;
	height: 24px;
	background: url(../images/post_footer.png) no-repeat;
	margin: 0;
	padding: 15px;
	padding-top: 18px;
}

.post_footer .post_on {
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}

.post_footer .post_comment a {
	
	float: right;
	font-family: Tahoma;
	font-size: 11px;
	color: #825a15;
	text-decoration: underline;

}

.post_footer .post_comment a:hover {
	
	float: right;
	font-family: Tahoma;
	font-size: 11px;
	color: #825a15;
	text-decoration: none;

}

.post_on span.orange {
	color: #df5d16;
}

#left .paging {
	text-align: center;
	margin-bottom: 30px;
}

.paging ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.paging ul li {
	display:inline;
	font-family: Tahoma;
	background-color: #bfb585;
	font-size: 13px;
	color:#000000;
	margin-bottom:5px;
	margin-right:5px;
	text-align:center;
	text-decoration:none;


}

.paging ul li a {
	font-family: Tahoma;
	background-color: #bfb585;
	font-size: 13px;
	color:#000;
	text-align:center;
	text-decoration:none;
	padding: 10px;
}

.paging ul li a:hover {
	color:#fff;
	background-color:#8f8a69;
}

.paging .paging_current a {

	background-color:#8f8a69;
	font-family: Tahoma;
	font-size: 13px;
	color: #fff;
	text-align:center;
	text-decoration:none;

	
}
#right {

	float: right;
	width: 260px;
	margin: 10px 0 0 0;
	padding: 0;	

}


#right .section_box_1 {

	width: 260px;
	background: url(../images/v_dotted_line.png) repeat-x bottom;
	margin: 0 0 15px 0;
	padding: 0;	

}

.section_box_1 .search_box {
	width: 164px;
	height: 24px;
	border: none;
	color: #fff;
	background: url(../images/search_box.jpg) no-repeat;
	margin: 0;
	padding: 5px 0px 0px 5px;
}

.section_box_1 .search_button {
	clear: both;
	width: 77px;
	height: 29px;
	border: none;
	background: url(../images/search_button.jpg) no-repeat;
	margin: 0 0 10px 5px;
	padding: 5px 0 5px 0;
}

.section_box_1 h1 {
	color: #ffc42d; /*#71511a;*/
	font-family: Tahoma;
	font-size: 24px;
	/*font-weight: normal;*/
	margin: 0 0 10px 0;
	padding: 6px;
	text-transform: uppercase;
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
}

.section_box_1 div.channelBlock{
	width: 285px; 
	height: 106px;
	margin-bottom: 10px;
	color: #701D27;
	text-align: center;
	font-weight: 600;
	font-family: Verdana, Arial;
	overflow: hidden;
}	
.section_box_1 div.channelBlock:hover{
	/*background: #701D27;*/
	color: #FFC52D;
	cursor: pointer;
	background-image: url(../images/channelBlock_bg.png);
}
.section_box_1 span.channelName{
	font-family: Verdana, Arial;
	/*border: 1px solid #000;*/
	min-height: 61px;
	/*padding-left: 10px;*/
	/*color: #701D27;*/
	font-weight: 600;
}

.section_box_1 p {
	
	color: #825a15;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	margin: 0 0 10px 15px;
	padding: 0;

}

.section_box_1 img {
	margin: 0 0 10px 10px;
	padding: 0;
}

.section_box_1 ul {
	float: left;
	width: 114px;
	margin: 0 0 10px 15px;
	padding: 0;
}

.section_box_1 li {
	list-style: none;
	margin: 0 0 3px 0;
}

.section_box_1 li a {
	font-family: Tahoma;
	font-size: 13px;
	color: #825a15;
	text-decoration: none;
}

.section_box_1 li a:hover {
	text-decoration: underline;
}

#right .section_box_2 {
	width: 230px;
	height: 326px;
	background: url(../images/paper_section.png) no-repeat;
	margin: 0 0 15px 0;
	padding: 30px 20px 0 10px;
}

.section_box_2 h1 {
	color: #71511a;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 15px;
	padding: 0;
}

.section_box_2 h2 {
	margin: 0 0 5px 15px;
	padding: 0;
}
.section_box_2 h2 a {
	color: #b64b11;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

.section_box_2 h2 a:hover {
	text-decoration: none;
}

.section_box_2 p {
	color: #71511a;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	margin: 0 0 10px 15px;
	padding: 0;
}

#footer {
	width: 960px;
	height: 30px;
	/*background: url(../images/footer.png) no-repeat #d6d1b4 bottom;*/
	background: #701d27;
	font-family: Verdana;
	font-size: .75em;
	text-align: center;
	color: #ffffff; /*#825a15;*/
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}