/*
Created by:
	Kinesis Inc.
	www.kinesisinc.com
	and
	Rhythm Behavior Design
	www.rhythmbehavior.com

	Graphic Design and Web Development
	Portland, OR
*/
/* ====================================================== Search Area ---*/
div.box_content form#search {
	background: #f59f19 url(/img/site_main/events_month.gif) bottom left no-repeat;
	margin: -10px -15px 10px -15px;
	padding: 0 0 .5em 8em;
	text-align: center;
	border: none;
}
div.box_content form#search select {
	margin: 0 .2em .6em .2em; 
}
div.box_content form#search input {
	width: 180px;
	margin-bottom: 5px;
}

/* ====================================================== Third Column Undos */
#column_3 .event {
	padding: .5em 0;
	margin: 0;
	border: none;
}
#column_3 .event br {
	display: none;
}
#column_3 .event_title {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
}
#column_3 .event_title, 
#column_3 .event_date, 
#column_3 .event_enddate, 
#column_3 .event_time, 
#column_3 .event_endtime, 
#column_3 .event_location, 
#column_3 .event_description,
#column_3 .event_presenter,
#column_3 .event_cost {
	padding: 0;
}
/* ====================================================== Third Column Undos */
#column_4 .event {
	padding: .5em 0;
	margin: 0;
	border: none;
}
#column_4 .event br {
	display: none;
}
#column_4 .event_title {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
}
#column_4 .event_title, 
#column_4 .event_date, 
#column_4 .event_enddate, 
#column_4 .event_time, 
#column_4 .event_endtime, 
#column_4 .event_location, 
#column_4 .event_description,
#column_4 .event_presenter,
#column_4 .event_cost {
	padding: 0;
}
/* ====================================================== Event Entries */
.event {
	position:relative;
	padding: 1em 0;
	margin: 0 1.5em;
}
div.event + div.event {
	border-top: 1px solid #f59f19;
}
.no_events {
	position:relative;
	padding: 1em 1.5em 1em 1.5em;
	font-weight: bold;
	font-size: 1.4em;
}
.sec_title {
	color: #f59f19;
	font-size:1.5em;
	border-bottom: 2px solid #f59f19;
	padding: 0 0 .4em 0;
	margin: .5em 0 .5em -1em;
}
.event_title, 
.event_date, 
.event_time, 
.event_endtime, 
.event_location, 
.event_description,
.event_presenter,
.event_cost {
	position: relative;
	clear:both;
	float:none;
	margin:0;
	padding:.25em 0 .25em 100px;
}
.event h3 {
	position: absolute;
	left: 0;
	padding:0;
	margin:0;
	width:100px;
	font-size:1em;
}
.event_title h3 {
	display: none;
}
.event_title {
	color: #661f24;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}

/* ================ Payment Form */
div.event div.pay_block {
	float: left;
	margin: 0;
	padding: 2em 0 0 0;
}
div.event div.pay_block form.payment {
	border: none;
	margin: 0;
	padding: .4em 0 0 0;
}
div.pay_block form.payment .pay_type {
	color: #661f24;
	float:left;
	padding:0;
	margin:0;
	width:100px;
	font-size:1em;
	font-weight: bold;
}
div.pay_block form.payment input {
	border: none;
	background: none;
	width: auto;
	padding: 0;
	margin: 0;
}

div.pay_block div.cost_des {
	left:170px;
	width:255px;
	text-align:right;
	position:absolute;
}


/* ================ Event Editor links */
.event_edit {
	position:absolute;
	top:0;
	right:0;
	width: 60px;
	background: #668f24 url(/img/site_main/cms2_edit.gif) bottom center no-repeat;
	color: #fff;
	text-align: center;
	padding: .5em 3px 18px 3px;
}
.add_new {
	display: block;
	float: right;
	width: 60px;
	margin: -10px 19px -70px 0;
	background: #668f24 url(/img/site_main/cms2_edit.gif) bottom center no-repeat;
	color: #fff;
	text-align: center;
	padding: .6em 3px 24px 3px;
}
.event_edit a:link, .event_edit a:active, .event_edit a:visited,
a.add_new:link, a.add_new:active, a.add_new:visited {
	text-decoration: none;
	color: #fff;
}
.event_edit a:hover,
a.add_new:hover {
	color: #f59f19;
}
a.edit_back:link, a.edit_back:active, a.edit_back:visited {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 133px;
	height: 50px;
	color: #f59f19;
	border: none;
	background: #ffffff url(/img/site_main/cms2_save.gif) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	line-height:50px;
	text-decoration: none;
	margin: 0;
	z-index: 5000;
}
a.edit_back:hover {
	color: #f59f19;
}


/* ====================================================== Event Editor */
div.box_content div.right form {
	position: relative;
	margin: -10px -15px 10px -15px;
	padding: 1em 0 4.5em 0;
	border-bottom: 10px solid #668f24;
}
div.box_content div.right form + form#search {
	display: none;
}
div.box_content label {
	float: left;
	width: 100px;
	font-weight: bold;
	padding: .8em .1em 0 4em;
}
div.box_content input {
	width: 200px;
	margin-bottom: 5px;
}
div.box_content textarea {
	width: 310px;
	height: 290px;
}
div.box_content .boxes {
	width: 1em;
}
div.box_content .submitbutton {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 133px;
	height: 50px;
	color: #f59f19;
	border: none;
	background: #ffffff url(/img/site_main/cms2_save.gif) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
	margin: 0;
}
br {
	clear: left;
}

/* ====================================================== Custom Recipes Styles */
div#column_2 div.box_content form.recipes_search {
	background-image: url(/img/recipes/search_directions.gif);
	background-repeat: no-repeat;
	background-position: 2em 2.2em;
	background-color: #f59f19;	
	margin: -10px -15px 10px -15px;
	padding: .5em 0 .5em 2em;
	text-align: left;
	border: none;
}
div#column_2 div.box_content form.recipes_search select {
	margin: 0 .2em .6em .2em; 
	margin-bottom: 48px; 
	display: block;
}
div#column_2 div.box_content form.recipes_search select + select{
	margin-bottom: .2em; 
}
.recipe_date {
	display:none;
	clear: both;
}
.recipe_title {
	width:220px;
	float:left;
	clear:none;
}	
.description {
	float:right;
	width:205px;
}
.recipe_title_indiv {
	display: block;
	color: #661f24;
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px solid #f59f19;
	padding: 0 0 .5em 0;
	margin: 0 0 .8em 0;
}
.recipe_ingredients h3 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 18px 1em -18px;
}
.recipe_preparation h3 {
	position: relative;
	display: block;
	width: 100%;
	margin: 1em 0 1em 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #f59f19;
}
.recipe_ingredients {
	padding: 0 0 0 18px;
}

#categories .submit {
	width:auto;
	margin-right:1em;
}

#categories form{
	border:none;
	padding:0;
	margin:0;
}

#categories {
	background-color:#fef9ef;
	border:1px solid #f59f19;
	padding:1em;
	margin:0;
}