﻿/*
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: 0;
}

.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;
	position:relative;
}


/* Header */

#header {
	width: 1004px;
	height: 500px;
	padding-bottom:10px;
	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;
	margin-bottom:30px;
}

	/* Main - Content */
	
	#content {
		float: left;
		padding: 0 25px 0 35px;
		margin-bottom: 15px;
		width: 660px
	}
	
	
		/* Main - Content - Title */
		
		#content .title {
			width: 660px;
			color:#ccb688;
			font: normal 16px Arial, Verdana;
		}
		
		#content .title a {
			color: #523525;
			text-decoration: none;
		}
		
		#content .title a:hover {
			text-decoration: underline;
		}
		
		
		#content .title h2 {
			color: #ccb688;
			font: normal 40px "Garamond", "Times New Roman", Verdana;
			padding: 10px 0 5px 0;
		}
		
		#content .title h2 a {
			color: #ccb688;
			text-decoration: none;
		}
		
		#content .title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Main - Content - Entry */
		
		#content .entry {
			padding: 0 10px;
			width: 640px;
			font: normal 13px/19px Arial, Verdana;
			color: #b99476;
		}
		
			#content .entry-page {
				padding: 0;
				width: 660px;
			}
		
		#content .entry a {
			color: #523525;
			text-decoration: none;
			font-weight:bold;
		}
		
		#content .entry a:hover {
			text-decoration: underline;
		}
		
		#content .entry a.more-link {
			font-weight: bold;
		}
		
		#content .entry blockquote {
			border-left: 10px solid #573726;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Content - Bottom */
		
		#content .bottom {
			clear: both;
			width: 660px;
			height: 12px;
			background: url("images/post_bottom.gif") no-repeat center bottom;
		}
		
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 241px;
		font: normal 13px/19px Arial, Verdana;
		color: #b99476;		
	}
	
	#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;
			}
		
		


/* 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;
}
