/*
	PLANET NUMBERS MANAGER CSS
	CREATED:10.01.09
	MODIFIED:10.01.09
	AUTHOR:ANDY FIELD
*/

/*
	COLOURS
	GREEN:#9dcd0d
	MESSAGE GREEN:#e8f9b5
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a img,:link img,:visited img {
	border:none;
}

:link,:visited {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	border:none;
}

ol,ul,dl {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* BASE
******************************************/

html>body {
	font-size:12px;
}

body {
	background:#fff;
	color:#111;
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:75%;
	line-height:1.5em;
	text-align:center;
}

button,input,select,textarea {
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	padding:.3em;
}

#skip {
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-3000em;
	width:0;
}

a:link,
a:visited {
	color:#0DAFAF;
	text-decoration:none;
}

a:hover,
a:active {
	color:#0DAFAF;
	text-decoration:underline;
}

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

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight:bold;
}

hr {
	height:1px;
	color:#000;
	margin:0.75em 0 1.5em 0;
	padding:0;
	background-color:#000;
	border:0;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul,td,th {
	font-size:1em;
	line-height:1.5em;
}

p,dl,ol,ul {
	margin:0 0 0.75em 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

h1 {
	border-bottom:1px solid #e7e7e7;
	font-size:1.75em;
	line-height:0.857143em;
	margin:0 0 0.428571em 0;
	padding:0 0 0.428571em 0;
}

h1 span {
	font-weight:normal;
}

h2 {
	font-size:1.5em;
	line-height:1em;
	margin:0 0 1em 0;
}

h3 {
	font-size:1.083333em;
	line-height:1.384615em;
	margin:0 0 0.692308em 0;
}

#footer p {
	color:#888;
	font-size:0.916667em;
	line-height:1.636364em;
	margin:0 0 0.818182em 0;
}

/* 

11 {
	font-size:0.916667em;
	line-height:1.636364em;
	margin-top:0.818182em;
	margin-bottom:1.636364em;
}

12 {
	font-size:1em;
	line-height:1.5em;
	margin-top:0.75em;
	margin-bottom:1.5em;
}

13 {
	font-size:1.083333em;
	line-height:1.384615em;
	margin-top:0.692308em;
	margin-bottom:1.384615em;
}

15 {
	font-size:1.25em;
	line-height:1.2em;
	margin-top:0.6em;
	margin-bottom:1.2em;
}

18 {
	font-size:1.5em;
	line-height:1em;
	margin-top:0.5em;
	margin-bottom:1em;
}

21 {
	font-size:1.75em;
	line-height:0.857143em;
	margin-top:0.428571em;
	margin-bottom:0.857143em;
} */

/* DECORATION
******************************************/

ul#nav {
	margin:0 auto;
	width:760px;
}

#nav li {
	display:block;
	float:left;
}

#nav li a {
	display:block;
	float:left;
	padding:0 1em 0 0;
}

p.message span {
	background:#e8f9b5;
	border:1px solid #d0dfa2;
	padding:0.3em;
}

/* FORM CONTROLS
******************************************/

fieldset {
	background:#f9f9f9;
	border-top:1px solid #e7e7e7;
	padding:1em;
}

fieldset ol {
	margin:0;
}

fieldset li {
	padding:0.3em 0;
}

label {
	display:block;
	float:left;
	padding:0.3em 0;
	width:14em;
}

.btn {
	background:#0DAFAF;
	border:1px solid #8bb50b;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	margin:0.5em 0 0 0;
	padding:0.3em 1em;
	width:auto;
}

.btn:hover {
	background:#333;
	border:1px solid #222;
}

input.long,
textarea.long {
	border:2px solid #e7e7e7;
	width:20em;
}

input.short,
textarea.short {
	border:2px solid #e7e7e7;
	width:4em;
}

.value {
	padding:0.3em 0;
}

/* LAYOUT
******************************************/

#header,
#content,
#footer {
	margin:0 auto;
	text-align:left;
	width:760px;
}

#header {
	background:#333;
	text-align:center;
	padding:0.6em 0;
	width:100%;
}

#content {
	margin:1.5em auto 3em auto;
}

#footer {
	border-top:1px solid #e7e7e7;
	clear:both;
	padding:0.75em 0;
}
