/*
Theme Name: Yellow Doodle WordPress Theme
Theme URI: http://wptemplates.org/wpdemos/index.php?wptheme=Yellow+Doodle+WordPress+Theme 
Description: nice artistic theme 
Version: 1.0
Author: miko 
Author URI: wptemplates.org 
*/



/* General */

body {
	margin: 0;
	background: #cfca9f url("images/background.gif") repeat-x;
}

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

img {
	border: 0;
}

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


/* Page */

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

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

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


/* Header */

#header {
	width: 900px;
	height: 375px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 215px;
		left: 210px;
	}
	
	#header #header-info h1 {
		color: #f7cb01;
		font: normal 34px Arial;
		padding-bottom: 12px;
	}
	
	#header #header-info h1 a {
		color: #f7cb01;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffea89;
		font: normal 20px Arial;
		padding-left: 315px;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0;
		left: 145px;
		width: 465px;
		height: 32px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 465px;
		height: 32px;
	}
	
	#header #header-menu ul li {
		height: 32px;
		font: normal 14px/32px Arial;
		color: #f3d201;
		float: left;
		text-transform: lowercase;
	}
	
	#header #header-menu ul li a {
		float: left;
		color: #f3d201;
		text-decoration: none;
		padding: 0 10px;
	}
	
	#header #header-menu ul li a:hover {
		color: #fef6c0;
		background: url("images/header_menu.gif") repeat-x;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		color: #fef6c0;
		background: url("images/header_menu.gif") repeat-x;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 305px;
		left: 139px;
		width: 223px;
		height: 22px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 223px;
		height: 22px;
	}
	
	#header #header-search #s {
		width: 218px;
		height: 18px;
		padding: 2px;
		border: 0;
		font: normal 15px Arial;
		color: #000000;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 22px;
		padding: 0;
		float: right;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 305px;
		left: 695px;
		width: 45px;
		height: 46px;
	}


/* Main */

#main {
	width: 900px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 375px;
		padding: 0 40px 0 118px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 375px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 375px;
			color: #3d3a22;
			font: normal 24px Arial;
		}
		
		#content .post .post-title a {
			color: #3d3a22;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 200px;
			height: 30px;
			padding-bottom: 10px;
			background: url("images/post_date.png") no-repeat;
			text-transform: lowercase;
			line-height: 30px;
		}
		
		#content .post .post-title .post-date .post-date-day {
			width: 34px;
			text-align: center;
			padding-right: 5px;
			float: left;
		}
		
		#content .post .post-title h2 {
			color: #f3d201;
			font: normal 27px Arial;
		}
		
		#content .post .post-title h2 a {
			color: #f3d201;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/20px Arial;
			color: #eee9bc;
			width: 375px;
		}
		
		#content .post .post-entry a {
			color: #f7cb01;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #857d51;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			margin-top: 10px;
			padding-top: 10px;
			width: 375px;
			clear: both;
			font: normal 14px Arial;
			color: #eee9bc;
			border-top: 2px dotted #eee9bc;
		}
		
		#content .post .post-info a {
			color: #eee9bc;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				color: #f7cb01;
				font-weight: bold;
			}
			
			#content .post .post-info .post-info-comments a {
				color: #f7cb01;
			}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #f3d201;
			font: normal 20px Arial;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #eee9bc;
			width: 375px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #f7cb01;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #857d51;
		}
		
		#content .post .comments ol li cite {
			color: #f7cb01;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #f7cb01;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #f7cb01;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 14px/20px Arial;
			color: #eee9bc;
			width: 350px;
		}
		
		#content .post #commentform a {
			color: #f7cb01;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		
		font: bold 14px Arial;
		color: #f7cb01;
		width: 375px;
	}
	
	#content .navigation a {
		margin-bottom: 30px;
		color: #f7cb01;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 335px;
		font: normal 12px/18px Arial;
		color: #5e583c;
		padding: 65px 0 230px 0;
	}
	
	#sidebar a {
		color: #9f5b0a;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 165px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 165px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 165px;
		padding-bottom: 30px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: normal 21px Arial;
			color: #000000;
			margin-bottom: 10px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #5e583c;
			font: normal 13px/22px Arial;
		}
		
		#sidebar ul li a {
			color: #5e583c;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			color: #9f5b0a;
			text-decoration: none;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 165px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 135px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding-left: 10px;
			width: 140px;
		}
		
		#sidebar #calendar_wrap table {
			width: 140px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 1px;
		}


/* Footer */

#footer {
	width: 900px;
	height: 24px;
	padding-top: 15px;
	color: #cfca9f;
	font: normal 12px/24px Arial;
	text-align: center;
}

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

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