/*
Theme Name: ProSense-Grey-004
Theme URI: http://www.doshdosh.com/wordpress-themes/Prosense-Adsense-Ready-SEO-Theme
Description: ProSense-Grey 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: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
/*	background: #999999; */
	background: #9F9F9F url('images/page_background32.gif') center repeat-y;
	margin: 0px;
	padding: 0px;
	color: #444748; 	
}

body a, body a:visited {
	color: #6699cc;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 4px 0px;
	margin: 4px 0px;
}

#page {
	width: 900px;
	margin: 0px auto;
/*	background: #F8F8F8 url('images/page_background32.gif') center repeat-y; */
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #000;
	height: 100%;
/*	background: #ffffff url('images/header-400x96.jpg') top left repeat-x; */
	background: #181818 url('images/header-vista-400x96.gif') top left repeat-x; 
	border-bottom: 4px solid #6699cc;
}


#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: #6699cc;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header #header_right {
	float:right;
	width: 400px;
	text-align: right;
	font-size: 1.2em;
	color: #ffffff;
	padding: 15px 16px 14px 0;
}

#header #header_left {
	float:left;
	width: 400px;
	text-align: left;
	font-size: 1.2em;
	color: #ffffff;
	padding: 15px 0px 14px 16px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 475px;
	min-height: 1024px; /* kludge fix */
	line-height: 1.6em;
	padding-left: 16px;
	padding-top: 16px;
}

#sidebar {
	float: right;
	width: 400px;
	margin-left: 0px;
	padding-top: 16px;
}

#footer {
	color: #ffffff;
	width: 100%;
	clear: both;
	background: #ffffff url('images/header_footer_img.jpg') top center repeat-y;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer_left {
	padding: 8px 0 8px 16px;
	text-align: left;
	float: left;
	width: 400px;
	line-height: 1.6em;
}

#footer_right {
	padding: 8px 16px 8px 0;
	text-align: right;
	float: right;
	width: 400px;
	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:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.4em;
	text-decoration: none;
	color: #6699cc;
	margin-bottom: 4px;
	line-height: 1.0em;	
}

.post h2 {
	background: url('images/title-corner.jpg') top right no-repeat;
}

.post {
	font-size: 1.1em;
	margin-bottom: 8px;
	text-align: left;
}

.post p {
	padding: 4px 0px;
	margin: 4px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom:8px;
	text-align: left;
}

.entrytext .postmetadata {
	margin-top: 16px;
	text-align: left;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 16px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 16px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 16px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 3.15em;
	height : 24px;
}

#nav a {
   margin: 0px;
   width : 96px;
   height : 16px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 8px 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: 16px;
}

blockquote {
	margin: 8px 0 8px 0;
	padding: 4px 8px 4px 8px;
	background: #f0f0f0;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}


code{
	font:1.0em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 8px 0 8px 0;
	padding: 4px 8px 4px 8px;
	background: #f0f0f0;
/*	border: solid 1px #cccccc; */
/*
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
*/
}

tt {
	font:1.1em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;	
	text-align:left;
	margin: 8px 0 8px 0;
	padding: 4px 8px 4px 8px;
	background: #f0f0f0;
/*	border: solid 1px #cccccc; */
}

a img {
	border: 0;
}

/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:16px;
}

#sidebar a {
/*	color: #5C82EF; */
	color: #6699cc;
	font-weight: bold;
}

#sidebar .sidebar_left ul h2 {
/*	padding-bottom: 10px; */
	padding: 4px 0px 4px 4px;
/*	border-bottom: dashed 1px #cccccc; */
	font-size: 1.5em;
/*	background: url('images/topic-background.jpg'); */
	background: url('images/sidebar-header-2.jpg');
}

#sidebar .sidebar_right ul h2 {
/*	padding-bottom: 10px; */
	padding: 4px 0px 4px 4px;
/*	border-bottom: dashed 1px #cccccc; */
	font-size: 1.5em;
/*	background: url('images/topic-background.jpg'); */
	background: url('images/sidebar-header-2.jpg');
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.0em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #cccccc;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #cccccc;
}

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

#sidebar .sidebar_left {
	width: 180px;
	float: left;
	padding: 0 8px 0 8px;
}

#sidebar .sidebar_right {
	width: 180px;
	float: right;
	padding: 0 8px 0 8px;
/*	background: #f0f0f0; */
}

#sidebar .sidebar_left ul ul li ul{ 
      padding-left:16px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.0em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:16px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.0em; 
      border-bottom:0; 
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 16px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom:16px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 4px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.1em;
}

ol.commentlist li {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #cccccc;
}

ol.commentlist li.alt {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #cccccc;
}

#comment_title {
	margin-bottom: 4px;
}

#commentform {
	margin-bottom: 16px;
}

#commentform p {
	margin-bottom: 8px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	}
	
/*--------------Search Form-------------*/

#search {
	margin-bottom: 16px;
	text-align: right;
}

#searchform {
	margin-bottom: 16px;
}

#searchform input {
	width: 175px;
	background: #ffffff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 4px;
}

#wp-calendar th {
	margin-top: 4px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 4px;
}

/*-------------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-top: 16px;
	margin-bottom: 16px;
}


/* code */

pre {
	margin : 0px;
/*	border : 0px dashed #cccccc; */
	padding : 0px;
	background : #f0f0f0; 
	font:1.1em 'Courier New',Courier,Fixed;
/*	font-family : monospace; */
	overflow : auto;
	width : 100%; 
	height : auto;
}

/*	TOPDRAWER opens down from the top */

#topdrawer {
	margin : 0px;
	padding : 8px;
	color : #ffffff;
/*	background : #cccccc; */
	background: #cccccc url('images/topdrawer-background.jpg') repeat-x;
	height : 128px; 
}

.tagcloud {
	width : 490px;
	padding: 0px 8px 0px 8px;
	font-family : Arial, Geneva, Helvetica, sans-serif; 
	font-weight : normal;	
	float : left;
}

.tagcloudtags {
	overflow : auto;	
	line-height: 1.6em;
	width : 100%; 
	height : 88px;
}

.calendar {
	width : 180px;
	float : left;
}

.socialtools {
	width : 180px;
	float : right;
}

.rssfeeds {
	width : 180px;
	float : right;
}

.rss {
	padding: 2px 0px 2px 16px;
	background: url('images/icon-feed.gif') no-repeat;
}

/*	Images inside posts */

.post img {
	margin : 0px 16px 8px 0px; 
/*	border : 3px solid #cccccc; */
	float : left;
}