/*  
Theme Name: Mancherial City
Theme URI: http://www.mancherialcity.com
Description: <a href="www.mancherialcity.com">Mancherial City</a> theme is combining a city and a weblog into one; it is not too city-ish nor too blog-ish. Designed for Thirupathi Botla. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Thirupathi Botla
Author URI: http://www.mancherialcity.com

The CSS, XHTML and design is released under GPL:
http://www.mancherialcity.com
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica; 
	color: #4E6172;
	background:url(images/talling.gif) repeat-x left top #e1e7ec;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #F26522;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:980px;
	margin:0px auto;
	padding:0px;
	font-size:0.7em;
	}


#page {
	width:940px;
	margin:0px auto;
	padding:10px 20px;
	background:url(images/content_tall.gif) repeat-y left top;
	font-size:0.8em;
	}
.cont_bg{background:url(images/content_bottom.gif) no-repeat left bottom; width:980px; float:left; }

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	background:url(images/menu_back.gif) no-repeat left top; height:41px; width:980px; margin-top:150px;
	}
*html #navbar { margin-top:0px; }

#page-bar {
	width:969px;
	margin:8px 0 0 11px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	color:#ffffff;
	float:left;
	font-size:12px;
	font-weight:normal;
	display:block;
	}

#page-bar li:hover {
	text-decoration:none;
	color:#0072bc;
	background:url(images/menu_back_left.gif) no-repeat left top;
	 display:block;
	}

#page-bar li.current_page_item a{ 
	text-decoration:none;
	color:#0072bc;
	background:url(images/menu_back_left.gif) no-repeat left top;
	}
#page-bar a  {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	color:#0072bc;
	}
	
#sub-nav{background:url(images/breadcrumb.gif) no-repeat left bottom; height:30px; width:980px; margin:0 auto; padding:0; font-size:12px;}
#sub-nav .indent{ padding:7px 0 0 26px; color:#333333; }
.indent a{ padding:0 5px; color:#333333; text-decoration:none; }
.indent a:hover{ color:#0072bc; text-decoration:underline; }
#sub-nav .current { color:#0072bc; }	

#searchform {
	width:180px;
	float:left;
	text-align:right;
	padding:8px 10px 0 0;
	margin:0px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width:auto;
	text-transform:none; 
	background-color:#bed7ea;
	}
	
#page-bar li li a { 
	width:auto;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px; 
	background-color:#bed7ea;
	color:#333;
	}
	
#page-bar li li a:hover{ 
    background-image:none;
	padding: 5px 10px 5px 18px;
	background-color:#bed7ea;
	color:#0072bc;
	text-decoration:underline;
	}

#page-bar li ul {
	position: absolute;
	width:auto;
	left: -999em;
	background-color:#333;
	}

#page-bar li:hover ul {
	left: auto;
	display: block; 
	background-image:none;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/
#logo_sec{background:url(images/logo_back.gif) no-repeat left bottom; height:80px; width:980px;}
#logo {
	width:300px;
	margin:5px 10px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}
	
.searchform { float:left; padding:25px 35px 0 70px; }
.searchform input { border:solid 1px #7E9DB9; height:17px;  font-size:12px; color:#333; }
.searchform input.btn { border:none; height:auto; }
.top-nav { float:left; padding:30px 0 0 10px; font-size:12px; }
.top-nav a{ padding:0 5px; }

#top {
	padding:0;
	width:940px;
	float:left;
	padding:0 0px 0 0px; 
	}

#headline {
	width:702px;
	float:left;
	background:#f7fafc;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0px;
	border:solid 1px #dfebf5;

	}

#headline  div.title {
	font-weight:bold;
	font:18px bold Arial, Helvetica, sans-serif;
	display:block;
	padding-bottom:5px;
	color:#253747;
	}
#headline  div.title a{ 
	color:#253747;
	}
#headline  div.title a:hover{ 
	color:#F26522;
	}
	

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:0px;
	}
	
.turisam { width:340px; float:left; }
.wildlife { width:340px; margin:0px 0 0px 10px; border-left:dotted 1px #bed7ea; padding:0px 0 0 10px; float:right; }
#headline img { float:left; margin-right:10px; margin-bottom:3px; padding:2px; border:solid 1px #ccc; }

#headline ul { margin:8px 0 0 5px; list-style-type:none;  }
#headline li { background:url(images/arrow.gif) no-repeat 0 5px; list-style-type:none; padding:2px 0 2px 15px; border-bottom:1px solid #dfebf5; }
	
#mnclcity {
	width:300px;
	float:left;
	background:#fff;
	padding:0 8px 10px 0;
	font-size:12px;
	line-height:18px;
	margin:10px 10px 10px 0px;
	border:solid 1px #e7f0f7;  
	background:url(images/welcome-bg.jpg) repeat-x;
	}

#mnclcity  div.title { 
	font:18px bold Arial, Helvetica, sans-serif;
	display:block;  
	height:30px;
	line-height:30px;
	margin:2px 2px 5px 10px;
	border-bottom:solid 1px #fff;
	} 
#mnclcity  div.title a { color:#253747; }
#mnclcity  div.title a:hover{ 
	color:#F26522;
	}
#mnclcity img, #mncldiv img {
	border:1px solid #ccc;
	margin:5px 10px 5px 10px;
	padding:2px;
	}
#mnclcity p {
	padding:5px 10px;
	margin:0;
	}
	
#mnclcity ul, #mncldiv ul { margin:8px 0 0 10px; list-style-type:none;  }
#mnclcity li, #mncldiv li { background:url(images/arrow.gif) no-repeat 0 3px; list-style-type:none; padding:2px 0 2px 15px; border-bottom:1px solid #dfebf5; }

#mncldiv {
	width:290px;
	float:right;
	background:#fff;
	padding:0 8px 10px 0;
	font-size:12px;
	line-height:18px;
	margin:10px 0px 10px 0px;
	border:solid 1px #e7f0f7;
	background:url(images/welcome-bg.jpg) repeat-x;
	}

#mncldiv  div.title {
	font:18px bold Arial, Helvetica, sans-serif;
	display:block;  
	height:30px;
	line-height:30px;
	margin:2px 2px 5px 10px;
	border-bottom:solid 1px #fff;
	} 
#mncldiv  div.title a { color:#253747; }
#mncldiv  div.title a:hover{ 
	color:#F26522;
	}
#mncldiv a img {
	border:1px solid #ccc;
	margin:8px 10px 0px 10px;
	padding:2px;
	}
#mncldiv p {
	padding:5px 10px;
	margin:0;
	}

#featured {
	width:200px;
	background:#fff;
	float:right;
	padding:0px 0px 9px 0px;
	border:solid 1px #e7f0f7;
	border-top:none;
	margin:0 0px 0 0px;
	}

#featured ul li{ padding:0 10px; }

#featured  h3{ background:url(images/h3_back.jpg) no-repeat left top; font-family:Arial, Helvetica, sans-serif; color:#202a33; font-size:16px; font-weight:bold; padding:10px 0 15px 10px; text-transform:none;}
#featured  h3 a{ text-decoration:none; color:#202a33; }
#featured  h3 a:hover{ text-decoration:underline; color:#333333; }

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}


#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:160px;
	}

#featured .title {
	font-weight:bold;
	}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 534px;
	background:#fff;
	float:left;
	padding:0px;
	margin:10px 0 10px 0px;
	border:solid 1px #e7f0f7;
	}
#middle img  { margin-top:8px; }
.category {
	width:158px;
	float:left;
	margin:0px;
	padding:8px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:0px solid #333333;}
#cat-2, #cat-4 {border-top:0px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title { 
	margin:0;
	font-weight:bold;
	font-size:1.3em;
	letter-spacing:-0.05em;
	}
span.cat_title a:hover { color:#333; text-decoration:none; }

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#3c78a7; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#333333; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#3c78a7; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#333333; color:#fff; }

#bottom {
	width: 940px;
	}

#front-list {
	width:608px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	border:solid 1px #e7f0f7;
	margin:0 0px 10px 0px;
	}
.politics { width:110px; float:left; margin-right:10px; font-size:11px; text-align:center; line-height:15px; margin-bottom:15px; } 

#archive {
	padding-top:15px;
	font-size:12px;
	line-height:18px;
	}
	
#archive ul{ 
	margin:10px 0 0 30px;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:18px bold Arial, Helvetica, sans-serif; 
	}
#front-list .title a, #archive .title a{
	color:#253747;
	}
#front-list .title a, #archive .title a{
	color:#253747;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:630px;
	background:#fff;
	padding:0px 0 10px 0;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

.post {
	font-size:12px;
	line-height:18px;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:300px;
	float:right;
	margin:0px 0px 0px 0px;
	}
	
#sidebar form { margin-left:20px; }
#sidebar input { border:solid 1px #999; height:25px; width:235px; padding:0 10px; } 

#sidebar .form-input {
background:url("images/email.gif") no-repeat scroll 5px 3px transparent;
color:#999999;
font-family:Arial;
padding:3px 3px 3px 25px;
width:230px;
}

#sidebar .form-submit {
background-color:#ECF3F8;
border:1px solid #CCCCCC;
color:#006699;
font-family:Arial;
margin:0;
padding:2px;
width:60px;
}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:url(images/sidebar-bg.gif) top left repeat-x;
	color:#333;
	margin:0px 0px 5px 0px;
	padding:3px 10px;
	line-height:25px;
	}

#sidebar-top, #sidebar-bottom {
	width:298px;
	float:right;
	padding:0px 0px 10px 0px;
	background:#fff;
	border:solid 1px #e6e6e6;
	}
	
#sidebar-top ul, #sidebar-bottom ul { width:288px; margin-left:5px; }

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:300px;
	float:right;
	}

#sidebar-left {
	width:143px;
	padding:0px 0px 10px 0px;
	float:left;
	background:#fff;	
	border:solid 1px #e6e6e6;
	margin-right:10px;
	}

#sidebar-right {
	width:143px;
	padding:0px 0px 10px 0px;
	float:right;
	background:#fff;	
	border:solid 1px #e6e6e6;
	}
#sidebar-left ul, #sidebar-right ul { width:133px; margin-left:5px; }

#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 15px;
	background:url(images/sub.png) no-repeat 0 3px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 15px;
	background:url(images/sub.png) no-repeat 0 3px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px; 
	background:#fff;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:12px;
	color:#fff;
	width: 920px;
	background:#2c2c2c;
	margin: 0 auto;
	padding:10px; 
	}

#recentpost, #mostcommented {
	width:270px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 980px;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:14px;
	background:url(images/content_bottom.gif) no-repeat left top; 
	}
	
#footer p { font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:15px; color:#333; text-align:center; }
#footer p a{ text-decoration: none; color:#333; padding:0 5px; }
#footer p a:hover{ text-decoration:underline;  padding:0 5px; }


/* Float Properties*/

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

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
#module_s1  h3{ background:url(images/h3_back.gif) no-repeat left top; font-family:Arial, Helvetica, sans-serif; color:#202a33; font-size:1.33em; font-weight:normal; padding:13px 0 10px 50px; text-transform:none;}
#module_s1  h3 a{ text-decoration:none; color:#202a33; }
#module_s1  h3 a:hover{ text-decoration:underline; color:#333333; }
#module_s1  h4{ background:url(images/h4_back.gif) no-repeat left top; font-family:Arial, Helvetica, sans-serif; color:#202a33; font-size:1.33em; font-weight:normal; padding:13px 0 12px 50px; text-transform:none; margin-top:10px;}
#module_s1  h4 a{ text-decoration:none; color:#202a33; }
#module_s1  h4 a:hover{ text-decoration:underline; color:#333333; }

#module_s1 ul   {width:198px; background-color:#EDF4F9; list-style-type:none;  border:solid 1px #e7f0f7; border-top:none;}
#module_s1 li{color:#4e6172; font-size:1.01em; line-height:30px; background:url(images/main_menu_line.gif) repeat-x left bottom; list-style-type:none; }
#module_s1 li a{color:#435a69; text-decoration:none; background:none; padding-left:8px ;}
#module_s1 li a:hover{text-decoration:underline ; color:#333333 ;}

input.search_btn {
background-color:#E7F0F7;
border:1px solid #A9BEC7;
color:#333333;
cursor:pointer;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:23px;
margin-right:10px;
padding:2px;
width:50px;
}