@import url('refinery/application.css');
/*
	Override default refinery application CSS below.
	Formatting applies to all frontend.
*/
html, body {
    margin: 0px;
}
body {
    background: #fcfcfc;
}
#page {
    width: auto;
    margin: 0px auto;
    padding: 0px;
    min-height: 735px;
}

.featured_event h2 {
	margin-bottom: 10px !important;
}

#body {
    width: 1200px;
}
#body, #footer_content, #site_bar_content {
    width: 961px;
    margin: 0px auto;
}
#header {
    background: url('/images/top_background.png') repeat-x;
}
#header_content_wrapper {
    min-width: 961px;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}
#header_content_wrapper h1 {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
}
#header_content_wrapper h1 a {
    display: block;
}
.internal #header_content {
    max-width: 961px;
    margin: 0px auto;
    min-width: 676px;
}
.internal #menu_container {
    float: right;
    margin-top: 17px;
}
.box {
    background-image: url('/images/box_top_background.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    padding: 22px 11px;
}
#footer {
    background: url('/images/blue_tile_background.png') repeat;
    padding: 30px 0px;
    margin-top: 75px;
}
#footer_content {
    color: white;
}
#body_content_left {
    width: 631px;
}
#body_content_right {
    width: 310px;
}
#body_content.no_right #body_content_left {
    width: 100%;
}

.category {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
}
span.category, span.category a {
    color: white;
    text-decoration: none;
}

a {
	color: #0590c6;
}

#event_search {
	float: right;
}

a.list_icon {
	background: url(/images/list-icon.png) no-repeat;
	height: 28px;
	padding-left: 43px;
	line-height: 28px;
	display: block;
}

a.calendar_icon {
	background: url(/images/calendar-icon.png) no-repeat;
	height: 28px;
	padding-left: 43px;
	line-height: 28px;
	display: block;
}

#ec-list-view {
	border-top: 20px solid #303030;
}
.inquiries #ec-list-view {
    border-top: 0px none;
}
#logo {
    width: 314px;
}

#splash_right #social_networking {
    width: 291px;
    height: 51px;
    background:#c3e2ee;
}
#splash_right #social_networking td {
    text-align: center;
}

#please_donate {
    position: absolute;
    right: 218px;
    top: -17px;
}
#please_donate.no_search {
    right: 0px;
}
#search {
	padding: 0 20px;
	margin: 0;
	position: absolute;
	right: 0px;
	top: -17px;
	height: 38px;
	width: 185px;
	background: url('/images/header_search_background.png') no-repeat;
}

#search input {
	background: #e3f2f5;
	border: 1px solid #009ac5;
	width: 119px;
	float: left;
	margin-top: 5px;
}
#search #submit_search {
    width: auto;
    margin-right: 9px;
    margin-left: 7px;
    border: 0px none;
}

div.overlabel-field {
  position:relative;
  float:left;
  margin-right:3px;
}

label.overlabel {
  position:absolute;
  top:3px;
  left:5px;
  z-index:1;
  color:#999;
}

label.overlabel-apply {
    position:absolute;
    top:3px;
    left:5px;
    z-index:1;
    color:#999;
}
.submit_event .field label.stripped {
	float: none;
	display: inline;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

.show_event #body_content_right {
    margin-top: 88px;
    text-align: center;
}