/* 
Theme Name: Mountain
Version: 2.1
Description: Mountain by <a href="http://wpthemepark.com/themes/mountain/">WP ThemePark</a>
Author: Sadish Bala
Author URI: http://www.wpthemepark.com
*/
/************* Global *************/
html,body {height:100%}

* 
{
	margin: 0;
	padding: 0;
}
body 
{
	background:#ececec;
	font-size:small;
	font-size:10px;
	font-size:0.76em;
	font-family: Verdana, Tahoma, Arial, Serif;
	text-align: left;

}
h1,h2,h3,h4,h5,h6 
{
	font-family:Lucida Bright,Georgia, Arial, Serif;
	color:#2A425C;
	font-weight:normal;
}
h1 { font-size:2.2em;}
h2 { font-size:1.8em;}
h3 { font-size:1.6em;}
h4 { font-size:1.4em;}
h5 { font-size:1.2em;}
h6 { font-size:1.1em;}
p 
{
	margin:0.5em 0;
	line-height:1.8em;
}
ul, ol 
{
	margin:0.5em 0 0 0.5em;
	padding:0 1em;
	line-height:1.8em;
}
img 
{
	border:#ddf 1px solid;
	padding:2px;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
a:link,a:visited 
{
	text-decoration: none;
	color: #342A5C;
}
a:hover, a:active 
{
	text-decoration:none;
	border-bottom:#ccc 1px solid;
	color:#2A425C;
}
cite 
{
	font-style:normal;
	font-weight:normal;
}
blockquote 
{
	background:#fafafa url(img/quote.gif) no-repeat left top;
	margin: 1em;
	padding:0 2em 1em;
    font-family:Georgia, Verdana, Arial, Serif;
    font-size:1.1em;
	font-style:italic;
}
fieldset { border:none;}
pre, code
{
	display:block;
	margin:1em;
	padding:1em;
	font-family:"Courier New", Arial, Verdana, Serif;
	font-size:1em;
}
abbr, acronym { cursor:help;}
hr
{
	clear:both;
	margin-top:5px;
	color:#eee;
}
table
{
	width:100%;
	border:#eee 1px solid;
	padding:5px;
}
th
{
	text-align:left;
	background:#dcd9d6;
	padding:5px;
}
tr.even { background:#ece9e6;}
td, th { padding:5px;}
/************* Container *************/
#container 
{
	width: 888px;
	margin: 0 auto;
	padding:0;
	background: #fff;
	position: relative;
	border:#ccc 1px solid;
}
/************* Header *************/

#header 
{	
	width: 886px;
	margin: 5px auto;
	padding:0;
	height: 190px;
	background: url(img/head.jpg) no-repeat top;
	border:2px solid #fff;
	text-align:right;
}

#header h1 
{
	padding: 5px 10px 0 0;
}
#header .description 
{
	margin:0;
	padding:0 10px;
	letter-spacing: 1px;
	font-style:italic;
}
#header * 
{
	color:#eee;
	background:transparent;
}
#menu
{
	height:25px;
	line-height:25px;
	margin:0 auto;
	padding:0;
	background: #236;	
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Serif;
	font-size:1.1em;
	text-transform:uppercase;
}
#menu ul {
	margin: 0 auto;
	padding: 0;
	height:25px;
	line-height:25px;
	list-style: none;
	width:886px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 18px;	
	padding: 0px 15px 6px;
	text-decoration: none;
	color:#eef;
	margin:0;
	border:0px;
}

#menu a:hover, 
#menu a:active
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background: #000;
	color:#fff;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background:url(img/feed.png) no-repeat 10px 50%;
}

#menu #rss a:hover {
	background-color:#142414;
}
/************* Content *************/

#content 
{
	margin: 10px 0;
	padding:10px 10px 0 0;
	width: 595px;
	float: right;
}
#content a 
{
	border-bottom:1px dashed;
}
#content a:hover,#content a:active 
{
	border-bottom:1px solid;
}
#content h2 a 
{
	border-bottom:none;
}
#content h2 em 
{
	float:right;
	font-size:0.7em;
	font-style:normal;
	color:#666;
	
}
#content h2.pagetitle, #comments, #respond 
{
	display:block;
	border:none;
	color:#333;
	margin:1em 0;
	padding:0;
}
#content h2.post-title, #sidebar h2, #sidebar h3
{
    border-bottom:#ccf 1px solid;
}
#content ul 
{
	margin:10px;
	padding: 1em;
	list-style-image: url(img/arrow.gif);
}
#content li 
{
	margin-bottom:0.5em;
	padding:0;
}
#content .entry 
{
	margin:1em 0 3em;	
}
#content .post-info
{
	padding:3px;
	margin:15px 0 5px 5px;
	font-size:0.9em;
	color:#999;
	background:#f9f9fc;
	width:120px;
	float:right;
	border:#ccd 1px solid;
}
#content .post-comments
{
	padding:2em 1em 0;
	font-size:1.1em;
	margin:0;
	color:#999;
	clear:both;
	border-bottom:#ccf 1px dotted;
}
#content .post-comments a
{
    background:url(img/icon-comments.gif) no-repeat left center;
    padding-left:18px;
}
#content .post-info em 
{
	color:#666;
	font-style:normal;	
	padding:0px 14px;
	display:block;
	margin:0;
}
#content .post-info em.user 
{
	background:url(img/user.png) no-repeat left center;	
}
#content .post-info em.date 
{
	background:url(img/icondate.gif) no-repeat left center;	
}
#content .post-info em.cat 
{
	background:url(img/caticon.gif) no-repeat left top;
}
#content .post-info a 
{
	text-decoration:none;
	border:0;
}
#content .post-info a:hover 
{
	text-decoration:none;
	border-bottom:1px solid;
}
.postnav 
{
	margin:0 0 2em 0;
	padding:5px 0;
	text-align:right;
}
.postnav .navleft 
{
	float:left;
	margin:0;
	padding:0;
}
/************* Sidebar *************/

#sidebar 
{
	width: 260px;
	margin:0 10px 0 0;
	padding:0px;
	float: left;
	font-size:0.9em;
	border-right:#ccd 1px dashed;
}
sidebar ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul li 
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;	
}
#sidebar p,#sidebar ul ul, #sidebar form 
{
    margin:0;
    padding:1em 0;
}
#sidebar ul ul ul 
{
	margin:0;
	padding:2px 0;
}
#sidebar li li 
{
    margin:0 0 1em 0;
    padding:0;
}
#sidebar li li li
{
	margin:0;
	padding:3px 0 3px 12px;
	background:url(img/arrow.gif) no-repeat left center;
}
#sidebar li.feed , .feed
{
	background:url(img/feed.png) no-repeat left center;
	padding:0px 17px;
}
#sidebar ul img 
{
	border:#459 1px solid;
}
#sidebar h2
{
	margin: 0.5em 0 0 0;	
	font-size:1.4em;	
	line-height:1.2em;
	font-weight:bold;	
}
#sidebar li a:link, #sidebar li a:visited 
{
	color:#048;
}
#sidebar li a:hover, #sidebar li a:active
{
	color:#840;
	border-bottom:#480 1px solid;
	
}
/************* Footer *************/
#footer 
{
	position: relative;	
	clear: both;
	margin: 0 auto;
	padding:0;
	color: #999;
	text-align: center;
	font-size:0.9em;
	border-top:#ccd 1px dashed;
}
/**********Comments*********/
textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #ccc;
	background:#fcfcfc;
	padding:5px;
	font-family:Verdana , Arial, Serif;
	font-size:0.9em;
}

input.textbox{
	border: 1px solid #ccc;	
	background:#fcfcfc;
	font-family:Verdana , Arial, Serif;
	padding:2px;
}
input.textbox:focus,textarea:focus
{
	background:#fff;
	border:#669 1px solid;
}
#content ol.commentlist, #comments, #respond h3 
{
	margin:0;
	padding:0;
	clear:both;
}
#content ol.commentlist li 
{
    clear:both;
	padding:1em;
	margin:0;
	background:#f0f0f9;
}
#content .commentlist li.alt
{
    background:#f9f6f6;
}
#content ol.commentlist li p
{
	padding:0.5em;
}
#content .commentlist a
{
    border:0;
    text-decoration:underline;
}
#content li .cmtinfo 
{
	font-size:0.9em;
	color:#6a639c;
	margin:0;
	padding:0;	
}
#content li .cmtinfo
{
	background:#f0f0fc;
}
#content .cmtinfo cite
{
	font-size:1.1em;
	color:#2A425C;
	font-weight:bold;
}
#commentform
{
	background:#f5f5fc;
	margin:1em 0;
	padding:1em;
}
.nocomments 
{
	text-align:center;
	font-size:0.9em;
	color:#999;
}
.trackback
{
	background:url(img/trackback.png) no-repeat left center;
	padding:0px 17px;
}
.avatar
{
    float:right;
}
.commentsfeed 
{
	background:#f5f5fc;
}
#header, #content, #sidebar, #footer, .widget
{
	overflow:hidden;
}
.alignleft
{
    float:left;
}
.alignright
{
    float:right;
}
img.left, img.alignleft, div.alignleft
{
	float:left;
	margin:0 1em 1em 0;
}
img.right, img.alignright, div.alignright
{
	float:right;
	margin:0 0 1em 1em;
}
img.aligncenter, div.aligncenter
{
	text-align:center;
	margin:0 auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
