/* 
Theme Name: Sweetopia
Theme URI: http://www.sweetopia.net/
Version: 1.0
Author: Gisele Jaquenod
Author URI: http://www.giselejaquenod.com.ar/blog/
*/

body {
  background: #ffdce1 url('images/bg.png') repeat;
  margin: 0px;
  padding: 0px;
  color: #333333;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
a:link, a:visited {
  color: #ff6c74;
  text-decoration:none;
}
a:hover {
  color: #ff3d47;
  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 5px 5px 20px;
  background: #fff3f5;
}

/* Layout */

#all {
  background: url('images/bg_top.png') repeat-x center top;
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
#wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0px;
}
#header {
  width: 980px;
  height: 325px;
  background: url('images/header_bg.png') no-repeat center top;
}
#topmenu {
  text-align: left;
  height: 95px;
  margin: 0px;
  padding: 0px;
  position:relative;
}
#topmenu img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#header #logo {
  padding: 100px 290px 0px 290px; 
  margin: 0px;
  clear: both;
}
#container { 
  background: url('images/content_bg.png') repeat-y center top;
  width: 980px;
  padding: 0px;
  margin: 0px;
  float: left;
  clear: both;
}

/* Main */

#content {
  background: url('images/main_top.png') no-repeat center top;
  float: left; 
  width: 520px;
  padding: 80px 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-family: Georgia;  
  font-size: 18px;
  color: #ff7f8d;
  margin: 0px;
  padding: 5px 0px;
  font-weight: normal;
  line-height: normal;
}
h4 {
  font-family: Georgia;  
  font-size: 15px;
  color: #ff7f8d;
  margin: 0px;
  padding: 5px 0px;
  font-weight: normal;
  line-height: normal;
}
h5 {
  font-family: Georgia;  
  font-size: 18px;
  color: #ffffff;
  background: #ff7f8d;
  margin: 5px 0px;
  padding: 5px;
  font-weight: normal;
  line-height: normal;
}
h6 {
  font-family: Georgia;  
  font-size: 15px;
  color: #ffffff;
  background: #8e5b32;
  margin: 5px 0px;
  padding: 5px;
  font-weight: normal;
  line-height: normal;
}
.post { 
  margin: 0px 0px 15px 0px;
  padding: 0px;
  line-height: 18px;
}
h2.post-title {
  font-family: Georgia;  
  font-size: 24px;
  letter-spacing: -1px;
  text-align:center;
  color: #603813;
  margin: 0px;
  padding: 5px 25px 0px 25px;
  font-weight: normal;
  line-height: normal;
}
h2.post-title a {
  color: #603813;
}
#posttime { 
  color: #fff; 
  background: url('images/h2_bg.png') no-repeat left top;
  height: 25px;
  padding: 24px 25px 13px 25px;
  font-size: 11px;
}
#posttime a { 
  color: #ffbfc6;
}
.entry { 
  padding: 0px 25px;
  margin: 0px;
}
.entry p {
  margin: 10px 0px;
}

/* Lists */

.post ul { 
  margin: 0px; 
  padding: 4px 0px 4px 15px; 
}
.post ul li { 
  margin: 1px 0px;
  padding: 0px 0px 0px 5px;
}
.post ul.cat {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.post ul.cat li {
  clear: both;
  padding: 10px 0px;
}
.post ul.cat small {
  color: #666666!important;
}
.post ul.cat h4 {
  padding-top: 5px;
}
.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;
}
.entry h4 {
  margin: 2px 0px;
  font-family: Georgia;  
  letter-spacing: -1px;
  color: #603813;
  padding: 0px;
  line-height: normal;
}
#postmeta {
  background: url('images/comments_bg.png') no-repeat center top;
  clear: both;
  padding: 12px 0px;
  margin: 0px;
  font-size: 10px;
  text-align: center;
  height: 20px;
  font-family: Georgia;  
}

/* Navigation */

#navigation {
  clear: both;
  text-align: center;
  font-family: Georgia;  
  font-size: 17px;
  margin: 5px 0px;
  padding: 8px;
  font-weight: normal;
}

/* 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 25px;
  margin: 0px;
  border-top: 1px solid #f8f8f8;
}
#comments-template h3 { 
  font-family: Georgia;  
  font-size: 16px;
  letter-spacing: -1px;
  color: #ff7685;
  margin: 5px 0px;
  padding: 5px 0px;
  line-height: normal;
  font-weight: normal;
  border-bottom: 1px solid #ff7685;
}
#comments-template ol { 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
}

#comments-template ol li div.bypostauthor { 
  background: #fdf6e4 !important;
  border:1px dashed #f7999e;
}

#comments-template ol li .thecomment { 
  margin: 2px 0px; 
  padding: 2px 6px; 
  background: #fff3f5;
}

#comments-template ol li.alt .thecomment {
  background: #ffe8ec; 
}

#comments-template fieldset { 
  border: none; 
}
#comments-template legend { 
  border: none; 
}
#comments-template textarea { 
  padding: 5px;
  margin: 5px 0px; 
  border: 1px dashed #ffbfc6; 
  background: #f8f8f8; 
  width: 450px;
}
#comments-template input { 
  margin: 2px;
  padding: 4px;
  background: #ff8a97;
  color: #ffffff;
  font-size: 10px;
  border: 1px dashed #ffbfc6; 
}
#comments-template input.submitcomment, #comments-template input.resetcomment { 
  width: 100px; 
}
#comments-template .commentfooter {
  font-size: 10px;
  text-align: right;
}

/* Sidebars */

#sidebar {
  background: url('images/side1_top.png') no-repeat center top;
  width: 230px;
  float: left;
  margin: 0px;
  padding: 60px 0px 0px 0px;
  font-size: 11px;
  text-align: center;
}
#sidebar2 {
  background: url('images/side2_top.png') no-repeat center top;
  width: 230px;
  float: right;
  margin: 0px;
  padding: 60px 0px 0px 0px;
  font-size: 11px;
}
#sidebar-in {
  margin: 0px;
  padding: 0px 10px 20px 20px;
}
#sidebar2-in {
  margin: 0px;
  padding: 0px 20px 20px 10px;
}
#sidebar2 #rss {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
#sidebar h2, #sidebar2 h2 {
  font-family: Georgia;  
  font-size: 18px;
  letter-spacing: -1px;
  color: #603813;
  border-bottom: 1px solid #603813;
  margin: 4px 0px;
  padding: 4px 0px;
  font-weight: normal;
}
#sidebar ul, #sidebar2 ul { 
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#sidebar ul li, #sidebar2 ul li {
  padding: 5px;
  margin: 1px 0px;
  background: #ffe9ed;
}
#sidebar ul li ul { 
  margin: 0px; 
  padding: 0px; 
  border: none; 
}
#sidebar #cats {
  border: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}
#sidebar #cats img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#sidebar #cats a img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#sidebar p, #sidebar2 p {
  margin: 0px 0px 8px 0px;
}

/* Footer */

#footer {
  width: 980px;
  clear: both;
  margin: 0px;
  padding: 17px 0px;
  background: url('images/footer_bg.png') no-repeat center top;
  text-align: center;
  font-size: 11px;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
}	
#footer p { 
  margin: 0px;
  padding: 15px 0px 20px 0px;
}
#footer a {
  color: #e05a68;
}

/* Search */

#sform {
  margin: 5px 0px;
  padding: 5px;
  clear: both;
  background: #ffe9ed;
  text-align: center;
}
#sform fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#sform form {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#mainsearch h2 {
  font-family: Georgia;  
  font-size: 20px;
  letter-spacing: -1px;
  color: #ff6a7a;
  margin: 0px;
  padding: 8px 0px;
  font-weight: normal;
  line-height: normal;
}
#mainsearch {
  background: #fff3f5;
  padding: 10px;
  margin: 0px auto;
  width: 300px;
}

/* Flickr */

.flickrpic {
  padding: 2px;
  border: 1px solid #fff;
  margin: 3px;
}

/* Custom Sidebars */

#text-408625224 {
  margin: 10px 0;
}
#text-408625224 img {
  display: block;
  margin: 0;
  padding: 0;
}

/* Twitter */

#twitter-1 h2 {
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  border-bottom: 0px;
}
#twitter-1 ul {
  margin: 0px;
  padding: 0px;
}

/* Thumbs */

img.attachment-post-thumbnail {
  float: left;
  padding: 2px!important;
  margin: 3px!important;
  border: 1px solid #ffe5e5!important;
}

strong.bypostauthor a {color:#603813 !important;}
strong.bypostauthor {background:#FFF !important;}

/* Seach Box */

#searchWrap {position:absolute;right:22px;top:17px;}
.sweetSearch {height:115px;width:250px;background:url('images/search_box.png') top left no-repeat;position:relative;}
.sweetSearch .submit {position:absolute;bottom:32px;right:28px;height:40px;width:40px;border:0;background:none;cursor:pointer;}
.sweetSearch .search {position:absolute;bottom:36px;right:64px;width:160px;border:0;height:28px;color:#a98664;font:italic 16px Georgia;}
.sweetSearch .search:focus {font-style:normal;}
li.pop_post {margin-right:4px;position:relative;padding-bottom:8px;}
li.pop_post, li.pop_post ul, li.pop_post ul li {list-style:none;background:#fff !important;}
li.pop_post h2 {height:82px;width:200px;background:url('images/pop_posts.jpg') top left no-repeat;border-bottom:1px solid #fff !important;}