/*  
Theme Name: AdPress Black, Left Sidebar
Theme URI: http://www.onlineprofits.com
Description: WP theme optimized for Adsense
Author: Online Profits
Author URI: http://www.onlineprofits.com
Version: 1.0
Tags: Adsense-ready, 2-columns
*/

/* Defaults and general tags */
* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  }

p {
  margin: 10px 0;
  padding: 0;
  font-size: 13px;
  }

a {
  color: #333;
  text-decoration: none;
  }

a:hover {
  color: #555;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 5px 10px;
  font-style: italic;
  width: 440px;
  }

code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  font-family: arial, verdana, sans-serif;
  text-align: center; 
  background: #fff;
  }


/* Wrapper, container */
#wrapper {
  width: 730px;
  margin: 15px auto 10px auto;
  text-align: left; /* IE Centering Technique */
  background: url(images/topcurve.png) 40px 0 no-repeat;
  }


/* Header */
#header #title {
  float: left;
  width: 350px;
  }
#header #title h1, #header #title h2 {
  margin: 4px 0 0 5px;
  font-family: Georgia, Times, serif;
  font-size: 30px;
  font-weight: bold;
  }
#header #title h1 a, #header #title h2 a {
  color: #333;
  }

#header #topright {
  float: right;
  width: 192px;
  text-align: left;
  }
#header #topright div#rss a {
  background: url(images/rss.jpg) left no-repeat;
  padding-left: 20px;
  color: #333;
  font-size: 12px;
  }
#header #topright div#email a {
  background: url(images/email.gif) left no-repeat;
  padding-left: 20px;
  color: #333;
  font-size: 12px;
  }
#header #topright div {
  margin: 0 0 3px 0;
  }



/* Horizontal Menu */
#navbar {
  margin: 14px 0 0 0;
  padding: 0;
  background: url(images/menubg.gif) top left no-repeat;
  height: 36px;
  }

#nav {
  list-style-type: none;
  height: 36px;
  }

#nav ul {
  list-style-type: none;
  width: 420px;
  }

#nav li {
  float: left;
  padding: 0 15px;
  }

#nav li a {
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  }

#nav li a:hover {
  }


/* Searchform with image */
#searchform {
  float: right;
  margin: 5px 15px 10px 0;
  width: 177px;
  padding-top: 4px;
  height: 21px;
  background: url(images/bgsearch.gif) left 3px no-repeat;
  display: inline; /* IE6 double margin bug fix */
  }
#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 140px;
  background: none;
  border: none;
  font-size: 12px;
  color: #555;
  }
#searchbutton {
  width: 22px;
  background: none;
  border: none;
  }
#searchbutton:hover {
  cursor: pointer;
  }



/* Content */
#main {
  margin-top: 10px;
  }

#content {
  float: right;
  width: 550px;
  }

.pageTitle {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
  }

.topcurve {
  background: url(images/topcurve.gif) left top no-repeat;
  height: 10px;
  }
.bottomcurve {
  background: url(images/bottomcurve.gif) left bottom no-repeat;
  height: 10px;
  margin-bottom: 15px;
  }
.bottomcurve2 {
  background: url(images/bottomcurve.gif) left bottom no-repeat;
  height: 10px;
  margin-top: -10px;
  margin-bottom: 15px;
  }

.post {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 0 15px;
  }

h2.postTitle, h1.postTitle {
  font-size: 14px;
  }

h2.postTitle a, h1.postTitle a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  }
h2.postTitle a:hover, h1.postTitle a:hover {
  color: #333;
  }

.postMeta {
  font-size: 10px;
  color: #333;
  }
.postMeta .postMetaLeft {
  float:left;
  width: 50%;
  }
.postMeta .postMetaRight {
  float:right;
  width: 50%;
  text-align: right;
  }

.postContent {
  margin-top: 10px;
  }
.postContent a {
  text-decoration: underline;
  }
.postContent p {
  font-size: 13px;
  color: #333;
  }
.postContent ul, .postContent ol {
  padding: 0 0 0 35px;
  }
.postContent ul li, .postContent ol li {
  font-size: 10pt;
  line-height: 1.5em;
  color: #333;
  }

#nextprevious {
  font-size: 14px;
  margin: 0 0 10px 0;
  }



/* Comments */
#comment {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 0 15px;
  margin: 0;
  }

#numberofcomments {
  color: #333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding: 0;
  }

ol#commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  }
#commentlist li {
  margin: 0 0 10px 0;
  padding: 10px 0;
  background: #e4e4e4;
  border: 1px solid #d5d5d5;
  color: #333;
  }
#commentlist li.alt {
  background: #fff;
  border: none;
  color: #333;
  }
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
#commentlist a.gravatar {
  float: left;
  margin: 0 10px;
  width: 69px;
  }
#commentlist .commentbody {
  margin: 0;
  padding: 0;
  float: right;
  width: 410px;
  }
#commentlist cite {
  font-size: 11px;
  font-style: normal;
  }
#commentlist small.commentmetadata {
  font-size: 11px;
  }
#commentlist p {
  color: #333;
  }

#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #333;
  margin: 0;
  padding: 5px 0 0 0;
  }
textarea#comment {
  width: 470px;
  border: 1px solid #cecece;
  padding: 15px;
  }

#comment #submit {
  width: 118px;
  height: 32px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

#comment #submit:hover {
  cursor: pointer;
  }



/* Sidebars */
#sidebar {
  float: left;
  width: 160px;
  }

#sidebar h2 {
  margin: 0;
  padding: 0 0 0 5px;
  font-size: 11px;
  color: #fff;
  line-height: 19px;
  background: url(images/sidebartop.gif) left top no-repeat;
  height: 19px;
  border: none;
  }

#sidebar .sidebarbody {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 5px 5px 0 5px;
  }
#sidebar .sidebarbody div {
  font-size: 13px;
  color: #333;
  } 

#sidebar .sidebarbottom {
  margin: 0;
  padding: 0;
  background: url(images/sidebarbottom.gif) left bottom no-repeat;
  height: 7px;
  }

#sidebar table {
  font-size: 13px;
  text-align: center;
  }

#sidebar ul {
  list-style-type: none;
  }

#sidebar li {
  }

#sidebar ul li {
  margin-bottom: 15px;
  }

#sidebar li ul {
  list-style-type: none;
  }

#sidebar ul ul li {
  font-size: 13px;
  margin: 0;
  padding: 0 0 5px 0;
  color: #333;
  line-height: 19px;
  border: none;
  background: none;
  }
#sidebar ul ul ul li {
  border: none;
  background: none;
  }

#sidebar a {
  display: inline;
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  }
#sidebar a:hover {
  color: #555;
  }

#sidebar p {
  font-size: 14px;
  color: #333;
  }

#tag_cloud a {
  display: inline;
  }

#sidebar ul.children li {margin-left: 5px;}
#sidebar ul.children ul li {margin-bottom:-10px;}




/* footer*/
#footer {
  clear: both;
  margin: 10px 0 0 0;
  padding: 9px 15px 0 15px;
  background: url(images/menubg.gif) top left no-repeat;
  height: 36px;
  color: #fff;
  text-align: center;
  }
#footer span {
  font-size: 12px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  }
#footer a {
  color: #eee;
  text-decoration: underline;
  }
#footer a:hover {
  color: #000;
  }





/* Misc */
#content .adsense468 {
  text-align: center;
  margin: -5px 0 5px 0;
  }
#wrapper .adsense728 {
  text-align: center;
  margin: 5px 0 0 0;
  }
.cleared {
  clear: both;
  }

.highlight {
  color: #D9D688;
  font-weight: bold;
  }

.alignleft {
  float: left;
  margin: 10px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 10px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 10px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 10px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* 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;
  }




