/*
	COLORS
	Dark Brown - 282312
	Dark Red - d3252c
	Light Brown - e9e1d7
	Medium Brown - a8a49e
	Light Red - a40000
*/

/* CMS DEFAULTS */
table.cake-sql-log  {
	background: #f4f4f4;
	margin: 20px;
	border-collapse: collapse;
	display: none;
	color: #000000;
	margin-top: 700px;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	border: solid 1px #cccccc;
}

#user_login {
	padding: 100px 200px;

}

#user_login label {
	display: block;
}

#user_login #authMessage {
	background-color: pink;
	border: solid 1px red;
	padding: 20px;
}



/* PAGE SETUP */
body {
	background: url(../img/aec_city_bkgd.jpg) right top #282312 no-repeat;
	font-family: 'Helvetica', Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.2em;
	color: #a8a49e;
}

a {
	text-decoration: none;
	color: #d3252c;
}

a:hover {
	color: #a40000;
}

h1 {
	font-size: 22px;
	color: #d3252c;
	font-weight: bold;
	padding: 15px 0px 10px;
	border-bottom: solid 1px grey;
	margin-bottom: 10px;
	line-height: 1.1em;
}

h2 {
	color: #d3252c;
}

p {
	padding-bottom: 10px;
}

blockquote {
	padding: 12px;
	margin: 12px;
	line-height: 20px;
	background: #282312;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #e9e1d7;
}

#wrapper {
	position: absolute;
	width: 936px;
	top: 70px;
	left: 50%;
	margin-left: -480px;
	background: #666666;
	padding: 0px 12px 12px;
}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: url(../img/aec_header_bkgd.png) repeat-x top center;
	z-index: 90;
}

#logo {
	float: left;
	padding: 7px 0px 13px 10px;
}

/*
#background  {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	text-align: center;
	margin-top: -70px;
}

#top_background, #bottom_background {
	right: 0px;
	width: 1900px;
	height: 555px;
	background: url(../img/aec_city_bkgd.jpg) top right no-repeat  scroll;
	text-indent: -3000px;
}

#bottom_background {
	top: 560px;
	background: url(../img/aec_mirror_bkgd.jpg) top center no-repeat;
}
*/

#body {
	
}

#footer {
	width: 100%;
	height: 40px;
	background: url(../img/aec_footer_bkgd.png) top left repeat-x;
	color: #e9e1d7;
	font-weight: bold;
	font-size: 10px;
}

#footer A {
	color: #e9e1d7;
}

#footer_left {
	float: left;
	padding: 15px 10px 10px 15px;
}

#footer_right {
	float: right;
	padding: 15px 10px 10px;
}
#footer_logo {
	float: right;
	padding: 9px 15px 9px 0px;
}

.colwrap {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}

#bodywrap {
	width: 876px;
	background: url(../img/aec_trans.png) top left repeat;
	padding: 0px 12px;
	margin-top: 70px;
}

#content {
	clear: both;
	width: 876px;
	min-height: 520px;
}

/* NAV */
#mainnav {
	float: right;
	display: block;
	height: 30px;
	padding-right: 20px;
}

#mainnav LI {
	float: left;
}

#mainnav A {
	display: block;
	height: 14px;
	padding: 28px 15px 28px;
	font-size: 14px;
	text-decoration: none;
	color: #e9e1d7;
	text-transform: lowercase;
	font-weight: bold;
}

#mainnav A:hover {
/* 	background: #282312; */
	background: url(../img/aec_button_hover.gif) bottom left repeat;
	color: #d3252c;
}

#mainnav UL {
	display: none;
}

.default_right_col {
	width: 260px;
}

.default_left_col {
	padding-right: 12px;
	width: 580px;
}

.default_right_col IMG {
	padding: 5px 0px 0px;
}

/* PLUGINS */

#archive_plugin TD {
	color: #58595B;
	padding: 3px;
}

#archive_plugin H1 {
	font-size: 1.3em;
	color: #193119;
	padding: 10px 0px;
}

.archive_item_table, .archive_category_image {
	float: left;
}

.archive_category {
	clear: both;
}

.archive_category_image {
	padding: 3px 0px;
}

.archive_item_table_headers TD {
	font-weight: bold;
}

.archive_item_title {
	width: 140px;
}

.item_title {
	font-weight: bold;
	color: #000000;
	
}

.archive_item_date, .archive_item_listen, .archive_item_watch {
	width: 80px;
}

#contact_subscribe {
	float: left;
}

#contact_subscribe LABEL {
	display: none;
	float: left;
}

#contact_subscribe INPUT {
	float: left;
	background: url(../img/aec_form_buttons.png) no-repeat left top;
	border: none;
	color: #e9e1d7;
	font-size: 14px;
	height: 18px;
	padding: 5px 5px 1px;
	margin: 5px 0px 0px;
	width: 108px;
}

#contact_subscribe INPUT.long {
	background: url(../img/aec_form_buttons_big.png) no-repeat left top;
	width: 248px;
}


#contact_subscribe A.submit {
	display: block;
	float: left;
	width: 59px;
	height: 24px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/aec_submit.png) no-repeat left top;
	border: none;
	margin: 5px 0px 0px 12px;
	text-indent: -3000px;
}

#contact_subscribe A.submit:hover {
	background: url(../img/aec_submit.png) no-repeat left bottom;
}

INPUT#ContactLastName {
	margin-left: 12px;
}

#contact_subscribe INPUT.active {
	background-position: bottom left;
	color: #282312;
}

#plugin_flickr_feed LI {
	float: left;
	padding:0px 1px;
}

#plugin_flickr_feed H1 {
	padding: 7px 0px;
}

#plugin_news_latest H3 {
	padding-bottom: 9px;
	margin-bottom: 9px;
	font-size: 18px;
	border-bottom:1px solid grey;
}

#plugin_news_latest H3 A {
	color: #D3252C;
}

#plugin_news_latest IMG {
	float: left;
	padding: 0px 12px 6px 0px;
}

#plugin_news_latest .article {
	padding-bottom: 30px;
}

#plugin_news_latest .article_body A {
	float: right;
}

#plugin_news_detailed .article_date {
	padding: 12px 0px;
	font-size: 10px;
	font-style: italic;
}

/* PAGES */
#default_main {
	width: 852px;
	padding: 12px;
	height: 100%;
	background: url(../img/aec_main_bg.png) repeat-x #362e18 fixed;
}
/* HOME */
#home_subpages {
	display: none;
}

#home_head {
	height: 370px;
	width: 876px;
	overflow: hidden;
	background: url(../img/aec_main_bg.png) repeat-x #362e18 scroll;
}

#link_1 {
	height: 370px;
	width: 876px;
	overflow-y: auto;
	overflow-x: hidden;
}

#link_1 #default_main {
	height: 346px;
	width: 852px;
}

#home_subnav LI {
	display: none;
}

#home_subnav {
	padding: 12px 0px;
	height: 100px;
}

#home_subnav #node_2, #home_subnav #node_2 LI {
	display: block;
}

#home_subnav #node_2 A {
	display: none;
}

#home_subnav #node_2 LI {
	background: url(../img/aec_button.jpg) top left no-repeat;
	width: 284px;
	float: left;
	text-align: center;
	margin-left: 12px;
}

#home_subnav #node_2 LI.first {
	margin-left: 0px;
}

#home_subnav #node_2 LI A {
	display: block;
	font-size: 20px;
	padding: 40px;
	font-weight: bold;
	color: #e9e1d7;
	text-transform: lowercase;
}

#home_subnav #node_2 LI A:hover {
	color: #d3252c;
	background: url(../img/aec_button_over.jpg) top left repeat;
}

#home_main {
	margin-top: 10px;
	width: 876px;
	clear: both;
	background: url(../img/aec_main_bg.png) repeat-x #362e18;
}

#home_main TD {
	padding: 12px;
}

#home TD.twocolumn_right {
	width: 260px;
}

#link_7 IMG {
	padding: 5px 0px 0px;
}

#sponsor-an-event_content #default_main{
	background: none;
}

#media_gallery_1 li {
	float: left;
}

.media_gallery {
	margin: 12px 0 12px 12px;
}

#media_gallery_1 img {
	border: 3px solid;
	border-color: grey;
	margin-right: 12px;
}

.media_gallery ul {
	margin: 0;
}

.media_gallery h1 {
	margin-right: 12px;
}

