/*
Theme Name: Joyess
Theme URI: http://wpjunction.com
Description: Chocolate Cup theme by HPA
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com
*/

/* General */

body {
	margin: 0;
	background: #436a04 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: 1004px;
	background: url("images/page.jpg") no-repeat;
}


/* Header */

#header {
	width: 1004px;
	height: 340px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 135px;
		left: 23px;
		width: 950px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 37px Arial, Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 13px Arial, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 8px;
		left: 5px;
		width: 994px;
		height: 25px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 994px;
		height: 25px;
	}
	
	#header #header-menu ul li {
		font: normal 17px Arial;
		color: #fcfdfd;
		float: left;
		text-transform: lowercase;
		padding: 0 10px;
	}
	
	#header #header-menu ul li a {
		color: #fcfdfd;
		padding: 3px 0;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		border-bottom: 4px solid #4a6312;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		border-bottom: 4px solid #4a6312;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 683px;
		padding: 0 18px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 10px;
		width: 683px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 659px;
			height: 101px;
			padding: 4px 12px 0 12px;
			background: url("images/post_title.png") no-repeat;
			color: #b8b8b8;
			font: bold 13px Arial, Verdana;
			position: relative;
		}
		
			#content .post .post-title-page {
				height: 41px;
			}
		
		#content .post .post-title a {
			color: #b8b8b8;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			float: left;
			color: #454545;
			font: normal 20px/36px Arial, Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #454545;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: right;
			color: #454545;
			font: bold 13px/36px Arial, Verdana;
			background: url("images/icon_calendar.gif") no-repeat left center;
			padding-left: 19px;
		}
		
		#content .post .post-title .post-title-info {
			clear: both;
			width: 629px;
			padding: 15px 15px 0 15px;
			height: 46px;
			line-height: 46px;
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/19px Arial, Verdana;
			color: #838383;
			width: 653px;
			padding: 0 15px 0 15px;
			background: url("images/post_entry.png") repeat-y;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #454545;
			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 #eaeaea;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Bottom */
		
		#content .post .post-bottom {
			width: 683px;
			height: 20px;
			background: url("images/post_bottom.png") no-repeat;
			float: left;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #454545;
			font: bold 15px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 13px/19px Arial, Verdana;
			color: #838383;
			width: 653px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #000a29;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #eaeaea;
		}
		
		#content .post .comments ol li cite {
			color: #000a29;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000a29;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #000a29;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 13px/19px Arial, Verdana;
			color: #838383;
			width: 628px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #000a29;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		font: bold 13px Arial, Verdana;
		color: #f7f7f7;	
		width: 675px;
		padding: 0 4px;
	}
	
	#content .navigation a {
		color: #fefeff;
		margin-bottom: 10px;
		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: right;
		width: 270px;
		font: normal 13px/19px Arial, Verdana;
		color: #838383;
		margin-top: 140px;
		margin-bottom: 5px;
		padding-right: 15px;
	}
	
	#sidebar a {
		color: #454545;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Search & Feed */
	
	#sidebar .sidebar-box-search-feed {
		width: 270px;
		height: 170px;
		margin-bottom: 6px;
		background: url("images/sidebar_search_feed.png") no-repeat;
		position: relative;
	}
	
		/* Sidebar - Search */
		
		#sidebar #sidebar-search {
			position: absolute;
			top: 49px;
			left: 12px;
			width: 245px;
			height: 31px;
		}
		
		#sidebar #sidebar-search #search-form {
			margin: 0;
			padding: 0;
			width: 245px;
			height: 31px;
		}
		
		#sidebar #sidebar-search #sb {
			width: 202px;
			height: 16px;
			border: 0;
			padding: 7px 0 8px 5px;
			font: bold 13px Arial, Verdana;
			color: #939393;
			background: transparent;
			float: left;
		}
		
		#sidebar #sidebar-search #searchsubmitb {
			background: transparent;
			border: none;
			width: 38px;
			height: 31px;
			padding: 0;
			float: right;
		}
		
		/* Sidebar - Feed */
		
		#sidebar #sidebar-feed {
			position: absolute;
			top: 87px;
			left: 14px;
			width: 240px;
			height: 70px;
		}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 270px;
		margin-bottom: 5px;
		background: url("images/sidebar_box.gif") repeat-y;
	}
	
	#sidebar .sidebar-box .sidebar-box-top {
		width: 270px;
		background: url("images/sidebar_box_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box .sidebar-box-bottom {
		width: 270px;
		background: url("images/sidebar_box_bottom.gif") no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 250px;
			height: 36px;
			padding: 6px 6px 8px 14px;
			font: bold 17px/36px Arial, Verdana;
			color: #454545;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		#sidebar h3.sidebar-title-first {
			background: none;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 6px 15px 6px;
			list-style-type: none;
			width: 258px;
		}
		
		#sidebar ul li {
			color: #454545;
			font: normal 13px/22px Arial, Verdana;
			background: url("images/sidebar_menu_icon.gif") no-repeat;
		}
		
		#sidebar ul li a {
			color: #454545;
			padding: 0 0 2px 22px;
			text-decoration: none;
			background: url("images/sidebar_menu.gif") no-repeat left bottom;
			display: block;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 25px 0;
			width: 270px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 210px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 145px;
			padding-bottom: 10px;
		}
		
		#sidebar #calendar_wrap table {
			width: 145px;
		}
		
		#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 10px 10px 10px;
		}


/* Footer */

#footer {
	width: 668px;
	height: 33px;
	background: url("images/footer.png") no-repeat;
	padding: 3px 5px 7px 12px;
	margin: 10px 0 5px 16px;
	float: left;
	color: #434343;
	font: normal 11px/33px Arial, Verdana;
}

#footer a {
	color: #434343;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}
