/*   
Theme Name: TrueBliss
Theme URI: TrueBliss
Description: TrueBliss 
Author: TrueBliss
Author URI: TrueBliss
Version: 1.0
.
The TrueBliss template is not available for private or public use.  ©2009.  All Rights Reserved.
.
*/

body {
	margin-top: 50px;
	padding: 0;
	background: #855F3C url(images/main_bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	font-size: 12px;
	font-family: Georgia, serif;
	text-align: justify;
	color: #464646;
}

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


h1 {
}

h2 {
	font-size: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: justify;
	line-height: 24px;
	list-style: none;
}

ol, ul, li {
	line-height: 26px;
	list-style: none;
	margin-top: 0px;
}

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

a:hover {
	text-decoration: none;
	color: #9EC6D9;
}

img {
	border: none;
}

img.left {
	float:  left;
	margin-left: 15px;
}

img.right {
	float:  right;
	margin-left: 15px;
}


/* Wrapper */

#topleftivy {
	width: 339px;
	height: 276px;
	margin: 0 auto;
	padding: 0;
	background: url(images/topleft_ivy.png);	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	
}

#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 300px;
	background: url(images/wrapper_bg.png) no-repeat left top;

}

/** LOGO */

#logo {
	width: 880px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 0px 80px;
	font-size: 24px;
	background: url(images/logo.jpg) no-repeat 20px 20px;
	position: relative;
}
/* Menu */

#menu {
	width: 550px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	top: -45px;
	left: 150px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 50px;
}

#menu a {
	display: block;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
	color: #000000;
}

#menu a:hover { 
	color: #9EC6D9;
}

#menu .current_page_item a {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

/* Photo Bar */
#bar {
	width: 876px;
	height: 200px;
	margin:  0 auto;
	background: #F76664;
	position: relative;
	top: -50px;
	padding-top: 3px;

}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 20px 20px;
	background: url(images/page_bg.png)repeat-y;
}

/* Content */

#content {
	float: left;
	width: 590px;
	border-right: 1px dashed #DFE1E0;
	
}

#contenttwo {
	float: left;
	width: 850px;
	
}

#contentthree {
	float: left;
	width: 620px;
	border-right: 1px dashed #DFE1E0;
	
}

#contentfour {
	float: left;
	width: 590px;
	border-right: 1px dashed #DFE1E0;
	
}


/* Post */

.post {
	padding: 0px 20px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	color: #28313A; 
}

.post h3 {
	line-height:normal; 
}

.post .entry {
}

.post ul {
	margin-left: 0px;
	list-style: disc;
	padding: 0;
	line-height: normal;
	
}

.post li {
	margin-left: 15px;
	list-style: disc;
	padding: 0;
	line-height: normal;
	
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-size: 12px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #28313A; 
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 50px;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h1 {
	width: 250px;
	margin-bottom: 15px;
	padding: 0;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	color: #28313A; 
}

/* Sidebar Two */

#sidebartwo {
	float: right;
	width: 200px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 60px;
	padding: 0;
	text-align: left;
	font-size: 10px;
	line-height: 16px;
}

#sidebartwo ul {
	line-height: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebartwo li {
	margin-bottom: 20px;
	line-height: 16px;
}

#sidebartwo li ul {
	line-height: 16px;
}

#sidebartwo li li {
	line-height: 16px;
	margin: 0;
	list-style:disc;
}

#sidebartwo h1 {
	width: 200px;
	margin-bottom: 0px;
	padding: 0;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	color: #28313A; 
}

#sidebartwo h2 {
	width: 200px;
	margin-bottom: 0px;
	padding: 0;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	color: #28313A; 
}

/* Sidebar Three */

#sidebarthree {
	float: right;
	width: 250px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 50px;
	padding: 0;
	text-align: left;
	font-size: 10px;
	line-height: 16px;
}

#sidebarthree ul {
	line-height: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebarthree li {
	margin-bottom: 20px;
	line-height: 16px;
}

#sidebarthree li ul {
	line-height: 16px;
}

#sidebarthree li li {
	line-height: 16px;
	margin: 0;
	list-style:disc;
}

#sidebarthree h1 {
	width: 250px;
	margin-bottom: 0px;
	padding: 0;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	color: #28313A; 
}

#sidebarthree h2 {
	width: 220px;
	margin-bottom: 0px;
	padding: 0;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	color: #28313A; 
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 900px;
	margin: 0 auto;
	background: url(images/footer_bg.png) no-repeat;
	position: relative;
	top: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #000000;
}

/* Horizontal Line */
hr {
border: 0 dotted;
color: #9EC6D9;
background-color: #9EC6D9;
height: 1px;
width: 300px;
text-align: center;
}