/*
Theme Name: Most Hired Theme
Theme URI: http://mosthired.com/
Description: Custom Theme for Most Hired
Version: 1.0
Author: Mubashar Iqbal
Author URI: http://mubashariqbal.com.com/
Tags: custom, private

*/


body  {
	border: 0;
	background: url("images/background.jpg") -600px 0 repeat-x;
	color:#555;
	line-height:140%;
	font-family: "Calibri", "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
}

.generic {
}

hr.clear {
	clear: both;
	padding: 0;
	margin: 0;
	visibility: hidden;
}

#logo {
	padding: 40px 0;
}
	#logo h1 {}
		#logo h1 a {
			background: url("images/logo.png");
			text-indent: -5000px;
			display: block;
			width: 179px;
			height: 172px;
			margin: 0 auto;
		}

		#logo h1 a:active {
			outline:none;
			border: none;
		}
		
#mainnav {
	padding: 40px 0;
	height: 72px;
}

	#mainnav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		#mainnav ul li {
			float: left;
		}


		#mainnav ul li a {
			outline: none;
		}
	
			#mainnav ul li a.home {
				background: url("images/menu_left.png") no-repeat;
				display: block;
				width: 185px;
				height: 72px;
				text-indent: -5000px;
			}

			#mainnav ul li a.all {
				background: url("images/menu_alljobs.png") no-repeat;
				display: block;
				width: 84px;
				height: 72px;
				text-indent: -5000px;
			}

			#mainnav ul li a.boards {
				background: url("images/menu_boards.png") no-repeat;
				display: block;
				width: 133px;
				height: 72px;
				text-indent: -5000px;
			}

			#mainnav ul li a.blog {
				background: url("images/menu_blog.png") no-repeat;
				display: block;
				width: 45px;
				height: 72px;
				text-indent: -5000px;
			}

#top {
	background: #601416;
	height: 78px;
	padding: 20px;
	font-family: calibri, Arial, helvetica , franklin gothic, verdana;
	font-size: 12px;
	font-weight: bold;	
}

	#top p {
		font-size: 16px;
		color: #fff;
		margin-bottom:0;
	}

	#top form {
	}

		#top form legend {
			display: none;
		}

		#top form fieldset {
			padding: 20px 0 10px;
		}

		#top form fieldset ol {
			list-style:none;
		}

			#top form fieldset ol li {
				float: left;
			}

		#top form input[type=text] {
			padding: 7px 5px 7px 5px;
			border: none;
			width: 520px; 
			margin-right: 10px;
			font-family: calibri, Arial, helvetica , franklin gothic, verdana;

		}

		#top form input[type=submit] {
			background: #457a86;
			border: none;
			color: #fff;
			padding: 5px;
			font-weight: bold;;
			font-family: calibri, Arial, helvetica , franklin gothic, verdana;s
			font-size: 14px;
		}

#main {
	background: #fff;
	min-height: 500px;
	padding: 20px;;
}

	#main .jobs {
		padding: 20px;
		border: 0;
		font-family: calibri, Arial, helvetica , franklin gothic, verdana;
		font-weight: bold;
	}

		#main .jobs ul {
			list-style: none;
		}

			#main .jobs ul li {
				padding-bottom: 20px;
				margin-bottom: 20px;
				border-bottom: 1px solid #bfc6cb;
			}

				#main .jobs ul li .job {
					
				}

					#main .jobs ul li .job .source {
						width: 120px;
						float: left;
						margin-right: 20px;
						padding: 10px;
						background: #f2f0ef;
					}

						#main .jobs ul li .job .source a {
							color: #b41f24;
							text-decoration: none;
							font-size: 16px;
							font-weight: normal;
						}

						#main .jobs ul li .job .source img {
							padding-top: 2px;
							float: left;
							display: block;
							width: 16px;
							height: 16px;
							margin-right: 10px;
						}

					#main .jobs ul li .job .title {
						width: 370px;
						float: left;
						margin-right: 20px;
					}

						#main .jobs ul li .job .title a {
							color: #b41f24;
							text-decoration: none;
							font-size: 16px;
						}

						#main .jobs ul li .job .title p {
							margin: 0;
						}
		
						#main .jobs ul li .job .title a span {
							color: #457a86;
							text-transform: uppercase;
							font-size: 12px;
						}

					#main .jobs ul li .job ul {
						background: #eee;
						width: 50px;
						float: left;
						margin: 0;
						padding: 10px;;
					}

						#main .jobs ul li .job ul li {
							float: left;
							margin: 0;
							border: 0;
							padding: 0;
						}

							#main .jobs ul li .job ul li a.details {
								background: url("images/icon_details.png") no-repeat;
								display: block;
								width: 20px;
								height: 20px;
								text-indent: -5000px;
								padding-right: 10px;
							}

							#main .jobs ul li .job ul li a.link {
								background: url("images/icon_info.png") no-repeat;
								display: block;
								width: 20px;
								height: 20px;
								text-indent: -5000px;
							}

							#main .jobs ul li .job ul li a.link {
							}

		
#sidebar {
	background: url("images/sidebar-bg.png");
	padding: 0 0 10px 0;
}

	#sidebar .ad250x250 {
		margin: 0 15px 0 15px;
		padding: 20px 0;
		border-bottom: 1px solid #fff;
	}

	#sidebar ul {
		padding: 20px 0 0 0;
		margin: 0 20px;
		list-style: none;
		background: #601416;
	}

			#sidebar  ul li {
				padding: 0;
				margin: 15px;
				padding-bottom: 10px;
				border-bottom: 1px solid #8b5548;
				color: #fff;
			}

			#sidebar  ul li:last-child {
				border-bottom: 0 ;
			}

			#sidebar  ul li a {				
				text-decoration: none;
				font-family: calibri, Arial, helvetica , franklin gothic, verdana;
				font-size: 12px;
				font-weight: bold;
				color: #fff;
			}

			#sidebar  ul li ul {
				padding: 0;
				margin: 0;
			}
	
				#sidebar  ul li ul li {
				padding: 10px;
				margin: 0;
				border: 0;
				}

		#sidebar h2 {
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			background: #a01e22;
			color: #fff;
			padding: 10px;
			font-family: calibri, Arial, helvetica , franklin gothic, verdana;
			font-size: 15px;
			font-weight: bold;
		}

	#sidebar ul.ads {
		padding: 10px ;
		margin:0;
		background: none;
	}
	
		#sidebar ul.ads li {
			text-align: center;
			border-bottom: 1px solid #fff;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}		
		
			
		#sidebar .recentPosts ul {
			list-style: none;
		}



#footer {
	font-family: calibri, Arial, helvetica , franklin gothic, verdana;
	font-size: 12px;
	font-weight: bold;
}

	#footer a {
		text-decoration: none;
		color: #b41f24;
	}

.post {
	border-bottom: 1px solid #a01e22;
	padding-bottom: 20px;	
	margin-bottom: 40px;	
}
	.post h2 {
		color: #b41f24;
	}
		.post  a {
			color: #b41f24;
		}



#comments h3{
	border-top: 5px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding:10px 0;
	margin:20px 0 10px 0;
	}
.comment {	
	display:block;
	margin:10px 0 0 0;
	border-bottom:1px solid #e6e6e6;
	padding:20px 0;
	} 
.comment_text h4{
	display:block;
	background:#6C8F96;
	padding:5px 10px;
	}
	.comment_text h4 a  {
		color:#fff;
		text-transform:uppercase;
		}
.comment_date{
	float:right;
	color:#fff;
	text-transform:uppercase;
	}
.comment_avatar img{
	float:left;
	width:80px;
	padding:5px;
	border: 1px solid #e6e6e6;
	}
.comment_text{
	width:80%;
	float:right;
	}
	.comment_text p{
		line-height:120%;
		}
		
#comments textarea {
	width: 500px;
	height: 200px;
}

hr{
	visibility:hidden;
	clear:both;
	}

/*-----------------------------------------------------------------------------
	forms
------------------------------------------------------------------------------*/
	
#comment_form{
	background: url(images/form_back.png) top center repeat-x;
	padding:40px 0;
	margin:20px 0 0 0;
	display:block;
	}
#comment_form fieldset{
	display:block;
	}	
.f_left{
	float:left;
	width:49%;
	}
.f_right{
	float:right;
	width:49%;
	}	
	#comment_form input{
		width:290px;
		padding:8px;
		font-family: "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
		border:1px solid #E6E6E6;
		background:#fcfcfc;
		dislplay:block;
		}
		#comment_form textarea{
			width:290px;
			padding:6px;
			font-family: "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
			border:1px solid #E6E6E6;
			background:#fcfcfc;
			dislplay:block;
			height:128px;
			}
			#comment_form select{
				width:102px;
				}
			.provider{
				width:155px;
				margin:0 0 2px 0;
				padding:1px;
				}
#legend{
	color:#fff;
	font-weight:bold;
	font-size:1em;
	background: #1B99BE;
	padding:2px 10px;
	display:block;
	width:306px;
	margin:0 0 5px -10px;
	}
	.left_form{
		float:left;
		width:155px;
		}
	.right_form{
		float:right;
		width:155px;
		}
		.form_btn{
			clear:both;
			margin:10px 0;
			width:100px;
			}
		#ad_html{
			height:300px;
			}	
			.alignl{
				float:left;
				}
			#comment_form .submit{
				width:150px;
				padding:8px;
				clear:both;
				display:block;
				margin:5px 0 0 0 ;
			
				}
			.checkbox_label{
				float:right;
				line-height:15px;
				text-align:left;
				width:85%;
				}
			.checkbox_label_reg{
				float:right;
				line-height:15px;
				text-align:left;
				width:93%;
				clear:both;

				}
				.checkbox{
					width:20px;
					height:20px;
					float:left;
					vertical-align: middle;
					}
					#add_user{
						}

.entry {
  margin-top: 30px;
}

img.alignleft {
margin: 10px 10px 0 0;
float: left;
padding: 5px;
background: #eee;
}
