/* WASTED SPACE COMMUNICATIONS
http://www.mywastedspace.com 
Style Sheet for WomoPage 
*/

body {font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; color: #666; background: #efefef; margin: 20px 0;}

#page {background: #fff; padding: 20px 18px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border: 1px solid #ccc;}

ul {list-style:none; line-height: 2em;}
ul ul {margin-bottom: 6px;}

.sandbox, .active, .archives {min-height: 400px; }

.in-progress, .live, .completed {
	text-align: center; 
	line-height: 3em; 
	color: #ccc;
	}
	
.in-progress {border-top: 2px solid #c20000; }
.live {border-top: 2px solid #00c23e; }
.completed {border-top: 2px solid #0077c2; }

/*LINKS*/
a {
text-decoration: none;
color: #003364;
}

a:hover{
color: #0077c2;
border-bottom: 1px solid #ddd;
}

.active a {color: #006431;}
.active a:hover {color: #00c23e;}

.sandbox a {color: #8a1f11;}
.sandbox a:hover {color: #c20000;}

/* Headers */
h1{
font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Verdana, sans-serif;
letter-spacing: 2px;
text-align: center;
color: #bbb;
}

h3 {
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	letter-spacing: 2px;
	text-align: center;
	text-transform: none;
	color: #888;
	line-height: 1.5em;
}
