/*
Theme Name:     PC3
Theme URI:      http://progressivechristianity.org/
Description:    Child theme from the HULA framework
Author:         havahula.org
Author URI:     http://havahula.org/
Template:       hula                           
Version:        0.1.0
*/
@import url( "../hula/style.css" );
@import url(https://fonts.googleapis.com/css?family=Radley:400,400italic);

/*
	BRIGHT BLUE: #0162d7;
*/

body {
	font-size: 15px;
	line-height: 1.25em;
	color: #333 !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #344F70;
	font-weight: 300;
	line-height: 1.25em;
}
a, a:visited, a:active {
	color: #344F70;
	border-bottom: 1px dotted #344F70;
}
p {
	line-height: 1.5em;
	text-align: left;
}

#eoy {
	background-color: #FFF;/*#096323 #D82E2E*/
	border: 2px solid #B10707;
	margin: 5px;
}
#eoy a {
	color: #B10707;
	border-bottom: 1px #B10707 dotted;
}
#eoy .button {
	background-color: #B10707;
	border: none;
}
.content-display {
	display: none;
}
/*
#eoy .deoy {
	height: 170px;
	background-color: #096323;
	background: url('./g/tcpc-donate-eoy.png') top left no-repeat;
	text-align: center;
	padding-top: 70px;
}
*/
@media screen and (max-width: 600px) {
	#eoy {
		height: auto;
		padding: 10px;
	}
	#eoy .deoy {
		padding: 20px 0;
		margin: 20px 0;
		background-color: #FFF;
		color: #FFF;
		background-image: none;
		height: auto;
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.tcpc-logo img {
		width: 100%;
	}
	.universal {
		background-color: #DDD;
		margin-right: 10px;
	}
	.universal.top {
		background-color: #FFF;
	}
	.universal.top li {
		display: inline-block;
	}
	.tcpc-socials {
		padding-bottom: 10px;
	}
	
	.main-section img {
		width: 100%;
		height: auto;
	}
	
	.entry h1, 
	.entry h2, 
	.entry h3, 
	.entry h4, 
	.entry h5, 
	.entry h6, 
	.entry p, 
	.entry img, {
		padding-left: 10px;
		padding-right: 10px;
	}
	#body div.resource, 
	body div.resource {
		margin: 10px
	}
	.crumbs {
		padding: 10px;
	}
	#disqus_thread {
		width: 100%;
		overflow: hidden;
	}
	.search-menu a {
		height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		display: inline-block !important;
		width: 0 !important;
		font-size: 0 !important;
	}
	.entry iframe, 
	.entry img {
		width: 100%;
	}
}
#header {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	padding: 20px 0 0 0;
}

.home-header {
	height: 222px;
}
#navigation {
	/*background: url('./g/bg-black.png') top left repeat;*/
	background-color: #344F70;
	/*position: fixed;*/
	width: 100%;
	z-index: 1000;
}
#branding {
}
#brand {
	padding: 10px 0 0 0;
}
#branding-bg {
	width: 100%;
}
.hulacon, .hulacon:hover {
	padding: 10px 0 0 5px;
	border: none;
}
#header .hulacon {
	float: right;
}
.hulacon-text {
	padding-top: 17px;
}
.social-blocks {
	overflow: auto;
}
.button {
	color: #FFF !important;
	background-color: #096323;
}
.button.action {
	background-color: #E48C18;
	color: #FFF;
}
.button-resources {
	background-color: #B94C04;
}
.button-home {
	padding-top: .5em;
}
.link-home {
	padding-top: 1em;
}
.title-home {
	padding: 20px 0;
}
.about-blurb {
	min-height: 200px;
}
.main-section .paupay.button, 
.button-action, 
.buy.button {
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #E48C18;
	color: #FFF;
	font-weight: 400;
	padding: 7px 15px;
	display: inline-block;
}
.button-action:hover {
	background-color: #E48C18;
	color: #555;
	border: none;
}
.main-section .paupay.button:hover, 
.button:hover {
	background-color: #4B9B62;
	color: #FFF;
	border: no;
}
.hulacon a {
	float: right;
	border: none;
}

.big-background {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	padding: 0;
}

.bg-white {
	background-color: #FFF;
	padding: 10px;
}
.text-block, 
.bg-white.text-block {
	height: 257px;
	overflow: hidden;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 10px;
	overflow: hidden;
}
.bg-white.text-block p {
	float: left;
}
.example {
	font: 12px/14px Georgia, sans-serif;
	color: #777777;
	font-style: italic;
}
.example.large {
	font: 14px/18px Georgia, sans-serif;
	color: #777777;
	font-style: italic;
}

.crumbs {
	padding: 10px 0;
}

input, 
textarea, 
select {
	padding: 5px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	border: 1px solid #DDD;
}


#carousel, .carousel {
	height: 275px;
	background-color: #CCCCCC;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	vertical-align: middle;
}
#carousel-tray {
	width: 1800px;
}
.carousel {
	margin: 10px 0;
}
.carousel-image {
	width: auto;
	height: 265px;
	position: relative;
}
.section_content {
	width:  620px;
	float: left;
}
.carousel_content {
	width:  620px;
	float: left;
}
.carousel-excerpt {
	width:  290px;
	height: 245px;
	margin: 0 0 0 310px;
	background-color: #FFFFFF;
	opacity: .75;
	font-style: italic;
	padding: 10px;
	color: #000000;
}
#carousel-nav {
	padding: 10px 0 3px 0;
	text-align: center;
}
.c-on {
	background-color: #26466D;
}

/*	------------------------------------------------------- 
	NAVIGATION
	------------------------------------------------------- */

/*
#menu {
	height: 50px;
	text-align: center;
}
#menu a {
	text-decoration: none;
	color: #FFF;
	padding: 15px 0;
	text-align: center;
	display: block;
	line-height: 20px;
	font-size: 16px;
	border: none;
}
#menu a:hover, 
#menu .submenu {
	background-color: #222;
}
#menu .parent {
	overflow: auto;
	z-index: 100;
}
#menu .parent .submenu {
	z-index: 100;
}
#content {
	z-index: 10;
}
*/
.universal, 
.universal ul {
	background-color: #344F70;
}
.universal li {
	display: block;
}
.universal a {
	color: #FFF;
	font-weight: 100;
	font-size: 18px;
}
.universal li a {
	padding: 10px 14px;
	display: block;
}
.universal li a:hover, 
.universal li:hover a:first, 
.universal li.current-menu-item a {
	color: #344F70;
	background-color: #FFF;
}
.menu-item-has-children, 
.universal li ul.sub-menu, 
.universal li ul.sub-menu li {
}
.universal li ul.sub-menu {
	border-top: 1px solid #555;
	/*background: url('./g/bg-black.png') top left repeat;*/
}

.universal.top {
	background-color: transaprent;
	display: block;
}
.universal.top a {
	color: #777;
	font-weight: 100;
	font-size: .95em;
}


/*	------------------------------------------------------- 
	SIDEBAR
	------------------------------------------------------- */

#side {
	display: none;
}

/*	------------------------------------------------------- 
	FOOTER
	------------------------------------------------------- */

#pre-pre-footer {
	margin-top: 75px;
}
#pre-footer {
	background-color: #D7E3F5;/*#F2F6FC;*/
	padding: 10px 0;
}
#pre-footer .inside {
	padding: 75px 36px;
}
.border-left {
	border-left: 1px solid #FFF;
}
.border-right {
	border-right: 1px solid #FFF;
}
#footer {
	padding: 50px 0;
	background-color: #042D5F;
	border: none;
	color: #F2F6FC;
	margin: 0;
	border-top: 5px solid #022353;
	border-bottom: 20px solid #022353;
}
#footer .container .inside {
	background-color: #022958;
	padding: 45px 20px;
	min-height: 200px;
}

#footer h1, 
#footer h2, 
#footer h3, 
#footer h4, 
#footer h5, 
#footer h6 {
	color: #F2F6FC;
	margin-bottom: 10px;
}
#footer .menu {
	margin: 0;
}

.promotion {
	width: 100%;
	padding: 25px 0;
}
.promotion .inside {
	padding: 25px 10px;
}
.promotion .inside img {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.divider {
	background: url('./g/wire.jpg') top center no-repeat;
	height: 50px;
}
#quote, 
.quote {
	font-family: 'Radley', serif;
	font-size: 1.65em;
	line-height: 1.5em;
	font-style: italic;
	font-weight: 300;
}
.center, 
.center p { text-align: center; }
#footer a {
	color: #FFF;
}


/*	------------------------------------------------------- 
	WEEKLY LITURGY
	------------------------------------------------------- */

.periodic-content {
	padding: 50px 0;
	min-height: 300px;
}
#weekly-liturgy-home {
	padding: 3px 0 0 0;
}
.periodic-title {
	padding: 40px 0 10px 0;
}
.liturgy-banner {
	height: 300px;
	overflow: hidden;
}
.liturgy-sub-banner {
	height: 100px;
	overflow: hidden;
}

.liturgy-sub-content {
	height: 70px;
	overflow: hidden;
}
.liturgy-sub-inside {
	height: 110px;
}
.liturgy-mod-inside {
	height: 170px;
	padding: 10px;
}
.liturgy-mod-inside h4 {
	padding-top: 10px;
}
.liturgy-banner img, 
.liturgy-sub-banner img {
	width: 100%;
	margin-top: -20px;
}
#evolving-subtitle, 
#liturgy-date {
	font-size: 12px;
	margin: 0 0 -5px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 12px;
	display: block;
	font-weight: 400;
}

#learn-more {
	padding: 70px 0 120px 0;
}
#learn-more h3 {
	padding-bottom: 10px;
}

.home-resource {
	height: 400px;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.home-resource h4 {
	text-align: center;
}
.home-resource p {
	line-height: 1.25em;
	text-align: center;
}
.home-resource.odd {
	background-color: #FDECB6;
}
.home-resource-image {
	height: 225px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
.home-resource .button.block {
	position: absolute;
	bottom: 0;
	width: 85%;
	display: block;
}

/*	------------------------------------------------------- 
	HOME
	------------------------------------------------------- */

.home-section {
	margin: 75px 0;
}
.home-section.alt {
	background-color: #EEE;
}
/*
.home-section h2 {
	font-size: 48px;
}
*/
.foot-blob {
	background-color: #FFF;
	height: 310px;
	margin-bottom: 10px;
	overflow: hidden;
}
.temp-blob {
	background-color: transparent;
	min-height: 310px;
}
#ads-mid-home.home-section {
	margin: 36px 0;
}
#ads-mid-home .temp-blob {
	background-color: #FFF;
	height: auto;
}
#ads-home .temp-blob {
	background-color: #FFF;
	height: 420px;
	overflow: hidden;
}
.alt .temp-blob {
	background-color: #FFF;
}
.temp-blob .bg-white {
	margin-top: 222px;
}
.temp-blob h3, 
.temp-blog p {
	text-align: center;
}

.evolving-subtitle {
	font-size: .79em;
}
.evolving-thumb {
	height: 150px;
	overflow: hidden;
	padding: 1px;
	margin-bottom: 10px;
}
.evolving-thumb img {
	width: 100%;
	height: auto;
}
.evolving-video p {
	padding: 0 10px;
}
.evolving-video iframe {
	width: 100% !important;
}
#ep .bg-white.text-block {
	height: 281px;
	overflow: hidden;
}

/*	------------------------------------------------------- 
	RESOURCES
	------------------------------------------------------- */

#body .resource-list, 
#body .resource, 
body .resource, 
.resource-area .resource-list {
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #EEE;
	padding: 0;
	margin-bottom: 15px;
	background-color: #FFF;
}
.resource-list {
}
.resource-text p {
	font-size: 16px;
}
#body div.resource, 
body div.resource {
	text-align: center;
	line-height: 14px;
	height: 275px;
	vertical-align: middle;
}
#body .resource:hover, 
body .resource:hover {
	border-color: #7FA1CA;
}
#body div.resource a, 
body div.resource a {
	/*display: block;*/
	border: none;
	width: auto;
	height: auto;
}
#body .resource .data, 
body .resource .data {
	font-weight: bold;
	color: #777777;
	font-size: 16px/14px;
	height: 37px;
	vertical-align: bottom;
}
.crop-thumb {
	width: 99%;
	height: 137px;
	margin: 0;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 1px;
	text-align: center !important;
}
.crop-thumb-nail {
	width: 72px;
	height: 72px;
	margin: 0 5px 0 0;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 1px;
	float: left;
}
.crop-thumb.list-thumb {
	height: auto;
	overflow: visible;
}
.crop-thumb img {
    position: relative;
    width: 100%;
}
.resource-inside {
	padding: 10px;
	display: block;
	float: left;
}
.resource-default {
	width: 98px;
	height: 80px;
	background-color: #DDDDDD;
	font: 14px/18px Georgia, serif;
	font-weight: bold;
	color: #777777;
	font-style: italic;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 50px 0 0 0;
	text-align: center;
}
.resource img.res_img, .crop-thumb img.res_img {
}
.resource .title-small {
	font-size: 14px;
	font-style: italic;
	padding: 0 5px 5px 5px;
}

.store-home {
	padding: 36px 0;
}
.store-home h2 {
	border-bottom: 1px dotted #DDD;
	margin-bottom: 10px;
}
.store-sup {
	margin-top: -25px;
	font-size: 14px;
	position: relative;
}


/*	------------------------------------------------------- 
	NAVIGATION
	------------------------------------------------------- */

#universal {
	height: 24px;
	text-transform: lowercase;
	text-align: right;
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #777777;
	background-color: #DDD;
}
#universal .nav {
	padding: 5px 0 0 0;
	margin: 3px 0 0 0;
}
#universal a { 
	background: transparent; 
	color: #096323 !important;
	/*border: 1px dotted #777777;*/
	-moz-border-radius-topright: 0; 
	-moz-border-radius-topleft: 0; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 3px;
	padding: 10px 5px 5px 5px;
}
#universal a:hover {
	background-color: #096323 !important;
	color: #FFF !important;
}
#universal .tab { 
	padding: 10px 10px 5px 10px;
	margin: 0;
	color: #FFFFFF;
	background-color: #344F70;
	text-decoration: none;
	cursor: pointer; 
	-moz-border-radius-topright: 0; 
	-moz-border-radius-topleft: 0; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 3px;
}
#universal .tab:hover { background-color: #096323; }
#universal .tab.on { background-color: #777777; }



/*	------------------------------------------------------- 
	GLOBAL CONTENT
	------------------------------------------------------- */

.main-navigation {
	padding: 20px;
	background-color: #F2F6FC;
}
.result-navigation {
	/*height: 36px;*/
}
.tcpc-select {
	width: 100%;
	height: 36px;
	overflow: hidden;
	/*background: url(g/down_arrow_select.jpg) no-repeat right #EFEFEF;*/
	color: #FFF !important;
	background-color: #096323;
	border: 1px solid #CCC;
	display: inline-block;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.main-section {
	padding: 20px 0 0 0;
}

.subtitle {
	margin-top: 10px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: 100;
}
.post-meta, 
.share {
	margin-top: 10px;
}
.share {
	padding: 10px 0;
}

#global {
	border-bottom: 1px solid #096323;
}
#universal {
	padding-bottom: 25px;
}

#global ul.menu, 
#global ul.menu ul, 
#universal ul.menu, 
#universal ul.menu ul {
	padding: 11px 0 0 0;
	margin: 0;
	list-style: none;
	float: left;
	font: 12px/14px Helvetica, Arial, sans-serif;
}
#global .menu li, 
#universal .menu li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#universal ul.menu, 
#universal ul.menu ul {
	text-align: right;
	float: right;
}
#global .menu a, 
#universal .menu a { 
	display: block;
	padding: 7px 13px 4px 13px;
	margin: 0;
	color: #555555;
	text-transform: uppercase;
	background-color: transparent;
	text-decoration: none; 
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px; 
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	font-weight: 400;
}
#global .menu #menu-item-22 a, 
#universal .menu #menu-item-22 a {
	background-color: #344F70;
	color: #FFFFFF;
}

#global .menu .current_page_item a, 
#global .menu .current-menu-parent a, 
#global .menu a.current-item, 
#global .menu #menu-item-22.current-menu-item a, 
#universal .menu .current_page_item a, 
#universal .menu .current-menu-parent a, 
#universal .menu a.current-item, 
#universal .menu #menu-item-22.current-menu-item a { 
	background-color: #096323; color: #FFFFFF;
}
#global .current-menu-item ul.sub-menu li a, 
#global .current-menu-parent ul.sub-menu li a, 
#universal .current-menu-item ul.sub-menu li a, 
#universal .current-menu-parent ul.sub-menu li a {
	background-color: transparent;
	color: #555555;
}
#global .menu a:hover, 
#global .menu a.mon, 
#global .current-menu-item ul.sub-menu li a:hover, 
#global .current-menu-parent ul.sub-menu li a:hover, 
#global .menu #menu-item-22 a:hover, 
#universal .menu a:hover, 
#universal .menu a.mon, 
#universal .current-menu-item ul.sub-menu li a:hover, 
#universal .current-menu-parent ul.sub-menu li a:hover, 
#universal .menu #menu-item-22 a:hover { 
	background-color: #096323; color: #FFFFFF;
}
#global .menu li ul, 
#universal .menu li ul {
	position: absolute;
	//background: #EEEEEE top left repeat;
	background-color: #096323; color: #FFFFFF;
	width: 200px;
	margin: 0;
	padding: 3px 1px;
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border: 1px solid #096323;
	left: -9999px;
	z-index: 10;
}
#global .menu li ul.sub-menu li a, 
#universal .menu li ul.sub-menu li a {
	color: #FFFFFF;
}
#global .menu li ul.sub-menu li:hover a, 
#universal .menu li ul.sub-menu li:hover a {
	color: #096323;
	background-color: #FFFFFF;
}
#global .menu li ul li, 
#universal .menu li ul li { 
	display: block;
	text-align: left;
	width: 100%;
}
#global .menu li ul li a, 
#universal .menu li ul li a { 
	display: block;
	margin: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#global .menu li:hover ul ul, 
#global .menu li.sfhover ul ul, 
#universal .menu li:hover ul ul, 
#universal .menu li.sfhover ul ul {
	left: -9999px;
}
#global .menu li:hover ul, 
#global .menu li li:hover ul, 
#global .menu li.sfhover ul, 
#global .menu li li.sfhover ul, 
#universal .menu li:hover ul, 
#universal .menu li li:hover ul, 
#universal .menu li.sfhover ul, 
#universal .menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#menu-item-43465 {
	display: none;
}
.universal #menu-accounts, 
.universal #menu-accounts li {
	float: right !important;
}
#menu-accounts.menu {
	background-color: transparent;
}


/*	------------------------------------------------------- 
	STYLISTAS
	------------------------------------------------------- */

.submission-navigation {
	padding: 10px 0;
	margin: 0 0 10px 0;
	background: url('g/fleur.jpg') 0 0 no-repeat;
}
.submission-navigation h4 {
	margin: 15px 0 5px 0;
	border: none;
	text-align: center;
}
.submission-navigation a {
	margin: 5px 0;
}
.submission-navigation p {
	color: #444 !important;
	padding: 3px 0;
	text-align: center;
}
.fleur-b, .fleur-c {
	height: 20px;
	background: url('g/fleur_bottom.jpg') top center no-repeat;
}
.fleur-c {
	background: url('g/fleur_divider.jpg') top center no-repeat;
}

/*	------------------------------------------------------- 
	TABS
	------------------------------------------------------- */
	
.homepage h2 {
	font-size: 48px;
}
.tab-nav ul li {
	/*
	border-right: 2px solid #FFF1C7;
	border-left: 2px solid #FFF1C7;
	border-bottom: 2px solid #FFF1C7;
	border-top: 2px solid #B94C04;
	*/
	border: none;
}
#resources-home {
	background-color: #FFF9E7;/*DDE3FF*/
	padding: 50px 0 100px 0;
}
/*
#resources-home h2 {
	font-size: 48px;
	color: #B94C04;
}
*/
.tab-nav, 
.tab-nav ul li
.tabs {
	background-color: #FFF1C7;/*CDD4FC;*/
}
.tab-nav {
	/*border-top: 2px solid #B94C04;*/
}
.tab-nav ul li a, 
#resources-home a.rh-nav {
	color: #B94C04;
}
.tab-nav ul li a {
	padding: 7px !important;
}
.tabs {
	padding: 25px 0;
	background-color: #FFF1C7;
	/*border-bottom: 2px solid #B94C04;*/
	height: 420px;
}

.tab-nav ul li.on {
	background-color:  #FFF9E7;/*DDE3FF*/
	/*
	border-right: 2px solid #CDD4FC;
	border-left: 2px solid #CDD4FC;
	border-bottom: 2px solid #CDD4FC;
	border-top: 2px solid #FFF;
	*/
	border: none;
}

/*	------------------------------------------------------- 
	SEARCH UTILITY
	------------------------------------------------------- */

.search-menu {
	cursor: pointer;
}
@media screen and (min-width: 600px) {
	#main-search {
		padding: 0;
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 100;
	}
}
#search-form {
	position: relative;
	display: block;
}
#search-wrap {
	background-color: #344F70;
	padding: 25px;
	/*border: 1px solid #CCC;*/
	margin: 0;
	color: #F2F6FC;
	font-size: 15px;
}
#search-wrap input[type="text"] {
	width: 42%;
	padding: 5px;
	background-color: #F2F6FC;
	color: #333;
	float: left;
	font-size: 15px;
}
#search-wrap .search-params {
	width: 36%;
	padding: 10px;
	overflow: hidden;
	display: inline-block;
	float: left;
	font-weight: 200;
	font-size: 15px;
}
#search-wrap .styled-select {
	width: 15%;
	height: 36px;
	overflow: hidden;
	background: url(g/down_arrow_select.jpg) no-repeat right #EFEFEF;
	border: 1px solid #CCC;
	display: inline-block;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 1px;
}

#search-wrap .styled-select select {
	background: transparent;
	width: 120px;
	padding: 5px;
	margin: 0;
	font-size: 13px;
	line-height: 1;
	border: 0;
	border-radius: 3;
	height: 31px;
	-webkit-appearance: none;
	color: #333;
}
#search-wrap input[type="image"] {
	padding: 7px 0 0 0;
}
#search-wrap input[type="submit"].button {
	padding: 5px 10px;
	margin: 0;
	font-size: 15px;
	line-height: 1em;
	border: 0;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 36px;
	float: left;
	background-color: #333;
}
@-moz-document url-prefix() {
	#search-wrap .styled-select {
	     background-image: none;
	     height: 27px;
	}
	#search-wrap .styled-select select {
	     height: 27px;
	}
	#search-wrap input[type="submit"].button {
		height: 28px;
	}
}

#search-options {
	cursor: pointer;
}
#advanced {
	display: none;
	z-index: 100;
	background-color: #efefef;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #555;
	margin-top: 5px;
}
.advanced-spacer {
	width: 55%;
	float: left;
}
.advanced-style {
	padding: 5px;
}