/* default.css
	bring10 vendor view css
 */

/* OVERALL DOCUMENT & BACKGROUND */

body {
	/*background: #333 url(../../img/nyc_bg_fade.jpg) no-repeat fixed;
	background-size: 100%;*/
	background-color: #333;
}

/* HEADER & NAV BAR */

header nav  ul  li {
	font-size: 18px;
}

header nav ul li.large {
	font-size: 24px;
}

header nav ul li a {
	padding: 30px 10px 25px;
}

header nav ul li.large a {
	padding: 30px 30px 17px;
}

#login_box {
	color: #777;
}

#login_box a {
	color: #999;
}

#login_box a:hover {
	color: #888;
}

/* CONTENT */

.section_bg {
	z-index: -1;
	background-color: #f0f0f0;
	/*box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);*/
}

section h1 {
	padding: 10px 40px;
	font-size: 26px;
	background-color: #f88500;
	color: #fff;
	text-shadow: 0.06em 0.06em 0.1em #333;
}

.content_wrapper {
	min-height: 200px;	
	padding: 40px 90px 30px;

}

section h2 {
	margin: 0 0 30px;
	color: #555;
	font-size: 16px;
}

section p, section ol, section ul {
	margin: 0 0 30px;
	color: #333;	
}

section ul {
	margin: 0 0 30px;
}

section ul li {
	margin: 0 0 5px;
}

.social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin: 0 20px 0 0;
}

.social a.facebook {
	background: url(../../img/f_logo_sm.png) no-repeat;
}

.social a.twitter {
	background: url(../../img/twitter_newbird_blue_sm.png) no-repeat;
}

#nav_tabs {
	width: 100%;
	margin: 0;
}

#nav_tabs a {
	float: left;
	width: 258px;
	padding: 5px 0;
	background-color: #fafafa;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	border: 1px solid #fafafa;
	border-bottom: 1px solid #ccc;
}

#nav_tabs a.active {
	width: 258px;
	background-color: #fcfcfc;
	color: #333;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fcfcfc;
}

#nav_tabs a:hover {
	color: #333;
}

form#edit_vendor, form#edit_preferences {
	background-color: #fcfcfc;
	padding: 20px 0 0;
	clear: both;
	border: 1px solid #ccc;
	border-top: none;
}

/* FORMS */

span.form_toggle {
	display: block;
	font-size: 13px;
	margin: 0 0 20px;
	text-align: right;
}

.content_wrapper span.form_toggle input.submit {
	overflow: visible;
	width: auto;
	height: auto;
	display: inline;
	
	text-align: left;
	color: #888;
	font: inherit;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	-moz-user-select: text;
}

.fieldset label.after.day {
	width: auto;
	text-align: left;
	margin: 0 8px;
	padding: 8px 0 0 8px;
	border-left: 1px solid #888;
}

.fieldset .genres {
	height: 130px;
}

.fieldset .genres .genres_wrapper{
	width: 570px;
	height: 100%;
	clear: none;
	float: left;	
}

.fieldset .genres .genres_wrapper div{
	float: left;
	clear: none;
	height: 120px;
	width: 130px;
}

.fieldset .genres .genres_wrapper div label{
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 5px 10px;
	padding: 0;
	text-align: left;
}

.fieldset .genres_list {
	clear: none;
	float: left;
	width: 290px;
	height: 100%;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	
	border: 1px solid #bbb;
	background-color: #f2f4f5;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

form select[multiple="multiple"] {
	height: 90px;
	width: 110px;
	margin: 0 10px 0 0;
}	

table.business_hours {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.business_hours th, table.business_hours td {
	padding: 0;
}

table.business_hours input[type=checkbox] {
	margin: 0 0 10px;
	position: relative;
	left: 50%;
}

table.business_hours th label.after {
	margin: 0 0 0 10px;
	font-weight: normal;
}

table.business_hours div.error {
	width: auto;
	padding-left: 0;
}
