/*  
Theme Name: Jeans Theme
Theme URI: http://bloggingzone.info
Description: Jeans style wordpress theme for wordpress by bloggingzone
Version: 1.0
Author: bloggingzone.info
Author URI: http://bloggingzone.info
*/



/* General */

body {
	margin: 0;
	background: url("images/background.jpg");
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1005px;
}


/* Header */

#header {
	width: 1004px;
	height: 225px;
	background: url("images/header.png") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 10px;
		left: 152px;
		width: 700px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #f1c361;
		font: bold 50px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #f1c361;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #f1c361;
		font: bold 16px "Trebuchet MS", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 133px;
		left: 0;
		width: 1004px;
		height: 32px;
		border-top: 2px dashed #f1c361;
	}
	
	#header #header-menu ul {
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
		height: 32px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 32px;
		font: bold 16px/32px "Trebuchet MS", Verdana;
		color: #f1c361;
		text-transform: lowercase;
		padding: 0 25px;
		margin-right: 15px;
		border-style: dashed;
		border-width: 0 2px 2px 2px;
		border-color: #f1c361;
	}
	
	#header #header-menu ul li a {
		color: #f1c361;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		bottom: 23px;
		right: 7px;
		width: 58px;
		height: 58px;
		background: url("images/header_feed.png") no-repeat;
	}


/* Main */

#main {
	width: 994px;
	padding-left: 10px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 620px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #ffffff;
		float: left;
		margin-bottom: 50px;
		width: 603px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 568px;
			height: 55px;
			padding: 35px 0 0 35px;
			font: bold 13px "Trebuchet MS", Verdana;
			color: #f1c361;
			background: url("images/post_title.png") no-repeat;
		}
		
		#content .post .post-title a {
			color: #f1c361;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #f1c361;
			font: bold 17px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #f1c361;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: bold 13px/19px "Trebuchet MS", Verdana;
			color: #ffffff;
			padding: 0 35px;
			width: 533px;
			float: left;
			background: url("images/post_bg.png") repeat-y;
		}
		
		#content .post .post-entry a {
			color: #f1c361;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 13px/20px "Trebuchet MS", Verdana;
			color: #f1c361;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #f1c361;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 603px;
			height: 120px;
			background: url("images/post_info.png") no-repeat;
			font: bold 13px "Trebuchet MS", Verdana;
			color: #f1c361;
			text-align: center;
			padding-top: 10px;
		}
		
		#content .post .post-info a {
			color: #f1c361;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			height: 36px;
			color: #f1c361;
			font: bold 16px/36px "Trebuchet MS", Verdana;
			padding-top: 15px;
			padding: 0 35px;
			width: 533px;
			float: left;
			background: url("images/post_bg.png") repeat-y;
		}
		
		#content .post .comments {
			padding: 0 35px;
			width: 533px;
			float: left;
			font: normal 13px/19px "Trebuchet MS", Verdana;
			color: #ffffff;
			background: url("images/post_bg.png") repeat-y;
		}
		
		#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: #2e4353;
		}
		
		#content .post .comments ol li cite {
			color: #f1c361;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #f1c361;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #f1c361;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			float: left;
			font: bold 13px/19px "Trebuchet MS", Verdana;
			color: #ffffff;
			padding: 0 35px;
			width: 533px;
			background: url("images/post_bg.png") repeat-y;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 363px;
		font: bold 13px "Trebuchet MS", Verdana;
		color: #ffffff;
	}
	
	#sidebar a {
		color: #f1c361;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 172px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 172px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 11px;
			font: bold 13px/30px "Trebuchet MS", Verdana;
			color: #ffffff;
			height: 30px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 0 10px 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #ffffff;
			height: 30px;
			font: bold 13px/30px "Trebuchet MS", Verdana;
			padding-left: 11px;
			border-top: 2px dashed #f1c361;
		}
		
		#sidebar ul li a {
			color: #f1c361;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding: 5px 0;
			text-align: center;
			margin-bottom: 10px;
			border-top: 2px dashed #f1c361;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 130px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			width: 130px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 10px auto;
			padding: 10px 0;
			text-align: center;
			border-top: 2px dashed #f1c361;
			border-bottom: 2px dashed #f1c361;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 10px;
			margin-bottom: 10px;
			border-top: 2px dashed #f1c361;
		}


/* Footer */

#footer {
	margin-top: 10px;
	width: 1004px;
	height: 65px;
	color: #f1c361;
	font: bold 13px/65px "Trebuchet MS", Verdana;
	text-align: center;
	border-top: 2px dashed #f1c361;
}

#footer a {
	color: #f1c361;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
