﻿/*
Theme Name: Sweetie Theme
Author: SweetieTots
*/

*
{
  padding: 0;
  margin: 0;
}

body
{
	background: #C9E9E6;
 	width: 980px;
	color: #333333;
	font-size:   76%;
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
}

hr
{
  display: none;
}

#page
{
  	background: #EAFBFA;
	width: 960px;
	margin: 10px auto 10px;
	padding: 0px;
	position: relative;
	border: 10px solid #7ACEE1;
}
	
#wrapper
{
  width: 940px;
  margin: 0 auto;
}

#content
{
  float: left;
  width: 580px;
}

.post
{
  margin-bottom: 20px;
  color: #4a2c00;
  padding-top: 40px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.1em;
}

h1
{
  font-size: 2.0em;
  font-family: Helvetica, Times New Roman, Arial, sans-serif
}

h2
{
  font-size: 1.5em;
  border-bottom: 1px solid #AAD4FF;
}

h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #0080FF;
}

.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
}

.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #AAD4FF;
}

.postmetadata a
{
  color: #4a2c00;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;
}

blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #0080FF;
  background: #fcf1e2 url(images/blockquote.png) no-repeat scroll top left;
}

.post li
{
  margin-left: 20px;
}

.post ul
{
  list-style-image: url (images/listitem.png);
  list-style-type: bullet;
  margin-bottom: 10px
}

acronym, abbr, span.caps
{
  cursor; help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;
}

blockquote cite
{
  margin: 5px 0 0;
  display: block;
}

.center
{
  text-align: center;
}

a img
{
  border: none;
}

h3
{
  margin-top: 1.5em;
  font-size 1.4em;
}

h4
{
  margin-top: 0px;
  font-family: Helvetica, Trebuchet MS, Arial, Verdana, Sans-Serif;
  font-size: 1em;
}

h5
{
  margin-top: 1em;
  font-size: 1em;
}

/************************************************
*	SweetieTots Header  						*
************************************************/

a
{
  color: #0080FF;
}

.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}

.alignleft
{
  float: left;
  text-align: left;
  width: 50%;
}

.alignright
{
  float: right;
  text-align: right;
  width: 50%
}

ol.commentlist
{
  width: 90%;
  margin: 0 auto;
}

/************************************************
*	Comment Yellow  						    *
************************************************/

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #F5AE32;
  padding: 5px;
  background-color: #F7F5BA;
}

/************************************************
*	Comment Green  					            *
************************************************/

ol.commentlist li.alt
{
  border: 1px solid #8CCB1F;
  background-color: #DBF7AA;
}

/************************************************
*	Comment Date Colour				            *
************************************************/

ol.commentlist a
{
  color: #0080FF;
}

small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

#header
{
  background: #85ACAC url(images/header.png);
  height: 100px; 
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
  padding-left: 20px;
  overflow: hidden;
}

#sidebar
{
  float: right;
  width: 336px;
  padding: 2px;
  text-align: center;
}

#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul ul
{
  list-style-type: circle;
  margin-left: 20px;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
}

#sidebar ul h2
{
  border-bottom: 1px solid #AAD4FF;
  border-top: 1px solid #AAD4FF;
  font-size: 1.2em;
  font-weight: normal;
  padding: 2px;
  margin-bottom: 5px;
}

#footer 
{
  padding: 5px;
  clear: both;
  text-align: center;
}

#sidebar_r
{
  float: right;
  width: 170px;
  padding: 3px;
  text-align: left;
}

#sidebar_l
{
  float: left;
  width: 160px;
}

.description
{
  border-bottom: 100px;
}

#ad_hf
{
  text-align: left;
  padding-left: 20px;
}