@charset "utf-8";
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

img.brd{ border:solid 1px #dad7d7;
}



/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #fff;
	font-size:12px;
	font-family: 'Droid Serif', serif;
	font-weight:normal;
	color:#222222;
	line-height:1.7em;
	letter-spacing:.5px;
}
a {
	color: #dea769;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration:none;
	opacity:0.8;
	color: #dea769;
}
p {
	
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #222222;
	
	
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
font-family: 'Droid Serif', serif; font-weight:400;

	
}
h3 {
	font-size: 1.4em;
	font-family: 'Droid Serif', serif; sans-serif; font-weight:700;
	
	letter-spacing:px;

	
}
h4 {
	font-size: 1.8em;
	font-family:'Open Sans Condensed', sans-serif; font-weight:700;
	
	text-transform:uppercase;
	
	
}
h5, .rpwe-div h3{
	font-size: 1em; color:#222222;
	margin:0px;
	font-family: 'Droid Serif', serif;
}

h6 {
	font-size: 1.6em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 145px;
	margin-top:20px;
	border-top:5px solid #333;
	width:100%;
}

/* site logo */
#site-logo {
	position: absolute;
	top:5px;
	
	
	
}
#site-logo a {
	font-family:'Open Sans Condensed', sans-serif; font-weight:800;
	font-size:30px;
	color: #000;
	text-decoration: none;
	letter-spacing:-.2px;
	list-style-position:inside;
}

/* site description */
#site-description {
	font: italic 14px "Times New Roman", Times, serif;
	color: #5b5b5b;
	position: absolute;
	top: 43px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 6px;
	bottom: 5px;
	z-index: 100;
	width: 160px;
	
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
		border: solid 1px #d7d7d7;
	color:#909090;
	border: none;
	padding: 4px 10px;

	font-family:'Open Sans Condensed', sans-serif; 
	/* border radius */
	
	/* box shadow */
	
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background:#000;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	
	
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	padding: 10px 15px 0px 15px;
	font-size:15px;
	letter-spacing:.5px;
	border-right: solid 1px #333;
	
}
#main-nav li:first-child {
	margin-left: 5px;
}
#main-nav a {
	line-height: 100%;
	font-family: 'Open Sans Condensed', sans-serif;  
	color: #fff;
	background:#000;
	display: block;
	border-bottom:3px solid #000;
	padding-bottom:10px;
	
	text-decoration: none;
	);
}
#main-nav a:hover {
	color: #ccc;
	border-bottom:3px solid #ccc;
	


	/* gradient */
	 
	 
}
#main-nav a.active {
	color: #ccc;
	border-bottom:3px solid #ccc;
	


	/* gradient */
	 
	 
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 15px 0 30px;
	padding: 10px 0px;
	width: 750px;
	float: left;
	
	
}
#content_home {
	background: #fff;
	margin: 15px 0 30px;
	padding: 10px 0px;
	width: 100%
	float: left;
	
	
}

/* post */
.post {
	margin-bottom: 0px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:0px; 
	
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
	color:#777;
}

.post-meta1 {
	margin: 6px 20px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}


/*Cataogery tabs*/
.cat_tabs_wrap{ width:100%; height: auto;
}

.cat_tabs_wrap ul{ margin:0px; padding:0px;
}
.cat_tabs_wrap li{ display:block; text-decoration:none;
}
.cat_tabs {
    width: 20%;  padding:10px;
	border:solid 1px #b7b7b7; 
	float:left;
	margin-right:20px;
	text-align:center;
}
.cat_tabs img {  padding:10px;  text-align:center; vertical-align:middle;
    
}



/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 210px;
	float: right;
	margin: 15px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 5px 10px;

	
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 100%;
	border-top:solid 1px #dad7d7;
	border-bottom: solid 1px #dad7d7;
	margin-bottom:10px;
	padding-top:10px;
	margin-top:30px;
	height:30px;
}
#footer a {
	color: #666;
}

.flt_left { float:left;
	 
}

.flt_right{ float:right;
	 
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }



/* Hover box styles */
ul.hover_block { display: block; overflow: hidden; height: 1%; padding-bottom: 15px; }
			
		ul.hover_block li, ul.hover_block2 li {
			list-style:none;
			float:left;
			background: #fff;
			padding: 10px;
			width:150px; position: relative;
			margin-right: 20px; }

		ul.hover_block li a, ul.hover_block2 li a {
			display: block;
			position: relative;
			overflow: hidden;
			height: 150px;
			width: 120px;
			padding: 16px;
			color: #000;
			
		}

		ul.hover_block li a, ul.hover_block2 li a { text-decoration: none; }

		ul.hover_block li img, ul.hover_block2 li img {
			position: absolute;
			top: 0;
			left: 0;
			border: 0;
		}
		
		/* Hover box styles */
		
		/* features box styles */
		#featured_wraffer{ 
		display:table;
		content:"";
		width:100%;
		}
		#featured_wraffer:before, #featured_wraffer:after { 
		display:table;
		content:"";
		}
		
	 #featured_wraffer:after 
	 { clear:both; 		 
		}
		#featured_box
		{ 
		 width:17.2%;
		 margin-right:1.9%;
		 padding:5px;
		 border:solid 1px #dad7d7;
		 float:left;
		 text-align:center;
		 margin-top:0px;
		 margin-top:15px;
		 min-height:20em;
		 overflow:hidden;
		
		}
		
		#featured_box img
		{
			 padding:3px;  border:solid 1px #dad7d7;

		
		}
		
		#featured_box.lst
		{ margin-right:0px;
		 
		}
		
		#featured_box h2
		{ margin-top:0px;
		margin-bottom:15px;
		padding-bottom:5px;
		font-size:11px;
		line-height:30px;
		border-bottom:solid 1px #fcc990;
		font-family: 'Droid Serif', serif;
		font-weight:normal;
		text-transform:uppercase;
		
		
		}
		#featured_box .posthead
		{ margin-top:5px; 
		font-size:12px;
		font-family: 'Droid Serif', serif;
		
		line-height:1.5em;
	
		}
		#featured_box .posthead span
		{ 
		font-size:11px;
		font-family: 'Droid Serif', serif;
	
		line-height:1em;
		color:#777;
	
		}
		#featured_box .text
		{ margin-top:5px; 
		font-size:12px;
		font-family: 'Droid Serif', serif;
		color:#5b5b5b;
		line-height:1.5em;
		text-align:left;
		padding:10px;
		word-wrap:break-word;
		}
		
		#readmore
		{
		
			background-image:url("../images/bg_more.jpg");
			font-size:10px;
			font-family:Georgia, "Times New Roman", Times, serif;
			text-transform:uppercase;
			border: solid 1px #d7d7d7;
			margin-top:10px;
		}
		
		#readmore a
		{
			color:#333;
			 
		}
		
		#latest_articles_1
		{ 			 
		 width:60%;		
		 padding:5px;
		 float:left;
		 margin-top:0px;
		 margin-top:15px;
		 min-height:20em;
		 display:block;
		 margin-right:25px;
		 margin-bottom:20px;
		
		}
		
		.div_20{ height:20px; width:100%;
		}
		
		#article
		{
			 
			padding:25px 10px 15px 10px;
			min-height:100px;
			font-size:12px;
			line-height:1.5em;
			color:#222222;
			border-top:solid #efefef 1px;
			
		   
		} 
		#article p
		{text-align:justify;
			 
			
			
		   
		} 
		
		#article a,  #most_viewd a
		{
			color:#333;
			
			 
			 
		   
		} 
		
		#most_viewd
		{
			 
			padding:10px;
			font-size:12px;
			line-height:1.5em;
			color:#222222;
			border-top:solid #efefef 1px;
			padding-top:12px;
			padding-bottom:12px;
		
		   
		} 
		#most_viewd .count
		{
			background:#efefef;
			color:#333;
			width:70px;
		  height:45px;
		   padding:3px;  border:solid 1px #dad7d7;
		   float:left; 
		   margin-right:20px;
		   text-align:center;
		   font-size:12px;
		   vertical-align:middle;
		  
			 
			 
		
		   
		} 
		
		#most_viewd:hover
		{
			background:#f1f1f1;
			opacity:.9;
			
		 
		
		}
		#article img
		{
		  padding:3px;  border:solid 1px #dad7d7;
		  float:left; margin-right:20px;
		  width:80px;
		  height:90px;
		} 
		
		#article:hover
		{
			background:#f1f1f1;
		}
		
		
		
		
		
		
		
		
		#latest_articles_2
		{
		 width:30%;
		 float:right;		
		 padding:5px;
		 float:left;
		 margin-top:0px;
		 margin-top:15px;
		 min-height:20em;
		 border-left:solid #efefef 1px;
		 padding-left:25px;
		
		}
		
		
		
		
		
		.spimg{padding-right:12px;
		}
		
		#topsection{ 
		margin: 15px 0 30px;
	padding: 10px 0px;
		}
		
		#topsection .one{
			 width:75.5%; 
			 float:left; 
			  height:auto;
			  margin-right:2%;
		}
		#topsection .two{  width:21.5%; 
			
			 float:right;
			
			 
			 }
		
		
		/***** Back to Top *****/

#toTop 									{ display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; overflow:hidden; width:51px; height:51px; border:none; text-indent:-999px; background:url(../images/ui.totop.png) no-repeat left top; }
#toTopHover 							{ background:url(../images/ui.totop.png) no-repeat left -51px; width:51px; height:51px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus 			{ outline:none; }

#scrollUp {
	bottom: 20px;
	right: 20px;
}



/*inner page styles*/


		
		#inner_sidebar
		{ 			 
		 width:25%;		
		 padding:5px;
		 float:left;
		 margin-top:0px;
		 margin-top:15px;
		 min-height:20em;
		 display:block;
		 margin-right:25px;
		 margin-bottom:10px;
		
		}
		
		#post_page h2.title
		{   font-size:1.5em;
			background:#f1f1f1;
			padding:15px 10px;
			margin:20px 20px 0px 20px;
			border:solid #efefef 1px;
			text-align:center;
		
			 
		}
		
		
		
		#post_page .caption
		{   
		margin:20px 0px;
		border-top:solid #efefef 1px;
		border-bottom:solid #efefef 1px;
		
			
			 
		}
		
		
		#author
		{ float:left;
		border-bottom:solid #efefef 1px;
		border-top:solid #efefef 1px;
		width:94%;
		
		margin-bottom:20px;
		margin-left:20px;
		margin-right:20px;
		
				}
		
		#share
		{ float:left;
		border-bottom: solid #efefef 1px;
		border-top: solid #efefef 1px;
		margin-left:20px;
		}
		#share img{ width:auto; padding:0px; border:none;
		}
		
		#post_page
		{
			padding:5px ;
			border:solid #efefef 1px;
		}
		#post_page p
		{
			padding:5px 25px ;
			text-align:justify;
			
		}
		
		
		#post_page h3
		{
			padding:5px 25px ;
			text-align:justify;
			
		}
		
		#post_page h2
		{
			padding:5px 25px ;
			text-align:justify;
			
		}
		#post_page h1
		{
			padding:5px 25px ;
			text-align:justify;
			
		}
		hr{ border:solid #efefef 1px; 
		}
		
		#post_page img
		{
			padding:5px ;
			border:solid #efefef 1px;
		}
		
		#post_img_box
		{
			height:auto;
			width:100%;
			float:left;
			margin:15px 20px 10px;
			text-align:center;
		}
		
		#post_img_box .caption
		{ 
		border:solid #eee 1px;
		text-align:center;
		padding:10px 20px;
		width:200px;
		margin:0px auto -10px  auto;
		margin-top:5px;
		color:#dea769;
	
		 
			 
		}
		
		#post_text{ margin-top:20px; float:left; 
		border:solid #efefef 1px;
		}
		
		#post_text h{ margin-top:20px; float:left; 
		border:solid #efefef 1px;
		}
		.special_Text
		{
		font-size:13px; font-style:italic; 
		font-family:Georgia, "Times New Roman", Times, serif; 
		border-top:solid #efefef 1px; 
		border-bottom:solid #efefef 1px;
		padding:0px 35px;
		margin:15px 40px 15px;
		color:#5b5b5b;
		
	 
		}
		
		.special_Text span
		{ font-weight:bold;  font-family:Verdana, Geneva, sans-serif;
		}
		
		.comments{ margin-left:15px; float:right;
		}
		
		
		/**/
		
		#ticker_02 {
	height: 183px;
	width:210px;
	border: 1px solid #DDD;
	
	
	
	
}
.ticker {
	width: 200px;
	height: 117px;
	overflow: hidden;
	
	margin: 0;
	padding: 0;
	list-style: none;
	
	
}

.ticker h3{
	font-size:100%;
	margin-top:5px;
	margin-bottom:0px;
	
}
.ticker h3 span{
	font-size:95%;
	color:#777;
	
}

.ticker li {
	height: 180px;
	
	padding: 5px;
	margin: 0px 5px;
}

.ticker li div {

	margin:15px  0px;
	
}

.ticker li div.readmore {
	
	text-align:right;
	margin-top:22px;
	
	
	 
}



.sph2 {
	font-family: 'Oswald', sans-serif; 
	font-weight:700;
	text-transform:uppercase;
	margin-top:0px;

}

#gen_page
{
	padding:10px  25px ;
    border:solid #efefef 1px;
}
#gen_page p
{
	padding:10px  35px ;
	text-align:justify;
   
}
#gen_page h2
{
	
    
	 border-bottom:solid #efefef 1px;
	 padding:3px 0px;
	 
	 
}

#anounce{ background:#fff; 
margin-top:20px;
}
.anounce_head
		{
		font-size:14px; font-style:italic; 
		font-family:Georgia, "Times New Roman", Times, serif;
		padding:20px 35px;		
		color:#5b5b5b;
		 border:solid #efefef 1px;
		 margin-bottom:10px;
		}
		
.venu_details { 
vertical-align:middle; line-height:20px;  text-align:center; 
padding:5px 35px;
border:solid #efefef 1px;
 margin-top:10px;
 	
}

#latest_articles_1 div ul, #latest_articles_2 ul {
	margin:0;
}

#latest_articles_1 div ul li, #latest_articles_2 ul li {
	list-style:none;
}

/* for share images */
#post_footer {
	float:left;
	padding-top:15px;	
}

#ssba {
	float:right;
	padding-top:15px;
	padding-right:25px;
}

#ssba img{
	height:31px;
	display:inline;
}

.ssba img{
	height:31px;
	display:inline;
}

/* comment form style sheet*/


#comments 
{ padding:5px 35px; text-align:justify;
}
#comments  table
{ margin:0px auto;
}
#comments input 
{ border:#ccc solid 1px; margin-bottom:15px; width:80%; height:25px; 
}

#comments  #author 
{
	margin-left:0px;
}
#comments  label { padding:10px 10px; width:150px; 
}

#comments  ol { padding:5px 25px; background:#efefef; border:#ccc solid 1px;  
}
#comments ol li { padding:15px; background:#fff; border:#ccc solid 1px; margin-top:25px;  
}
.form-allowed-tags { color:#999;
}

.comment-form-captcha
{ float:left;
}
.comment-form-captcha img
{
	float:left; width:250px;

}

#submit
{
	width:80px;
	text-align:center;
}


#comments  h2
{ font-size:18px;  
}

#featured_box .inner
		{ 
		max-height:352px;
		padding-bottom:10px;
		overflow:hidden;
		
		 
		
		}
		
		section img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

	section iframe{
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:15px;
	margin-bottom:15px;
}

div iframe{
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:15px;
	margin-bottom:15px;
}

div object{
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:15px;
	margin-bottom:15px;
} 
h6{     border:solid #eee 1px;
		text-align:center;
		padding:10px 20px;
		width:200px;
		margin:0px auto -10px  auto;
		margin-top:5px;
		color:#dea769;
		font-size:13px;
		font-weight:normal;
}
