/*
Theme Name: Hot Hand Jobs
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/



/* General */

body {
	margin: 0;
	background: 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: 990px;
	background: url("images/page.gif") repeat-y;
}

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

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


/* Header */

#header {
	width: 990px;
	height: 385px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 5px;
		left: 10px;
		width: 970px;
		text-align: right;
		display: none;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: bold 12px Verdana;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #000000;
		font: normal 10px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 318px;
		left: 15px;
		width: 960px;
		height: 55px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 960px;
		height: 55px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 55px;
		font: bold 15px/55px "Century Gothic", Verdana;
		color: #000000;
		background: url("images/header_menu.gif") no-repeat right top;
		padding: 0 18px 0 15px;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 329px;
		left: 716px;
		width: 260px;
		height: 30px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 260px;
		height: 30px;
	}
	
	#header #header-search #s {
		float: left;
		width: 149px;
		height: 18px;
		border: 0;
		padding: 6px 5px;
		font: bold 15px "Century Gothic", Verdana;
		color: #000000;
		background: transparent;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 91px;
		height: 30px;
		float: right;
		padding: 0;
	}


/* Main */

#main {
	width: 970px;
	padding-left: 20px;
}

	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		font: normal 12px/18px "Century Gothic", Verdana;
		color: #000000;
	}
	
	.sidebar a {
		color: #000000;
		text-decoration: underline;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebara-left {
			width: 192px;
		}
		
		.sidebara-right {
			width: 193px;
		}
		
		/* Sidebar - Box */
		
		.sidebar .sidebar-box {
			margin-bottom: 20px;
		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			height: 36px;
			background: #eeb2b2;
			border: 1px solid #000000;
			padding-left: 30px;
			font: bold 15px/36px "Century Gothic", Verdana;
			color: #ffffff;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0;
			padding: 5px 0 0 30px;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #000000;
			font: bold 12px/22px "Century Gothic", Verdana;
			padding-left: 8px;
			background: url("images/sidebar_menu.gif") no-repeat;
		}
		
		.sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			.sidebar ul li ul {
				padding: 0 0 0 10px;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 180px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 10px;
			width: 150px;
		}
		
		.sidebar #calendar_wrap table {
			width: 150px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 3px 5px 0 5px;
		}
		
		/* Sidebar - Images */
		
		.sidebar .sidebar-images {
			padding-top: 10px;
			text-align: center;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 487px;
		padding: 0 39px 0 40px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 20px;
		width: 487px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 477px;
			height: 44px;
			padding: 3px 5px;
			color: #000000;
			font: bold 12px "Century Gothic", Verdana;
			background: url("images/post_title.gif") no-repeat;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") no-repeat;
			width: 53px;
			height: 41px;
			margin-right: 15px;
			color: #ffffff;
			text-align: center;
			font: bold 14px "Century Gothic", Verdana;
			text-transform: lowercase;
		}
		
		#content .post .post-title .post-date span {
			padding-top: 2px;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: bold 21px "Century Gothic", Verdana;
		}
		
			#content .post .post-title h2.post-title-page {
				line-height: 44px;
				padding-left: 30px;
			}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			float: left;
			font: normal 10px/15px "Century Gothic", Verdana;
			color: #5a5a5a;
			width: 417px;
			padding: 0 35px;
			background: url("images/post_entry.gif") no-repeat left bottom;
		}
		
		#content .post .post-entry a {
			color: #5a5a5a;
			text-decoration: underline;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #f1f1f1;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 487px;
			padding-bottom: 1px;
			height: 20px;
			background: url("images/post_bottom.gif") no-repeat;
			clear: both;
			font: bold 12px/20px "Century Gothic", Verdana;
			color: #000000;
			text-align: center;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #000000;
			font: bold 15px "Century Gothic", Verdana;
		}
		
		#content .post .comments {
			font: normal 10px/15px "Century Gothic", Verdana;
			color: #5a5a5a;
			width: 417px;
		}
		
		#content .post .comments a {
			color: #5a5a5a;
			text-decoration: underline;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#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: #f1f1f1;
		}
		
		#content .post .comments ol li cite {
			color: #5a5a5a;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ff00ba;
			color: #5a5a5a;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #5a5a5a;
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 10px/15px "Century Gothic", Verdana;
			color: #5a5a5a;
			width: 392px;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #5a5a5a;
			text-decoration: underline;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}


/* Footer */

#footer {
	width: 990px;
	height: 40px;
	color: #5a5a5a;
	font: bold 11px/40px "Century Gothic", Verdana;
	text-align: center;
}

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

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