/*
Theme Name: DevTips
*/

.clear {
  clear: both;
  overflow: hidden;
  height: 1px;  
}

html, body {
  height: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 62.5%;
  color: #555;
}

img {
  border: 0;
}

img a, a img {
  border: 0;
}

a {
  color: #36C;
}

a:visited {
  color: #59657c;
}

a:hover {
    color: #36C;
}


#wrapper {
  margin: 0 auto;
}

#header {
  clear: both;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  font-size: 130%;
  color: #747474;
}

#header a, #header a:hover, #header a:visited {
  color: #606060;
  text-decoration: none;
}

#header h2 {
  font-size: 120%;
  font-weight: normal;
  margin: 0;
}

#header h1 {
  font-size: 350%;
  font-weight: normal;
  margin: 0;
}

#header h1 a {
  color: #666;
}

#header h1 a span {
  color: #000;
}


#header img {
  float: left;
  margin: 15px 25px 14px 0;
}

#header #left_col {
  float: left;
  margin: 0px 240px 0px 40px;
}

#header #right_col {
  float: right;
  width: 230px;
  margin-left: -230px;
}

#content {
  font-size: 140%;
  line-height: 140%;
}

#content #left_col {
  float: left;
  margin: 0px 270px 0px 40px;
}

#content #right_col {
  float: right;
  width: 230px;
  margin-left: -230px;
}

#content img {
  border: 0;
  float: left;
  margin: 5px 20px 10px 0;
}

#content img.bordered {
  border: 1px solid #000;
}

#content blockquote {
  border: 1px dotted #666;
  padding: 5px 10px 2px 10px;
  margin: 10px 20px 10px 20px;
  font-style: italic;
  width: 700px;
}

#content code {
  border-left: 5px #DDD solid;
  background: #F5F5F5;
  padding: 5px 0 2px 10px;
  margin: 0 0 20px 40px;
}

#content code {
    font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
    display: block;
}

#content h2 {
  font-size: 190%;
  font-family: Georgia Sans;
  line-height: 120%;
  color: #36C;
  font-weight: normal;
  line-height: .8em;
  margin: 0 0 10px 0;
}

#content h3 {
  font-size: 130%;
  font-family: Georgia Sans;
  line-height: 120%;
  color: #375aa6;
  font-weight: normal;
  margin: 20px 0 5px 0;
}


#content a h2, #content h2 a {
  color: #36C;
  text-decoration: none;
  border: 0;
}

#content a:hover h2, #content h2 a:hover {
  color: #444;
  text-decoration: underline;
}

#content p {
  margin: 0 0 10px 0;
  font-family: Arial, Sans-Serif;
  color: #000;  
}


#content p.annotation{
    display: inline;
    color: #666;
    font-size: .9em;
    line-height: 1.3em;
}

#content p.annotation img{
    margin: 0 10px 0 0;
    clear: both;    
}

#content p.footnote{
    font-size: .8em;
    line-height: 1.2em;
    margin-left: 10px;
    color: #666;
}

#content p.footnote sup{
    color: #000;
}

#content ul, #content ol {
  padding: 0 0 0 30px;
}

#content ul li, #content ol li {
  margin: 3px 0 3px 0;
  padding: 0;
}

#content #left_col ul.postnav {
  padding: 0;
  width: 100%;
}

#content #left_col ul.postnav .left {
  float: right;
}

#content #left_col ul.postnav .left {
  float: left;
}

#counters {
  width: 0px;
  height: 0px;
  display: none;
  float: left;
}

#comments {
 font-size: 90%;
 line-height: 140%;
}

.commenter {
  color: #808080;
  font-size: 90%
}

#comments h1 {
  font-size: 150%;
  line-height: 120%;
  color: #606060;
  font-weight: normal;
  margin: 30px 0 10px 0;
}

#comments img {
  float: none;
  margin: 0 5px 0 0;
}

#comments ul, #comments ol {
  padding: 0 0 0 25px;
}

#comments ul {
  list-style: square;
}

#comments ul li, #comments ol li {
  margin: 0 0 40px 0;
  padding: 0;
}

#sidebar {
  float: right;
  width: 230px;
  padding: 0;
  margin-left: -230px; 
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  margin: 0 0 15px 0;
  padding: 0;
}

#sidebar ul li ul li{
  margin: 0;
  padding: 0;
  border: none;
}

#sidebar ul li ul li ul.children{
  margin: 0;
  padding: 0 0 0 10px;
  border: none;
}

#sidebar ul li ul li ul.children li a {
  color: #5589ff;
  font-size: .8em;
}

#sidebar ul li h2 {
  margin: 0 0 5px 0;
}


#tag_cloud {
  line-height: 200%;
}

#sidebar img {
  float: none;
}

#sidebar p {
  margin: 0 0 5px 0;
}

#sidebar h2 {
  font-size: 1em;
  font-weight: normal;
  color: #000;
}

#sidebar ul {
  list-style: none;
}

#postmeta {
  font-size: 85%;
  border-top: 1px dotted #CCC;
  clear: both;
  color: #747474;
  margin: 10px 0 40px 0;
  padding-top: 5px;
}

#postmeta a {
  color: #747474;
  border: 0 none;
}

#postmeta a:hover {
  color: #000;
  border: 0 none;
  text-decoration: underline;
}

#postmeta img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.postnav {
    float: left;
    list-style: none;
    line-height: 100%;
  margin: 0;
    padding: 0;
}

.postnav li.left {
    display: block;
    float: left;
}

.postnav li.right {
    display: block;
    float: right;
}

#footer {
  font-size: 130%;
  height: 109px;
  border: 0;
  padding: 40px;
}

#blackband_top_left, #blackband_top_right {
  width: 440px;
  height: 30px;
  color: #000;
  line-height: 30px;
}

#blackband_top_left, #blackband_top_right {
  margin-top: 19px;
  line-height: 32px;
}

#blackband_top_left {
  margin-left: 40px;
  float: left;
  display: inline;
}

#blackband_top_right {
  margin-right: 40px;
  float: right;
  text-align: right;
  display: inline;
}

#blackband_top_right {
  margin-right: 34px;
}

#blackband_top_right ul {
  margin-top: 0px;
  float: right;
}

#blackband_top_right ul li {
  line-height: 32px;
  float: left;
    list-style: none;
}

#blackband_top_right ul li a {
  padding: 0 6px 0 6px;
}

#blackband_top_right a, #blackband_top_right a:active, #blackband_top_right a:visited {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.hasFloat:after {
  content: "";
  display: block;
  clear: both;
}

#searchform input {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#747474;
  margin: 0;
  padding: 2px 4px 2px 4px;
  border:#747474 1px solid;
  color:#DDD;
  width: 55px;
}

#searchform input:hover {
  cursor:pointer;
  background-color:#606060;
  border:#222 1px solid;
  color:#fff;
}

#searchform #s {
  margin: 0 10px 0 0;
  background-color:#ebebeb;
  padding: 3px 4px 3px 4px;
  border:#747474 1px solid;
  color:#606060;
  width: 120px;
}

#content .pagetitle {
    margin-bottom: 20px;
  font-size: 220%;
  font-weight: normal;
}

img#wpstats {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}

.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;
}

.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;
}

#commentform  span {
  color: #f00;
}

#content #left_col .date {
  float: right;
  font-size: .7em;
  color: #666;
  font-family: Arial, Sans-Serif;
}

#description {
  margin-left: 3px;
}
