/* ==============================
		CAC Art Open sign up form
		Copyright 2009 Chicago Artists Coalition
		written by 10 Volt Media - www.10voltmedia.com
		
		swatch colors
		---------------------------
		cyan		- 00aef0
		magenta - ec008c
		yellow	- fff200
		black		- 000
============================== */
* { margin: 0px; padding: 0px; }

body {
	background: #dedede url(img/background.png);
	font-family: "Lucida Sans",verdana,helvetica,sans-serif;
	font-size: 100%;
	color: #444;	
}

/* links & type
------------------------------ */
a:link, a:active, a:visited { color: #ec008c; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.025em;
}

h1 {
	color: #666;
	font-size: 1.25em;	
}

h2 {
	color: #00aef0;
	font-size: 1em;
}

h3 {
	margin: 2em 0 1em 0;
	padding: 0.25em;
	background: #eee;
	font-size: 1.125em;
	color: #00aef0;
}

h4 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	color: #888;
}

h5 {
	font-size: 0.85em;
}

p, ul, ol {
	font-size: 0.75em;
	line-height: 1.75em;
}

ul, ol {
	margin-left: 2em;
	margin: 0 0 1.5em 2em;
}
ol li { margin-left: 1em; }

p { margin: 0 0 1.5em 0; }

.important { color: red; }

.underline { border-bottom: dashed 1px #ccc; }

.instructions {
	color: #888;
}

/* layout
------------------------------ */
#page {
	margin: 0 auto;
	width: 720px;
	background: #fff;
}

#content {
	padding: 2em;
}

#navigation-wrapper {
	float: right;
	margin: 0 -2em 1em 0;
	width: 200px;
	border-left: solid 1em #fff;
	border-right: solid 1em #ec008c;
}
#navigation {
	background: #eee;
	font-size: 11px;
	text-transform: uppercase;
}	
#navigation a {
	display: block;
	padding: 0.25em;
	padding-right: 0.5em;
	text-align: right;
	color: #666;
}
#navigation a.begin { background: #dcdcdc; }
#navigation a:hover {
	background: #ec008c;
	color: #fff;
	text-decoration: none;
}

#footer {
	margin-top: 2em;
	height: 2em;
	background: #ccc;
}


/* progress bar
------------------------------ */
#progressbar {
	margin: 1em 0 5em 0;
}
#progressbar span {
	margin: 0 1px;
	padding: 4px 6px;
	background: #eee;
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
}
#progressbar .complete {
	background: #ccc;
	color: #555;
	cursor: pointer;
	cursor: hand;	
}
#progressbar .current {
	background: #00aef0;
	color: #fff;
}


/* buttons, form elements
------------------------------ */
form {
	display: block;
	margin-left: 220px;
	padding-left: 1em;
}

label {
	display: block;
	font-size: 14px;
}

input {
	padding: 0.25em;
	border: none;
	border-bottom: solid 2px #888;
	background: #eee;	
	font-size: 18px;
	color: #333;
}

input.button { border-bottom: none; }
.button {
	padding: 0.5em;
	background: #eee;
	border-right: solid 1em #ec008c;
	font-size: 0.9em;	
	color: #ec008c;
}
.button:hover {
	background: #ec008c;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}

.error {	
	padding: 0.5em;
	background: #fcffa2;
	font-size: 0.75em;
}
.error a { text-decoration: underline; }

/* misc
------------------------------ */
hr {
	margin: 2em 0;
	background: none;
	border: none;
	border-bottom: dashed 4px #eee;
}

.left {
	float: left;
}

#content div.left {
	width: 200px;
}

#preload {
	position: absolute;
	top: -100px;
	left: -100px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: url(img/ajax-loader.gif) no-repeat left top;
}
