/*  
Theme Name: Substant Flowers
Theme URI: wptemplates.org
Description: nice simple theme
Version: 1.0
Author: WordPress templates
Author URI: wptemplates.org
*/


/* General */

body {
	margin: 0;
	background: #80cc1e url("images/background.gif") repeat-x;
	font-family: Arial;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}



/* Page */

#page {
	margin: 0;
	width: 100%;
}


/* Header */

#header {
	margin: 0;
	width: 100%;
	height: 375px;
	background: url("images/header.gif") no-repeat;
	position: relative;
}

#header .feed {
	position: absolute;
	top: 54px;
	left: 680px;
	height: 45px;
	width: 45px;
}

#header h1 {
	position: absolute;
	top: 125px;
	left: 120px;
	color: #000000;
	font: normal 27px Arial;
	width: 550px;
	text-align: center;
}

#header h1 a {
	color: #000000;
	text-decoration: none;
}

#header h1 a:hover {
	color: #000000;
	text-decoration: underline;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 53px;
	left: 124px;
}

#header ul.menu li {
	height: 41px;
	width: 133px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

#header ul.menu li a {
	height: 41px;
	text-align: center;
	display: block;
	width: 133px;
	color: #ffffff;
	float: left;
	font: normal 25px/53px Arial;
	text-decoration: none;
	text-transform: lowercase;
	background: url("images/menu_item_hover.gif") no-repeat;
	margin-right: 10px;
}

#header ul.menu li a:hover {
	color: #ffffff;
	background: url("images/menu_item.gif") no-repeat;
	text-decoration: none;
	font: normal 25px/41px Arial;
}


	/* Main - Topbar */
		
	#header #topbar {
		width: 550px;
		position: absolute;
		top: 180px;
		left: 120px;
	}
	
	#header #topbar .box {
		float: left;
		margin: 0px 10px 0 0px;
		width: 110px;
	}
	
	#header #topbar .box h3 {
		font: bold 17px/27px Arial;
		color: #ffffff;
		padding: 0;
		margin: 0 0 5px 0;
	}
	
	#header #topbar .box ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #topbar .box ul li a {
		color: #000000;
		font: normal 11px/18px Arial;
		text-decoration: none;
		display: block;
		padding-left: 5px;
	}
	
	#header #topbar .box ul li a:hover {
		text-decoration: underline;
		color: #000000;
	}




/* Main */

#main {
	float: left;
	width: 100%;
	background: url("images/main.gif") repeat-y;
	position: relative;
}

	
	/* Main - Sidebar Left */
	
	#main #sidebar-left {
		width: 96px;
		background: url("images/sidebar_left.gif") no-repeat;
		height: 305px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	/* Main - Sidebar Right */
	
	#main #sidebar-right {
		width: 96px;
		background: url("images/sidebar_right.gif") no-repeat;
		height: 305px;
		position: absolute;
		left: 686px;
		bottom: 0;
	}

	
	
	/* Main - Content */
	
	#main #content {
		float: left;
		width: 546px;
		margin-left: 118px;
	}
	
	#main #content .post {
		background: #f0eeee url("images/post_bottom.gif") no-repeat left bottom;
		font-size: 13px;
		color: #252525;
		float: left;
		margin-bottom: 30px;
		width: 546px;
	}
	
	#main #content .post .date {
		background: url("images/post_top.gif") no-repeat left top;
		height: 63px;
		text-transform: lowercase;
		color: #000000;
		font-size: 20px;
		font-weight: bold;
		padding-left: 12px;
		padding-top: 12px;
	}
	

	#main #content .post h2 {
		height: 25px;
		margin: 0 10px;
		color: #b50000;
		font: bold 18px/25px Arial;
	}
	
	#main #content .post h2 a {
		color: #b50000;
		text-decoration: none;
	}
	
	#main #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry {
		color: #252525;
		font-size: 13px;
		line-height: 18px;
		margin: 0 10px;
	}
	
	#main #content .post .entry a {
		color: #ad0000;
		font-weight: normal;
		text-decoration: none;
	}
	
	#main #content .post .entry a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry .picture {
		margin: 0 5px 5px 0;
		float: left;
	}
	

	#main #content .post .entry p.about {
		font: normal 13px Arial;
		color: #474747;
		clear: both;
	}

	#main #content .post .entry p.about a {
		color: #ad0000;
		font-weight: bold;
		text-decoration: none;
	}
	
	#main #content .post .entry p.about a:hover {
		color: #ad0000;
		text-decoration: underline;
	}
	
	#main #content .post .entry p.about .com {
		color: #000000;
		font-weight: bold;
	}
	
	#main #content .post .entry a.more-link {
		float: right;
		color: #ad0000;
		padding: 5px 0;
	}
	

	#main #content .post .title h3 {
		height: 25px;
		margin: 0px 10px 0 10px;
		padding-top: 10px;
		color: #b50000;
		font: bold 15px/25px Arial;
		
	}
	
	#main #content .post .comments {
		margin: 0 10px;
	}
	
	#main #content .post .comments ol {
		margin: 0 0 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
		color: #474747;
	}
	
	#main #content .post .comments ol li.alt {
		background: #fff9f9;
	}
	
	#main #content .post .comments ol li cite {
		color: #ad0000;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #ad0000;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0 10px;
	}
	
	#main #content .post .comments ol li .commentmetadata a {
		color: #252525;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li .commentmetadata a:hover {
		text-decoration: underline;
	}


/* Footer */

#footer {
	height: 80px;
	background: url("images/footer.gif") no-repeat;
	float: left;
	width: 100%;
}

#footer p {
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
	color: #60a060;
	padding-top: 25px;
	margin-left: 125px;
}

#footer p a {
	color: #60a060;
	text-decoration: none;
}

#footer p a:hover {
	color: #60a060;
	text-decoration: underline;
}


