/*
	Theme Name: Praven
	Theme URL: http://newwpthemes.com/wordpress-theme/praven/
	Description: Praven is a free premium WordPress theme with theme options page and featured content. Suitable for any niche.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 1.0 
	Tags: Clean, Elegant, Ads Ready, Three Columns, Right Sidebar, Fixed Width, Blogging, Options Page
*/

/* LAYOUT */

body {
	background: #fff url(images/pr-back.gif) top left repeat-x;
	font:68.75% Verdana,Helvetica,Arial,sans-serif;
	}
p {
	line-height:1.3em;
}

#wrapper {
	padding:0;
	}

#container {
    border: 4px solid #fff;
    background: #fff;
    margin-top: 15px;
    padding-left:5px;
    padding-right:5px;
	}

#contentwrap {
	background:  url(images/content-background.png) top left repeat-y;
	}

a {
	color: #303188;
	text-decoration:none;
	}

a:hover {
	color: #0000FF;
	}
/* HEADER */

#header {
	height: 100px;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 0 0 0 15px;
	font-weight: normal;
	font-family: Georgia, Times New Roman Times, Serif;
	font-weight: bold;
	font-size: 48px;
	}

#header h1 a, #header h1 a:visited {
	color: #303188;
	text-decoration: none;
	}


#header h2 {
	padding-left: 15px;
	color: #6b6b6b;
	font-size: 14px;
    font-family: Times New Roman, Times, Serif;
	}

.logoimg {
    margin: 0 0 0 10px;
}

/* NAVIGATION MENUS */

    
#pagemenucontainer {
	height: 30px;
	margin-top: 5px;
    float: right;
    padding-right: 10px;
	}
	
#pagemenu {
	height: 30px;
    float: right;
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
    padding: 0px 6px 0 0px;
    background: url(images/pagenav-separator.gif) right center no-repeat;
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0;
    
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #919090;
	display: block;
    margin: 0;
	padding: 6px 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#pagemenu li a:hover, #pagemenu li a:active{
	color: #272726;
	display: block;
	text-decoration: none;
	}
	
#pagemenu  li.current_page_item a {
	color:#272726;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	


#navcontainer {
	height: 32px;
	background: #fff;
	display: block;
	overflow: hidden;
    padding: 0 10px;
   /* border-bottom: 4px solid #173480;*/
	}
    
#navcontainer .current-cat a {
	/*background: #7ec704;*/
	background: #fff url(images/tab-back.jpg) top left repeat-x;
    color: #fff;
    text-shadow: 0 1px 0 #4a7501;
	}
	
#navcontainer .current_page_item a {
		/*background: #7ec704;*/
		background: #fff url(images/tab-back.jpg) top left repeat-x;
	    color: #fff;
	    text-shadow: 0 1px 0 #4a7501;
	}
	
/* CONTENT */

#content {
	background-color: #fff;
	padding: 15px 5px 15px 5px;
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 30px;
	margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
	}

.post p {
	margin-bottom: 10px;
	}
.post h1 {
	display:block;
	font:2em Helvetica,Arial,sans-serif;
	margin:0;
	padding:0.1em 0 0;
}
.post h1 a {
	text-decoration:none;
}
.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
	color: #4a4848;
	}

	
.title a {
	text-decoration: none;
	color: #4a4848;
	}

.title a:hover {
	text-decoration: none;
	color: #68a501;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.postdate {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
    font-style: italic;
    color: #8a8a8a;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	clear:both;
	padding-top: 8px;

	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.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;
	}
	
/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #686868 !important;
    background:#dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.current {
    color: #434343 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
}

.wp-pagenavi a:hover {
    color: #494949 !important;
    background:#dfdfdf !important;
    border: 1px solid #626262 !important;
    
}

.wp-pagenavi span.pages {
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
}

.wp-pagenavi span.extend {
    background:transparent !important;
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #676767 !important;
    background:#fff !important;
    border: 1px solid #b6b5b5 !important;
    font-weight: bold;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.ad125 {
	margin: 10px;
	}


.sidebar {
	margin: 0 0 10px 0;
    color: #fff;
	}
	
.sidebar-right {
margin-top:5px;
	}
	
.sidebar-left {
margin-top:5px;
	}
    
    
.sidebar a {
	text-decoration: none;
	color: #eeeeee;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#fff;
	}

	
#search {
    border: 1px solid #76af16;
    height: 26px;
    padding: 0;
    background: #fff url(images/search-background.png) top left repeat-x;
    text-align: left;
    margin: 0px 10px;
    
}

#search input {
	border: 0;
    background: none;
    color: #666;
}
	
	
#s {
	width: 130px;
	padding: 3px;
    margin:2px 0 0 0;
    background: none;
}


.sidebar h2 {
	margin: 0 0 0 0;
	padding: 10px 0 10px 28px;
	background: url(images/sidebar-tab.png) top left no-repeat;
	font-size: 15px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;

	padding:0 0 10px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 10px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 18px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: url(images/bullet.gif) no-repeat top left;
	padding: 2px 0px 5px 18px;
	margin: 2px 0;
	}

.sidebar #tag_cloud div {
    padding:  0 10px;
    }

.rssbox {
	background: #f6f6f6;
	border: 1px solid #739fcc;
	padding: 5px !important;
	margin: 20px 10px 0 10px;
	}
    
.rssbox:hover {
    border-color: #0000FF;
    }

.rssbox a {
	color: #2fa8dd;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
.rssbox a:hover {
	color: #0000FF; 
	text-decoration: underline;
	}

.twitterbox {
	background: #f6f6f6;
	border: 1px solid #739fcc;
	padding: 5px !important;
	margin: 10px 10px 0 10px;
	}
	
.twitterbox:hover {
    border-color: #0000FF;
    }
    
.twitterbox a {
	color: #2fa8dd;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
.twitterbox a:hover {
	color: #0000FF; 
	text-decoration: underline;
	}
    
#wp-calendar {
    padding-left: 5px;
    }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #fff;
	background: none;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: none;
	}

#wp-calendar td {
	color: #fff;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover a {
  color:  #0000FF;
  }

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #555;
	}
#today a {
	color: #000;
}
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 95%;
	}


/* FOOTER */

#footer {
	background: #fff;
	padding: 5px;
	text-align: center;
	color: #000;
	font-size: 13px;
    border-top: 8px solid #fff;
	}

#footer a {
	color: #000;
	} 

#footer a:hover {
	text-decoration: none;
	} 
	
#footer2 {
	color: #659e03;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#footer2 a {
	color: #659e03;
    text-decoration: none;
	} 
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}
	
.commentlist {list-style: none; margin: 0 !important;}
.commentText {position: relative; float: left; display: block; width: 48em; background: #eee; padding: 1em 1em 0; margin: 0 0 0.5em 0; background: #F8F8F8 none repeat scroll 0 0; border-color: #eee #ccc #ccc #eee; border-style: solid; border-width: 1px;}
.moderation .commentText {border-style: dashed; border-color: #ddd #ccc #ccc #ddd;}
.moderation .commentText h3 em {background: #E5E5E5 none repeat scroll 0 0; color: #999999; display: block; font-style: normal; padding: 0.5em 0; text-align: center;}
.moderation .commentText p, .moderation .commentCite p, .moderation .commentCite p a {color: #697c85;}
.commentText span {position: absolute; display: block; width: 27px; height: 27px; bottom: -26px; left: 1em; background: url(images/comment.gif) top left no-repeat;}
.commentCite {float: left; width: 42em; padding: 0 0 0 4em; margin: 0 0 1.5em;}
.commentCite cite {font-weight: bold; font-style: normal;}
#content .commentCite img {float: left; margin: 0 1em 0.5em 0;}
.commentCite p {text-align: left; margin: 0.2em 0 0;}
.commentCite p + p { font-size: 90%; margin: 0; color: #697c85;}
.commentLink {float: left; width: 13px; height: 7px; text-indent: -9999px; background: url(../images/permalink.gif) top no-repeat; margin: 0.3em 0 0;}
.commentLink:hover {background-position: bottom;}

#commentform, #commentform p {display: block; clear: both; width: 46em;}
#commentform .field {float: right; width: 29.4em;}
#commentform .button {margin-left: 16em; }
	
.post_thumbnail {
    padding: 6px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
}

.sidebar ul li
{
	background: #2eaadd url(images/side-back.jpg) top left repeat-x;
}
.span-13
{
	margin-top:5px;
	margin-left:50px!important;
}
.sidebar-right h2 {
	margin:10px 0 0;
	padding: 10px 0 10px 28px;
	background: url(images/sidebar-tab-right2.png) top left no-repeat;
	font-size: 15px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.sidebar-right ul li
{
	background: #182a7c url(images/side-back-right.jpg) top left repeat-x;
	padding-bottom:10px;
}
.date  {
color:#75868F;
background:none repeat scroll 0 0 #FFFFFF;
border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
border-style:solid;
border-width:1px;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
margin:0 2em 0.5em 0;
padding:2px;
text-align:center;
width:3.5em;
}
.d1 {
background:url("images/bottomShade2.png") repeat-x scroll 0 -1px transparent;
display:block;
font-size:1.8em;
overflow:hidden;
width:100%;
height:20px;
padding-top:4px;
}
.d2  {
background-color:#E2EBF8;
display:block;
font-size:90%;
overflow:hidden;
width:100%;
}
.d3  {
background-color:#CADFED;
display:block;
font-size:90%;
overflow:hidden;
width:100%;
}
.avatar-80 {
float:left;
margin:0 15px 15px 0;
}
.author {
color:#697C85;
margin-bottom:2em;
}
.tags {
-moz-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 #F5F5F5;
border:1px solid #EEEEEE;
display:block;
float:left;
padding:0 0.5em;
width:48em;
}
.author span {
font-weight:bold;
color:#34444C;
}
.tags-single p {
line-height:2em !important;
}
.tags p {
margin:0.5em 0;
}
#related-posts
{
clear:both;
}
#related-posts h2
{
padding-top:5px;
font-size:1.8em;
}

#related-posts a
{
text-decoration:none;
}
.pr-side-logo
{
padding-top:10px;
padding-bottom:10px;
background-color: #fff;
}
.search-h2 {
background:url("images/sidebar-tab-right.png") no-repeat scroll left top transparent !important;
}
#search
{
margin-top:10px;
}
.info-box01 .headings, .info-box02 .headings {
height:1%;
overflow:hidden;
padding:27px 0 0;
}

.info-box01 .holder, .info-box02 .holder {
background:none repeat scroll 0 0 #E2E2E2;
border:1px solid #EFEFEF;
height:1%;
overflow:hidden;
padding:5px 5px 5px 10px;
color:#000;
}

.info-box01 .holder p, .info-box02 .holder p {
margin-bottom:0px;
}
.info-box01 h3, .info-box02 h3 {
color:#FFFFFF;
font:bold 17px/34px Arial,Helvetica,sans-serif;
margin:1px 0 0 70px;
}
.info-box01 a, .info-box02 a {
color:#3366CC;
text-decoration:underline;
}
.info-box01 .holder p .info {
color:#91948E;
font:11px Arial,Helvetica,sans-serif;
}
.sidebar-right ul li li {
background:none no-repeat scroll left top transparent !important;
}
.sodahead-poll
{
background:url("images/sidebar-tab-polls.png") no-repeat scroll left top transparent !important;
margin-top:10px;
}
.sodahead-poll div
{
padding-top:29px;
}
.subscribe_posts_title
{
font-size:1.7em;
padding-top:5px;
}
.tags a {
-moz-border-radius:3px 3px 3px 3px;
background:none repeat scroll 0 0 #FFFFFF;
border-color:#E5E5E5 #D5D5D5 #D5D5D5 #E5E5E5;
border-style:solid;
border-width:1px;
padding:0.2em 0.5em;
}

.rss, .title a[href*="rss2"] {
background:url("images/rss.gif") no-repeat scroll center top transparent;
float:right;
height:16px;
text-indent:-9999px;
width:16px;
}
.shr-bookmarks
{
margin-left: 0px !important;
}
.pagemenu-last
{
background:none !important;
padding-right:0px;
}
.entry a
{
text-decoration: underline;
}
