
/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background-color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#333;
	
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,textarea{
	border: #999999 1px solid; 
	font-size: 11px;
	padding: 2px;
}
select,text{
	padding: 0;
	border: #999999 0px solid; 
}
li{
	list-style: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/*========= LAYOUT =========*/


#page{
	width: 990px;
	background-color: #fff;
	margin:5px auto;
	border: 1px solid #fff;
}
/*--- Main Columns ---*/
#columns{
	padding:7px 10px 2px;
	background-color: #fff;
	margin: 0px;

	
	
}
.col1{
	float: left;
	width: 542px;
	padding-right:8px;
	padding-left:3px;
}
.col2{
	float: left;
	width: 214px;
}

.leftcol{

        float: left;
	width: 198px;
        padding-right:5px;



}
/*--- Sub Columns ---*/
.subcol{
	width: 214px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}

/*========= HEADER =========*/

hr{
height:1px;
background:#666;
border-bottom:1px dotted #666;
clear:both;margin-top:5px
}

/*- Page Navigation -*/

#nav1{
	height: 30px;
	padding: 0px 0px !important;
	background-color: #fff;
	margin:3px 0px 0px !important;
	width: 690px !important;
	float:right;
	border:0px solid #ddd;
	text-align:right;

}

#navheader{
	height: 120px;
	padding: 0px 0px !important;
	background:#fff;
	margin:10px 10px 0px !important;
	width: 970px !important;
	border-top:0px solid #e85f90;
	
}
/*- Header -*/


#headerleft {
        height: 120px;
	float:left;
	display:inline;
	width:970px;
	padding-top:0px;
	margin-bottom:0px !important;
	padding-left:0px;
        border-top:2px solid #ddd;
	}
#headerright {
        height: 70px;
	float:right;
	display:inline;
	width:0px; 
        border:0px solid #eee;
	padding-top:0px !important;
	margin-top:0px !important;
	padding-right:0px;
	}


#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
	float:right;
	width:700px;
	
}
#nav ul  li {
        float:right;
        list-style: none;
	font-weight:bold;
	
	
}
#nav .current_page_item {
	height:30px;
}
#nav .current_page_item a {
	color: #FFFFFF;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#nav ul  li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float:left;
	height:30px;
	position: relative;
	overflow: hidden;
	margin: auto 11px !important;
	margin: auto 0px;
	font-weight: bold;
	font-family:VERDANA;
	font-size: 10px;
	text-transform: uppercase;
}

#nav ul  li a:hover{
text-decoration:underline;

}

#nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}  
/*- Category Navigation -*/
#nav2, #nav2 * {
	margin:0;
	padding:0;
	list-style: none;
	
}

#nav2 {
	height: 30px;
	line-height: 30px;
	margin:0px 10px;
	

}
#nav2 li {
	line-height: 30px;
	float: left;
	list-style:none;
}
#nav2 li a {
	
	display: block;
	padding: 0 13px;
	font-size: 10px;
	font-weight: BOLD;
	font-family: VERDANA;
	line-height: 30px;
	
}

#nav2 li ul {
	position:absolute;
	left: -999em;
	width:15em;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left:auto;
	z-index:10 !important;
}
#nav2 li ul li {
	display:block !important;
	width:15em;
	border:1px solid #ddd !important;
	border-top:none !important;
	background:#fff;
}


/*- Category Navigation -*/
#nav3, #nav3 * {
	margin:0;
	padding:0;
	list-style: none;
	
}
#nav3 {
	height: 26px;
	line-height: 26px;
	margin:0px 10px;
	
	
        
}
#nav3 li {
	line-height: 26px;
	list-style:none;
	float:left;
	border-right:1px solid #bbb !important;
}
#nav3 li a {
	
	display: block;
	padding: 0 13px;
	font-size: 10px;
	font-weight: NORMAL;
	font-family: VERDANA;
	line-height: 26px;
	text-transform:uppercase;
	
}

#nav3 li ul {
	position:absolute;
	left: -999em;
	width:15em;
	
}
#nav3 li:hover ul, #nav3 li.sfhover ul {
	left:auto;
	z-index:10 !important;
}
#nav3 li ul li {
	display:block !important;
	width:15em;
	border:1px solid #ddd !important;
	border-top:none !important;
	background:#fff;
}


#search{
	float: right;
	height: 28px;
	width:200px;
	margin: 1px 0px 0px !important; 
	padding:6px !important;
	background : #c3edf3;
        border:1px solid #4FCDDF;
	
}
* html #search{
	margin-right: 8px;
}
#search input{

	float: left;
	font-size: 11px;
	width:118px;
	margin:3px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btnred{
	padding: 0;
        width: auto;
	margin:4px 0px 0px 5px !important;
	border:none;
	width:65px;
        font-family:'trebuchet ms',helvetica,sans-serif;
        font-size:11px;
        font-weight:bold;
       
}







/*- Header -*/
#header{
	height: 85px;
	background-color: #ffffff;
	margin: 0 15px;
	padding: 0px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;

	font-size: 24px;
}
#header h1 a{
	display: block;
	
	width: 389px;
	color: #000000;
	font-size: 28px;
}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 468px;
	padding:20px 0px 0px;
}

#topbanner img{
	float: right;
}

/*- RSS -*/

.rss {
	color:#000000;
	font-weight:bold;
	background-image: url(images/ico-arcfeed.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.email {
	color:#000000;
	font-weight:bold;
	background-image: url(images/ico_email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1px;
	padding-left: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}



/*=== Small Box Post ===*/
.post{
	margin: 0;
}

.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Box -*/
.box{   
	clear: both;
	height: 1%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
}
.box .post{
	width: 263px;
	background-color: #ffffff;
	margin:0px;
	min-height:195px;
        
}


.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}

.box .post img{
	border: 1px solid #ccc;
	float: right;
	padding: 5px;
	background-color: #fff;
	margin: 5px;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 0px 0;
	
	
}
.post-alt h2{
	font-size: 16px;
	margin-top:15px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color:#3c8da6;;
	font-size:14px;
	margin-top:10px;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 5px 0px 2px;
	font-size: 11px;
	font-weight: normal;
}
h3.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
	
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat  left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:4px 0px 0px 18px;
	margin-left:0px;
	
}

/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:10px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:11px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#000 !important;
}
.singletags a { font-weight: normal !important; }
.entry {
margin-left:8px;
margin-right:8px;

}
.entry p{
	text-align:left;
	font-size:11px;
	line-height:18px;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:11px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 4px;
	border: 1px solid #dddddd;
	float:left;
	display:inline;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 15px;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:11px;
	line-height:20px;
	margin-left:10px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:square;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:11px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

#comment {

margin-left:8px;
margin-right:8px;

}

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}

/*========= SIDEBAR =========*/
/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/


.leftcol .mootabs_title{
	font-size: 10px;
	width: 100%;
	float:left;
}
.leftcol .mootabs_title li{
	float: left;
	display:inline;
	font-size: 10px;
	line-height: 34px;
	background: #666;
	border:1px solid #ddd;
	font-weight: bold;
	margin:0px 2px 0px 0px !important;
	padding:0px 5px !important;
	cursor: pointer;
	color:#CC0000;
}
.leftcol .mootabs_title li:hover, .leftcol .mootabs_title li.active{
	border: 1px solid #ddd;
	text-decoration: none;
	color:#fff;
}



.sideTabs {
	width:214px !important;
	height:auto !important;
	padding:0px;
	float:left;
	display: block;
	border:0px solid #000;
}




.col2 .mootabs_title{
	font-size: 9px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 9px;
	line-height:28px;
	
}

.col2 .mootabs_panel {
	
	clear: both;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width: 204px !important;
	padding:5px !important;
	margin:0px 0px 0px !important;

	
	
	}


.list1 li,.list2 li, .list3 li{
	padding:0px 0px 10px 18px;
	border-bottom: 1px solid #eee;
	margin-top:5px;
	line-height:14px;
	
}

.list_subcat li{
	padding: 6px 0 6px 18px;
}

.list1 li a,.list3 li a,.list4 li a, .list2 li a,.list5 li a{

	font-size: 10px;
	font-weight:normal;
	
	
}

.list5 li{
	border-bottom: 1px solid #eee;	
	padding:6px 0px;
}
/*- Ads -*/
.ads{

        background:#fff;
	width:202px;
	padding: 5px;
	text-align:center;
	margin:0 0 5px;
	height:auto !important;
	float:left;
	display: block;
}

.ads img{
	float: left;
	margin:0 0px 0 0;
}
.ads img.last{
	margin: 0;
}

.adsleft{



	width:186px;
	padding: 5px;
	text-align:center;
	margin:0 0 5px;
	height:auto !important;

	float:left;
	display: block;
}

.adsleft img{
	float: left;
	margin:0 0px 0 0;


}

.adsleft img.last{
	margin: 0;
}






/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:530px;
	height:auto;
	margin:15px 0px 0px;
	padding: 5px;
	border: 1px solid #ddd;
	}
.video-left {
	float:left;
	width:310px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:195px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}

.video-rightHori {
	float:left;

	background-color:#FFFFFF;
	padding: 10px;
	}



.video-rightHori h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-rightHori p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-rightHori h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-rightHori .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-rightHori .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-rightHori .mootabs_title li:hover, .video-rightHori .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}

















.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}






/*=== Styling Widget Lists ===*/
.widget h2 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #07b;
	text-transform:uppercase;
	font-size:9px;
	font-weight:normal;
}


.widgetleft h2 {
	padding: 5px;
}
.widgetleft ul {
	margin:5px 0 5px 0;
	padding:5px 0;
	border:none !important;
	
}
.widgetleft ul li {
	border-bottom: 0px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widgetleft ul li a {
	color: #444;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	padding-left:10px; background:url(images/arrow_4.gif) top left no-repeat;
}


.widgetlefthome ul {
	margin:0 0 10px 0;
	padding:5px 0;
	padding-left:10px;
	border:1px solid #ddd;
	background: #f5f5f5;/*#FDF5DB;*/
	
}
.widgetlefthome ul li {
	border-bottom: 0px solid #eee;
	padding:2px 0 5px 5px;
	margin:0px;
}
.widgetlefthome ul li a {
	color: #444;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	padding-left:10px; background:url(images/arrow_4.gif) top left no-repeat;
}



/*========= FOOTER =========*/

#footer{
	clear: both;
	height:45px;
	margin:0px 10px 10px;
	padding:15px 15px 2px;
	text-align:right;
	float:center;
	
	
	
}


/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 11px;
	margin-bottom:1px;
	margin-right: 10px;
}


.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

#head10 a{
color:#666;
background: url(images/ico-arrow2.gif) no-repeat  left;
	
font-weight:normal;
	font-size:11px;
	padding:4px 0px 0px 18px;
	margin-left:0px;


}


.imagegallery{

margin-left:20px;

}


.galleryalbum{ 
width: 210px;
background:#f6f6f6;
height:auto;
padding:10px;
text-align:center;
margin:10px;
float:left;
display:inline;

}

.imagegallery img {
	padding: 4px;
	border: 1px solid #dddddd;
	float:left;
	display:inline;
	background-color: #FFFFFF;

	}

.RegLabel{
height:30px;
display:inline;float:left;width:140px;text-align:right;padding-right:10px }


.textbox{

font-size:11px;
font-family:verdana;

}