/*  
Theme Name: Jobrary
Description: This is a theme for Jobrary Blog.
Version: 1.0
Author: Jobrary
Author URI: http://www.jobrary.com/

*/

body  {
	background: #F3F1E5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

a {
	color:#65AA17;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

* { margin: 0;	padding: 0;	border: 0px;}

.clear {
	clear: both;
}

h1 {
	font-size: 28x;
	font-weight: 900;
}

h1 a {
	color: #333;
}

h1 a:hover {
	color: #000;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

p {
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.6em;
}

img.center {
	vertical-align: middle;
	padding-left: 5px;
}


/*----------HEADER----------*/
#header {
	background: url(images/texture_brown.jpg) repeat;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}

.header_outer {
	background: url(images/header_glow.jpg) no-repeat;
	margin: 0px auto;
	width: 1128px;
}

.header_inner {
	padding: 15px 0;
	margin: 0px auto;
	width: 950px;
}

.header_nav h1 {
	float: left;
}

#header .top_nav {
	float: right;
	padding-top: 10px;
	color: 9F9D9C;
	font-size: 12px;
	font-weight: bold;
}

#header .top_nav li {
	float: left;
	display: inline;
	margin-left: 15px;
}

#header .top_nav li  a {
	color: #9F9D9C;
}

#header .highlight {
	background: #403935;
	padding: 5px 10px;
	margin-top: -5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

h1.large {
	font-size: 36px;
	font-weight: 900;
	color: #FFF;
	text-shadow: 1px 1px 0 #8AA443;
}

.heading_band {
	background: #AFD64C;
	border-top: 1px solid #DEF771;
	border-bottom: 1px solid #8CAE32;
	padding: 8px 0;
}
/*----------HEADER ENDS----------*/



/*----------MAIN CONTENT----------*/
#content {
	margin: 15px 0;
}

.container {
	margin: 0px auto;
	width: 950px;
}

.left_col {
	float: left;
	width: 690px;
}

.right_col {
	float: left;
	width: 230px;
	margin-left: 30px;
}


/*----------BLOG POST----------*/
.section {
	margin-bottom: 15px;
}

.curve_top { 
	height: 10px;
	/*width: 690px;*/
}

.section_content {
	background: #FFF url(images/img_section-bg.png) repeat-y; 
	padding: 10px 20px 30px;
	width: 650px;
}

.tweetmeme_button {
	float: right;
	text-align: right;
}

.dates {
	color: #989690;
	font-size: 12px;
	margin-top: 5px;
}

.dates  a {
	color: #989690;
}


.post_image {
	margin: 30px 0 20px;
	background: #EBE7DC;
	padding: 5px;
}

/*-----PAGINATION-----*/
.alignright {
	text-align:right;
}

.alignleft {
	float: left;
}

.alignright a ,
.alignleft a {
	background: #EBE7DC;
	padding:4px 10px;
	color: #333;
}
/*----------BLOG POST ENDS----------*/


/*----------COMMENTS----------*/
.comment_head {
	background: #EBE7DC;
	padding: 10px;
	margin: 30px 0 5px 0;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

ol li {
	list-style-type: none;
}

.comment_list li {
	padding: 20px 0 5px;
	border-bottom: 1px solid #D3D1C7;
	text-shadow: #FFF 0 1px;
	font-weight: bold;
	font-size: 12px;
	color: #989690;
}

.comment_list p {
	font-size: 13px;
	color: #666;
	margin-top: 5px;
}

.author_name {
	font-size: 16px;
	color:#333;
}

.author_name a {
	color:#333;
}

.comment_form  {
	background: #EBE7DC;
	margin-top: 30px;
	padding: 15px 20px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

h2#respond {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
}

.comment_form  p {
	overflow: hidden;
	clear: both;
}

.field_title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #989690;
	width: 100px;
	margin: 12px 10px 0 0;
	display: block;
	float:left;
}

.textbox, .textbox_search, .textbox_comment {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #333;
	margin: 1px;
	padding: 5px;
	border: 1px solid #D6D2C8;
	outline: 0;
}

.textbox_search {
	width: 175px;
}

.textbox {
	width: 500px;
	padding: 8px 5px;
}

.textbox_comment {
	overflow: auto;
	height: 150px;
	width: 500px;
}

.search_button {
	padding-top: 1px;
}

input:focus, textarea:focus {
	border: 2px solid #99CC33;
	margin: 0 !important;
}

.search_button:focus {
	border: 0px;
}

.post_comment {
	margin-left: 110px;
}

.comment_button {
	background:url(images/button_comment.png) no-repeat;
	width: 130px;
	height: 29px;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */	
}

.comment_button:hover {
	background:url(images/button_comment.png) no-repeat scroll 0 -28px;
}

.comment_button:focus {
	border: 0;
}
/*----------COMMENT ENDS----------*/



/*----------RIGHT COLUMN----------*/
#search {
	margin-bottom: 20px;
	background: #EBE7DC;
	padding: 5px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#recent_post {
	margin-bottom: 20px;
	font-size: 13px;
	color: #989690;
	text-shadow: #FFF 0 1px;
	font-weight: bold;
}

#recent_post ul {
	list-style-type: none;
}

#recent_post ul li {
	padding: 10px 0;
	border-bottom: 1px solid #D3D1C7;
}

#recent_post a {
	color: #989690;
}

ul.subscribe {
	margin-bottom: 40px;
	list-style-type: none;
	font-weight: bold;
}

ul.subscribe li a {
	display:block;
	padding: 10px 0 10px 40px;
	line-height:14px;
	color:#989690;
	font-size: 14px;
	text-shadow: #FFF 0 1px;
}

ul.subscribe li:hover {
	background: #EBE7DC;
}

ul.subscribe li a:hover {
	text-decoration: none;
}

#twitter { background:url(images/icon_twitter.png) no-repeat 0px center;}
#RSS { background:url(images/icon_rss.png) no-repeat 0px center;}
#email_updates { background:url(images/icon_email.png) no-repeat 0px center;}
/*----------RIGHT COLUMN ENDS----------*/



/*----------FOOTER----------*/
#footer {
	margin: 80px 0 0 0;
	background-color: #1F1A17;
	width: 100%;
	height: 158px;
	color: #393633;
	font-size: 11px;
}

#footer div {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#footer a {
	color: #595551;
}

#footer div .footer_left {
	float: left;
	width: 690px;
	margin-top: 30px;
}

.follow_twitter {
	position: absolute;
	top: 0;
	right: 20px;
}

#footer div .footer_right {
	padding-top: 30px;
	background: url(images/footer_bg.jpg) no-repeat;
	float: left;
	width: 230px;
	height: 128px;
	padding-left: 30px;
}

#footer div .footer_right p {
	position: absolute;
	bottom: 10px;
}
