/*
Theme Name: 88 Miles
Theme URI: http://www.madpilot.com.au
Description: Blog theme for 88 miles
Version: 1.0
Author: Myles Eftos
Author URI: http://www.madpilot.com.au
*/
@import url(reset.css);
@import url(blog.css);

#search-form legend, #search-form label.hidden span.text-label {
  display: none;
}

fieldset {
  border-width: 0px;
  margin: 0px;
  padding: 0px; 
}
 
fieldset legend {
  display: none;
}

fieldset.hidden {
  margin: 0;
  padding: 0; 
}

fieldset.hidden input {
  border: 0 none; 
}

fieldset label {
  display: block;
  margin-bottom: 12px;
}

fieldset label span.text-label {
  font-weight: bold;
}

fieldset.hidden {
  display: none; 
}
  
input, select, textarea {
  display: block;
  color: #666;
  border: 1px solid #CCC;
  font-family: verdana, sans-serif;
  width: 250px;
  font-size: 20px; 
}

input:focus, select:focus {
  border: 1px solid #666;
  color: #333; 
}

textarea {
  font-size: 12px; 
}

textarea:focus {
  border: 1px solid #666;
  color: #333; 
}

button {
  padding: 0 0 4px 0;
  margin: 0;
  border: 2px solid #bcbcbc;
  background-color: #999;
  color: #FFFFFF;
  font-weight: bold;
  height: 26px;
  width: 110px;
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-image: url(images/button-border-background.png) 4 / 4px repeat;
  -webkit-border-image: url(images/button-border-background.png) 4 / 4px repeat; 
}

button:hover {
  -moz-border-image: url(images/button-over-border-background.png) 4 / 4px repeat;
  -webkit-border-image: url(images/button-over-border-background.png) 4 / 4px repeat; 
}

#sidebar .breakout {
  background-color: #D0F3A5;
  color:#FFFFFF;
  margin-bottom:20px;
  padding: 5px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #333;
}

#sidebar .breakout input {
  width: 275px;
}

#content #sidebar .breakout h2 {
  font-size: 28px;
  color: #6BB108;
  margin-bottom: 8px;
  text-shadow: 2px 2px #467405;
  font-weight: bold;
}

#content #sidebar .sign-up a.sign-up {
  background-image:url("http://www.88miles.net/images/index/sign-up.png");
  background-position:left top;
  background-repeat:no-repeat;
  display:block;
  height:62px;
  margin-bottom:8px;
  overflow:hidden;
  padding-left:320px;
  width:0;
}

#sidebar .search fieldset label {
  display: inline;
}

.search input {
  width: 190px;
  float: left;
  margin-right: -2px;
	border: 1px solid: #333;
	height: 28px;
}

.search button {
  width: 70px;
  height: 32px;
  line-height: 26px;
}

div.post {
  border-bottom: 1px solid #D0F3A5;
  margin-bottom: 12px;
}

div.metadata {
  font-size: 10px;
  margin-bottom: 6px;
  color: #ccc;
}

div.metadata a {
  color: #ccc;
  text-decoration: underline;
}

div.metadata a:hover {
  text-decoration: none;
}

#content #main h2 a {
  color:#6BB108;
font-size:20px;
font-weight:bold;
}

div.comments {
  margin-top: 1em;
  color: #666;
}

div.comments h3 {
  margin-bottom: 1em;
}

#content #main div.comments ol li {
  list-style-type: none;
  border-bottom: 1px solid #CDDEED;
  padding-bottom: 1em;
  margin-top: 1em;
}

#content #main div.comments ol li img {
  float: left;
  margin-right: 12px;
}

div.comments div.text {
  padding-top: 1em;
  clear: left;
}

div.comments span.author {
  font-size: 1.66em;
  font-weight: bold;
}

div.comments.leave {
  margin-top: 0;
  background-color: #E4EDF5;
}

div.comments fieldset {
  margin: 1em; 
}

div.comments fieldset.buttons {
  padding-bottom: 1em;
  text-align: right;
}

div.comments div.metadata {
  margin-top: 0;
}

div.comments span.comments {
  margin-left: 0;
}

div.paging div.next {
  float: left;
}

div.paging div.previous {
  float: right;
}

div.follow {
  margin-bottom: 20px;
}


div.follow ul li {
  font-size: 16px;
  margin-bottom: 4px;
  padding: 4px 0;
  border-bottom: 1px solid #D0F3A5;
}
