/*  PIXELCRAFT THEME  */
/*  CORE STYLESHEET   */

/* Stylesheet RESET */
@import url(reset.css);

/* Stylesheet Superfish */
@import url(superfish.css);

/* Stylesheet karmicFlow */
@import url(karmicFlow.css);

/* Stylesheet Gallery */
@import url(gallery.css);

/* Stylesheet Newsbox */
@import url(newsbox.css);

/* Stylesheet Entrys */
@import url(entrys.css);

/* Stylesheet prettyPhoto */
@import url(prettyPhoto.css);

/* Global Style */
body{
	font: 11px 'Arial';
	border-top: 1px solid #000;
	background-color: #899e59;
}

/* Main Wrap */
#wrap,
#footer .inner{
	width: 1006px;
	margin: 0 auto;
	background-color: #ecf1df;
}


/* Header Styling */
#header{
	margin-top: 42px;
}
	
	/* Navigation */
	#header ul.nav{
		width: 634px;
		margin-top: 25px;
		float: left;
	}
	
		#header ul.nav li{
			display: inline;
			font: 14px;
			font-weight: bold;
			padding: 6px;
			margin-right: 12px;
		}
		
		#header ul.nav li.active{
			background: #000;
			
		}
		
		#header ul.nav li.active a{
			color: #FFF;
		}
	
	/* Search */
	#header .search{
	float: right;
	width: 300px;
	margin-top: 25px;
	margin-right: 23px;
	}
		#header .search img{
	float: right;
	width: 110px;
		}
		
		#header .search form{
			float: left;
			width: 203px;
		
		}
		
		#header .search .f_bg{
			background: url(../img/global/search_form/input_bg.jpg) no-repeat;
			width: 203px;
			height: 28px;
			padding-top: 2px;
		}
	
		#header .search form input{
			background: transparent;
			padding: 3px 3px 3px 7px;
			width: 175px;
			font-size: 11px;
			color: #888;
		}
/* Content Styling */
#content{
	width: 634px;
	float: left;
	margin-top: 5px;
	margin-left: 23px;
}
	/* 100% Width */
	#content-full{
		width: 100%;
	}
	/* HR Styling */
	#content .hr{
		height: 1px;
		margin: 25px 0 25px;
		border-top: 1px dotted #c2c2c2;
	}
.hr1 {
	height: 1px;
	margin: 25px 0 25px;
	border-top: 1px dotted #c2c2c2;
}
	
	/* Pic List Styling */
	#content ul.pic_list li{
		display: inline;
		margin-right: 15px;
	}
	
	#content ul.pic_list li.last{
		margin-right: 0;
	}
	
	#content ul.pic_list li img{
		border: 1px solid #b9b9b9;
		padding: 2px;
	}
	
	/* Title Styling */
	#content .title,
	#content-full .title{
		height: 25px;
		background: #000;
		margin: 25px 0 25px;
	}
	
	#content .title p,
	#content-full .title p{
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 8px;
	}
	
	#content .title.nomargin,
	#content-full .title.nomargin {
		margin: 0;
		margin-bottom: 20px;
	}
	
/* Sidebar Styling */
#sidebar{
	width: 300px;
	float: right;
	margin-right: 23px;
}

	/* Sidebar Title Styling */
	#sidebar .title{
		height: 25px;
		background: #000;
		margin: 20px 0 10px;
		width: 100%;
	}
	
	#sidebar .title.nomargin{
		margin: 0;
		margin-top: 5px;
	}
	
	#sidebar .title span{
		float: right;
		color: #cccccc;
		padding: 5px;
		font-size: 10px;
	}
	
	#sidebar .title span a{
		color: #cccccc;
		text-decoration: none;
	}
	
	#sidebar .title p{
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 8px;
		float: left;
	}
	
	/* Sidebar Box & Ads Styling */
	.box{
		border: 1px solid #cfcfcf;
	}
	
	.box .bg{
	background-color: #FFF;
	}
	
		.box2{
	border: 1px solid #cfcfcf;
	background-color: #FFF;
	}
		background-color: #FFF;
	}
	
	.box2 .bg{
	background-color: #FFF;
	}
	

	
		/* Ads */
		.box ul.ads{
			text-align: center;
			padding: 10px 0 10px;
		}
		
		.box ul.ads li{
			display: inline-table;
			margin: 5px;
		}
		
		/* Follow Us */
		.box ul.follow_us{
			text-align: center;
			padding: 10px 0 10px;
		}
		
		.box ul.follow_us li{
			display: inline-table;
			padding-left: 20px;
			padding-right: 20px;
			border-right: 1px dotted #b9b9b9;
			height: 44px;
		}
		
		.box ul.follow_us li.last{
			border: 0px;
		}
	
	/* Sidebar Latest News Styling */
	ul.latest_news,
	ul.featured_posts{
		margin-bottom: 30px;
	}
	ul.latest_news li,
	ul.featured_posts li{
		overflow: hidden;  
		margin-bottom: 10px;
		clear: both;
	}
	
	ul.latest_news li img,
	ul.featured_posts li img{
		float: left;
		width: 106px;
		height: 106px;
		border: 1px solid #b9b9b9;
		padding: 2px;
	}
	
	ul.latest_news li div,
	ul.featured_posts li div{
		width: 175px;
		float: right; 
		padding-bottom: 20px;
	}
	
	ul.latest_news li div p,
	ul.featured_posts li div p{
		line-height: 20px;
	}
	
	ul.latest_news li div p .more,
	ul.featured_posts li div p .more{
		color: #1fa3da;
	}
	
	ul.latest_news li .ptitle,
	ul.featured_posts li .ptitle{
		color: #000;
		font-weight: bold;
	}
	
	ul.latest_news li .ptitle a,
	ul.featured_posts li .ptitle a{
		text-decoration: none;
	}

/* Ad Bar Styling */
.ad_bar{
	padding-top: 25px;
	border-top: 1px dotted #c2c2c2;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 23px;
	margin-right: 23px;
}

	.ad_bar img{
		margin-right: 15px;
	}

/* Footer Styling */
#footer{
	height: 100px;
	color: #FFFFFF;
	background-image: url(../../blue/img/footer_bg100.jpg);
	background-repeat: repeat-x;
}

	/* Footer Inside Styling */
	#footer .inner{
		
		color: #FFF;
		font-weight: bold;
	}
	
	#footer .inner p{
		vertical-align: middle;
	}
	
	#footer .copyright{
	float: left;
	width: 450px;
	margin-left: 23px;
	}
	
	#footer .copyright img{
		vertical-align: middle;
		margin-right: 20px;
	}
	
	/* Footer Navigation Styling */
	#footer ul.footer_nav{
	float: right;
	width: 500px;
	text-align: right;
	margin-right: 23px;
	margin-top: 15px;
	}
	
	#footer ul.footer_nav li{
		display: inline;
		color: #FFF;
		margin-right: 10px;
	}
	
	#footer ul.footer_nav li a{
		color: #FFF;
	}
	
	
	
	h1{
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #000;
}
	h2{font-weight: bold !important;}
	a img:hover{opacity: 0.9;}
	.nav_btn:hover{color: white !important;}
.news-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 300px;
	float: left;
}
.box-text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 20px;
	text-align: center;
}
.box-text3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #F00;
	padding: 5px;
}
.box-hdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.epistle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000;
}
.read-more {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.red-heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F00;
	text-align: center;
}
.red-headingSM {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F00;
	text-align: center;
	font-style: italic;
}
.avatar-text {
	text-align: center;
	width: 196px;
	height: 264px;
	vertical-align: bottom;
}
.image-left {
	background-color: #FFF;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #CCC;
	padding: 8px;
}
.image-center {
	background-color: #FFF;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: thin solid #CCC;
	padding: 8px;
}
.image-right {
	background-color: #FFF;
	text-align: center;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: thin solid #CCC;
	padding: 8px;
}
#wrap #sidebar .box2 .box-text2 .red-heading {
	text-align: center;
}
#wrap #sidebar .box2 .box-text2 .red-heading {
	text-align: center;
}
#wrap #sidebar .box2 .box-text2 .red-heading {
	text-align: center;
}
.text-ctrAd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.contact-info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

