/* 
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;
  position:relative;
}
#sidebar-in {
  margin: 0px;
  padding: 0px 10px 20px 20px;
}
#sidebar2-in {
  margin: 0px;
  padding: 0px 20px 110px 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;
  position:relative;
  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;
}	

a#sponsorpia {width:117px;height:119px;display:block;position:absolute;right:58px;top:-74px;color:#fff3f5;text-align:left;background:url('images/sponsorpia.png') left top no-repeat;font-size:8px;}

#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:144px;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;}
#sidebar .popular-posts {margin:12px 0 16px 0;float:left;text-align:left;}
  #sidebar .popular-posts li {margin:0;position:relative;float:left;list-style:none;background:#fff !important;width:184px;}
	#sidebar .popular-posts li img {float:left;margin-right:9px;}
#sidebar .popular-posts h2 {margin:0;padding:0;height:82px;width:200px;background-image:url('images/pop_posts.jpg');background-position:top left no-repat;background-color:#fff3f5;border-bottom:none;text-indent:-9999px;font-size:0;border:none;}

/* Sightings */
#sweetopiaSightings {text-align:center;float:left;}
#sweetopiaSightings li {list-style:none;float:left;display:inline;text-align:center;font-size:12px;width:130px;height:140px;}

/* Subscribe */
#text-6 h2 {display:none;text-indent:-9999px;height:1px;}
#text-6 {float:left;position:relative;width:192px;height:82px;margin:16px 0;}
#text-6 form {background:url('http://sweetopia.net/wp-content/themes/sweetopia/images/subscribe_button.gif');width:192px;height:82px;display:block;position:relative;}
#text-6 .enterEmail {width:108px;height:27px;position:absolute;left:47px;top:36px;background:none;border:none;outline:none;padding:6px;font:italic 11px/24px Georgia,serif;color:#754200;}
#text-6 .submitButton {width:27px;height:27px;position:absolute;right:0;top:43px;text-indent:-9999px;background:none;border:none;outline:none;cursor:pointer;}

/* Sweet-Stuff */
.sweet-stuff {text-align:center;width:468px;border-bottom:3px dotted #fedce1;margin:0 0 12px 0;padding:0 0 6px 0;}
  .sweet-stuff iframe {}
  
.stumble iframe {margin:0 12px;}

/* Subscribe Button */

a#activatorButton {width:208px;height:75px;display:block;background:url('images/newsletter.png') no-repeat top left;z-index:1;cursor:pointer;}
#subscribeOverlay {background:transparent url('images/overlay.png') repeat top left;position:fixed;top:0px;bottom:0px;left:0px;right:0px;z-index:100;}
#subscribeBox {position:fixed;top:-1000px;width:880px;background-color:#fff;color:#7F7F7F;padding:20px;border:4px solid #74410b;z-index:101;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
#subscribeBox h1 {margin:-20px -20px 0px -20px;padding:10px 0 22px 32px;background:#8f5b28 url('images/brown_repeater.gif') 4px bottom repeat-x;color:#fdf6e4;font-weight:normal;font-style:italic;font-size:24px;}
a#subscribeClose {float:right;width:26px;height:26px;background:transparent url(images/cancel.png) repeat top left;margin-top:-30px;margin-right:-30px;cursor:pointer;}

.sub_container {width:350px;float:left;margin:16px 0 0 0;}
  .sub_container h3 {font-size:21px;color:#603813;border-bottom:2px solid #603813;padding:6px;}
  .sub_container p {line-height:17px;font-size:12px;padding:10px;}

.submitButton {font-size:0;text-indent:-999px;line-height:0;}

#sub_02 {float:right;margin-right:48px;}
#sub_01 {margin-left:48px;}

#post_sub {float:left;margin-left:9px;}

#sub_split {border-left:2px dotted #FF7F8D;float:left;height:450px;display:block;margin:18px 0 0 40px;}

#mce-success-response {padding:12px;margin:9px 0;}

.SweetRSS {padding: 0 0 0 16px;background:url('http://sweetopia.net/wp-content/themes/sweetopia/images/micro_rss.png') no-repeat 0px 1px;}

#sidebar2-in #rss {display:none;height:1px;width:1px;background:none;}

/* Cookie Dir Page */

#cookieDir {width:100%;float:left;list-style:none;padding:0;margin:0 0 18px 0;border-bottom:2px dotted #555;float:left;}
  #cookieDir li {list-style:none;padding:0;margin:0;float:left;}
  #cookieDir img {float:left;margin:4px 9px 18px 0;padding:2px;border:1px dotted #999;}
  .cookieDirTitle {color:#FFF;background:#FF7F8D;font-size:18px;padding:6px 9px;border-top:3px dotted #FFF;border-bottom:3px dotted #FFF;}
    .cookieDirTitle a {color:#fff;}
	.entry .cookieDir p {margin:0;}
  .cookieDirLocation {color:#444;font-size:14px;font:13px Georgia, "Times New Roman", Times, serif;background:#FFF;font-style:italic;margin-bottom:14px;}
  a.visitSite {background:url('http://sweetopia.net/wp-content/uploads/2010/11/mini_map_icon.png') top left no-repeat;display:block;height:20px;width:100px;padding:2px 0 9px 28px;margin-top:9px;float:left;}
  
  /* Cookie Dir Link */
  
  #cookieDirLink {position:absolute;right:22px;top:28px;display:block;height:98px;width:98px;background:url('http://sweetopia.net/wp-content/themes/sweetopia/images/cookie_dir.png') no-repeat top left;border:none;text-indent:-9999px;outline:none;}
    #cookieDirLink:hover {background-position:bottom left;}
	.shippingIcon {background:url('http://sweetopia.net/wp-content/themes/sweetopia/images/shipping.png') top left no-repeat;height:20px;width:100px;padding:2px 0 9px 28px;margin-top:9px;margin-left:18px;font-size:12px;}
	.noShippingIcon {background:url('http://sweetopia.net/wp-content/themes/sweetopia/images/noship.png') top left no-repeat;height:20px;width:100px;padding:2px 0 9px 22px;margin-top:9px;margin-left:18px;font-size:12px;}
	
a.readFullPost {font:17px Georgia, "Times New Roman", Times, serif;background:#f7999e;-moz-border-radius:6px;color:#FFF;padding:9px;letter-spacing:-1px;display:block;margin:12px auto;width:116px;}

.bwbps-rating-toggle {display:none;}

.photosmash_gallery .bwbps_gallery_div {background:#fff;color:#888;border:none;}
.bwbps_caption {color:#888;}

.photosmash_gallery .bwbps_gallery_div .ps_images {border:1px dotted #FCC;padding:6px;}
  .photosmash_gallery .bwbps_gallery_div .ps_images:hover {border-color:#888}
  
 .bwbps_gallery_div a {color:#555;}
 
 .bwbps_gallery_div .bwbps-voting-incaption a {text-indent:-9999px;display:block;height:30px;width:24px;margin-left:6px;float:left;}
 
 .bwbps-vote-total {color:#603813;font-family:Georgia, "Times New Roman", Times, serif;font-size:21px;float:left;}
 
 .bwbps_caption {margin-bottom:9px;display:block;}
 
.photosmash_gallery h2 {display:none;}
.bwbps-vote-total {position:absolute;top:40px;left:-9999px;}
.bwbps_gallery_div .bwbps-vote-small {left:30px;}

.bwbps-voting-incaption {position:relative;width:140px;height:39px;background:url('http://sweetopia.net/wp-content/themes/sweetopia/images/vote_bar.gif') top left no-repeat;}
.bwbps_gallery_div .bwbps-vote-info {font-family:Georgia, serif;font-size:15px;color:#ac7c57;margin:8px 0 0 13px;float:left;}


#sotw_vote {width:190px;height:110px;background:url('http://sweetopia.net/wp-content/themes/sweetopia/images/sotw_banner.jpg');display:block;}
.sotw_submit {width:190px;height:30px;float:left;margin-top:38px;}
.sotw_cast {width:190px;height:30px;float:left;}

#sw_social {background:#ffbfc6;height: 44px;left: 18px;position: absolute;top:-4px;width: 186px;}
  #sw_social a {display:block;float:left;height:44px;width:44px;background:url('http://sweetopia.net/wp-content/themes/sweetopia/images/social_icons.gif') no-repeat top left;text-indent:-9999px;}
  #sw_social #sw_social_fb:hover {background-position:bottom left;}
  
  #sw_social #sw_social_tw {background-position:-46px 0px;}
    #sw_social #sw_social_tw:hover {background-position:-46px -44px;}
	
  #sw_social #sw_social_yt {background-position:-92px 0px;}
    #sw_social #sw_social_yt:hover {background-position:-92px -44px;}
  
  #sw_social #sw_social_sb {background-position:-134px 0px;}
    #sw_social #sw_social_sb:hover {background-position:-134px -44px;}
  
  #cat_toggler {display:block;text-indent:-9999px;outline:none;height:26px;width:117px;margin:6px auto;background:url('http://sweetopia.net/wp-content/themes/sweetopia/images/cat_toggle.gif') top left no-repeat;}
    #cat_toggler.cat_active {background-position:bottom left;}
  #cat_toggle {display:none;}
  
  .sweet_banner {width:100%;float:left;text-align:center;margin:22px 0 12px 0;}
  
  .comment span.says, .comment.bypostauthor span.says {background:#FFF;padding:0;float:none;border:none;}
  .comment span {background:#ffe8ec;padding:9px;float:left;width:450px;border-radius:9px;margin:12px 0;}
  .comment.bypostauthor span {background:#fdf6e4;border:1px dotted #efe0b8;}
  .comment .vcard, .comment .commentmetadata {float:left;width:310px;}
  .comment .comment-toolbar {float:right;}
  .comment .commentnumber {font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;color:#845323;}
  #respond {float:left;}
  .vcard img {margin:0 4px 0 0;padding:4px;border:1px solid #AAA;width:32px;height:32px;}
  
  #comments-20032 .comment div p {float:left;width:100%;}