/*
Theme Name: US Indeedblog Child Theme
Theme URI: http://blog.indeed.com/
Author: Indeed Team
Author URI: http://www.indeed.com/
Template: indeedblog
Description: Responsive theme for Indeed Blog
Version: 1.0
Text Domain: indeedblog
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


#subscribe2sidebar label[for=s2email] {
	display:none;
}
#subscribe2sidebar .btn {
margin-top: -5px;
margin-left: 5px;
}
.notice {
text-align: center;
padding: 10px;
background-color: #2164f3;
text-shadow: 1px 1px 5px black;
color: white;
font-size: 20px;
}
a.nohover{
text-decoration: none!important;
}
.notice .btn {
margin: 10px 20px;
}
.chev {
font-size:20px;}

.textwidget input[type=email], .textwidget input[type=text], .textwidget textarea {
width: 100%!important;
}

#sidebar.ja #subscribe2_widget-2 {
display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  New Button Styles
/*-----------------------------------------------------------------------------------*/

/* Required Styles for Default Grey Button */
.btn, .s2w-btn {
	display: inline-block;
	padding: 6px 9px;
	border: 1px solid #bbb;
	border-color: #9a99ac;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#F8F8F9,#D9D9E2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#F8F8F9),to(#D9D9E2));
	background-image: -webkit-linear-gradient(top,#F8F8F9,#D9D9E2);
	background-image: -o-linear-gradient(top,#F8F8F9,#D9D9E2);
	background-image: linear-gradient(to bottom,#F8F8F9,#D9D9E2);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 1px 5px rgba(0,0,0,0.20);
	color: #333;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px #fff;
	font-weight: 700;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	line-height: 1.4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F9ff',endColorstr='#ffe6e6e6',GradientType=0);
	cursor: pointer;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	*display: inline;
  /* IE7 inline-block hack */
	*zoom: 1;
	*background-color: #D9D9E2;
	*border: 0;
	*margin-left: .3em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-highlight: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

input {
	-webkit-appearance: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled], .s2w-btn:hover, .s2w-btn.active {
	outline: none;
	background-color: #D9D9E2;
	color: #333;
	*background-color: #d9d9d9;
}

.btn:hover, .s2w-btn:hover {
	background-color: #D9D9E2;
	color: #333;
	text-decoration: none;
	-webkit-transition: background-position .2s linear;
	-moz-transition: background-position .2s linear;
	-o-transition: background-position .2s linear;
	transition: background-position .2s linear;
  /* Buttons in IE7 don't get borders, so darken on hover */
	background-position: 0 -15px;
	*background-color: #d9d9d9;
}

.btn:focus, .s2w-btn:focus {
	outline: 0;
	box-shadow: 0 0 1px 0 #1642BB;
	-webkit-transition: box-shadow .2s linear;
	-moz-transition: box-shadow .2s linear;
	-o-transition: box-shadow .2s linear;
	transition: box-shadow .2s linear;
}

button::-moz-focus-inner {
	border: 0;
}

.btn.active,
.btn:active , .s2w-btn:active, .s2w-btn.active{
	background-color: #D9D9E2;
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.btn.disabled,
.btn[disabled] {
	background-color: #D9D9E2;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	filter: alpha(opacity=65);
	cursor: default;
}

/* Required Styles for Alternate Button Sizes */
.btn-sm,
.btn-xs {
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 12px;
}

.btn-xs {
	padding: 0 6px;
}

.btn-lg, .s2w-btn {
	padding: 9px 15px;
	border-radius: 6px;
	font-size: 18px;
}

/* Required Styles for Block Level Buttons (fill parent container) - Dependent on Default Button Styles */
.btn-block, .s2w-btn {
	display: block;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

/* Required Styles for Blue Primary Button - Dependent on Default Button Styles */
.btn-primary, .s2w-btn-primary {
	border-color: #1642BB;
	background-color: #5585f2;
	background-image: -moz-linear-gradient(top,#6598FF,#2E5AD7);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#6598FF),to(#2E5AD7));
	background-image: -webkit-linear-gradient(top,#6598FF,#2E5AD7);
	background-image: -o-linear-gradient(top,#6598FF,#2E5AD7);
	background-image: linear-gradient(to bottom,#6598FF,#2E5AD7);
	background-repeat: repeat-x;
	color: #F8F8F9;
	text-shadow: 0 -1px #0F2299;
	-ms-filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#e80f2299,Positive=true);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#e80f2299,Positive=true);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6598fe',endColorstr='#ff3c69e0',GradientType=0);
	zoom: 1;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	*background-color: #2E5AD7;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.s2w-btn-primary:hover,
.s2w-btn-primary:active,
.s2w-btn-primary.active {
	background-color: #2E5AD7;
	color: #F8F8F9;
	*background-color: #2658dd;
}

.btn-primary:focus {
	box-shadow: 0 0 1px 0 #000;
}

/* Required Styles for Link Button (Cancle Button) - Dependent on Default Button Styles */
.btn-link {
	background-image: none;
	color: #77c;
	text-decoration: underline;
	font-weight: 400;
	cursor: pointer;
}

.btn-link,.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-link,.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	background-color: transparent;
	color: #00c;
	text-decoration: underline;
}

.btn-link:focus {
	outline: 1px solid #1642BB;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none;
}

/* Required Styles for Button Groups - Dependent on Default Button Styles */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
	outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -3px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group-xs > .btn {
	padding: 5px 10px;
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
}

.btn-group-sm > .btn {
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
}

.btn-group-lg > .btn {
	padding: 10px 16px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33;
}

.s2w-input-field {
	display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
font-size: 15px;
line-height: 1.5;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-radius: 2px;
transition: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
