/*  
Theme Name: Yoga Peace Theme
Theme URI: http://bloggingzone.info- Theme made by <a href="http://Bloggingzone.info">Custom Wordpress Themes</a>
Description: Peaceful Yoga blog for Wordpress designed and coded by bloggingzone.info
Version: 1.0
Author: bloggingzone.info
Author URI: http://bloggingzone.info
*/



/* General */

body {
	margin: 0;
	background: #000000;
}

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

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1006px;
}


/* Header */

#header {
	background: url("images/header.jpg") no-repeat;
	width: 1006px;
	height: 560px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 417px;
		left: 30px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 30px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 15px "Trebuchet MS", Verdana;
	}


/* Main */

#main {
	width: 996px;
	padding-left: 10px;
}

	/* Main - Sidebar Left */
	
	#main #sidebar-left {
		float: left;
		width: 211px;
		color: #69955c;
		font: bold 13px "Trebuchet MS", Verdana;
		margin-top: 6px;
		margin-bottom: 25px;
	}
	
	#main #sidebar-left a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#main #sidebar-left a:hover {
		text-decoration: underline;
	}
	
		/* Main - Sidebar Left - Titles */
		
		#main #sidebar-left h3 {
			font: bold 14px/34px "Trebuchet MS", Verdana;
			color: #ffffff;
			width: 191px;
			height: 34px;
			background: url("images/sidebar_title.jpg") no-repeat;
			padding-left: 20px;
			letter-spacing: 1px;
		}
		
		/* Main - Sidebar Left - Menus */
		
		#main #sidebar-left ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			padding-left: 55px;
			margin: 15px 0;
		}
		
		#main #sidebar-left ul li {
			font: bold 13px/30px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#main #sidebar-left ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#main #sidebar-left ul li a:hover {
			text-decoration: underline;
		}
		
		/* Main - Sidebar Left - Tables */
		
		#main #sidebar-left #calendar_wrap {
			margin: 15px auto;
			width: 145px;
		}
		
		/* Main - Sidebar Left - Forms */
		
		#main #sidebar-left #searchform {
			margin: 25px auto;
			width: 145px;
			text-align: center;
		}
		
		#main #sidebar-left #searchform #s {
			width: 145px;
		}
	
	
	/* Main - Content */
	
	#main #content {
		width: 539px;
		float: left;
		padding-left: 23px;
	}
	
	/* Main - Content - Post */
	
	#main #content .post {
		float: left;
		margin-bottom: 50px;
		width: 515px;
		color: #000000;
	}
	
		/* Post - Title */
		
		#main #content .post .post-title {
			width: 500px;
			height: 50px;
			background: url("images/post_title.jpg") no-repeat;
			padding: 5px 15px 0 0;
			text-align: right;
			font: bold 10px "Trebuchet MS", Verdana;
			color: #69955c;
		}
		
		#main #content .post .post-title h2 {
			color: #69955c;
			font: bold 20px "Trebuchet MS", Verdana;
		}
		
		#main #content .post .post-title h2 a {
			color: #69955c;
			text-decoration: none;
		}
		
		#main #content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#main #content .post .post-entry {
			padding: 0 10px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#main #content .post .post-entry a {
			color: #69955c;
			text-decoration: none;
		}
		
		#main #content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#main #content .post .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		
		#main #content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #69955c;
			float: right;
			padding-bottom: 5px;
		}
		
		#main #content .post .post-entry .more-link a {
			color: #69955c;
			text-decoration: none;
		}
		
		#main #content .post .post-entry .more-link a:hover {
			color: #69955c;
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#main #content .post .post-info {
			padding: 0 10px;
			clear: both;
			font: bold italic 12px/34px "Trebuchet MS", Verdana;
			color: #69955c;
		}
		
		#main #content .post .post-info a {
			color: #69955c;
			text-decoration: none;
		}
		
		#main #content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			padding: 0 10px;
			height: 36px;
			color: #69955c;
			font: bold 17px/36px "Trebuchet MS", Verdana;
			margin-top: 15px;
		}
		
		#content .post .comments {
			padding: 0 10px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #121c0c;
		}
		
		#content .post .comments ol li cite {
			color: #69955c;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #69955c;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #69955c;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding: 0 10px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
	
	/* Main - Sidebar Right */
	
	#main #sidebar-right {
		float: left;
		width: 211px;
		color: #69955c;
		font: bold 13px "Trebuchet MS", Verdana;
		margin-top: 6px;
		margin-bottom: 25px;
	}
	
	#main #sidebar-right a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#main #sidebar-right a:hover {
		text-decoration: underline;
	}
	
		/* Main - Sidebar Right - Titles */
		
		#main #sidebar-right h3 {
			font: bold 14px/34px "Trebuchet MS", Verdana;
			color: #ffffff;
			width: 191px;
			height: 34px;
			background: url("images/sidebar_title.jpg") no-repeat;
			padding-left: 20px;
			letter-spacing: 1px;
		}
		
		/* Main - Sidebar Right - Menus */
		
		#main #sidebar-right ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			padding-left: 55px;
			margin: 15px 0;
		}
		
		#main #sidebar-right ul li {
			font: bold 13px/30px "Trebuchet MS", Verdana;
			color: #ffffff;
		}
		
		#main #sidebar-right ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#main #sidebar-right ul li a:hover {
			text-decoration: underline;
		}
		
		/* Main - Sidebar Right - Tables */
		
		#main #sidebar-right #calendar_wrap {
			margin: 15px auto;
			width: 145px;
		}
		
		/* Main - Sidebar Right - Forms */
		
		#main #sidebar-right #searchform {
			margin: 25px auto;
			width: 145px;
			text-align: center;
		}
		
		#main #sidebar-right #searchform #s {
			width: 145px;
		}


/* Footer */

#footer {
	background: url("images/footer.jpg") no-repeat;
	width: 1006px;
	height: 50px;
	padding-top: 40px;
	font: bold 13px/50px "Trebuchet MS", Verdana;
	color: #ffffff;
	text-align: center;
	position: relative;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

