@import url('refinery/formatting.css');
/*
	Override default refinery formatting below.
	Formatting applies to backend WYSIWYG editors and all frontend.
*/
body {
    color: #525659;
    font-family: "Trebuchet MS", Trebuchet;
    font-size: 14px;
}
h1, h2, h3 {
    font-family: "Trebuchet MS", Trebuchet;
}
h1 {
    font-size: 30px;
    color: #8a8c8d;
}
h1#body_content_page_title, #body_content_right h1 {
    text-transform: lowercase;
    padding-bottom: 17px;
    background: repeat-x 0px 100%;
    font-weight: normal;
    margin-bottom: 14px;
}
h1#body_content_page_title {
    background-image: url('/images/heading_background.png');
}
#body_content_right h1, .part_side_body h1 {
    background-image: url('/images/right_heading_background.png');
}
h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
#body_content {
    margin-top: 43px;
}
#body_content h2 {
    margin-bottom: 0px;
}
#body_content p, #body_content ul li {
    line-height: 22px;
    font-size: 14px;
}
#body_content p {
    margin-bottom: 30px;
}
#body_content #ec-list-view p {
    margin-bottom: auto;
}
p.after_heading {
    margin-top: 3px;
}
#body_content_right p.after_heading {
    margin-top: 0px;
}
/*#body_content p.first_paragraph {
    font-size: 16px;
}*/
ul#ec-list-view, ul#ec-list-view .ec-list-day ul {
    margin: 0px;
    padding: 0px;
}
.ec-list-day, .ec-list-day ul li {
    list-style: none;
}
.ec-list-day ul li h2 {
    font-family: "Trebuchet MS", Trebuchet;
    font-size: 11px;
    font-weight: normal;
}
#footer_inquiry input {
    height: 22px;
    width: 310px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 0px none;
    border-bottom: 0px none;
    margin: 0px 0px 8px 0px;
}
#footer_inquiry textarea {
    width: 312px;
    border: 0px none;
}
#footer_inquiry .actions {
    margin-top: 12px;
}
#footer_inquiry .actions input {
    width: auto;
    height: auto;
    float: left;
}
#footer_inquiry #privacy_link {
    margin-left: 12px;
}

/* backgrounds */
#menu li#item_0.selected, #menu li#item_0:hover, #menu li#item_0 .padder, #menu li#item_0 ul {
    background-color: #ae5757;
}
.internal #menu li#item_0 a {
    border-bottom: 1px solid #683434;
}
#menu li#item_0 .padder {
    border-top: 1px solid #ce9a9a;
}

#menu li#item_1.selected, #menu li#item_1:hover, #menu li#item_1 .padder, #menu li#item_1 ul {
    background-color: #5381a9;
}
.internal #menu li#item_1 a {
    border-bottom: 1px solid #324d65;
}
#menu li#item_1 .padder {
    border-top: 1px solid #98b3cb;
}

#menu li#item_2.selected, #menu li#item_2:hover, #menu li#item_2 .padder, #menu li#item_2 ul {
    background-color: #8d7f6c;
}
.internal #menu li#item_2 a {
    border-bottom: 1px solid #554c41;
}
#menu li#item_2 .padder {
    border-top: 1px solid #bbb2a7;
}

#menu li#item_3.selected, #menu li#item_3:hover, #menu li#item_3 .padder, #menu li#item_3 ul {
    background-color: #ba9f73;
}
.internal #menu li#item_3 a {
    border-bottom: 1px solid #705f45;
}
#menu li#item_3 .padder {
    border-top: 1px solid #d6c5ab;
}

#menu li#item_4.selected, #menu li#item_4:hover, #menu li#item_4 .padder, #menu li#item_4 ul {
    background-color: #63927f;
}
.internal #menu li#item_4 a {
    border-bottom: 1px solid #3b584c;
}
#menu li#item_4 .padder {
    border-top: 1px solid #a1beb2;
}

#menu li#item_5.selected, #menu li#item_5:hover, #menu li#item_5 .padder, #menu li#item_5 ul {
    background-color: #63698c;
}
.internal #menu li#item_5 a {
    border-bottom: 1px solid #3b3f54;
}
#menu li#item_5 .padder {
    border-top: 1px solid #a1a5ba;
}

#menu li#item_6.selected, #menu li#item_6:hover, #menu li#item_6 .padder, #menu li#item_6 ul {
    background-color: #c99392;
}
.internal #menu li#item_6 a {
    border-bottom: 1px solid #795858;
}
#menu li#item_6 .padder {
    border-top: 1px solid #dfbebe;
}

#menu li .padder {
    display: block;
    height: 8px;
}

#menu li {
    list-style: none;
    position: relative;
    float: left;
}
#menu li a {
    color: white;
    display: block;
    text-decoration: none;
    font-weight: normal;
    text-transform: lowercase;
    font-family: arial;
    padding: 12px 9px;
    background: transparent;
}
#menu li ul {
    display: none;
    position: absolute;
    top: 46px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background: transparent;
    z-index: 100;
}
#menu li:hover ul, #menu li.sfhover ul {
    display: block;
}
#menu li ul li a {
    background: transparent;
    border: 0px none;
    width: 100%;
    padding: 0px 13px;
    margin: 0px;
    line-height: 22px;
    width: 11em;
}
#menu li ul li a:hover, #menu li ul li.selected a {
    background: transparent url('/images/opacity.png');
    background-repeat: repeat;
}
.internal #menu li {
    background: transparent;
}
.internal #menu li a {
    font-size: 14px;
    padding: 10px 9px;
}
.internal #menu li ul li a {
    padding: 5px 9px;
    min-height: 12px;
    line-height: 12px;
    text-align: right;
}
.internal #menu {
    margin-top: 18px;
}
.internal #menu li ul {
    padding: 7px 0px 7px 0px;
    left: auto;
    right: 0px;
    /*padding: 0px 13px 7px 13px;*/
}
.internal #menu li.selected a, .internal #menu li:hover a, .internal #menu li.selected .padder, .internal #menu li:hover .padder {
    border-color: transparent !important;
}

.box {
    position: relative;
    font-size: 14px;
}
.box a.opacity_link {
    position: absolute;
    display: block;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding-right: 9px;
    text-align: right;
    background: url('/images/light_opacity.png') repeat;
    line-height: 29px;
    text-decoration: none;
}
.box a.opacity_link span {
    margin-right: 10px;
}

.events .ec-list-day {
    padding: 17px;
    border: 1px solid #d5d5d5;
    margin-bottom: 5px;
    position: relative;
}
.events .ec-list-day h2, .show_event h2#event_title {
    margin-top: 0px;
    min-width: 240px;
    max-width: 480px;
}
.show_event h2#event_title {
    float: left;
}
.events .ec-list-day .category, .show_event .category {
    float: right;
    margin-left: 5px;
}
.show_event .category {
    line-height: 22px;
    margin-top: 4px;
}
.events .ec-list-date-time * {
    font-size: 12px;
    margin-bottom: 0px;
}
.events .ec-list-day h2 a {
    font-size: 16px;
}
.events .ec-list-day p {
    font-size: 14px;
    margin-top: 6px;
    line-height: 22px;
}
.events #body_content .ec-list-day h2 {
    margin-bottom: 9px;
}
.events .ec-list-date-time *, .events .ec-list-day p {
    font-family: "Trebuchet MS", Trebuchet;
}
#articles {
    margin: 0px;
    padding: 0px;
}
#articles li {
    list-style: none;
}

#footer_inquiry {
    float: left;
    width: 330px;
}
#footer #splash {
    float: right;
    position: relative;
    height: 200px;
    width: 630px;
    background: #61b3d2;
}
#footer #splash_left {
    position: absolute;
    left: 20px;
    top: 20px;
}
#footer #splash_left p {
    margin: 26px 0px;
}
#footer #splash h2 {
    margin-top: 6px;
    font-size: 20px;
}
#footer #splash_right h2 {
    margin-bottom: 24px;
}
#footer #splash_right {
    position: absolute;
    right: 20px;
    top: 20px;
}
#footer #privacy_link {
    color: white;
    margin-top: 6px;
    float: left;
    display: block;
}
#footer #splash a {
    color: white;
}
#menu_container {
    position: relative;
}

#message, #flash {
	padding: 8px 8px 8px 30px;
	margin-bottom: 5px;
}

.flash_notice {
	border: 1px solid #00A017;
	color: #00A017;
	background: 7px 7px no-repeat url('/images/refinery/icons/accept.png') #E0F5E0;
}

.flash_notice, .flash_notice * {
	color: #00A017;
}

.flash_error {
	border: 1px solid #A00027;
	color: #A00027;
	background: 7px 7px no-repeat url('/images/refinery/icons/cancel.png') #FFB1B1;
}

.submit_event {
    padding-bottom: 130px;
}

.submit_event .errorExplanation {
	background: 7px 10px no-repeat url('/images/refinery/icons/cancel.png') #FFB1B1;
	padding: 0px 5px 5px 30px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid red;
}

.submit_event .errorExplanation h2 {
	color: red;
	text-transform: none;
	display: none;
}

.submit_event .errorExplanation p {
	font-weight: normal;
}

.submit_event .fieldWithErrors input, .fieldWithErrors textarea {
	border: 1px solid red;
	background-color: #FFECF0;
}

.submit_event .field textarea {
	line-height: 20px;
	padding: 5px;
}

.submit_event .field label {
	font-size: 110%;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
}
.submit_event .field textarea, .submit_event .field input {
	border: 1px solid #ccc;
	color: #41403C;
}
.larger {
	font-size: 200%;
}

.submit_event .form-actions {
	background-color: white;
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 30px;
}
.featured_event span.category {
    line-height: 22px;
    float: left;
    margin-bottom: 9px;
    margin-right: 5px;
}