/*
Theme Name: Balloon Juice
Author: Sekimori Design
Author URI: http://sekimori.com
*/

html, body {
  height: 100%;
}

body {
  margin: 0;
  background: #fff;
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 74%;
  color: #000000;
}

#wrapper{
  min-width: 900px;
  position: relative;
  min-height: 100%;
}

p {
  margin: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  color: #4682b4;
}

a {
  border: 0px;
  color: #4682b4;
  text-decoration: none;
}

a:hover {
  color: #4682b4;
  text-decoration: underline;
}

img {
  border: 0px;
}

hr {
  color: #FFF;
  height: 0px;
  border: 1px dotted #ccc;
  margin-top: 3px;
  margin-bottom: 3px;
}

/*code {
  font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
  padding: 15px;
  border: #cde9a7 1px solid;
  background: #e9ffcb;
  display: block;
}*/

code, pre {
  font: 'Courier New', Courier, Fixed;
  font-size: 110%;
  border: #cde9a7 1px solid;
  background: #e9ffcb;
  overflow: auto;
  padding: 5px;
	display: block;
  width: 100%; /* Important for IE6 */
}

#header {
  clear: both;
  height: 175px;
  background: url(images/sky.gif) repeat-x;
  border-top: 10px solid #6699cc;
  border-bottom: 10px solid #6699cc;
  margin-top: 20px;
  }

#headerimg {
  height: 175px;
  margin: 0 0 0 200px;
  background: url(images/title.gif) no-repeat;
        }

span.tagline { 
  height: 25px;
  background: url(images/tagline_bkgd.gif) no-repeat;
  padding: 4px 0 0 97px;
  color: #999;
  text-align: center; 
  position: absolute; 
  left: 300px;
  top: 140px;
  }

#content-ad {
  clear: both;
  height: 70px;
  padding: 20px 0 40px;
  }

#border {
  border-top: 1px solid #eee;
}

#content-wrapper {
  margin-bottom: 1em;
  float: right;
  width: 79%;
  display: inline;
}

#content {
  padding: 0 10px 0 10px;
  width: 75%;
  float: left;
  font-size: 120%;
  line-height: 150%;
  display: inline;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

#content a {
  text-decoration: none;
}

#content a:visited {
  color: #4682b4;
  text-decoration: none;
}

#content a:hover {
  color: #4682b4;
  text-decoration: underline;
}

#content img {
  /*margin: 0 10px 10px 0;*/
}

.byline {
  margin-bottom: 15px;
}

#content h1 {
  margin-top: 0;
  font-size: 140%;
  line-height: 115%;
}

#content h2 {
  font-size: 120%;
  line-height: 120%;
}

#content h3 {
  font-size: 100%;
  line-height: 120%;
  font-weight: bold;
}

#content blockquote {
  border: 1px dotted #a8b772;
  background: #ececec;
  margin: 15px 30px;
  padding: 10px;
}

#content h1 a, #content a h1,
#content h2 a, #content a h2,
#content h3 a, #content a h3 {
  text-decoration: none;
}

#content h1 a:visited, #content a:visited h1,
#content h2 a:visited, #content a:visited h2,
#content h3 a:visited, #content a:visited h3 {
  color: #4682b4;
  text-decoration: none;
}

#content h1 a:hover, #content a:hover h1,
#content h2 a:hover, #content a:hover h2,
#content h3 a:hover, #content a:hover h3 {
  color: #4682b4;
  border-bottom: 1px dotted;
  text-decoration: none;
}

#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: 17%;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 110%;
  display: inline;
  line-height: 125%;
}

#sidebar-right {
  list-style: none;
  float: right;
  width: 19%;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 110%;
  display: inline;
  line-height: 125%;
}

#sidebar-left h2, #sidebar-right h2 {
  margin-top: 0px;
  font-size: 160%;
  font-weight: normal;
  color: #666;
  padding: 1px 0 1px 10px;
  line-height: 110%;
}

#sidebar-left h2 a, #sidebar-right h2 a{
  color: #cde9a7;
  text-decoration: none;
}

#sidebar-left ul, #sidebar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar-left ul li, #sidebar-right ul li {
  margin: 0 0 20px 0;
}

#sidebar-left ul ul, #sidebar-right ul ul {
  padding: 0 0 0 20px;
}

#sidebar-left ul ul li, #sidebar-right ul ul li,
#sidebar-left ul ul ul li, #sidebar-right ul ul ul li {
  margin: 5px 0;
}

#postmeta {
  font-size: 80%;
  margin: 15px 0 30px; 0
  padding-bottom: 3px;
  border-bottom: 1px dotted #688848;
  color: #688848;
  clear: both;
  line-height: 100%;
}

#postmeta a {
  text-decoration: none;
}

#postmeta a:visited {
  color: #115588;
}

#postmeta a:hover {
  text-decoration: underline;
}

#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 {
  clear: both;
  float: none;
  margin-top: 50px;
  padding-left: 10px;
}

#comments ul li, #comments ol li {
  margin-bottom: 40px;
  border-bottom: 1px dotted #ccc;
}

#comment-area {

}

#comment-area li:hover .yarr { visibility:visible }

#comment-form {

}

.commenter {
  color: #000;
}

.comment-moderation {
  color: red;
}

.comment-info {
  color: #666;
  font-size: 12px;
}

#footer {
  position: relative;
  margin: -25px 0 0;
  clear: both;
  height: 24px;
  line-height: 24px;
  color: #666;
  padding: 0 15px 0 15px;
  font-size: 110%;
  border-top: 4px solid #4682b4;
  border-bottom: 4px solid #4682b4;
  background: #ccc;
}

#footer a {
  color: #4682b4;
  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, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#ccc;
  margin: 0 0 3px 0;
  padding: 2px 4px 2px 4px;
  border:#666 1px solid;
  color:#000;
}

#searchform input:hover {
  cursor:pointer;
  background-color:#ccc;
  border:#567635 1px solid;
  color:#000;
}

#searchform #s {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0 0 3px 0;
  background-color:#ccc;
  padding: 3px 4px 3px 4px;
  border:#666 1px solid;
  color:#000;
}

#searchform #s:hover {
  background-color:#ccc;
  color:#000;
}

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;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.alignnone {
   float: none;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 7px;
   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 {
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 90%;
   line-height: 120%;
   padding: 0;
   margin: 5px 0 0 0;
}

#wp-calendar {
  margin: 0 auto;
  line-height: 150%;
}

table#wp-calendar{
  width: 90%;
}

#wp-calendar a {
	text-decoration: underline;
  font-weight: bold;
}

table#wp-calendar tfoot td a{
  border: 0;
  font-weight: normal;
}

table#wp-calendar th, table#wp-calendar td {
  text-align: center;
}

.widget_tag_cloud {
  line-height: 200%;
}

#tag_cloud, #tag_cloud-2 /*WP 2.8*/ {
  line-height: 200%;
}

#content img.wp-smiley {
  border: none;
  padding: 0px;
  margin: 0px;
  vertical-align: text-top;
}

select {
  max-width: 175px;
}

.navigation  {
  margin: 0 0 40px 0;
}
