﻿/*
Theme Name: Chocolate Cup
Theme URI: http://wpjunction.com
Description: Chocolate Cup Theme by HPA of wpjunction.com
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com
*/



/* General */

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

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

img {
	border-top: 2px #b99476 solid;
	border-right:2px #936b51 solid;
	border-bottom:2px #8f6d51 solid;
	border-left:2px #573726 solid;

}

.clear {
	clear: both;
	height: 0;
	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;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}


/* Header */

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

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 335px;
		left: 202px;
		width: 600px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #ccb688;
		font: normal 58px Garamond, "Times New Roman", Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ccb688;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #432312;
		font: normal 25px Garamond, "Times New Roman", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 467px;
		left: 152px;
		width: 700px;
		height: 29px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 700px;
		height: 29px;
		text-align: center;
	}
	
	#header #header-menu ul li {
		display: inline;
		margin-right: 10px;
		font: normal 17px/29px Garamond, "Times New Roman", Verdana;
		color: #ccb688;
		background: url("images/header_menu.jpg") no-repeat left center;
		padding: 4px 0;
		padding-left: 40px;
	}
	
	#header #header-menu ul li a {
		color: #ccb688;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 73px;
		left: 673px;
		width: 262px;
		height: 52px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 262px;
		height: 52px;
	}
	
	#header #header-search #s {
		width: 242px;
		height: 16px;
		border: 0;
		padding: 18px 10px;
		font: normal 14px Arial, Verdana;
		color: #ccb688;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 52px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 504px;
		left: 718px;
		width: 235px;
		height: 62px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 660px;
		padding: 0 20px 0 35px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 15px;
		width: 660px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 660px;
			color: #523525;
			font: normal 13px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #523525;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 58px;
			height: 68px;
			padding: 12px 4px 0 9px;
			float: left;
			text-align: center;
			text-transform: uppercase;
			margin-right: 10px;
			background: url("images/post_date.png") no-repeat;
			color: #573726;
			font: bold 30px Garamond, "Times New Roman", Verdana;
		}
		
		#content .post .post-title .post-date span {
			padding-top: 14px;
			font-size: 13px;
			font-weight: bold;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #ccb688;
			font: normal 40px "Garamond", "Times New Roman", Verdana;
			padding: 10px 0 5px 0;
		}
		
		#content .post .post-title h2 a {
			color: #ccb688;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			padding: 0 10px;
			width: 640px;
			font: normal 13px/19px Arial, Verdana;
			color: #b99476;
		}
		
			#content .post .post-entry-page {
				padding: 0;
				width: 660px;
			}
		
		#content .post .post-entry a {
			color: #523525;
			text-decoration: none;
			font-weight:bold;
		}
		
		#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 #573726;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Bottom */
		
		#content .post .post-bottom {
			clear: both;
			width: 660px;
			height: 12px;
			background: url("images/post_bottom.gif") no-repeat center bottom;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #ccb688;
			font: bold 20px "Garamond", "Times New Roman", Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			width: 640px;
			font: normal 13px/19px Arial, Verdana;
			color: #b99476;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #523525;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #764f36;
		}
		
		#content .post .comments ol li cite {
			color: #523525;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #523525;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #523525;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			width: 615px;
			font: normal 13px/19px Arial, Verdana;
			color: #b99476;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #523525;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		padding: 0 10px;
		width: 640px;
		color: #523525;
		float: left;
	}
	
	#content .navigation a {
		margin-bottom: 15px;
		font: bold 13px Arial, Verdana;
		color: #ccb688;
		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: 241px;
		font: normal 13px/19px Arial, Verdana;
		color: #b99476;
		padding-top: 88px;
	}
	
	#sidebar a {
		color: #523525;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 241px;
		margin-bottom: 15px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 190px;
			height: 36px;
			padding: 4px 4px 9px 47px;
			font: normal 13px/36px Arial, Verdana;
			color: #573726;
			background: url("images/sidebar_title.jpg") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 8px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #b99476;
			font: normal 13px/24px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #b99476;
			text-decoration: none;
			display: block;
			background: url("images/sidebar_menu.gif") repeat-x left bottom;
			padding-bottom: 2px;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 10px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 241px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 191px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 151px;
		}
		
		#sidebar #calendar_wrap table {
			width: 151px;
		}
		
		#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 8px;
		}


/* Footer */

#footer {
	margin: 0 auto;
	width: 946px;
	height: 25px;
	padding-bottom: 34px;
	color: #b99476;
	font: normal 13px/25px Arial, Verdana;
	text-align: center;
}

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

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

