/* 
Theme Name: Fat Lot of Good
Theme URI: http://www.lifeisablog.org/
Version: 1.1
Author: Gisele Jaquenod
Author URI: http://www.giselejaquenod.com.ar/blog/
*/

body {
  background: #3f2a15 url('images/bg.png') repeat;
  margin: 0px;
  padding: 0px;
  color: #333333;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
a:link, a:visited {
  color: #84328c;
  text-decoration:none;
}
a:hover {
  color: #cd2ddd;
  text-decoration: underline;
}
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
a:img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
form {
  margin: 0;
  padding: 0;
}
ul, ol {
  margin: 5px 0px 15px 25px;
  padding: 0px;
}
ul li, ol li {
  margin: 5px 0px;
  padding: 0px;
}
blockquote { 
  padding: 3px 8px;
  margin: 5px 10px;
  background: #f0dcf2;
  font-style: italic;
}

/* Layout */

#all {
  background: url('images/bg_top.png') repeat-x center top;
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
#topnav {
  width: 960px;
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 50px;
}
#topnav a {
  color: #f0cb4b;
}
#topnav-in {
  float: right; 
  width: 620px;
  padding: 15px;
  margin: 0px;
  text-align: center;
  font-family: Georgia;
  font-size: 17px;
}
#topnav-in ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#topnav-in ul li {
  display: inline;
  margin: 0px;
  padding: 0px 10px;
  border-left: 1px solid #6d4d29;
  border-right: 1px solid #6d4d29;
}
#wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0px;
}
#container { 
  float: right; 
  width: 650px;
  padding: 0px;
  margin: 0px;
}
#header {
  background: url('images/header_bg.png') no-repeat;
  width: 650px;
  height: 240px;
  margin: 0px;
  padding: 0px;
  clear: both;
}
#header #logo {
  width: 310px;
  padding: 0px; 
  margin: 0px auto;
  clear: both;
}

/* Main */

#content {
  background: url('images/main_bg.png') repeat-y center top;
  width: 650px;
  float: left;
  clear: both;
  padding: 0px;
  margin: 0px;
}
#content-in {
  background: url('images/main_top.png') no-repeat center top;
  width: 650px;
  float: left;
  clear: both;
  padding: 20px 0px 0px 0px;
  margin: 0px;
}
h1 { 
  font-size: 19px; 
  font-weight: normal;
  color: #ff8a97;
  font-family: Georgia;
  letter-spacing: -1px;
  margin: 0px 25px;
  padding: 5px 0px;
  text-align: left;
  border-bottom: 1px solid #ff8a97;
}
h2 {
  font-size: 24px; 
}
h3 {
  font-size: 18px; 
}
h4 {
  font-size: 16px; 
}
h5 {
  font-size: 14px; 
}
h6 {
  font-size: 16px; 
}
.post { 
  padding: 0px;
  margin: 0px;
  line-height: 18px;
}
h2.post-title {  
  background: url('images/h2_bg.png') no-repeat left top;
  font-family: Georgia;  
  font-size: 28px;
  letter-spacing: -1px;
  color: #87328C;
  margin: 20px 40px 0px 20px;
  padding: 0px 0px 10px 35px;
  font-weight: normal;
  line-height: normal;
}
h2.post-title a {
  color: #87328C;
}
#posttime { 
  color: #666; 
  padding: 8px 40px 8px 30px;
  font-size: 11px;
  margin: 0px 10px 0px 0px;
  border-top: 1px dashed #f2f2f2;
}
#posttime a { 
  color: #aa52af;
}
.entry { 
  padding: 0px 30px;
  margin: 0px;
}

/* Lists */

.post ul { 
  margin: 0px; 
  padding: 4px 0px 4px 15px; 
}
.post ul li { 
  margin: 1px 0px;
  padding: 0px 0px 0px 5px;
}
.post ul.archive { 
  margin: 0px; 
  padding: 0px; 
  list-style: none;
}
.post ul.archive li { 
  margin: 1px 0px;
  padding: 5px;
  background: #eed6ef;
  font-size: 14px;
}
.post ol {
  margin: 0; 
  padding: 0 0 0 25px; 
}
.post ol li {
  margin: 1px 0;
  padding: 0; 
}
.entry img {
  border: 0px;
  margin: 3px;
  padding: 0px;
}
#postmeta {
  background: url('images/post_foot.png') no-repeat center top;
  clear: both;
  padding: 18px 20px 12px 20px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: right;
  height: 46px;
  font-family: Georgia;
  color: #ffd638;
}
#postmeta a {
  color: #ffd638;
}

/* Navigation */

#navigation {
  clear: both;
  text-align: center;
  font-family: Georgia;  
  font-size: 14px;
  margin: 0px 10px 0px 0px;
  padding: 10px 30px 10px 30px;
  font-weight: normal;
  border-top: 1px dashed #f2f2f2;
  border-bottom: 1px dashed #f2f2f2;
}

/* Captions & aligment */

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  text-align: center;
  margin: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 3px 0px;
  text-align: center;
  color: #707d77;
  margin: 0;
  font-family: Georgia;
}

/* Comments */

#comments-template { 
  padding: 10px 20px;
  margin: 0px 10px;
  border-top: 1px dashed #f5f5f5;
}
#comments-template h3 { 
  font-family: Georgia;  
  font-size: 18px;
  letter-spacing: -1px;
  color: #87328c;
  margin: 10px 0px;
  padding: 10px 0px;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  border-bottom: 1px solid #87328c;
}
#comments-template ol { 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
}
#comments-template .avatar {
  float: right;
  padding: 2px;
  border: 1px solid #edd2ef;
  margin: 2px 2px 2px 0px;
}
#comments-template .commentmetadata {
  padding: 3px 0px;
}
#comments-template ol li .thecomment { 
  margin: 2px 0px; 
  padding: 2px 6px; 
  background: #edd2ef;
}
#comments-template ol li.alt .thecomment {
  background: #f4e6f5; 
}
#comments-template fieldset { 
  border: none; 
}
#comments-template legend { 
  border: none; 
}
#comments-template textarea { 
  padding: 5px;
  margin: 5px 0px; 
  border: 1px solid #f4e6f5; 
  background: #f8f8f8; 
  width: 450px;
}
#comments-template input { 
  margin: 2px;
  padding: 4px;
  background: #ffffff;
  font-size: 11px;
  border: 1px solid #f4e6f5; 
}
#comments-template input.submitcomment, #comments-template input.resetcomment { 
  width: 80px; 
  background: #84328c;
  font-size: 12px;
  color: #f8cc3d;
  font-family: Georgia;
}
#comments-template .commentfooter {
  font-size: 10px;
  text-align: right;
}

/* Sidebars */

#sidebar {
  background: url('images/side_top.png') no-repeat center top;
  width: 310px;
  float: left;
  margin: 0px;
  padding: 332px 0px 0px 0px;
  color: #fff;
}
#sidebar a {
  color: #fff;
}
#sidebar #rss {
  margin: 0px;
  padding: 0px;
  height: 38px;
  text-align: right;
}
#sidebar-in {
  margin: 0px;
  padding: 0px;
}
#sidebar h2 {
  font-family: Georgia;  
  font-size: 18px;
  color: #ffd638;
  margin: 0px;
  padding: 10px 15px 7px 15px;
  line-height: normal;
  text-align: left;
  font-weight: normal;
  letter-spacing: -1px;
}
#sidebar ul { 
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#sidebar ul li {
  padding: 10px 15px 0px 15px;
  margin: 0px;
  background: url('images/side_li.png') no-repeat center top;
  height: 31px;
}
#sidebar ul li ul { 
  margin: 0px; 
  padding: 0px; 
  border: none; 
}
#sidebar .textwidget, #sidebar #w3counter-tracker {
  background: url('images/text_bg.png') no-repeat center bottom;
  padding: 20px 15px;
  margin: 0px;
}
#sidebar .widget {
  background: url('images/side_bot.png') no-repeat center bottom;
  margin: 0px;
  padding: 0px 0px 19px 0px;
}
#sidebar #rss-442707491 ul {
  background: url('images/text_bg.png') no-repeat center bottom;
  padding: 15px;
  margin: 0px;
  font-size: 11px;
}
#sidebar #rss-442707491 ul li {
  padding: 2px 0px;
  margin: 0px;
  background: none;
  height: auto;
  border-bottom: 1px dotted #846942;
}

/* Footer */

#footer {
  width: 650px;
  height: 79px;
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  background: url('images/footer_bg.png') no-repeat center bottom;
  text-align: center;
}	
#footer-left {
  padding: 20px 10px 0px 30px;
  margin: 0px;
  float: left;
}
#footer-left p { 
  margin: 0px;
  padding: 0px;
}
#totop {
  float: right;
  margin: 0px;
  padding: 0px 40px 0px 0px;
  line-height: 0px;
}