/*
Theme Name: AllDevJobs Theme
Theme URI: http://alldevjobs.com
Description: Custom theme for AllDevJobs.com.
Version: 1.0
Author: Chris Wallace
Author URI: http://chris-wallace.com
Tags: blue, custom header, fixed width, two columns, widgets
*/

#header{
	margin-bottom: 20px;
}

.hentry small{
	font-weight: bold;
	margin-bottom: 1em;
	display: block;
}

.postmeta{
	font-style: italic;
	margin: 1em 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1em 0 0 0;
	font-weight: normal;
	color: #333;
}

.meta{
	margin-bottom: 1em;
}

#subscribe-options{
	font-size: 0.5em;
	float: right;
	font-weight: normal;
	padding-top: 12px;
}

#subscribe-options a{
	padding-left: 20px;
	margin-left: 3px;
	color: #478DDC;
}

#content #subscribe-options a:hover{
	padding-left: 20px;
	background-color: transparent !important;
	text-decoration: underline;
	color: #222;
}

#subscribe-options .rss{
	background: url("http://www.alldevjobs.com/_templates/alldevjobs/images/rss_16.png") no-repeat center left;
}

#subscribe-options .email{
	background: url("http://www.alldevjobs.com/_templates/alldevjobs/images/email_16.png") no-repeat center left;
}

#content ul.children{
	margin-left: 5px;
}

h3#comments{
	clear: both;
}

#content ol.commentlist{
	margin-top: 1em;
	list-style: none;
	margin-left: 0;
	font-weight: bold;
	font-size: 1.4em;
	color: #666;
}

.commentlist .avatar{
	float: left;
	margin: 0 0 15px 0;
	padding: 3px;
	border: 1px solid #eee;
	margin-left: -94px;
	position: relative;
}

.commentlist .comment-author{
	margin-bottom: 1em;
}

.commentlist .trackback .reply,
.commentlist .pingback .reply,
.commentlist .tweetback .reply,
.commentlist .trackback .said,
.commentlist .pingback .said,
.commentlist .tweetback .said{
	display: none;
}

.commentlist .said{
	font-style: italic;
}

.commentlist .comment .comment-author,
.commentlist .comment .comment-wrap,
.commentlist .comment .reply{
	margin-left: 100px;
}

.commentlist .comment-author,
.commentlist .comment-wrap,
.commentlist .reply{
	font-size: 0.7em;
	color: #333;
	font-weight: normal;
}

.commentlist .comment-author{
	font-weight: bold;
}

.commentlist .comment-author .date{
	float: right;
	font-weight: normal;
	font-style: italic;
	color: rgba(0,0,0,0.5);
}

.commentlist .comment-author-admin,
.commentlist .bypostauthor{
	background-color: #EFF7FF;
	border-color: #CFE6FF;
}

.commentlist .comment-author-admin .avatar,
.commentlist .bypostauthor .avatar{
	border-color: #CFE6FF;
	background-color: #CFE6FF;
}

.commentlist .reply{
	font-weight: bold;
	margin-bottom: 1em;
	text-align: right;
}

.commentlist .reply a{
	padding-left: 19px;
	background: url("images/comment_reply.png") no-repeat left center;
}

.commentlist #respond{
	font-size: 0.7em;
	font-weight: normal;
	margin: 10px;
}

.commentlist li{
	padding: 1em;
	border-top-width: 0;
	border: 1px solid #eee;
	border-bottom-width: 0;
}

.commentlist li:first-child{
	border-top-width: 1px;
}

.commentlist li:last-child{
	border-bottom-width: 1px;
}

.commentlist li li{
	border-left: 4px solid #eee;
	padding-left: 15px;
	list-style: none;
}

#respond{
	clear: both;
}

.commentlist #respond{
	border-top: 1px solid #eee;
}

.commentlist .comment-author-admin #respond,
.commentlist .bypostauthor #respond{
	border-top: 1px solid #CFE6FF;
}

#respond textarea{
	width: 574px;
}

.commentlist #respond textarea{
	width: 90%;
}

#respond label{
	margin-left: 5px;
}

#respond .required{
	color: #CF3339;
}
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 1em 0;
	overflow: auto;
	height: auto;
	}
/* End Various Tags & Classes*/



/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}

.alignright{
	float: right; 
	margin: 0 0 10px 10px;
}

/* End captions */
