/*
Theme Name: Recruitment Matters
Theme URI: http://www.dizzain.com/blog_customization/
Description: Custumized WordPress theme.
Version: 1.0
Author: Dizzain Inc.
Author URI:http://www.dizzain.com/
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}




/* =Structure
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column full width layout with one sidebar right of content
*/

#site-header, #site-nav, #slider, #content_container, #footer {
	width:973px;
	margin:0 auto;
	position:relative;
}
#content {
    float: left;
    width: 683px;
}
#sidebar {
    float: right;
    width: 250px;
}

/* =Fonts 
& some colors
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family: Arial, Tahoma, Verdana, serif;
	font-size:12px;
	line-height:18px;
	color:#231F20;
}


/* =Patterns
-------------------------------------------------------------- */
#site-title a span,
#slider .controls span,
label.label_radio,
.icon,
#footer .banner span,
.selectedTxt,
.custom_search_widget .toggler,
.widget_categories li span.toggler {
	background-image:url("images/patterns.png");
	background-repeat:no-repeat;
}
.icon {
	height:21px;
	width:21px;
	display:inline-block;
	vertical-align:middle;
}
.icon.rss  { background-position:0 -58px;     }
.icon.tw   { background-position:-21px -58px; }
.icon.mail { background-position:-42px -79px; width:22px; }

#content .icon.rss { background-position:0 -79px; }
#content .icon.tw  { background-position:-21px -79px; }

#site-nav,
#footer .bg {
	background:#c70601 url("data:image/gif;base64,R0lGODlhAQAoANUAANwuKdgnIuU/O8cFANoqJtIaFdclIOE2MuM6NtQdGeM8N+E4M9koJNYhHMoKBdAWEc4TDs0RDMgHAtEYE+ZAPMgIA+I5Nd8zL9YjHuU+OssNCMwQC94xLcoLBscGAeA1MNUfGtssKOQ9Oc8UEN0wK8wOCckJBNMbFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABACgAAAYlwIFHUjE5OprSJgIZPSaFUwLUwBgCDEIIQOJcPoeFBaEQZQSUIAA7") 0 0 repeat-x;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-color:#FFF;
}
hr {
	background-color: #F0F0F0;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
}

/* Text elements */
p {
	margin-bottom: 10px;
}
ul {
	list-style: square;
	margin: 0 0 15px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 15px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 15px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a {
	color: #C60500;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.fl_l  { float:left;  }
.fl_r  { float:right; }
.clear { clear:both;  }




/* =Header
-------------------------------------------------------------- */

#site-header {
	height:121px;
	display: block;
}

/* Site Title */
#site-title {
	position:absolute;
	top:31px;
	left:18px;
	height:58px;
	width:421px;
	display:block;
}
#site-title a,
#site-title span {
	font-size:21px;
	line-height:20px;
	font-weight:normal;

	position:absolute;
	top:0;
	left:0;
	
	display:block;
	height:100%;
	width:100%;
	cursor:pointer;
}

#recruitmentlab-logo {
	position:absolute;
	top:31px;
	right:15px;
	color:#000;
	text-decoration:none;
}
#recruitmentlab-logo img {
	display:block;
}

/* Site Navigation */

#site-nav {
	height:40px;
}
#site-nav a {
	text-decoration:none;
}
.site-nav {
	position:absolute;
	top:5px;
	margin:0;
}
.main.site-nav { left:10px;  }
.sub.site-nav  { left:830px; }
.site-nav li,
.site-nav li a {
	display:block;
	height:35px;
	font-size:12px;
	line-height:40px;
	color:#4b4345;
	text-align:center;
	text-decoration:none;
}
.site-nav li {
	padding:0 9px;
	float:left;
	position:relative;
}
.site-nav a {
	background-position:center -150px;
}
.site-nav li span,
.site-nav li a {
	background-image:url("images/button.png");
	background-repeat:no-repeat;
}
.site-nav li.home a     {padding:0 20px;}	
.site-nav li.bloggers a {padding:0 12px;}	
.site-nav.sub li a      {padding:0 17px;}
.site-nav a:hover {
	text-decoration:none;
	color:#c71a00;
}
.site-nav span.rounder {
	position:absolute;
	height:35px;
	width:9px;
	display:block;
	top:0;
}
.site-nav span.left  { background-position:left -150px; left:0;   }		
.site-nav span.right { background-position:right -150px; right:0; }

.site-nav li.current_page_item {
	z-index:20;
	position:relative;
}
.site-nav li.current_page_item.home     {margin:0 -15px 0 0;  }
.site-nav li.current_page_item.bloggers { margin:0 0 0 -15px; }

.site-nav li.current_page_item a {
	background-position:center -185px;
	color:#c71a00;
	font-size:18px;
	line-height:36px;
	font-weight:bold;
}
.site-nav li.current_page_item span.left  { background-position:left -185px;  }
.site-nav li.current_page_item span.right { background-position:right -185px; }

#site-nav .share,
#site-nav .share a {
	font-weight:bold;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}
#site-nav .share {
	position:absolute;
	top:0;
	left:461px;
	height:40px;
	line-height:40px;
	font-weight:900;
}
#site-nav .share a {
	margin:0 5px 0 11px;
}
#site-nav .share .icon {
	margin:2px 2px 0 2px;
}


/* =Featured Slider
-------------------------------------------------------------- */

#slider {
	background-color:#e7e7e7;
	height:82px;
	margin-top:18px;
}
#slider .hider {
	overflow:hidden;
	height:84px;
	width:930px;
	zoom:1;
	position:relative;
}
#slider .top_postings {
	position:absolute;
	top:-5px;
	left:-1px;
	height:92px;
	width:206px;
	background:url("images/top_postings.png") 0 0 no-repeat;
	z-index:30;
	font:bold 25px/92px Arial;
	color:#FFF;
	padding:0 0 0 17px;
	text-shadow: #000 0.1em 0em 0.2em;
}
#slider .controls {
	position:absolute;
	top:-5px;
	left:928px;
	z-index:30;
	width:46px;
}
#slider .controls span {
	display:block;
	height:92px;
	width:23px;
	cursor:pointer;
	float:left;
}
#slider .controls span.left        { background-position:0 -101px;     }
#slider .controls span.left:hover  { background-position:-46px -101px; }
#slider .controls span.right       { background-position:-23px -101px; }
#slider .controls span.right:hover { background-position:-69px -101px; }
#slider a {
	color:#231f20;
}
#slider .items {
	margin:0;
	height:66px;
	width:1200px;
	overflow:hidden;
}
#slider .items div {
	float:left;
	width:202px;
	height:66px;
	font-size:14px;
	color:#FFF;
	border-left:1px solid #f2f2f2;
	border-right:1px solid #c6c2c2;
	zoom:1;
}
#slider .items li {
	float:left;
	height:66px;
	overflow:hidden;
	width:204px;
	display:block;
	position:relative;
	overflow:hidden;
}
#slider .slides {
	top:9px  !important;
	overflow:hidden;
	width:930px  !important;
	position:absolute;
}
#slider .thumb {
	position:absolute;
	top:3px;
	left:7px;
	height:61px;
	width:68px;
	overflow:hidden;
	text-align:center;
	background-color:#f2f2f2;
	border:1px solid #dedede;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#slider .thumb img {
	margin:1px 0 0 0;
	max-width:67px;
	max-height:59px;
}
#slider .number {
	position:absolute;
	top:5px;
	right:9px;
	font:10px/14px Arial;
	color:#231f20;
}
#slider .title {
	position:absolute;
	font:bold 12px/16px Arial;
	color:#231f20;
	display:block;
	top:21px;
	left:82px;
	width:120px;
}
#slider .title.no_thumb {
	left:10px;
	width:185px;
}



/* =Content
-------------------------------------------------------------- */

#content_container {
	margin-top:50px;
}
#content p,
#content ul,
#content ol,
#content pre,
#content hr {
	margin-bottom: 15px;
}
#content .entry-summary p,
#respond p,
#content p.com-field {
	margin-bottom:15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #C60500;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-weight:bold;
}

#content .hentry table {
	border: 1px solid #e0e0e0;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content .hentry tr th,
#content .hentry thead th {
	color: #1f497d;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content .hentry tr td {
	border-top: 1px solid #e0e0e0;
	padding: 6px 24px;
}
#content .hentry tr.odd td {
	background: #fef7df;
}


.hentry {
	border:solid 1px #f0f0f0;
	padding:22px 20px 20px 23px;
	margin:0 0 25px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.entry-title {
	font-size:24px;
	line-height:16px;
	margin:0 !important;
}
.entry-meta {
	position:relative;
	padding:0 180px 0 0;
	margin:5px 0 30px;
	font-size:11px;
	line-height:22px;
}
.entry-meta a {
	position:relative;
	z-index:20;
}
.entry-meta .additional {
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}
.entry-meta .comments_link {
	font-weight:bold;
	color:#000;
	clear:both;
}
.more-link {
    display: block;
    margin: 20px 0 0;
    width: 90px;
	font-weight:bold;
	font-size:12px;
}
.title,
#reply-title {
	font-size:16px;
	line-height:16px;
	font-weight:bold;
}
#reply-title {
	margin-bottom:30px;
}
#reply-title small {
	display:block;
	padding-top:12px;
	font-weight:normal;
}

#comments-toggler {
	height:13px;
	color:#C60500;
}
#comments-toggler.tabs {
	color:#827A7A;
}

#comments-title,
#pings-title {
	display:block;
	float:left;
	line-height:13px !important;
	cursor:pointer;
}
#comments-title.current,
#pings-title.current {
	cursor:default;
}

/*
	post_share
*/



.post_share {
	float:right;
	margin-right:-29px;
	clear:both;
	width:410px;
	text-align:right;
}
.post_share a {
	color:#FFF;
	position:static;
}
.post_share .post_share_box {
	vertical-align:baseline !important;
	display:inline-block !important;
	line-height:1;
}
.post_share_box.two_box {
	margin-right:5px;
}
.post_share .fb_share_size_Small {
	margin-right:10px;
	position:relative;
	top:-7px;
}
.post_share .FBConnectButton_Small {
	background:#eceef5 url(images/fb.png) 6px 4px no-repeat  !important;
	height:20px;
	border:solid 1px #cad4e7;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content .post_share .FBConnectButton_Text {
	background:none  !important;
	color:#3b5998  !important;
	line-height:17px  !important;
	border:none  !important;
	padding:0px 4px 0px  !important;
}


/* Single Page */

.entry-utility {
	font-size:11px;
	margin:40px 0 0;
}
.entry-utility .button {
	margin-right:5px;
}
.meta_social {
	padding:14px 0 0 0;
	overflow:hidden;
}
.meta_social .post_share {
	clear:none;
}
.after_post {
	padding:44px 0 0 25px;
}


/* Authors List */

.hentry.author_short {
	height:179px;
	width:289px;
	padding:20px 17px 0 21px;
	position:relative;
}
.author_short a.avatar {
	position:absolute;
	left:244px;
	top:54px;
}
#content h2.display-name {
	font-size:16px;
	margin:0 0 10px;
}
.auth_desc {
    width: 212px;
}
.author_short .more-link {
    display: block;
	margin:0;
    position: absolute;
	left: 20px;
    top: 174px;
    width: 80px;
}


/* Author page */

body.author .hentry {
	padding-left:138px;
}
body.author .entry-title {
	line-height:30px !important;
	margin:0 0 10px  !important;
}
body.author .entry-utility {
	position:absolute;
	top:22px;
	left:23px;
	width:100px;
	margin:0;
}
body.author .entry-utility a {
	display:block;
	margin-top:14px;
}
.author_meta {
	padding:35px 0 10px;
}
.author_meta {
	margin:0;
}
.author_meta dt {
	display:block;
	float:left;
	width:74px;
	clear:left;
	font-weight:normal;
}		
.author_meta dd {
	color:#c60500;
	display:block;
	margin:0;
}

/* Tabs */

.tabs .title {
	font-weight:normal;
	color:#827A7A;
	display:inline-block;
	height:13px;
	line-height:13px;
	font-size:14px;
	border-left:1px solid #968F8F;
	padding:0 0 0 7px;
}
.tabs .title:first-child {
	border-left: medium none;
    border-right: 1px solid #968F8F;
    padding: 0 7px 0 0;
}
.tabs .title:hover,
.tabs .title.active {
	text-decoration:none;
	color:#C60500;
}
.tabs .title.active {
	cursor:default !important;
	font-size:16px;
	font-weight:bold;
}
.tabs.single .title {
	border:none;
}
div.hentry .tabs {
	margin-top:20px;
}
#content .tabs {
	margin-bottom:8px;
}


/* Compact Lists */

.compact_list {
	list-style-type:none;
	margin:0;
}
.compact_list li {
	font-size:10px;
	line-height:14px;
	padding:3px 0;
}
.compact_list a {
	font-size:12px;
	color:#302B2C;
	font-weight:bold;
}
.compact_list p {
	margin:0;
}
.widget-container .compact_list a {
	font-size:13px;
	display:block;
}




/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.hentry img {
	max-width: 99%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 700px !important; /* prevent too-wide images from breaking layout */
	padding: 2px 0 0;
	text-align: center;
	border:1px solid #ccc;
}
.wp-caption a {
	display:block;
}
.wp-caption img {
	border:none;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px 5px 10px !important;
}
.wp-smiley {
	margin: 0;
}


/* =Navigation
-------------------------------------------------------------- */

.pagination {
	height:15px;
	position:relative;
	text-align:center;
	font-size:10px;
	line-height:15px;
}
.pagination.bottom {
	padding:0 0 10px;
}
.pagination li {
	display:inline;
	margin:0 3px 0 0;
}
.pagination li a {
	display:inline-block;
	height:15px;
	padding:0 4px 0 4px ;
	text-align:center;
	background-color:#ede7e7;
	color:#302B2C;
}
.pagination a:hover {
	text-decoration:none;
	color:#d01611;
}
#content .pagination .next a,
#content .pagination .prev a {
	background:none;
}
#content .pagination .next a:hover,
#content .pagination .prev a:hover {
	color:#302b2c;
	text-decoration:underline;
}
#content .pagination .active_page a {
	color:#FFF;
	background-color:#d01611;
	cursor:default;
}
#content .pagination .next,
#content .pagination .prev {
	position:absolute;
	display:inline  !important;
	top:0px;
	color:#302b2c;
}
#content .pagination .next { right:0; }
#content .pagination .prev { left:0;  }



/* =Comments
-------------------------------------------------------------- */

.commentlist {
	padding: 0;
	margin:0 36px 0 0;
	text-align: justify;
	font-size:12px;
	line-height:18px;
	clear:both;
}
.commentlist li {
	margin: 28px 0 0;
	list-style: none;
}
.commentlist .comment-container {
	margin:28px 0 0 0;
}
.comment-meta {
	background-color:#ecebeb;
	color:#231F20;
	padding:4px 6px;
}
.bypostauthor > div > .comment-meta {
	background-color:#D51F1A;
	color:#FFF;
}
.bypostauthor > div > .comment-meta a {
	color:#FFF;
}
#content .commentlist p {
	margin: 10px 5px 10px 0;
}



/* =Forms
-------------------------------------------------------------- */

/*    Buttons     */

.form-submit #submit,
.button,
.comment-reply-link {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	text-align: center;
	text-decoration: none !important;
	font-weight:bold;
	color:#c71a00;
	border:1px solid #bfbfbf;
	background-color:#f2f2f2;
	cursor:pointer;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}
.button * {
	text-decoration:none !important;
}

.form-submit #submit,
.button.big,
.button.middle,
.comment-reply-link {
	
	padding:0 7px;
	border-top:1px solid #f5f5f5;
	border-right:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top, #fdfdfd 0%, #eeeeee 50%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(50%,#eeeeee), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#eeeeee 50%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdfd 0%,#eeeeee 50%,#e1e1e1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fdfdfd 0%,#eeeeee 50%,#e1e1e1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fdfdfd 0%,#eeeeee 50%,#e1e1e1 100%); /* W3C */
}
.form-submit #submit,
.button.big {
	-webkit-box-shadow:0px 0px 1px #a2a2a2, inset 0px 0px 1px #ffffff;
	-moz-box-shadow:0px 0px 1px #a2a2a2, inset 0px 0px 1px #ffffff;
	box-shadow:0px 0px 1px #a2a2a2, inset 0px 0px 1px #ffffff;
}
.button.middle,
.comment-reply-link {
	-webkit-box-shadow:0px 0px 2px #a2a2a2, inset 0px 0px 1px #ffffff;
	-moz-box-shadow:0px 0px 2px #a2a2a2, inset 0px 0px 1px #ffffff;
	box-shadow:0px 0px 2px #a2a2a2, inset 0px 0px 1px #ffffff;
}


.form-submit #submit:hover,
.button.big:hover,
.button.middle:hover,
.comment-reply-link:hover {
	background: -moz-linear-gradient(top, #f4f4f4 0%, #d3d3d3 52%, #a2a2a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(52%,#d3d3d3), color-stop(100%,#a2a2a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#d3d3d3 52%,#a2a2a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#d3d3d3 52%,#a2a2a2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#d3d3d3 52%,#a2a2a2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#a2a2a2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f4f4f4 0%,#d3d3d3 52%,#a2a2a2 100%); /* W3C */
}


.form-submit #submit,
.button.big {
	height:24px;
}
.button.middle {
	height:18px;
}
input.button.small {
	height:19px;
	font-size:12px;
	padding:1px 7px 2px;
}
.button.small:hover {
	background-color:#eaeaea;
}

input[type="text"],
.newListSelected {
	background-color:#f0f0f0;
	border:1px solid #e8e5e5;
	height:16px;
	padding:2px 4px;
	
	box-shadow: inset 1px 1px 1px #c2c2c2;
	-moz-box-shadow: inset 1px 1px 1px #c2c2c2;
	-webkit-box-shadow: inset 1px 1px 1px #c2c2c2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
input[type="text"]:hover,
input[type="text"]:focus,
.newListSelected:hover {
	background-color:#FFF;
}
#content textarea {
	border: 1px solid #E4E4E3;
    height: 204px;
    padding: 3px 4px;
    width: 435px;
}

/* Advanced Search */

.custom_search_form * {
	outline:none !important;
}

.select_search {
	display:block;
	width:204px;
	height:20px;
}
.select_search {
	background-position:0 -20px;
}
.select_search select {
	width:206px;
	height:20px;
	background:none;
	border:none;
}
.txt_search input {
	width:193px;
	background-color:#fafafa;
}
#content_container .newList {
	padding:5px 0 0;
	background-color:#fafafa;
	border-right:solid 1px #f3f3f3;
	border-left:solid 1px #d3d3d3;
	border-bottom:solid 1px #d3d3d3;
	border-top:none;
	color:#747474;
	left:0;
	list-style:none outside none;
	margin:0  !important;
	overflow:auto;
	position:absolute;
	top:17px  !important; 
	width:202px;
	z-index:9999;
	height:200px  !important;
	
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;


	box-shadow: inset 1px -1px 1px #b5b5b5;
	-moz-box-shadow: inset 1px -1px 1px #b5b5b5;
	-webkit-box-shadow: inset 1px -1px 1px #b5b5b5;
	
}
.newList li.first {
	display:none;
}
.newList a {
	display:block;
	color:#747474;
	padding:2px 0 2px 7px;
}
.newList a:hover,
.newList a.hiLite {
	text-decoration:none;
	background-color:#f0f0f0;
}
.radio_search {
	overflow:hidden;
	height:14px;
	display:block;
	line-height:8px;
	font-size:11px;
	color:#868182;
	padding-left:8px;
}
.radio_search span {
	display:block;
	float:left;
	margin-right:8px;
}
.radio_search label {
	padding:0 0 0 14px;
	position:relative;
	background-position:-100px -68px;
	height:10px;
	display:block;
	float:left;
	margin:0 8px 0 0;
	overflow:hidden;
	z-index:10;
}
.radio_search label.r_on {
	background-position:-100px -58px;
	height:10px;
}	
.radio_search input {
	height:10px;
	width:10px;
	position:absolute;
	top:0;
	left:0;
	margin:0;
}
.custom_search_widget .toggler {
	display:inline-block;
	padding:0 0 0 6px;
	background-position:0 -250px;
	color:#868182;
	margin:0 0 0 68px;
	line-height:22px;
	font-size:11px;
	position:relative;
	top:-21px;
}
.custom_search_widget .toggler:hover {
	text-decoration:none;
}
.newListSelected {
	cursor:pointer;
	line-height:20px;
	background-color:#fafafa;
	padding-left:8px;
}
.newListSelFocus {
	z-index:20;
}
.selectedTxt {
	background-position:180px -284px;
}


/* Comment Respond */

#respond {
	padding:30px 0 0 7px;
}
ol.commentlist #respond {
	margin-top:20px;
}
#respond input[type="text"] {
	width:268px;
}
#content p.txt_fld label {width:75px;}
#respond p.opinion {padding:60px 0 0 12px ;}
#content p label {
	display:block;
	float:left;
	width:104px;
	font-size:12px;
	line-height:16px;
}
#respond p span.hint {
	padding-left:5px;
	font-size:10px;
}
#respond p input.inp_t:active,
#respond p input.inp_t:focus,
#contact_form input.inp_t:active,
#contact_form input.inp_t:focus {
	background-color:#f7f7f7;
}
#contact_form table td {
	padding:0;
	border:none;
}
.defaultSkin .mceIframeContainer { border-bottom:1px solid #CCCCCC  !important; border-top:1px solid #CCCCCC  !important; }
.defaultSkin table.mceLayout tr.mceFirst td { border-top:1px solid #CCCCCC  !important; }
.defaultSkin table.mceLayout tr.mceFirst td td {border:none  !important;}
		
#contact_form .message {
	margin:20px 0 20px;
}
#respond div {
	padding:0 0 0 11px;
}
#respond div p {
	padding:0 0 0 9px;
}
#respond div label {
	font-size:11px;
	line-height:20px;
	margin:0 0 0 30px;
}
#respond div label input {
	position:relative;
	top:2px;
	margin:0 9px 0 0;
}	 
img.ajax-loader {display:none  !important;}
.span.wpcf7-not-valid-tip {
 	background:none  !important; 
 	border:none  !important;
 	color:#C60500  !important;
 	top:-4px  !important;
 	left:0px  !important;
}
#respond .form-submit {
	display:inline-block;
}

/* End Form Elements */



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	margin:0;
	list-style-type:none;
}

.widget-container {
	margin:0 0 20px;
	padding:0 0 0 12px;
}
.widget-title {
	color:#C60500;
	font-size:16px;
	margin:0 0 13px;
}
.widget-container ul,
.widget-container .list_bg {
	border:1px solid #F0F0F0;
	padding:6px 5px 5px 13px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.widget-container a {
	color:#302b2c;
}


/* Tabbed Widget */

.widget-container.custom_popular_tabbed,
.widget-container.custom_recent_comments {
	padding:0;
}
.popular_tabs {
	padding-left:12px;
	margin-right:-5px;
}
.custom_recent_comments .widget-title {
	padding-left:12px;
}
.custom_recent_comments .widget-title a {
	font-size:10px;
	margin-right:30px;
	color:#827a7a;
	float:right;
	line-height:22px;
}
.widget-container .list_bg {
	background-color:#ecebeb;
	
	-moz-box-shadow: inset 0 0 2px 2px #e6e5e5;
	-webkit-box-shadow: inset 0 0 2px 2px#e6e5e5;
	box-shadow: inset 0 0 2px 2px #e6e5e5;
}
.popular_container .list_bg ul,
.widget_categories ul ul {
	border:none;
	padding:0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.popular_nav,
.popular_nav a {
	color:#7F7777;
}
.popular_nav {
	margin:9px 0 0 13px;
}
.popular_nav a {
	display:inline-block;
}
.popular_nav a:hover {
	text-decoration:none;
	color:#C60500;
}
.popular_nav a.active {
	font-weight:bold;
	color:#C60500;
}

/* Widget Categories */

.widget_categories {
	width:200px;
}

.widget_categories ul {
	padding:7px 6px 9px 5px;
}
.widget_categories li {
	padding:2px 0 2px 17px;
}

.widget_categories ul {
	overflow:visible !important;
}

.widget_categories li {
	position:relative;
	overflow:visible !important;
}
.widget_categories li span.toggler {
	position:absolute;
	top:6px;
	left:6px;
	display:block;
	height:8px;
	width:8px;
	background-position:0 -230px;
	cursor:pointer;
}
.widget_categories li span.toggler.active {
	background-position:0 -238px;
}
.widget_categories li:hover,
.widget_categories li.current-cat {
	background-color:#f0f0f0;
}

.custom_search_widget {
	margin:0;
}



/* =Footer
-------------------------------------------------------------- */

#footer .bg {
	height:40px;
}
#footer p {
	margin:5px 0 0 12px;
}
#footer a {
	color:#231F20;
}
#footer .banner span {
    background-position:0 -200px;
    display: block;
    height: 22px;
	width: 64px;
    position: absolute;
    right: 12px;
    top: 50px;    
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
