/* @group General styles */
/*
Harmonise v1.3
Resets styles then adds basic typographical styling.
Use as a starting point upon which to build more CSS.
By Clearleft.com
*/

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

/* @end */


body {
	padding: 0 2%;
	max-width: 79em; /* 1106px */
	margin: 0 auto;
	background: black;
	color:white;
    font-size:12px;
    line-height:1.5em; /* Baseline grid of 21px */
}

a:link, 
button.link span {
	color: #0063DC;
	text-decoration: underline;
}
a:visited {
	color: #1057ae;
	text-decoration: underline;
}
a:hover, 
a:focus,
button.link:hover,
button.link:focus span {
	color: #FFFFFF; 
	text-decoration: none;
	background-color: #0063DC;
}
a:active, 
button.link:active span {
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #0259C4; 
}

/* @group Font families */

body {
	font-family: Verdana, "helvetica neue", arial, helvetica, Arial, sans-serif;
}

pre, code, kbd, tt, samp, tt {
	font-family: "andale mono", monospace;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Futura,"Avant Garde","Century Gothic","Gill Sans MT",sans-serif;
	color: #FF6600;
}

/* @end */

/* @group Font sizes & margins */

p, ul, ol, dl, address, table, pre, form, fieldset {
	font-size: 1em /* 14px */;
	margin-bottom: 1.5em; /* 21px */
}

/* size headings using classic scale of 16, 18, 24, 36 */

h1 {
	font-size: 2.571em /* 36px */;
	line-height:1em /* 36px */;
	margin-top:1em /* 6px */;
	margin-bottom:1.2em ;
}
h2 {
	font-size:1.714em /* 24px */;
	line-height:1.167em /* 28px */;
	margin-top:1.75em /* 42px */;
	margin-bottom:0.5833em /* 14px */;
	background-image: url(http://static.ning.com/robotbrighton/widgets/index/gfx/themes/Encore/xg_module_head.gif?v=3.10.3%3A12834);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 17px;
	clear: both;
}
h3 {
	font-size:1.286em /* 18px */;
	margin-top:1.556em /* 28px */;
	margin-bottom:0.778em /* 14px */;
}
h4 {
	font-size:1.143em /* 16px */;
	margin-top:1.3125em /* 21px */;
	margin-bottom:0.4375em /* 7px */; 
}
h5, h6 {
	font-size:1em /* 14px */;
}

/* @end */

/* @group Lists */

.prose ul, ul.xoxo, ul.xoxo ul {
/* unordered lists more often DON'T require bullets except in extended bits of writing. Where bullets are required apply the .prose class to a container, or apply directly with .xoxo */
	list-style-type: disc;
	margin-left: 1.5em; /* 21px */
}

ol {	/* ordered lists usually DO require (numbered) bullets */
	list-style-type: decimal;
	margin-left: 2em; /* 28px */
}

dt {
	font-weight: bold;
	margin-top: 1.5em; /* 21px */
}

ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0;
}

/* @end */

/* @group Tables */

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

caption {
	font-weight: bold;
	padding-bottom: 0.4375em; /* 7px */
	font-size:1.144em; /* 16px */
}

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

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.286em 0.5em 0.214em 0.5em; /* 4px 7px 3px 7px */
}

/* @end */

/* @group Blockquotes */

blockquote {
	font-style: italic;
	margin:0  1.5em  1.5em 1.5em; /* 21px */
}

p+p+blockquote {
	margin-top: 1.5em /* 21px */;
}

blockquote cite, blockquote em {
	font-style: normal;
}

/* @end */

/* @group Other styling */

address {
	font-style: normal;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

/* @end */


/* @end */

/* @group Helper styles */




/* @group Forms */

/* @group Containers */

form {
	margin-top: 2.5em;
}
form .container {
	margin-bottom: 1.5em; /* 21px */
}


/* @group Fieldsets */

fieldset {
	border: 1px solid #ccc;
	padding: 0 1.5em 1em 1.5em; /* 0 21px 14px 21px */
}

legend {
	font-weight: bold;
}

form fieldset .container {
	margin-top: 1em; /* 14px */
	margin-bottom:0;
	position: relative;
}

/* @end */

/* @end */

/* @group Labels */

label {
	font-weight: bold;
	cursor: pointer;
	color: #FF6600;
}

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

.text-container label {
	display: block;
	clear: left;
	width: 5em;
	float: left;
}
.textarea-container label {
	display: block;
	margin-bottom: 0.3em;
}
.multi-container label, 
.radio-container label, 
.checkbox-container label {
	font-weight: normal;
}

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

.compact label {
	display: inline;
}

/* @end */

/* @group Meta */

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

/* @end */

/* @group Form controls */

input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
	line-height: inherit;
}

select {
	background-color: #fff; /* fixes bug in Opera which inherits bgcolor from container */
}

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;
	outline: 2px solid #ffffaa;
}
.text-container input {
	padding: 0.3em;
}

input.short {
	width: 4em;
}

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

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

textarea {
	width: 99%;
	display: block;
}

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

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

/* @end */

/* @end */

/* @end */

/* @group Page structure */

#pageWrapper {
	color: #545454;
	width: 955px;
	margin: 0 auto;
	background-color: white;
}

/* @group Header */

#header {
	background-image: url(../img/br_header.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: black;
	position: relative;
}

#header a:link, 
#header a:visited, 
#header a:hover, 
#header a:focus, 
#header a:active {
	display: block;
	text-decoration: none;
	background: none;
	text-indent: -5000px;
	height: 180px;
	width: 955px;
}
#header h1 {
	margin: 0;
}

#header p{
	position: absolute;
	top: 5px;
	left: 1em;
	font-size: 1.2em;
	color: white;
}

#navigation {
	display:block;
	margin:0;
}

#navigation ul {
	margin:0;
	font-size:1.1em;
	margin-bottom:0.4em;
	line-height:1.5em;
	padding:0;
	background-color:black;
	overflow: hidden;
	width: 100%;
}

#navigation ul li {
	background-image: url(http://static.ning.com/robotbrighton/widgets/index/gfx/themes/Encore/xg_navigation_ul_li.gif?v=3.10.3%3A12834);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
	float:left;
	font-weight:bold;
	margin:0 0 0 3px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:1em;
	margin-bottom:0.4em;
	font-family:Verdana,Helvetica,Arial,sans-serif;
}

#navigation ul li.first {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}

#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:focus,
#navigation a:active {
	color:#D91313;
	background-color: transparent;
	line-height:2em;
	padding:0 6px;
	text-decoration:none;
}

#navigation a:hover,
#navigation a:focus{
	color:#FFFFFF;
}


/* @end */

/* @group Footer */

#footer {
	background-color: black;
	color: white;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	width: 100%;
	overflow: hidden;
}
#footer p {
	margin: 0;
}
#footer p.copyright {
	width: 45%;
	float: left;
}
#footer p.blog {
	width: 45%;
	float: right;
	text-align: right;
}
#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:focus, 
#footer a:active {
	color: white;
	background-color: black;
}

/* @end */
.prose {
	padding: 1.5em;
}

.primary {
	width: 75%;
	float: right;
	padding-left: 3%;
	border-left: 1px solid #CCC;
}

.secondary {
	width: 20%;
	float: left	;
}

/* @end */
/* @group Page Components */

/* @group Comments */

.comment {
	border-top: 1px solid;
	padding-bottom: 1em;
}

/* @end */

/* @group Split Text and video */

.video {
	width: 410px;
	float: left;
}
.text {
	width: 470px;
	float: right;
}

/* @end */

/* @group Submitted state */

#submittedState {
	color:#545454;
	line-height:1.5em;
	margin:0;
	padding:0;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/* @end */



/* @end */
/* @group Overrides */

/* @end */