/*
Theme Name: ProSense-Blue
Theme URI: http://www.doshdosh.com/wordpress-themes/Prosense-Adsense-Ready-SEO-Theme
Description: <a href="http://www.doshdosh.com/prosense-adsense-ready-seo-theme/">Prosense-Blue</a> is a fast loading and search engine optimized Adsense Ready Wordpress Theme. Created by <a href="http://www.doshdosh.com">Dosh Dosh</a> and <a href="http://thewrongadvices.com">The Wrong Advices</a>.

Author: <a href="http://www.doshdosh.com">Dosh Dosh</a> and <a href="http://thewrongadvices.com">The Wrong Advices</a>
Author URI: http://www.doshdosh.com


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/bg.jpg) repeat-x top center #92978c;
	margin: 0px;
	padding: 0px;
}

body a, body a:visited {
	color: #466EDB;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 970px;
	margin: 0 auto;
	background: #FFF url('images/page_background.gif') top center repeat-y;
	padding: 0; overflow:hidden;
}

#header {
	width: 970px;
	margin:0 auto;
	height: 200px;
	background:url(images/headerbg.png) no-repeat bottom center;
	position:relative;
}


#header h1 {
	font-size: 3.0em;
	
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	
}

#header h1 a {
	color: #fff;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	visibility:hidden;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 20px 5px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 530px;
	line-height: 1.6em;
	padding-left:20px;
	overflow:hidden;
	
}

#sidebar {
	float: right;
	width: 420px;
	margin-left: 0px;
	
}

#footer {
	color: #fff;
	width: 970px;
	height:40px;
	margin:0 auto;
	padding-top:15px;
	clear: both;
	background: url(images/footerbg.gif) top center no-repeat;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a{
	font-size: 14px;
	text-decoration: none;
	color: #90366b;
	margin-bottom: 5px;
	line-height: 1.0em;
}

.post h2 a:hover { color:#333;}

.post {
	font-size: 11px;
	text-align: justify;
	color:#666;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.post img {max-width:510px;}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	clear:both;
	display:block;
	margin-bottom: 20px;
	color:#666;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	background:#5f2e4b;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border:1px solid #371b2c;
	color:#fff;
	width:488px;
	padding:10px;
	font-size: 1.6em;
	margin-bottom: 10px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar a {
	color: #2B489B;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #9DB7FF;
	font-size: 1.5em;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #80A0F6;
	font-size: 1.5em;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
	margin-bottom:10px;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #9DB7FF; margin-bottom:0;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #80A0F6;margin-bottom:0;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 180px;
	float: left;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	
}

#sidebar .sidebar_right {
	width: 180px;
	float: right;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	
}

#sidebar .sidebar_left ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}

/*--------------Comments--------------*/

/* #comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	*/

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 10px;
	
}

#searchform input {
	width: 172px;
	background: #fff;
	border:1px solid #ccc;
	padding:3px;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 10px;
	border:1px solid #d2cfca;
	background:#f0f0f0;
	width:488px;
	padding:10px;
	display:block;
	float:left;
	height:60px;
	
}

.pagebox {
	border:1px solid #d2cfca;
	background:#f0f0f0;
	width:488px;
	padding:10px;
	color:#666;
	}
.pagebox p {padding:0; margin:0; margin-bottom:10px; color:#666;}
.pageh2 h2 {font-size:24px; font-family:Cambria,Georgia, "Times New Roman", Times, serif; font-style:italic;}

/* ADDED by FREE DOWNLOAD VECTOR */

.singlepost-wrap {border:1px solid #d2cfca; background:#f0f0f0; padding:9px; width:490px;}
.singlepageheading h2 a {font-size:24px;}
.firstimg-wrap {border:1px solid #ddd; background:#fff; width:468px; overflow:hidden; padding:10px; margin-top:10px;}
.firstimg-wrap2 {border:1px solid #ddd; background:#fff; width:468px; overflow:hidden; margin-bottom:10px;}
.singlepage-box {border:1px solid #ddd; background:#fff; width:468px; padding:10px; margin-top:10px; overflow:hidden; margin-bottom:10px;}
.postwrap {float:left; margin-right:10px; margin-right:10px; overflow:hidden; height:260px;}
.postinglist {border:1px solid #d2cfca; background:#f0f0f0; padding:9px; width:230px; }
.posting-imgwrap {overflow:hidden; width:228px; height:120px; margin-bottom:5px; border:1px solid #ddd;}
.posting-imgwrap img {max-height:130px; }
.download-front {float:left;}
.download-front a {width:154px; height:36px; background:url(images/front-download.gif) no-repeat top left; display:block;}
.download-front a:hover {width:154px; height:36px; background:url(images/front-download.gif) no-repeat bottom left;display:block; text-decoration:none;}
.front-comment{float:right;height:34px; width:96px; padding-top:2px; background:url(images/front-comment.gif) no-repeat; text-align:center;}
.front-comment a, .front-comment a:visited {color:#fff; font-size:11px; font-weight:bold; text-shadow:#8ab521 1px 1px; display:block; height:36px; text-decoration:none;}
.front-comment a:hover {text-decoration:none;}

#submenu {position:absolute; bottom:30px; left:30px;}

.alt {margin: 0;padding: 10px;}
#comments-wrap h6 {font-size:16px; text-shadow:#fff 1px 1px;}
#comments ol {list-style-type: none;line-height: 18px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 10px;padding-left: 5px;}
#comments ul li {list-style-type: none;list-style-image: none;list-style-position: outside;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 5px;padding-top: 5px;padding-right: 0px;padding-bottom: 0px;padding-left: 0pt;}
.commentlist {padding: 0;text-align: justify; color:#55637B;}
.commentlist li {margin: 15px 0 10px; padding: 10px; list-style: none;}
.commentlist li ul li { margin-right: 0;list-style: none; 1px solid #ddd;}
.commentlist li li {background:none;list-style:none;margin: 10px 0;padding:10px;}
.commentlist li .avatar {border:1px solid #ccc;margin:0 8px 6px 10px;float: right;padding:2px;width:50px;height:50px;}
.commentlist cite, .commentlist cite a, #respond h4 {font-weight: bold;font-style: normal;font-size: 1.2em; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; }
.commentlist cite a {color:#2D5E88;}
.commentlist p {font-weight: normal;line-height: 1.5em; font-size:12px;text-transform: none; margin: 10px 5px 10px 0;}
#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentmetadata {font-weight: normal; margin: 0;display: block; color: #ca5433;}
.commentmetadata a, .commentmetadata a:visited {color: #fa7703;}
.commentmetadata a:hover{ color: #333333;}
.pingback {background:url(images/pingback.gif) no-repeat right bottom;}
.pingback p {font-size:10px;}
.children { padding: 0; width:95%;}
.thread-alt, .thread-even {background-color: #f8f8f8;}
.depth-1, .depth-2, .depth-3, .depth-4, .depth-5 {border: 1px solid #ddd;}
#commentform {color:#55637B;}
#commentform textarea {border: 1px solid #ddd; width:350px; color:#55637B;}
#commentform input {border: 1px solid #ddd; width:150px; color:#55637B;}
.Cbutton {width:80px; background:#ddd; text-shadow:#fff 1px 1px; border:none; cursor:pointer;}
#commentform input, #commentform label {padding:3px 5px; font-size:12px;}
#commentform textarea {padding:5px; font-size:12px; font-family:Tahoma, Geneva, sans-serif;}
#respond {padding-top:10px; }

.below-post {padding:10px; border:1px solid #ddd; background:#fff;}

#similarpost-e{background:#5f2e4b; padding:9px; padding-bottom:0; padding-right:0; border:1px solid #2c1522; margin-top:15px; margin-bottom:15px; color:#fff; font-size:14px; }
#similarpost-e h4 {font-family:Georgia, "Times New Roman", Times, serif; color:#fff; font-style:italic; font-size:15px; margin-bottom:15px;}

/* Related Posts */
ol.related-posts {text-align:center; margin:10px 0px 0px 0px; padding:0; list-style:none; overflow:hidden;}
ol.related-posts li{width:95px; height:95px; float:left; margin-right:10px;padding:5px; border:1px solid #DDD; background:#fff; margin-bottom:10px;} 
	ol.related-posts img{height:100px; left:-25px; position:relative;}
	ol.related-posts a{ border:none; text-decoration:none;}
	ol.related-posts li{font-size:12px;}
	.thumbnail-rel {width:95px; height:95px; overflow:hidden;}
	
.freedownloadfamily {width:345px; height:92px; color:#fff; background:url(images/freedownload.jpg) no-repeat; margin-bottom:25px; padding-top:15px;padding-left:130px; padding-right:15px; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; font-size:12px; line-height:1.5em;}
.freedownloadfamily a, .freedownloadfamily a:hover. .freedownloadfamily a:visited {color:#fff; text-decoration:none; font-style:italic;}

.specialpage h2 {font-size:24px; text-align:center; font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-style:italic; margin-top:40px; margin-bottom:40px; text-shadow:#f4ebdb 1px 1px;}
.specialpage2 h2 {font-size:24px; text-align:center; font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-style:italic; margin-top:10px; margin-bottom:40px; text-shadow:#f4ebdb 1px 1px;}

.specialwrap {width:510px; text-align:center; padding-top:40px;}
.specialwrap img {display:block; margin:0 auto;}

.googlesearch input {border:1px solid #ccc; padding:3px 5px;}

.recent-wrap {width:178px; height:75px; overflow:hidden; margin-top:5px; border:1px solid #ddd;}
.recent-wrap img {width:185px;}
