/* @group General styles */
/*
intial 'General styles group' styles based on Harmonise v1.1 By Richard Rutter, altered by Natalie Downe <http://clearleft.com>
Resets styles then adds basic typographical styling
*/

/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

/* @end */


body {
	padding: 0 2%;
	max-width: 61em; /* 1098px */
	min-width: 40em;
	margin: 0 auto;
	/*background: #CEE6E2;*/
	background-color: white;
	color:#5D6D71;
	font-family: Verdanna, "helvetica neue", arial, helvetica, sans-serif;
    font-size:16px;
    line-height:1.125em; /* Baseline grid of 18px */
}

/* @group Links */

a:link,
a:visited,
a:hover,
a:focus,
a:active,
img {
	border: none;
}

a:link, button.link span {
	color: #46A794;
	text-decoration: underline;
}
a:visited {
	color: #3B8677;
	text-decoration: underline;
}
a:hover, button.link:hover {
	color: #FFFFFF; 
	text-decoration: none;
	background-color: #46A794;
}
a:active, a:focus, button.link:focus span, button.link:hover span {
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #46A794; 
}

/* @end */

/* @group Font sizes */



/* 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-size: 1.5em;   /* 24px */
	line-height: 1.125em;  /* 27px */
}
h2 { font-size: 1.125em;   /* 18px */ }
h3 { font-size: 1.125em;     /* 18px */ }
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-top:1.125em;	   /* 27px */
	margin-bottom: 0.75em; /* 18px */
}

h2 {
	margin-top:1.5em;	   /* 27px */
	margin-bottom: 0.5em;  /* 9px */	
	color: #E07013;
}

h3 {
	margin-top:1.6875em;     /* 27px */
	margin-bottom: 0.5625em; /* 9px */	
	color: #E07013;
}

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 */

table {
	border-bottom: 1px solid #666;
}

caption {
	font-weight: bold;
	padding-bottom: 0.643em; /* 9px */
	font-size:1.077em; /* 14px */
}

thead th {
	border-top: 1px solid #666;
	border-bottom: 3px solid #666;
	padding-top: 0;
	padding-bottom: 0.692em; /* 9px */
}

tbody {
	border-top: 3px solid #666;	/* not rendered in IE6/7 */
}

tbody tr th, tbody tr td {
	border-top: 1px solid #ddd;
}

th, td {
	text-align: left;
	padding: 0.385em 0.692em 0.308em 0.692em; /* 5px 9px 4px 9px */
}

/* @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 */

/* @group Containers */

form .container {
	margin-bottom: 1.385em; /* 18px */
}


/* @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 */

/* @end */

/* @group Labels */

label {
	font-weight: bold;
	cursor: pointer;
}

.meta-label {
	font-weight: bold;
	margin-bottom: 0;
}

.radio-container label, 
.checkbox-container label {
	display: block;
}

.compact label {
	display: inline;
}

p.help {
	margin-top: 0;
}

/* @end */

/* @group Meta */

form .help {
	display: block;
	color: #777;
	font-style: normal;
	font-size: 0.846em; /* 11px */
}

/* @end */

/* @group Form controls */

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;
	padding: 0 1px 1px 1px;
}

textarea:focus, input[type='text']:focus, 
input[type='password']:focus, select:focus {
	border-color: #888;
}

input.short {
	width: 4em;
}

input.medium, textarea.medium {
	width: 12em;
}

input.long, textarea.long {
	width: 30em;
}

textarea {
	width: 99%;
	display: block;
	color: black;
	padding: 0.5em 0.5em 0.4em 0.5em;
	line-height: 1.3;
	font-family: monospace;}

.button-container input {
	font-weight: bold;
}
button {
	background-color: #228ED1;
	color: white;
	font-weight: bold;
	border-color: #228ED1;
	border-width: 2px;
	margin-top: 2em;
}

.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;
}

/* accessability feature, resize check and radio inputs */
.radio-container input, 
.checkbox-container input,
input.checkbox,
input.radio {
	width: 1em;
	height: 1em;
}

/* @end */

/* @end */

/* @group Other styling */

address {
	font-style: normal;
}

pre, code, kbd, tt, samp, tt {
	font-family: "andale mono", monospace;
}
code, samp {
	color: black;
	padding: 0 0.3em;
	background-color: #C0D9E8;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

/* @end */

/* @end */

/* @group Helper styles */

/* @group feed */

p.subscribe {
	margin-top: 2em;
}
p.subscribe a {
	background-image: url(/static/img/feed.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 27px;
}
/* @end */

/* @group introduction */

.intro {
	font-size: 1.5em;
}
.intro strong,
.intro em {
	color: #228ED1;
}

/* @end */

/* @group Tags */

a.tag0{font-size:0.6em;}
a.tag1{font-size:0.8em;}
a.tag2{font-size:0.9em;}
a.tag3{font-size:1em;}
a.tag4{font-size:1.1em;}
a.tag5{font-size:1.2em;}
a.tag6{font-size:1.3em;}
a.tag7{font-size:1.5em;}
a.tag8{font-size:1.7em;}
a.tag9{font-size:1.9em;}
a.tag10{font-size:2em;}

/* @end */

/* @end */

/* @group Page structure */

/* @group Header */

#header {
	background-color: #DEE4E6;
	text-align: right;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	padding:  2em 2em 1em 2em;
	margin-top: 2em;
}
#header a:link, 
#header a:visited, 
#header a:hover, 
#header a:active, 
#header a:focus {
	outline: 0;
	background-color: #DEE4E6;
}
#header img {
	max-width: 100%;
}

/* @end */

/* @group Banner */

#banner {
	background-color: #DEE4E6;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
}
#tagcloud {
	background-color: #DEE4E6;
	width: 35%;
	float: left;
	margin: 2em 2em 0 2em;
	display: inline;
}
#summary {
	width: 50%;
	padding: 1em;
	background-color: white;
	margin-right: -1px;
	float: right;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 0;	
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 0;
	color: #202020;
	font-size: 1.5em;
	line-height: 1.3;
	display: inline;
}
#summary em {
	font-weight: bold;
	font-style: normal;
}
#summary p.download {
	margin-bottom: 0;
}
#summary p.download a:link,
#summary p.download a:visited,
#summary p.download a:hover,
#summary p.download a:active,
#summary p.download a:focus {
	text-decoration: none;
	background-image: url(/static/img/go_orange.png);
	padding-left: 40px;
	padding-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
}

/* @end */

/* @group Content */

#content {
	width: 100%;
	overflow: hidden;
	padding: 2em 0;
	background-color: #DEE4E6;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;	
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}
#primary {
	margin: 0 0 0 2em;
	padding: 0;
	width: 60%;
	float: left;
	position: relative;
	line-height: 1.3;
	display: inline;
}

#primary ul,
#primary ol,
#primary ul li {
	padding: 0 0 0 20px;
	background-position: left center;
	background-image: url(/static/img/bullet_orange.png);
	background-repeat: no-repeat;
}
#secondary ul,
#secondary ol {
	margin-top: 1em;
	position: relative;
	zoom:1;
}
#secondary {
	width: 25%;
	float: right;
	display: inline;
}
#secondary ol {
	margin-left: 0;
	padding: 0;
}
#secondary li {
	margin: 0 0 0.5em 2em;
}
#tertiary {
	clear : both;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
}
#footer p {
	margin: 1em;
	text-align: right;
	color: #A5AAAB;
}

/* @end */

/* @end */

/* @group Overrides */

/* @end */

