/**********
 *        *
 * Global *
 *        *
 **********/

body,table {
        font-family: Verdana,Helvetica,Arial;
        font-size: 12px;
        color: #333333;
}

body#page {
	margin: 0px auto 0px;
}

body#popup {
	background-color: white;
}

body#component {
	background-color: white;
}

a:link {
	color: #1d7b93;
}

a:visited { 
	color: #1d7b93;
}

a:active { 
	color: #1d7b93;
}

a:hover {
	color: #1d7b93;
}

a.offset:link, a.offset:visited, a.offset:active {
	text-decoration: none;
}

a.offset:hover {
	text-decoration: underline;
}

/*********
 *       *
 * Input *
 *       *
 *********/

.input_button {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 11px;
	font-weight: bold;
}

.input_button_highlight {
	color: #333333;
	background-color: #ed7c0c;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 14px;
	font-weight: bold;
	width: 157px;
	height: 34px;
	border-style: none;
	text-align: center;
	vertical-align: middle;
	/* background-image */
	background-repeat: no-repeat;
}

.input_button_negative {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 11px;
	font-weight: bold;
}

.input_select {
	font-family: Verdana;
	font-size: 12px;
}

.input_select_multiple {
	font-family: Verdana;
	font-size: 10px;
}

.input_text {
	font-family: Verdana;
	font-size: 12px;
}

.input_checkbox {
	font-family: Verdana;
	font-size: 10px;
}

.input_radio {
	font-family: Verdana;
	font-size: 10px;
}

.input_textarea {
	font-family: Verdana;
	font-size: 10px;
}

.input_upload {
        font-family: Verdana;
        font-size: 12px;
}

/***************
 *	       *
 * Text styles *
 *	       *
 ***************/

span.field-name-required {
	font-weight: bold;
}

span.field-name-optional {
	font-weight: normal;
}

a.job-link {
	font-weight: bold;
}

/**********
 *        *
 * Blocks *
 *        *
 **********/

div.content-block {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-first {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-last {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-header {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

/************************
 * Content offset block *
 ************************/

div.content-offset-block {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
}

/*******************
 * Job Description *
 *******************/

div.job-description {
}

/*********
 * Panel *
 *********/

div.panel-block {
	display: none;
	background: white;
	border: 1px solid black;
	padding: 5px;
	width: 125px;
	text-align: left;
	position: absolute;
	z-index: 10;
}

div.panel-block span.panel-header, div.panel-block span.panel-header a:link, div.panel-block span.panel-header a:visited, div.panel-block span.panel-header a:active, div.panel-block span.panel-header a:hover {
}

/**********
 * Footer *
 **********/

div.footer {
	color: #e5ac6a;
	background-color: inherit;
	width: 90%;
	margin-top: 20px;
}

div.footer table {
	color: #e5ac6a;
	background-color: inherit;
}

div.footer a:link, div.footer a:visited, div.footer a:active, div.footer a:hover {
	color: #e5ac6a;
	background-color: inherit;
	text-decoration: none;
}

/********
 *      *
 * Site *
 *      *
 ********/

table.main-table {
	width: 100%;
} 

table.main-table td.main-table-header {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-left-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-center {
	vertical-align: top;
	width: 100%;
}

td.main-table-center {
	background: #f0ebc6;
}

table.main-table td.main-table-right-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-footer {
	vertical-align: top;
}

table.interior-table {
	width: 900px;
	margin: 10px auto 10px;
	background: #FFFFFF;
	padding: 10px;
}

table.interior-table td.interior-table-left {
	/*
	width: 30%;
	border-right: 1px solid #999999;
	padding-right: 10px;
	*/
	vertical-align: top;
}

table.interior-table td.interior-table-center {
	width: 70%;
	/* padding-left: 10px; */
	padding-right: 10px;
	vertical-align: top;
}

table.interior-table td.interior-table-right {
	width: 30%;
	border-left: 1px solid #999999;
	padding-left: 10px;
	vertical-align: top;
}

a.name-header:link, a.name-header:active, a.name-header:visited {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

div.search-block {
	background-color: #f3f3f3;
	border: 1px solid #999999;
	padding: 10px;
}

div.search-block span.search-block-field-name-required {
	color: #4c4c4c;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.search-block span.search-block-field-name-optional {
	color: #4c4c4c;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.featured-block {
	color: inherit;
	background-color: #f9de91;
	font-size: larger;
	padding: 10px;
	margin-bottom: 15px;
}

div.featured-block span.featured-block-featured-job {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-weight: bold;
}

div.featured-block a.job-link {
	font-size: larger;
	font-weight: bold;
}

div.heading-block, div.heading-block table {
	color: #333333;
	background-color: inherit;
	font-weight: bold;
	vertical-align: middle;
}

div.heading-block {
	padding: 2px 5px;
	margin-bottom: 5px;
}

div.heading-block-alt {
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div.heading-block span.heading-block-text {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.heading-block a:link, div.heading-block a:visited, div.heading-block a:active, div.heading-block a:hover {
	font-weight: normal;
	text-decoration: none;
	padding-right: 2px;
	vertical-align: middle;
}

table.jobs-list {
	border-collapse: separate;
	border-bottom: 1px solid #989898;
	margin-bottom: 10px;
}

table.jobs-list span.date {
	text-transform: uppercase;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-weight: bold;
	font-size: 10px;
}

table.jobs-list tr td {
	border-bottom: 1px solid #dddddd;
}

table.jobs-list tr.pre-break td {
	border-bottom: none;
}

table.jobs-list tr.break td {
	border-top: 1px solid #989898;
}

table.jobs-list tr.pre-break-break td {
	border-top: 1px solid #989898;
	border-bottom: none;
}

div.nav-block {
	margin-bottom: 20px;
}

div.nav-block div.nav-block-header {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.nav-block div.nav-block-body {
	margin-top: 5px;
}

ul.bulleted {
	list-style-image: url('/images/bullet.gif');
	line-height: 18px;
	margin-top: 0;
}

div.shading-block {
	color: inherit;
	background-color: #eeeeee;
	padding: 3px 5px;
}

.alternate1 {
	color: inherit;
	background-color: #f3f3f3;
}

.alternate2 {
	color: inherit;
	background-color: #ffffff;
}

div.nav-block table.nav-block-table {
}

div.nav-block table.nav-block-table td.nav-block-content {
}

div.nav-block table.nav-block-table td.nav-block-top-left {
}

div.nav-block table.nav-block-table td.nav-block-top-center {
}

div.nav-block table.nav-block-table td.nav-block-top-right {
}

div.nav-block table.nav-block-table td.nav-block-side-left {
}

div.nav-block table.nav-block-table td.nav-block-side-right {
}

div.nav-block table.nav-block-table td.nav-block-bottom-left {
}

div.nav-block table.nav-block-table td.nav-block-bottom-center {
}

div.nav-block table.nav-block-table td.nav-block-bottom-right {
}

/***** Other *****/




body {
	background: #4c3726 url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/bg1.jpg) center top scroll no-repeat;
	width: 920px;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #f0ebc6;
	width: 920px;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #1d7b93;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/************************************************
*	Header - Top								*
************************************************/

.olympics {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	}

#top {
	width: 920px;
	height: 60px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	float:right;
	width: 77px;
	height: 60px;
	background: none;
	position: relative;
}

#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .rss {
	width: 77px;
	height: 60px;
	background: url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/rss.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .rss span {
	width: 140px;
	height: 130px;
	background: url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/rss-over.gif) no-repeat;
	left: 80px;
	top: 30px;
}


/************************************************
*	Header  									*
************************************************/

#header {
	background: none;
	width: 920px;
	height: 170px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#header a {
	font-family: Arial, Tahoma, Verdana;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	}

#header a:hover {
	color: #B60000;
	}
	
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#headerleft {
	width: 239px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

#headerright {
	background: #FFFFFF;
	width: 671px;
	height: 150px;
	float: right;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

#headerad {
	background: #CCCCCC;
	height: 130px;
	width: 341px;
	float: left;
	margin: 10px 0px 0px 10px;
}

#topnewsletter {
	background: #f0ebc6;
	color: #202020;
	float: right;
	width: 300px;
	height: 130px;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#topnewsletter h3 {
	font-family: Times New Roman, Tahoma, Verdana;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	}

#topnewsletter h2 {
	background: #4C1B08 url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/home_cat_header.jpg) no-repeat right center;
	font-family: Times New Roman, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	}

#topnewsletter p {
	font-family: Arial,Tahoma,Verdana;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 19px;
	}

#topnewslettercontent {
	background: #f0ebc6 url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/topnewsletter.gif) top right no-repeat;
	color: #202020;
	float: right;
	width: 280px;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	}

/*#headerright p {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}*/
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #000000;
	width: 920px;
	height: 35px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial,Tahoma,Verdana;
	}

#navbar p {
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	}

/*.current_page_item a, .current_page_item a:hover {
    background: url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/navbutovr_bg.gif);
    color: #4c1b08;
    }*/
	
#navbarleft {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarright {
	width: 220px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarright img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	background: url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/navbut_bg.gif);
	color: #FFFFFF;
	display: block;
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
	padding: 10px 15px 9px 15px;
	border-left: 1px solid #6c6c6c;
	border-right: 1px solid #000000;
	}
	
#nav a:hover {
	background: url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/navbutovr_bg.gif);
	color: #4c1b08;
	display: block;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 10px 15px 9px 15px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #2B2B2B;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-top: 1px solid #C0C0C0;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #666666;
	padding: 8px 10px 8px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/************************************************
*	SubNavbar      								*
************************************************/

#subnavbar {
	background: url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/subnav_bg.gif) repeat-x;
	width: 920px;
	height: 29px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial,Tahoma,Verdana;
	
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#subnav a {
	background: none;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 15px 0px 0px;
	padding: 7px 10px 7px 10px;
	}
	
#subnav a:hover {
	background: none;
	color: #a4ecff;
	display: block;
	text-decoration: none;
    margin: 0px 15px 0px 0px;
	padding: 7px 10px 7px 10px;
	}

#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #999999;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-top: 1px solid #FFFFFF;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #666666;
	}

#subnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#subnav li:hover ul {
	left: auto;
	display: block;
	}
	
#subnav li:hover ul, #subnav li.sfhover1 ul {
	left: auto;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #4c3726;
	width: 920px;
	height: 60px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}
	
#footer p {

	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

#footertop {
	background: url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/footer_bg.gif) repeat-x;
	color: #FFFFFF;
	width: 920px;
	height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#footertop p {
	font-size:13px;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 36px;
	}


/************************************************
*	Search Form									*
************************************************/

#searchform {
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#searchbox {
	background: #EEEEEE;
	width: 170px;
	color: #202020;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 6px 5px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#subscribe {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#searchbutton {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	}
	
#subbutton {
	background: #777777 url(http://www.quarterlives.com/wp-content/themes/revolution_pro-10/images/navbutovr_bg.gif) bottom;
	color: #4C1B08;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 8px;
	border: 1px solid #555555;
	font-weight: bold;
	}
	
#subbox {
	background: #EEEEEE;
	width: 230px;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 5px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}

#name, #email, #url {
	background: #FFFFFF;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#submit {
	background: #EEEEEE;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#words {
	background: #FFFFFF;
	width: 380px;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
