/*
Theme Name: Fixed Tangelo
Theme URI: http://heybrooklyn.com
Description: Fixed Tangelo is the theme for Hey Brooklyn, which is based on <a href="http://masnikov.com/emerald_stretch">Emerald Stretch</a>.
Version: 1.0
Author: Rob Blatt
Author URI: http://robblatt.com
Tags: orange, white, light, three-columns, fixed-width, left-sidebar, right-sidebar

  The CSS, XHTML and design is released under GNU General Public License version 3 (GPLv3):
  http://www.opensource.org/licenses/gpl-3.0.html

  In this theme are used some icons from Glass Style RSS Icon Set by Bittbox (www.bitbox.com) and from famfamfam Silk Icons Set by Mark James (http://www.famfamfam.com/lab/icons/silk/). The both sets are licensed under GPL.
*/

html, body { height: 100%; }

body {
  margin: 0;
  background: #fff;
  font-family: Verdana, sans-serif;
  font-size: 62.5%;
  color: #000000;
}

#wrapper{
  width: 1000px;
  position: relative;
  min-height: 100%;
  margin: auto;
  background: url(http://heybrooklyn.com/hey_brooklyn.jpg) no-repeat 250px 10px;
}

p { margin: 0px 0px 10px 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}

a {
  border: 0px;
  color: #115588;
  text-decoration: none;
}

a:hover {
  color: #4477bb;
  text-decoration: underline;
}

img { border: 0px; }

hr {
  color: #FFF;
  height: 0px;
  border: 1px dotted #ccc;
  margin: 3px 0px 3px 0px;
}

#header {
  color: #FFFFCC;
  clear: both;
  height: 185px;
  margin: 0px 0px 15px 0px;
}

#header h1 {
  font-family: "Trebuchet MS", sans-serif;
  letter-spacing: -1px;
  font-size: 250%;
  padding: 12px 0px 0px 0px;
  margin: 0;
  line-height: 90%;
}

#header h2 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 160%;
  padding: 1px 0px 0px 0px;
  margin: 0px;
}

#header a, #header a:hover, #header a:active, #header a:visited {
  color: #FFFFCC;
  text-decoration: none;
  border: 0;
}

#header a img {
  padding-top: 10px;
  border: 0;
}

#header-logo { }

#header-logo-gravatar { margin: 11px 0 0 27px; }

#header-title {
  margin: 0 0 0 249px;
  text-align: left;
  height: 65px;
  border: 0;
}

#header-navi {
  border: 0px;
  height: 35px;
  font-size: 130%;
  padding-top: 10;
  margin: 0px 1px 0px 1px;
  vertical-align: middle;
}

#header ul {
  margin: 0;
  padding: 0;
  float: left;
}

#header-navi ul li {
  line-height: 35px;
  text-align: center;
  float: left;
  list-style: none;
}

#header-navi li a { padding: 0px 9px; }

#header-navi li a:hover {
  background: #fd5234;
  color: #fff;
}

#header-navi a, #header-navi a:active, #header-navi a:visited {
  color: #fd5234;
  text-decoration: none;
  display: block;
}

#content-wrapper {
  margin-bottom: 1em;
  float: right;
  width: 81%;
  display: inline;
}

#content {
  width: 74%;
  float: left;
  font-size: 120%;
  line-height: 150%;
  display: inline;
}

#content h1 {
  margin-top: 0px;
  font-size: 250%;
  line-height: 115%;
  text-decoration: none;
  color: #444;
  font-weight: bold;
}

#content h2 {
  font-size: 160%;
  line-height: 120%;
}

#content h3 {
  font-size: 130%;
  line-height: 120%;
  font-weight: bold;
}

#content blockquote {
  background-color: #f1b969;
  border-left: 3px solid #cde9a7;
  margin: 0 0 5px 15px;
  padding: 5px 10px 1px 8px;
}

#content h1 a:hover, #content a:hover h1,
#content h2 a:hover, #content a:hover h2,
#content h3 a:hover, #content a:hover h3 {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #f3662e;
}

#content h1 a, #content a h1, 
#content h2 a, #content a h2,
#content h3 a, #content a h3 {
  text-decoration: none;
  color: #444;
  font-weight: bold;
}

#content .pagetitle {
  margin-bottom: 20px;
  border-bottom: 1px dotted #688848;
}

#content ul, #content ol { padding: 0 0 0 20px; }

#content ul { list-style: square; }

#content ul li, #content ol li {
  margin: 3px 0 3px 0;
  padding: 0;
}

#sidebar-left {
  list-style: none;
  float: left;
  width: 18%;
  margin-left: 0px;
  line-height: 125%;
  font-size: 110%;
  display: inline;
}

#sidebar-right {
  list-style: none;
  float: right;
  width: 23%;
  margin-right: 15px;
  font-size: 110%;
  line-height: 125%;
  display: inline;
}

#sidebar-left h2, #sidebar-right h2 {
  margin-top: 0px;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  background-color: #f3662e;
  border-top: 4px solid #fd5234;
  border-bottom: 4px solid #f1b969;
  padding: 5px 0 5px 10px;
}

#sidebar-left h2 a, #sidebar-right h2 a{
  color: #cde9a7;
  text-decoration: none;
}

#sidebar-left ul, #sidebar-right ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

#sidebar-left ul li, #sidebar-right ul li { margin: 0 0 15px 0; }
#sidebar-left ul ul, #sidebar-right ul ul { padding: 0 0 0 10px; }
#sidebar-left ul ul li, #sidebar-right ul ul li { margin: 0 0 6px 0; }

#postmeta {
  font-size: 80%;
  margin-bottom: 30px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #688848;
  color: #000;
  clear: both;
  line-height: 100%;
  text-align: right;
}

#postmeta p { line-height: 100%; }

#postmeta img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

#postmeta .editlink {
  float: right;
  margin-top: 5px;
}

.postnav {
  width: 86%;
  float: left;
  list-style: none;
  line-height: 110%;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0;
}

.postnav li.left {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.postnav li.right {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}

#comments { }

#comments ul li, #comments ol li {
  margin-bottom: 40px;
  border-bottom: 1px dotted #688848;
}

#comment-area { }
#comment-form { }
.commenter { }
.comment-moderation { color: red; }
.comment-info { color: #666666; }

#footer {
  position: relative;
  margin: -25px 0 0;
  clear: both;
  height: 17px;
  line-height: 17px;
  color: #f;
  padding: 0 15px 0 15px;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  background-color: #f3662e;
  border-top: 4px solid #fd5234;
  border-bottom: 4px solid #f1b969;
}

#footer a {
  color: #fdd170;
  text-decoration: none;
}

#footer a:hover { text-decoration: underline; }
#footer p { margin: 0; }

#footer-left {
  float: left;
  text-align: left;
}

#footer-right {
  float: right;
  text-align: right;
}

.hasFloat:after {
  content: "";
  display: block;
  clear: both;
}

#searchform input {
  font-family:Tahoma, sans-serif;
  font-size:18px;
  background-color:#f3662e;
  margin: 0 0 3px 0;
  padding: 2px 4px 2px 4px;
  border:#688848 1px solid;
  color:#e9ffcb;
}

#searchform #s {
  font-family:Tahoma, sans-serif;
  font-size:18px;
  margin: 0 0 3px 0;
  background-color:#fdd170;
  padding: 3px 4px 3px 4px;
  border: 1px solid #9d4f00;
  color:#222;
  width: 160px;
}

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; }
.youtube.alignleft { padding: 10px 10px 10px 0; }

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 5px 10px 5px 0px;
   /* 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;
}

#content li {
  list-style-type: disc;
  padding: 5px 0 5px 0;
  margin-left: 15px;
}

#searchform { text-align: center; }
