/*
Theme Name: ProSense
Theme URI: http://www.doshdosh.com/wordpress-themes/Prosense-Adsense-Ready-SEO-Theme
Description: ProSense is a fast loading and search engine optimized Adsense Ready Wordpress Theme, specifically designed for all types of niche and professional content.<br /><br />Distributed under the Creative Commons Attribution-ShareAlike 3.0 License.
Author: 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-size: 10pt;
	margin: 0px;
        background: #CCCCCC;
	padding: 0px;
}

/*body a, body a:visited {
	color: #CC3300;
}

body a:hover {
	background: #960;
        background: #FBF5DF;
}*/

#page {
	width: 950px;
	margin: 0px auto;
	background: #FFF url('images/page_background2.jpg') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #000;

	height: 100%;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}

#header #blogtitle {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 20px 20px;
}

#header h1 {
  font-size: 2.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;
}

h2.description {
  font-size: 1.0em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header #feed {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 700px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 185px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
}

#copyright {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#theme_creator {
	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: 2.0em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/


.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.4em;
	color: #CC3300;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post h2 {
  padding: 2px;
  border-bottom: 3px solid #630;
}

.post h3 {
       margin-top: 0.5em;
       padding-left: 0.5em;
       border-left: 3px solid #630;
}

.post {
	margin-bottom: 30px;
	text-align: justify;
}

.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;
}

.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;
	font-size: x-small;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
	font-size: x-small;
}

.sbm {
	text-align: right;
}


/*.navigation {
    display:block;
    margin-bottom: 20px;
    text-align: center;
}*/
ul.navigation {
    list-style-type : none;
    text-align : left;
    font-size: 1.2em;
    margin-bottom: 20px;
}

#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 {
	font-size: 1.6em;



	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

code{
}

pre code, pre kbd{
	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: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

img {
  margin-right: 20px;
}

a img {
  border: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar ul h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 1.5em;
	color: #eef;
	background-color: #630;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.0em;
}

#sidebar ul ul {
	border-bottom: dashed 1px #D3C69B;
}
#sidebar {
	width: 185px;
	padding: 0 10px 0 10px;
}


/*#sidebar .sidebar_left ul h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	padding-bottom: 5px;
	border-bottom: dashed 2px #630; 
	font-size: 1.5em;
	color: #eef;
	background-color: #630;
}*/

/*#sidebar .sidebar_right ul h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;

	font-size: 1.5em;
	color: #eef;
	background-color: #630;
}*/

/*
#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #EDE0B3;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #D3C69B;
}*/

/*#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}*/

/*--------------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: 20px;
}

#searchform input {
	width: 180px;
	background: #fff;
}

/*-------------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: right;
	margin-left: 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: 30px;
}

/* Microformats */
.vcard {
	border: 2px dashed #bbb;
	padding: 3px;
}

.vevent {
	border: 2px dashed #bbb;
	padding: 3px;
}

/* table: http://www.dramatic.co.nz/tablegallery/dramatic.css */
table {
	border-collapse: separate;
	background-color: #FCEE9E;
	border: 3px solid #990033;
	caption-side: bottom;
	margin-right: auto;
	margin-left: auto;
}
td { border:1px solid #CC9933; margin: 3px; padding: 3px; vertical-align: top; background: #FEFDCF; color: #000;
}
thead th {
	background: #903; color:#fefdcf; text-align: left; font-weight: bold; padding: 3px;border: 1px solid #990033;
}
th {border:1px solid #CC9933; padding: 3px;
}
tbody th:hover {background-color: #fefdcf;
}
th a:link, th a:visited {
	color:#903; font-weight: normal; border-bottom:1px dotted #c93;
}
caption {
	background: #903; color:#fcee9e; padding: 4px 0; text-align: center; width: 40%; font-weight: bold;
}
tbody td a:link {color: #903;}
tbody td a:visited {color:#633;}
tbody td a:hover {color:#000; 
}

.trackback {
    font-size: small;
}

