/** hacks **/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
    margin-top: 0;
    padding: 0;
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
    line-height: 1.8em;
    color: #000;
    text-align: center;
    min-width: 760px;
    background: #f8f8f8;
    }

abbr {
	border-bottom: 1px dotted #333;
	}

a:visited {
	color: blue;
	}

strong {
	font-weight: bold;
	}

h1 {
	text-decoration: underline;
	}
    
#container {
	width: 600px;
	margin: 10px auto 0;
	background: white;
	padding: 3px 10px;
	-webkit-box-shadow: 0px 10px 25px #ccc;
	-moz-box-shadow: 0px 10px 25px #ccc;
	box-shadow: 0px 10px 25px #ccc;
	}    

#header {
	font-size: 2em;
	text-align: center;
	background: url(editpresssmall.png) no-repeat center;
	height: 175px;
	}
	
#header .nav {
	color: white;
	float: left;
	font-size: .8em;
	margin: 75px 0 0 25px;
	}

#header .nav:hover {
	text-decoration: underline;
	}

#header .nav.right {
	float: right;
	margin: 75px 25px 0 0;
	}

#header .nav a {
	color: white;
	text-decoration: none;
	}

#quote {
	margin: 10px;
	}

#quote p {
	font-size: 2em;
	margin: 10px 0 0 0;
	}

#quote p span {
	display: block;
	font-size: .5em;
	line-height: 2em;
	color: #888;
	}

#form form {
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 510px;
	}

#form form .wordcount {
	text-align: right;
	color: #22A698;
	font-size: 1em;
	float: right;
	margin: 5px 0 0px;
	}

#form form .wordcount #estimate {
	text-decoration: underline;
	font-size: 1em;
	color: #D92C4A;
	cursor: pointer;
	}

#form form #nda {
	border: 1px solid #D92C4A;
	padding: 2px;
	font-size: .9em;
	float: left;
	margin: 5px 0 30px;
	}

#form form span {
	font-size: 1em;
	color: #888;
	}

#form form div.big {
	clear: both;
	}

#form form span em {
	font-style: italic;
	}

#form form textarea {
	width: 500px;
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 5px;
	line-height: 1.1em;
	height: 200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background: #fcfcfc;
	margin: 0;
	}

#form form input[type=file] {
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	width: 500px;
	background: #fcfcfc;
	}

#form form input[type=submit] {
	display: block;
	margin: 30px auto 30px;
	}
	
#footer #links {
	border-top: 1px solid #ccc;
	margin: 25px 0 30px 0;
	}
	
#footer #links ul li {
	margin: 5px 5px;
	float: left;
	font-size: .8em;
	}

#footer #links ul li.right {
	float: right;
	margin: 5px 40px 5px 0;
	}

#footer #links ul li:first-child {
	margin: 5px 5px 0 50px;
	}

.stats {
	width: 200px;
	position: absolute;
	color: #333;
	left: 50%;
	margin: 0 0 0 330px;
	height: 4.5em;
	}
	
.stats a {
	color: black;
	text-decoration: none;
	}
	
.stats p {
	line-height: .9em;
	font-size: 3em;
	font-weight: normal;
	}
	
.stats span {
	font-size: 1em;
	}

#api {
	top: 340px;
	}

#wait {
	top: 180px;
	}

#edited {
	top: 260px;
	}
	
/******** Pages *********/
#contents {
	float: left;
	min-height: 400px;
	}
	
#contents ul li {
	text-align: left;
	font-size: .8em;
	line-height: 1.5em;
	margin: 3px 0 3px 10px;
	width: 7em;
	padding: 3px;
	}

#contents ul li.active,
#contents ul li:hover {
	background: #22A698;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#contents ul li.active a,
#contents ul li:hover a {
	color: white;
	}

#writing {
	float: right;
	width: 460px;
	margin: 0 10px;
	text-align: left;
	}

#writing p:first-child {
	margin: 0;
	}

#writing p {
	font-size: .8em;
	margin: 10px 0 0 0;
	}

#writing p:last-child {
	margin-bottom: 25px;
	}

div#writing ul {
	margin: 0 0 0 20px;
}

div#writing ul li {
	font-size: .8em;
	margin: 10px 0 0 0;
	list-style-type: disc;
	}

#footer {
	clear: both;
	}