/* @override 
	http://www.pissypollyanna.com/pissypollyanna/wp-content/themes/minimalia/style.css
	http://www.pissypollyanna.com/pissypollyanna/wp-content/themes/flowerbook/style.css
*/

/*
Theme Name: FlowerBook
Theme URI: http://www.bravenewcode.com/minimalia
Description: Sara's Cute Theme.
Version: 1.0
Author: Dale Mugford & Sara Lang
Author URI: http://www.bravenewcode.com
*/

/* @group Frame */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/red_petal.gif);
	font: 11px Helvetica, Arial, Geneva, sans-serif;
}

#wrapper {
	width: 728px;
	height: auto;
	background: url(images/body-mid.png) repeat-y;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
}

#top-bar {
	background: url(images/body-top.png) no-repeat;
	height: 18px;
	position: relative;
	bottom: 18px;
}

#bot-bar {
	height: 18px;
	position: relative;
	top: 18px;
	background: url(images/body-bot.png) no-repeat;
}

#footer {
	height: 130px;
}



/* @end */

/* @group General */

.clearer {
	clear: both;
}

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

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	
}

h2 {
	font-size: 11px;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	padding-top: 20px;
	margin-bottom: -5px;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

blockquote {
	text-align: left;
	border-left: 1px double #ad411a;
	padding-left: 25px;
	margin-left: 100px;
	margin-bottom: 20px;
	margin-top: 20px;
}

p {
	
}

cite {
	
}

ol {
	
}

ol li {
	
}

ul {
	
}

ul li {
	
}



/* @end */

/* @group Posts */

.edit-link {
	float: right;
	margin-top: -15px;
	margin-right: -20px;
}

.edit-link a {
	color: #b3b3b3;
}

.post {
	padding-left: 40px;
	padding-right: 40px;
}

.posttop {
	text-transform: uppercase;
	font-weight: bold;
}

.datetop {
}

.timetop {
	font-size: 9px;
	margin-top: 3px;
}

.entry {
	text-align: justify;
	margin-top: 35px;
	margin-bottom: 35px;
	line-height: 15px;
}

.entry img {
	padding: 10px;
}

.entry img.alignleft {
	float: left;
	padding-right: 25px;
}

.entry img.alignright {
	float: right;
	padding-left: 25px;
}

/* @group Navigation */

.navigation {
	margin-left: 35px;
	display: block;
	border-top: 1px dotted #ad411a;
	padding-top: 5px;
	width: 655px;
}

.navigation a {
	color: #000;
}

.navigation a:hover {
	color: #ad411a;
	text-decoration: none;
}

.navleft {
	float: left;
}

.home {
	text-align: center;
}

.navright {
	float: right;
}

/* @end */



/* @end */