/*
Theme Name: Mixed Grill
Theme URI: http://www.twotwenty.com.au
Description: Mixed GRill Blog skin
Version: 1.0
Author: Myles Eftos & Grant Bissett
Author URI: http://www.twotwenty.com.au
*/

@import url(reset.css);

body {
  font-size: 20px;
  line-height: 1.2em;
  font-family: georgia, serif;
  color: #333;
  background-color: #ff8c1d;
}

a {
  color: #FF560C;
  text-decoration: none;
}

p {
  margin-bottom: 1em;
}

code {
  font-family: "Lucinda console", courier, fixed;
  line-height: 1em;
}

#container {
  width: 48em;
  margin: 0 auto;
  background-image: url(container-background.png);
  background-position: top left;
  background-repeat: repeat-y;
  padding-left: 5px;
  padding-right: 12px;
}

#header {
  padding-top: 0;
  margin-left: 181px;
  background-color: #ff4c04;
  color: #FFF;
  height: 158px;
}

#header h1 {
  float: left;
  margin-left: -181px;
}

#header p.lead-in {
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  padding-top: 2.5em;
  margin: 0 3.32em 0 3.2em;
}

#content {
  padding: 0 2.84em 0.71em 1.42em;
  margin: 0 0 0 181px;
  font-size: 0.7em;
  background-color: #FFF;
}

#content div.entry {
  padding-right: 181px;
}

#content h3 {
  font-size: 2.14em;
  padding-top: 1em;
}

#content h3, #content h3 a {
  color: #333333;
  text-decoration: none;
}

#content h4 {
  color: #FF560C;
  font-weight: bold;
  margin-top: 1.42em;
  padding-top: 1.42em;
  font-weight: bold;
  clear: left;
}

#content div.date-time {
  font-size: 0.71em;
  color: #555555;
  text-transform: uppercase;
}

#sub-content {
  float: right;
  margin-left: 1.43em;
  width: 16.38em;
  color: #333333;
  font-size: 0.55em;
  margin-top: 1.42em;
  font-family: helvetica, arial, sans-serif;
}

#sub-content h3 {
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.42em;
}

#sub-content ul li {
  border-top: 1px solid #d8d8d8;
  margin-bottom: 1.10em;
  padding-top: 0.55em;
}

#sub-content ul li img {
  padding: 0;
  margin: 1.10em 0 0 0;
  display: block;
}

#sub-content ul li ul li {
  border-top: 0 none;
  color: #ff560c;
  margin-bottom: 0.55em;
  line-height: 0.55em;
}

#sub-content ul li ul li a {
  color: #ff560c;
  text-decoration: none;
}

#sub-content ul li a.rss {
  color: #028cff;
  text-decoration: none;
  padding-left: 14px;
  background-image: url(rss.png);
  background-repeat: no-repeat;
  background-position: center left;
  text-transform: uppercase;
  margin-left: 0.43em;
}

div.meta-data {
  margin-left: -246px;
  width: 161px;
  text-align: right;
  float: left;
  padding-top: 0.55em;
  
  color: #FFF;
  font-size: 0.79em;
  margin-top: 2.73em;
  line-height: 1.42em;
  font-family: helvetica, arial, sans-serif;
  border-top: 1px solid #f42409;

}

#footer {
  clear: both;
  text-align: center;
  margin-top: 4em;
}

#search-form legend {
  display: none;
}

div.comments {
  margin-top: 1.42em;
}

div.comments li {
  clear: left;
  padding-top: 1.42em;
  padding-right: 181px;
}

div.comments div.meta-data {
  margin-top: 0;
  margin-left: -190px;
}

fieldset.comment legend {
  display: none;
}

fieldset.comment label {
  display: block; 
}

fieldset.comment span {
  float: left;
  width: 18.57em;
}

fieldset.comment input {
  width: 18.57em;
  font-size: 1em;
  font-family: georgia, serif;
  color: #333;
}

fieldset.comment textarea {
  width: 37.14em; 
  font-size: 1em;
  font-family: georgia, serif;
  color: #333;
}

div.post {
  padding-left: 4em;
}
div.post h3 {margin-bottom: 0.5em; width: 15em;}
