/*  
Theme Name: Dreaming in Rainbows Theme
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/



/* General */

body {
	margin: 0;
	background: #1e1916;
}

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

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	min-height: 1050px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 500px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 402px;
		left: 205px;
		width: 750px;
	}
	
	#header #header-info h1 {
		color: #c94b4b;
		font: normal 30px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #c94b4b;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #490b82;
		font: normal 15px "Trebuchet MS", Verdana;
	}

/* Main */

#main {
	width: 982px;
	padding: 0 0 50px 22px;
}

	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 220px;
		font: normal 15px "Trebuchet MS", Verdana;
		color: #ffffff;
		padding: 23px 0 15px 0;
	}
	
	.sidebar a {
		color: #a5a3a2;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			width: 190px;
			height: 61px;
			padding-left: 30px;
			font: normal 15px/61px "Trebuchet MS", Verdana;
			color: #ffffff;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 15px 15px 30px;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #ffffff;
			font: normal 15px/23px "Trebuchet MS", Verdana;
		}
		
		.sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 20px 0 25px 0;
			width: 160px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 160px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto 15px auto;
			width: 146px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 5px 15px 5px;
			margin: 0 auto;
			width: 190px;
		}
		
		/* Sidebar - Ads */
		
		.sidebar .sidebar-ads {
			margin: 0 auto 15px auto;
			width: 180px;
			text-align: center;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 461px;
		padding: 81px 30px 0 29px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #000000;
		float: left;
		margin-bottom: 30px;
		width: 439px;
		padding: 11px;
		background: url("images/post.png");
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 407px;
			padding: 0 15px;
			height: 50px;
			border: 1px solid #b3b3b3;
			background: url("images/post_title.gif") repeat-x;
			color: #000000;
			font: bold 12px/26px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: bold 18px/24px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			width: 429px;
			padding: 0 5px;
		}
		
		#content .post .post-entry a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #ffffff;
			float: right;
		}
		
		#content .post .post-entry .more-link a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #000000;
			font: bold 15px "Trebuchet MS", Verdana;
			width: 429px;
			padding: 0 5px;
		}
		
		#content .post .comments {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			width: 429px;
			padding: 0 5px;
		}
		
		#content .post .comments a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#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: #b3b3b3;
		}
		
		#content .post .comments ol li cite {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			width: 429px;
			padding: 0 5px;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}


/* Footer */

#footer {
	width: 1004px;
	height: 50px;
	padding-top: 14px;
	color: #000000;
	font: normal 15px "Trebuchet MS", Verdana;
	text-align: center;
}

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

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