/*
Title:		Brill Street screen styles
Author:		jeff@loudpixel.com
Copyright:	(c) 2009, Brill Street + Company, Inc. All rights reserved. Please don't reuse without permission.
*/

body {
	font-family: Arial, 'Helvetica', sans-serif;
	background: url(/assets/images/v2/body-bg.png) repeat-x top;
	color: #3f3f3f;
}


/* Linkage
--------------------------------------------- */
a:link, a:visited {
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	color: #5786e5;
}


/* Global style rules 
--------------------------------------------- */
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

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


/* Layout
--------------------------------------------- */
#header {
	height: 45px;
}

#subheader {
	margin: 15px 0 0 0;
}


.home #content {
	background: url(/assets/images/v2/talent-home-bg-v4.jpg) no-repeat center top;
	height: 630px;
}

.home #content #sign-up {
	height: 470px;
}


div.section {
	background: none;
	margin: 10px 0 20px 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: 1px solid #ddd;
}

div.last.section {
	border: none;
}

div.breadcrumbs {
	background: url(/assets/images/v2/talentapp/content-border.png) repeat-x bottom;
	padding: 10px 0 14px 0;
}

#footer {
	background: #eee;
	border-top: 2px solid #e3e3e3;
}


/* Navigation
--------------------------------------------- */
#nav {
	margin: 4px 0 0 0;
}

#subnav {
	clear: right;
	float: right;
	margin: 10px 0 0 0;
}

#nav li, #subnav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a, #subnav li a {
	color: #2d2d2d;
	font-weight: bold;
	padding: 10px 14px 10px 14px;
	display: block;
	margin: 0;
}

#nav li a.active {
	color: #fff;
	text-shadow: 1px 1px 1px #2d2d2d;
}

#nav li a.talent:hover {
	background: url(/assets/images/v2/talent-hover.png) no-repeat center center;
}

#nav li a.employer:hover {
	background: url(/assets/images/v2/employer-hover.png) no-repeat center center;
}

#nav li a.about:hover {
	background: url(/assets/images/v2/about-hover.png) no-repeat center center;
}

#nav li a.geny:hover {
	background: url(/assets/images/v2/about-hover.png) no-repeat center center;
}

#nav li a.contact:hover {
	background: url(/assets/images/v2/talent-hover.png) no-repeat center center;
}

#nav li a.geny:active {
	background: url(/assets/images/v2/about-active.png) no-repeat center center;
}

#nav li a.talent.active {
	background: url(/assets/images/v2/talent-active.png) no-repeat center center;
}

#nav li a.employer.active {
	background: url(/assets/images/v2/employer-active.png) no-repeat center center;
}

#nav li a.about.active {
	background: url(/assets/images/v2/about_active.png) no-repeat center center;
}

#nav li a.contact.active {
	background: url(/assets/images/v2/talent-active.png) no-repeat center center;
}

#subnav li a.active {
	color: #00ab00;
}

#barnav {
	background: url(/assets/images/v2/content_nav_bg.png) no-repeat center center;
	min-height: 40px;
}

#content_nav, .blog #content_nav {
	background: url(/assets/images/v2/content_nav_bg.png) no-repeat center center; padding: 0; clear: both; min-height: 40px; margin: 0;}

#content_nav li, #barnav li, .blog #content_nav li {
	float: left;
	margin: 10px 15px;
}


#barnav li a, #content_nav li a, .blog #content_nav li a {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #3f3f3f;
	padding: 0 0 11px 0;
	display: block;
}

#barnav li a:hover, #content_nav li a:hover {
	color: #ddd;
}

#barnav li a.active, #content_nav li a.active, .blog #content_nav li a.active, .blog #content_nav li.current-cat a {
	background: url(/assets/images/v2/subnav-active.png) no-repeat bottom center;
}

/* Header logo text replacement
--------------------------------------------- */
h1.logo {
	background: url(/assets/images/v2/brillstreet-mast-logo.png) no-repeat;
	display: block;
	height: 60px;
	width: 112px;
}

h1.logo a {
	display: block;
	height: 100%;
	text-indent: -9000px;
	width: 100%;
}

/* Forms
--------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form p {
	margin: 0;
	padding: 0;
}

form input.text {
	margin: 2px 0 0 0;
	width: 170px;
}

form .search.text {
	background: #fff url(/assets/images/v2/search.gif) no-repeat 97% 50%;
	color: #777;
	margin: 0;
	padding: 4px;
	width: 179px;
	border: 1px solid #ccc;
}

#sign-up form .text, .beta_signup_form input.text {
	border: 2px solid #005699;
}

#DesiredJobFunction {padding: 0; border: 2px solid #005699;}

input.text.name, input.text.email {
	width: 240px;
}


.home form label, .beta form label, .landing form label {
	color: #fff;
	font-size: .8em;
}

.home #sign-up form p {
	margin: 0 0 10px 0;
}

.home #sign-up form p.button {
	padding: 5px 0 0 0;
	width: 207px;
	opacity: .9;
}

.home #sign-up form p.button:hover {
	opacity: 1;
}


.home #testimonial {
	color: #fff;
	margin: 0;
	text-align: right;
}

.home #testimonial blockquote {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 1.1em;
	margin: 20px 20px 0 0;
	text-shadow: 1px 1px 1px #2d2d2d;
}

.home #testimonial p {
	margin: 10px 20px 0 0;
}


.message {
	background: url(/assets/images/v2/message-bg.png) no-repeat center right;
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 8px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #f2ce98;
	width: 231px;
}

.geny50callout {
float: right;
font-size: 12px;
font-style: italic;
text-align: right;
color: #666;
margin: 0;
height: 60px;
background: url(/assets/images/v2/home-geny50-logo2.png) no-repeat top right;
}
.geny50callout span {font-size: 11px; text-transform: uppercase; color: #990000; font-weight: bold; font-style: normal;display: block;}

.geny50callout a {color: #666; padding-right: 90px; display: block;padding-top: 5px;}
.geny50callout a:hover {color: #3366cc;}


#geny50apply {
	padding: 5px;
}

#geny50apply p {
	margin-bottom: 15px;
}

#geny50apply label {
	color: #666;
	font-size: .8em;
}

#geny50apply input.text {
	width: 300px;
}

#geny50apply .notification_prefs {
	background: #eee;
	height: 110px;
	padding: 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
}

#geny50apply .notification_prefs p {
	margin-bottom: 10px;
}


/* Gen-Y 50
--------------------------------------------- */
.geny #geny-mast {
	font-size: 2.3em;
	font-family: Georgia, serif;
	color: #999;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(/assets/images/v2/gen-y-logo.png) no-repeat 99% 0%;
	padding-right: 160px;
	line-height: 1.3em;
}

.geny-content {
	font-size: 1.2em;
}

.geny-content p {
	padding: 0 5px;
}

.geny a.active {
	background: url(/assets/images/v2/about_active.png) no-repeat center center;
}

.geny ul#pdfs {list-style: none; padding: 0px; margin: 0 0 40px 0;}
.geny ul#pdfs li {
	background: url(/assets/images/v2/pdf-icon.png) no-repeat 0 0px;
	float: left; width: 40%;
	padding: 5px 0 5px 45px;
	margin-bottom: 15px;
	color: #999;
	font-size: 12px;
}
.geny ul#pdfs li a {display: block; font-weight: bold;}

#subtitle {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
	float: right;
	margin: 10px 0 0 0;
}

.geny #content {
	margin-top: 20px;
}

.geny #content h2 {
	font-weight: bold;
	margin: 0 0 5px 0;
}

.geny #content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.geny #rank-list ol {
	margin-left: 20px;
}

.geny #rank-list ol li {
	font-family: Georgia, serif;
	padding: 3px 0 3px 0;
}

.geny #rank-list ol li a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.geny #rank-list ol li.active {
	font-weight: bold;
}

.geny #rank-list ol li.active a {
	color: #3f3f3f;
}

.geny #article {
	margin-left: 15px;
	margin-right: 24px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 14px;
}

.geny .callout {
	background: url(/assets/images/v2/geny-callout.jpg) no-repeat center top;
	height: 360px;
}

.geny .img-right {float: right; margin-left: 5px;}

.geny ul li {
	margin: 0 0 10px 0;
}

#current-list {
	margin-top: 20px;
}

#current-list ol {
	margin: 0 10px 20px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-style: italic;
}

#current-list ol.last {
	margin-right: 0;
}

#current-list ol li {
	margin: 0 0 0 25px;
	padding: 3px 0 3px 0;
}

#content #top10 h3 {
	font-size: 1.6em;
	margin: 0 0 20px 0;
	padding: 0;
}

#top10 ul li {
	margin-right: 10px;
}

#top10 ul li.last {
	margin-right: 0;
}



/* Typography
--------------------------------------------- */
#sign-up, .beta_signup_form {
	color: #fff;
	padding: 20px;
}

.landing .beta_signup_form {
	padding: 0 20px 20px 20px;
}

.beta #content h2, .landing #content h2 {
	padding: 20px;
}

.landing #content h2 {
	padding: 20px;
	margin: 0;
	width: 900px;
}

#sign-up h2, #sign-up h3, .beta h2, .landing h2, .beta h3, .beta_signup_form h3 {
	color: #fff;
	text-shadow: 1px 1px 1px #2d2d2d;
}

#sign-up h2, .beta h2, .landing h2 {
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

#sign-up h3, .beta h3, .beta_signup_form h3 {
	font-weight: bold;
	margin: 35px 0 15px 0;
}

#sign-up p, .beta_signup_form p {
	margin: 12px 0 12px 0;
	color: #aad5ef;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
}

.landing .beta_signup_form p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
}

.section ul {
	margin-left: 20px;
}

p.date {
	border-bottom: 1px solid #ccc;
	color: #666;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
}

p.beta {
	padding: 15px 0; 
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}



/* Images
--------------------------------------------- */
img.article {
	padding: 4px;
	border: 1px solid #ccc;
}


/* View Position
--------------------------------------------- */
#mast {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}

#mast h2 {
	margin: 0 10px 10px 0;
	line-height: 1em;
}

#mast h3 {
	margin: 0;
	line-height: 1.4em;
	font-weight: bold;
}

.contact-opp {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	text-align: center;
}

.contact-opp p {
	color: #666;
	margin-top: 10px;
}

.job-description {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.job-description p {
	margin: 0 0 10px 0;
}

.job-description ul {
	margin: 0 0 10px 20px;
	list-style-type: square;
}

#skills, #perks {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


/* 404
--------------------------------------------- */
.error-message-box {
	background: url(/assets/images/v2/message-header-bg.png) no-repeat center top;
	margin-bottom: 40px;
}

.error-message-content, .login-content {
	border: 1px solid #ccc;
	border-top: none;
	padding: 15px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.error-message-box h2 {
	padding: 13px 15px 7px 15px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px #3f3f3f;
}

.error404 h2 {
	background: url(/assets/images/v2/404.png) no-repeat 95% 50%;
	padding-right: 90px;
	margin-bottom: 10px;
}

.error-message-box p, .error-message-box ul {
	margin-bottom: 10px;
}

.error-message-box ul li {
	background: url(/assets/images/v2/resume/bullet.png) no-repeat center left;
	padding-left: 18px;
	margin-bottom: 5px;
}


/* Static Pages
--------------------------------------------- */
.body_copy h2 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.body_copy h3 {
	margin: 5px 0 5px 0;
}

.body_copy h3 em {
	color: #666;
	font-size: .8em;
	font-style: normal;
}

.body_copy ul, .body_copy p {
	margin-bottom: 20px;
}

.body_copy ul li {
	margin-bottom: 10px;
}

.body_copy .person {
	min-height: 100px;
}

.body_copy .person img {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}


/* Footer
--------------------------------------------- */
#footer div {
	padding: 20px 0 20px 0;
}

#footer p {
	margin: 0;
}

#footer .newsletter, #footer .copyright {
	margin: 0;
	padding: 0;
}

#footer .copyright {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
}

#footer .copyright p {
	margin: 0 0 5px 0;
}



/* ADDED NEWSLETTER BG IMAGE TO THE FOOTER INPUT */
.newsletter input.text {
	background: url(/assets/images/v2/newsletter_bg.png) no-repeat top left;
	border: none;
	color: #777;
	float: left;
	margin: 0 0 0 0;
	padding: 6px 0 8px 15px;
	width: 120px;
}

.newsletter #mc_embed_signup {
	margin: 0;
	padding: 0;
}



/*
 * MBA addendum
 */

.geny .pull-quote {
	padding: 10px 0 10px 20px;
	margin: 10px 0 10px 20px;
	float: right;
	color: #999;
	width: 150px;
	font-family: Georgia, serif;
	border-left: 1px solid #ccc;
	font-style: italic;
	font-size: 1.3em;
}

.callout {
	color: #666;
	text-align: center;
	padding-bottom: 20px;
	margin: 0;
}

.callout p {
	margin: 0 0 10px 0;
}

.callout strong {
	background: #ffffcc;
}

.callout h3 {
	color: #3f3f3f;
	margin: 10px 0 20px 0;
	text-shadow: none;
	font-weight: bold;
}

.callout h4 {
	color: #3f3f3f;
	margin: 20px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.geny object {border: 5px solid #005699; display: block; width: 425px; height: 344px;}


.youwanttoworkhere ul li, #sidebar #skills ul li, #sidebar #perks ul li {
	background: url(/assets/images/v2/resume/bullet.png) no-repeat 0 4px;
	padding: 0 0 0 22px;
	margin-bottom: 10px;
}

.job-description ul, .job-description ul ul {
	margin: 0; padding: 0; list-style: none;
}

.job-description ul ul {margin-top: 10px;}

.job-description li {
	background: url(/assets/images/v2/resume/bullet.png) no-repeat 0 4px;
	padding: 0 0 0 22px;
	margin-bottom: 10px;
}


.geny-content ul li {
	background: url(/assets/images/v2/resume/bullet.png) no-repeat 0 5px;
	padding: 0 0 0 22px;
	margin-bottom: 10px;
}


.home .box ul, .beta .box ul {margin: 0; padding: 0; list-style: none;}
.home .box ul li, .beta .box ul li {
	background: url(/assets/images/v2/resume/bullet.png) no-repeat 0 3px;
	padding: 0 0 0 22px;
	margin-bottom: 6px;
}

.home .box strong, .beta .box strong	 {display: block;}

.home .box h4, .beta .box h4 {text-transform: uppercase; color: #999; font-size: 12px; border-bottom: 1px solid #ccc; padding-bottom: 5px; margin-bottom: 15px;}

.home .box p.column {margin-bottom: 30px;}

/*
.home #footer {margin-top: 20px;}
*/

/*
 * Beta signup
 */
.beta #content {
	background: url(/assets/images/v2/employer-bg.jpg) no-repeat center top;
	min-height: 450px;
	margin-bottom: 1em;}

.landing #content {
	background: #005da7 url(/assets/images/v2/landing_page_bg.png) repeat-x top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 558px;
	margin-bottom: 3em;
	border: 1px solid #036;
}
h2.beta_signup_header { padding: 25px; color: #fff }

.beta_signup_video {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	width: 430px;
}

.beta_signup_video object, .slideshow img {
	margin: 0;
	padding: 0;
	border: 5px solid #005699;
}

.geny .slideshow img {width: 220pxx; height: 146px;}
.geny #article .slideshow img {width: 430px; height: 300px;}


.beta_signup_video p {
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding-right: 10px;
	margin-top: 10px;
	text-shadow: 1px 1px 1px #333;
}

.vid-caption {
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding-right: 10px;
	margin-top: 10px;
	text-shadow: 1px 1px 1px #333;
}

.apply_for_this_opportunity {background-image: url(/assets/images/v2/buttons-employer.png); background-color: transparent; background-repeat: no-repeat; background-position: -570px 0px; width: 247px; height: 34px; overflow: hidden; text-indent: -9000px; border: none; cursor: pointer;}
.apply_for_this_opportunity:hover {background-position: -570px -35px;}


/* Blog Article
--------------------------------------------- */
p.teaser {
	color: #666;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

ul.post-meta {
	margin: 0 0 20px 0;
}

ul.post-meta li {
	display: inline;
	padding-left: 20px;
	margin-right: 10px;
}

ul.post-meta li.comments {
	background: url(/assets/images/v2/comment.gif) no-repeat center left;
}

ul.post-meta li.email {
	background: url(/assets/images/v2/email.gif) no-repeat center left;
}

ul.post-meta li.print {
	background: url(/assets/images/v2/printer.gif) no-repeat center left;
}

ul.post-meta li.share {
	background: url(/assets/images/v2/share.gif) no-repeat center left;
}

div.article-content img {
	border: 1px solid #ccc;
	float: right;
	padding: 4px;
	margin: 0 0 20px 20px;
}

#content #comments {
	margin-bottom: 20px;
	margin-top: 40px;
}

#content #comments h3 {
	border-bottom: 2px solid #ddd;
	margin: 0;
	padding: 0 0 10px 0;
}

.comment {
	background: #eee;
	padding: 10px;
}

.comment p {
	margin: 0;
	padding: 0;
}
