/*
Theme Name: BleuDazi Creates (new)
Theme URI: http://deadlypenguin.com/
Description: A custom theme for BleuDazi
Version: 1.0
Author: Patrick Connelly
Author URI: http://deadlypenguin.com/
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #394a59;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.clearboth {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#fade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 768px;
	background: transparent url(assets/fade.png) top left repeat-x;
	z-index: -2;
	border: none;
}

#ripples {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 523px;
	background: transparent url(assets/ripples.png) top left no-repeat;
	z-index: -1;
	border: none;
}

#main-wrapper {
	padding: 0 62px;
	max-width: 1280px;
	margin: 0 auto;
}

#header {
	height: 250px;
	line-height: 139px;
	background: transparent url(assets/flower.png) right bottom no-repeat;
	margin-right: 225px;
	top: 0px;
	position: relative;
}

#header img {
	border: none;
	display: block;
	top: 50%;
	margin-top: -73px;
	left: 50%;
	margin-left: -314px;
	position: relative;
}

#lawn {
	position: relative;
	top: -35px;
	height: 46px;
	background: transparent url(assets/lawn.png) left bottom repeat-x;
	margin-right: 235px;
	margin-bottom: -35px;
}

#sidebar {
	display: inline-block;
	float: right;
	width: 200px;
	padding: 0px 10px;
	background-color: #c6c5d9;
	margin-top: 10px;
	font-size: 10pt;
}

#sidebar h3, #sidebar h2 {
	font-size: 14pt;
	padding: 0 10px;
	margin-top: 5px;
}

#sidebar ul {
	list-style: none;
	margin-left: 20px;
}

.sb-top {
	height: 30px;
	width: 225px;
	margin: -13px;
	background: transparent url(assets/sb-top.png) top center no-repeat;
}
.sb-center {
	width: 225px;
	margin: -13px;
	background: transparent url(assets/sb-center.png) top center repeat-y;
}

.sb-bottom {
	height: 30px;
	width: 225px;
	margin: -13px;
	background: transparent url(assets/sb-bottom.png) bottom center no-repeat;
}

#content {
	margin-right: 235px;
	padding: 10px 20px;
	padding-right: 55px;
	background: #e7f1f3 url(assets/stem.png) right top repeat-y;
	font-size: 10pt;
}

#content img {
	border: none;
	margin: 5px;
}

.post {
	margin-bottom: 35px;
}

.post h2 {
	font-size: 16pt;
}

.post h2 a {
	text-decoration: none;
	color: #000;
}

.post small {
	color: #777;
	font-size: 9pt;
}

.entry {
	margin-top: 15px;
}

.postmetadata {
	clear: both;
	padding-top: 5px;
	color: #777;
	font-size: 9pt;
	text-align: center;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 235px;
	font-size: 9pt;
	text-align: center;
}
