/*
Harmonise styling v1.04 (with alterations)
*/
html, body, div, span, applet, object, iframe, h1, h2, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	margin: 0 auto;
	font-family: Verdanna, "helvetica neue", arial, helvetica, sans-serif;
    font-size:16px;
    line-height:1.125em; /* Baseline grid of 18px */
}

a:link, button.link span {
	color: #999;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover, button.link:hover {
	color: #999;
	text-decoration: none;
}
a:active, a:focus, 
button.link:focus span, 
button.link:hover span {
	color: #999;
	text-decoration: none; 
}


/* @group Font sizes */

/* basic font sizes */
p, ul, ol, dl, table, address, fieldset, pre, form div {
	font-size: 0.8125em;  /* 13px */
}

/* deal with likely (but certainly not all) inherited shrinkage */

ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
}

/* size headings using classic scale of 14, 16, 18, (21), 24 */

h1 {
	font-family: "Lucida Sans", Verdana, sans-serif;
	color: #666;
	font-size: 1.38em;
	font-weight: 100;
}
h2 {
 	font-family: "Lucida Sans", Verdana, sans-serif;
	color: #666;
	font-size: 1.13em;
	font-weight: 100;
}
h3 { 
	font-size: 1.0em;     /* 16px */ 
}
h4 { 
	font-size: 0.875em;   /* 14px */ 
}
h5, h6 { 
	font-size: 0.8125em;  /* 13px */ 
}

/* @end */

/* @group Margins */

p, ul, ol, dl, address, table, blockquote, pre, fieldset {
	margin-bottom: 1.385em; /* 18px */
}

form {
	margin-bottom: 1.125em; /* 18px */
}

h1 {
	margin-bottom: 0.75em; /* 18px */
}

h2 {
	margin-top:1.5em;	   /* 27px */
	margin-bottom: 0.5em;  /* 9px */	
}

h3 {
	margin-top:1.6875em;     /* 27px */
	margin-bottom: 0.5625em; /* 9px */	
}

h4 {
	margin-top:1.286em;	   /* 18px */
	margin-bottom: 0.643em; /* 9px */
}

ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0;
}

/* @end */

/* @group Lists */

.prose ul, ul.bullets, ul.bullets ul {	/* unordered lists more often DON'T require bullets except in extended bits of writing - use the .prose class or apply directly with .bullets */
	list-style-type: disc;
	margin-left: 1.385em; /* 18px */
}

ol {	/* ordered lists usually DO require bullets */
	list-style-type: decimal;
	margin-left: 2.077em; /* 27px */
}

dt {
	font-weight: bold;
	margin-top: 1.385em; /* 18px */
}

/* @end */

/* @group Tables */

caption {
	font-weight: normal;
	color: #999;
	padding-bottom: 0.643em; /* 9px */
	font-size:1.077em; /* 14px */
}

thead th {
	border-top: none;
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0; /* 9px */
}

tbody {
	border-top: none;	/* not rendered in IE6/7 */
}

tbody tr th, tbody tr td {
	border-top: none;
}

th, td {
	border-bottom: none;
	border-right: none;
	text-align: left;
	padding: 0.385em; /* 5px */
}

/* @end */

/* @group Blockquotes */

blockquote {
	font-style: italic;
	margin-left: 1.385em; /* 18px */
	margin-right: 1.385em; /* 18px */
}

blockquote cite, blockquote em {
	font-style: normal;
}

/* @end */

/* @group Forms */

form .container {
	margin-bottom: 1.385em; /* 18px */
}

label {
	font-weight: bold;
}

form .help {
	display: block;
	color: #777;
	font-style: normal;
	font-size: 0.846em; /* 11px */
}

input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}


textarea, input[type='text'], input[type='password'], select {
	border-width: 1px;
	border-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #888;
	outline: 2px solid #ffffaa;
}

input.short {
	width: 4em;
}

input.medium, textarea.medium {
	width: 12em;
}

input.long, textarea.long {
	width: 30em;
}

textarea {
	width: 99%;
	display: block;
	padding: 1px 3px;
}

.meta-label {
	font-weight: bold;
	margin-bottom: 0;
}

.multi-container label, .radio-container label, .checkbox-container label {
	font-weight: normal;
}

.radio-container label, .checkbox-container label {
	display: block;
}

.compact label {
	display: inline;
}

/* @group Fieldsets */

fieldset {
	border: 1px solid #ccc;
	padding: 0 1.385em 0.692em 1.385em; /* 9px 18px 0 18px */
}

legend {
	font-weight: bold;
}

form fieldset .container {
	margin-top: 1.385em; /* 18px */
	margin-bottom:0;
	position: relative;
	top: -0.692em; /* fudge to deal with IE fieldset margin/padding */
}

/* @end */

.button-container input {
	font-weight: bold;
}

.button-container input.cancel {
	font-weight: normal;
}

button.link {
	border: 0;
	padding: 0;
	background-color: #fff;
	font-weight: normal;
	cursor: pointer;
	width: auto;
	overflow: visible;
}

/* @end */

/* @group Other styling */

address {
	font-style: normal;
}

pre, code, kbd, tt, samp, tt {
	font-family: "andale mono", monospace;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

/* @end */

