/*
Theme Name: floral
Theme URI: http://www.francey.org
Description: floral
Author: Francey
Author URI: http://www.francey.org
provided under these terms and conditions: http://www.francey.org/terms/ 
*/
body {
	background-image: url(floral1.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	font-family: georgia, serif;
	font-size: 0.7em;
	color: #444;
}

#main {
	position: absolute;
	top: 125px;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	padding: 0px 0px 120px 0px;
	background-image: url(floral3.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#posts {
	float: left;
	width: 550px;
	line-height: 2.2em;
}

#nav {
	float: right;
	width: 150px;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}

h2 {
	background-image: url(lion-grey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 0px 45px 80px;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: -45px;
}

h3 {
	padding: 0px 0px 20px 80px;
	font-weight: normal;
	font-size: 2.4em;
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}

h4 {
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 0px;
	border-bottom: 1px dotted #ccc;
}

h5 {
	font-size: 1.8em;
	font-weight: normal;
}

h6 {
	font-size: 1.2em;
	font-weight: normal;
}

strong, b { color: #43a4ff;}
em, i { color: #ff1166;}
u {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}

p.info {
	text-align: right;
	margin-bottom: -10px;
	border-top: 1px dotted #ccc;
	font-size: 0.9em;
}

p.div {
	text-align: right;
	margin-top: 0px;
	font-size: 0.9em;
}

#nav ul {
	list-style-type: none;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}

#nav p {
	text-indent: 0px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}

#nav a {
	color: #43a4ff;
	text-decoration: none;
}

#nav a:hover { color: #ff1166;}

blockquote {
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

pre, code, cite { font-size: 1em; }

dt {
	font-size: 1.2em;
	border-bottom: 1px dotted #ccc;
}

dd {
	margin: 0px 0px 20px 0px;
	font-style: italic;
}

input, textarea {
	font-family: georgia, serif;
	font-size: 1em;
	color: #444;
	border: 1px solid #43a4ff;
}

input:hover, textarea:hover {
	border: 1px solid #ff1166;
}

a {
	color: #ff1166;
}
a:hover {
	color: #43a4ff;
}