/* CSS Document */

* {
	margin:0px;
	padding:0px;
	line-height: 1em;
}
body { 
	font-family:Helvetica, sans-serif;
	color: #333333;
	margin: 0 2em 0 2em;
	background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
}
#content {
	background-color:#FFFFFF;
	position:relative;
	top: 0px;
	height:768px;
	width: 700px;
	margin-left: auto;
	margin-right:auto;
}
#center_col {
	width: 100%;
}
#left_col {
	width: 50%;
	float:left;
}
#right_col {
	width: 50%;
	float: left;
}

/* global tags */

h1, h2 { color: #DF2E8F; }
h3 { color: #333333; }

.date {
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}

p {
	position: relative;
	font-size: 11px;
}

#about, #front_page_event, #front_page_news, #front_page_models, #front_page_gallery {
	position: relative;
	width: 100%;
	height: 150px;
}
#about, #front_page_gallery {
	margin: 0 0 1em 0;
}
#about p, #front_page_news p {
	margin: 0 1em 1em 0;	
	text-align: left;
}
#front_page_news, #front_page_event {
	margin: 0 0 1em 1em;
}
#front_page_event {
	height: 200px;
	overflow: hidden;
}
#img_box {
	width: 100px;
	height: 100px;
	margin: 0 10px 5px 0;
	float: left;
}


#contact_page p {
	position: relative;
	top: 0px;
	left: 0px;
	margin:0px;
	width: 420px;
}
img { border: none; }

a:link {
	color: #DF2E8F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DF2E8F;
}
a:hover {
	text-decoration: none;
	color: #D5987D;
}
a:active {
	text-decoration: none;
	color: #FCD8C3;
}

/* classes */
.event_head {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #FF60D4;
	padding: 3px;
	margin-bottom: 2px;
}
.event_subhead { 
	font-size: 11px;
	padding: 3px;
	margin-bottom: 2px;
	background-color: #FCD8C3;
}
.event_text {
	font-size: 10px;
	padding: 3px;
	margin-bottom: 2px;
	background-color: #FFEEEE;
}
.aside {
	font-size: .7em;
}

/* ids */
#container {
	background-color:#FFFFFF;

	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	z-index: 0;
}

#logo {
	position: relative;
	width: 430px;
	height: 50px;
	top: 0px;
	left: -15px;
}
#content_frame {
	position: relative;
	margin: 0px;
}	
#menubar {
	position: relative;
	margin-bottom: 40px;
	margin-top: 10px;
	z-index: 2;
}
#menu {
	position:absolute;
	left: 0px;
	font-size: .9em;
}
#contact {
	position: absolute;
	text-align:right;
	right: 0px;
	font-size: .9em;

}
#contactinfo { 
	position: relative;
	right: 20px;
	
}
#emailbox {
	position:relative;
	font-size: .7em;
	width: 100%;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;
}

/* events */
#event grid {
	position: relative;
	margin-left: auto;
	margin-right: auto;

}
#event_cell {
	position: relative;
	float:left;
	border: solid 1px;
	border-color: #EA849F;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

#footer {
	font-size:10px;
	color: #999999;
	position:relative;
	top: 10em;
	margin-left:auto; 
	margin-right:auto; 
	width:90%;
}
.errors {
		font-size: 12px;
		color: #ff0000;
	}