@CHARSET "UTF-8";

@media ( min-width : 600px) {
	#sidebar {
		float: right;
		margin-top: 20px;
	}
	#content {
		float: left;
		width: 450px;
	}
}

@media ( max-width : 599px) {
	#sidebar {
		float: none;
		margin-top:40px;
	}
}

#site {
	
}

#header {
	margin: 0 auto;
	max-width: 600px;
	background-color: white;
}

.headerImage {
	width: 100%;
}

#menu {
	background-color: #dfdbdd;
	padding-left: 5px;
}

#menuContent {
	margin: 0 auto;
	max-width: 775px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menuItem {
	display: inline;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	line-height: 30px;
}

.menuItem a, .menuItem a:visited {
	color: black;
}

.menuItem a:hover {
	background-color: #f1dce5;
	color: #980a4c;
	padding-bottom: 10px;
	padding-top: 10px;
}

#container {
	margin: 0 auto;
	max-width: 775px;
}

#content {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar {
	font-size: 0.9em;
	width: 160px;
	border: 1px solid #ab8094;
	background: #f1dce5;
	padding: 0 15px 5px 15px;
	margin-left: 20px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer {
	clear: both;
	margin-top: 10px;
	text-align: center;
}

.imageRight {
	float: right;
	padding: 0px 0px 20px 20px;
}

div.formItem {
	margin-bottom: 10px;
}

.formItemInput {
	width: 97%;
	max-width: 400px;
}

span.error {
	padding-left: 3px;
	color: red;
}

.roundedCorners {
	-moz-border-radius: 15px;
	border-radius: 15px;
}