/* CSS Document */

/*
colours
========================
blue			#00B2D8
pink			#EC2B7C
header grey		#232323
nav grey		#292929
nav text grey	#BFBFBF
nav border grey #2E2E2E
column grey		#F3F3F3
border grey		#BEBEBE
*/

/* @group site defaults */

* { margin: 0; padding: 0; }

html { }

body { margin: 0 auto; width: 940px; color: #000; font: normal 14px/1.4 Helvetica, Arial, sans-serif; }

a { color: #00B2D8; text-decoration: underline; }
a:hover { text-decoration: none; }
p { display: block; margin: 1em 30px; }
h1, h2, h3 { display: block; margin: 0 30px; color: #00B2D8; }
h1 { font-size: 30px; }
h2 { font-size: 24px; margin: 0 0 1em 0; background: url(/site/images/tab-bg-white.png) no-repeat left top; width: 350px; height: 40px; line-height: 40px; padding-left: 15px; font-weight: normal; }
h3 { font-size: 20px; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
br.clear { display: block; }

a img { border: 0; }

img.left { margin: 0px 10px 10px 0px }
img.right { margin: 0px 0px 10px 10px }
img.center { display: block; margin: 0px auto; }

/* @group image sizes */

/* Small: small=100x0@100% */
img.small { width: 100px; }
/* Medium: medium=230x0@100% */
img.medium { width: 230px; }
/* Large: large=448x0@100% */
img.large { width: 448px; }
/* Sidebar: sidebar=300x0@100% */
img.sidebar { width: 300px; }
/* Bottle: bottle=35x0@100% */
img.bottle { width: 35px; }

/* @end */

table { width: 95%; border-collapse: collapse; }
table th { background: #eee; xcolor: #000; padding: 2px; border: #ddd solid 1px; }
table td { padding: 1px 2px; border: #eee solid 1px; }

.error { display:none; font-size: 14px; color: red; }

/* @end */


/* @group main layout */

#header,
#intro,
#content,
#footer { display: block; width: 940px; margin: 0px auto; background: #232323; }

#content { width: 938px; background: url(/site/images/page-bg.png) repeat-y center top; border: 1px solid #BEBEBE; }
#content.single { background: none; }
#content.split { background: url(/site/images/split-bg.png) repeat-y center top; }
#content #content-primary,
#content #content-secondary { display: block; float: left; padding: 20px 0;  }
#content #content-primary { width: 613px; }
.editormaintext { display: block; float: left; width: 613px; padding: 5px;}
#content.single #content-primary { width: 938px; }
#content.split #content-primary { width: 469px; }
#content #content-secondary { width: 324px; }
.editorsidebartext { display: block; float: left; width: 324px; padding: 5px; }
#content.split #content-secondary { width: 468px; }

/* @end */


/* @group header */

#header { position: relative; height: 180px; }
#header img#logo { float: left; margin: 15px 0 0 25px; }

#search-form { display: block; float: right; margin-right: 25px; width: 300px; height: 43px; padding: 10px 0 0 27px; background: url(/site/images/search-bg.png) no-repeat center top; }
#search { height: 20px; width: 220px; border: 0; background: #BEBEBE; margin-right: 10px; }
#search-submit { border: 0; background: #292929; font-size: 13px; color: #BFBFBF; }

#quicknav { display: block; width: auto; float: right; clear: right; padding-right: 40px; }
#quicknav li { display: block; float: left; padding: 10px; }
#quicknav li a { display: block; float: left; height: 32px; width: 32px; text-indent: -10000px; overflow: hidden; }
#quicknav li a:hover { xtext-decoration: underline; }

a.home { background: url(/site/images/home.png) no-repeat center center; }
a.contact { background: url(/site/images/contact.png) no-repeat center center; }
a.rss { background: url(/site/images/rss.png) no-repeat center center; }
a.twitter { background: url(/site/images/twitter.png) no-repeat center center; }

/* @group navigation */

#navigation ul { display: block; position: absolute; bottom: 0; right: 20px; xmargin: 113px 25px 0 0; }
#navigation ul li { display: block; float: left; padding: 0 5px; }
#navigation ul li a { display: block; float: left; width: 158px; height: 44px; line-height: 44px; background: url(/site/images/nav-bg.png) no-repeat center top; color: #BFBFBF; font-size: 18px; text-align: center; text-decoration: none; xfont-weight: bold; }
#navigation ul li a:hover { color: #00B2D8; }

/* @end */

/* @end */

/* @group intro */

#intro.level1 { padding: 50px 50px 0 550px; width: 340px; height: 250px; text-align: right; font-size: 24px; color: white; }
#intro.home { background: url(/photos/intro-home.jpg) no-repeat left top; }
#intro.events { background: url(/photos/intro-events.jpg) no-repeat left top; }
#intro.join { background: url(/photos/intro-join.jpg) no-repeat left top; }
#intro.catalysts { background: url(/photos/intro-catalysts.jpg) no-repeat left top; }
#intro.about { background: url(/photos/intro-about.jpg) no-repeat left top; }

#intro.level2,
#intro.level3 { height: 50px; text-indent: -10000px; overflow: hidden; background-position: 0 -167px; }
/* @end */

/* @group content */

#content-secondary h2 { color: #EC2B7C; background: url(/site/images/tab-bg-grey.png) no-repeat left top; }
#content-primary h3 { color: #EC2B7C; }

#content-primary ol,
#content-primary ul,
#content-secondary ol,
#content-secondary ul { margin: 1em 0; padding-left: 50px; padding-right: 30px; }
#content-primary li,
#content-secondary li { margin-bottom: 0.5em; }


blockquote { margin: 1em; background: #e7e7e7; padding: 1em; }

.event { display: block; margin: 1em 30px; padding: 1em 0; background: #f3f3f3; border: 1px solid #BEBEBE; }
.event ul.details { display: block; float: right; width: 45%; }
.event ul.details li { display: block; border-bottom: 1px solid #BEBEBE; font-weight: bold; margin-right: 30px; line-height: 2em; }
.event p { width: 45%; }

hr { width: 100%; height: 1px; margin-bottom: 1em; background: #bebebe; border: 0; }

.navbar { display: block; background: #f3f3f3; margin: 1em 0; padding: 10px 30px; border-right: 1px solid #BEBEBE; }

/* @end */



/* @group footer */

#footer { clear: both; height: 100px; }

/* @end */




/* @group form layout - wufoo */

/* @group form */

#responseform { padding: 0 30px; }

input { border: 0 none; padding: 0; }

form ol { margin: 0 !important; padding: 0 !important; list-style-type: none; width: 100%; }
form li { margin: 0; width: 62%; padding: 4px 5px 2px 9px; position: relative; xwidth: 178px; }
form li ol li { width: auto; }

form li:after,
.buttons:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

form li,
.buttons { display: inline-block; }
* html form li,
* html .buttons { height: 1%; }

form li,
.buttons { display: block; }

form li ol li { margin: 0 4px 0 0; padding: 0 0 8px 0; }
form li ol li { float: left; }
form li.left { display: inline; width: 48%; }
form li.right { display: inline; width: 48%; }
form li.left .medium,
form li.right .medium { width: 100%; }

form li ol li label { padding-top: 3px; clear: both; color: #999; display: block; }
form li .datepicker { float: left; margin: .1em 5px 0 0; padding: 0; width: 16px; height: 16px; cursor: pointer !important; }

.info,
fieldset { border-style: none; border-bottom: 1px dotted #999; margin: 1.5em 0; padding-bottom: 1em; }
legend { font-size: 120%; margin-left: -7px; color: #2b2b2b; font-weight: bold; }
fieldset>legend { margin-left: 0; }

/* @end */

/* @group fields and labels */

label.desc { display: block; padding: 0 0 1px 0; line-height: 1.5; color: #2b2b2b; }

input.text,
input.file,
textarea.textarea,
select.select { margin: 0; font-size: 100%; xcolor: #000; }

input.text,
textarea.textarea,
.firefox select.select { border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #ddd; background: #fff url(/site/images/fieldbg.gif) repeat-x top; }

input.text,
input.file { padding: 2px 0 2px 0; }

input.checkbox,
input.formradio { display: block; line-height: 1.4em; margin: 6px 0 0 3px; width: 13px; height: 13px; }
label.choice { display: block; line-height: 1.4em; margin: -1.55em 0 0 25px; padding: 4px 0 5px 0; width: 90%; }
label.list { margin-left: 50px; }

textarea.textarea{ font-family: Helvetica, Arial, sans-serif; }

select.select { margin: 1px 0; padding: 1px 0 0 0; }
select.select[class]{ margin: 0;	padding:1px 0 1px 0; }
*:first-child+html select.select[class]{ margin: 1px 0; }
.safari select.select { margin-bottom: 1px; font-size: 120% !important; }

/* @end */

/* @group sizes */

.third { width: 32% !important; }
.half { width: 48% !important; }
.full { width: 100% !important; }

input.tiny,
select.tiny { width: 40px; }

input.small,
select.small { width: 25%; }

input.medium,
select.medium { width: 50%; }

input.large,
select.large,
textarea.textarea { width: 100%; }

textarea.small { height: 5.5em; }
textarea.medium { height: 10em; }
textarea.large { height: 20em; }

/* @end */

/* @group required */

form .req { float: none; color: red; font-weight: bold; }

/* @end */

/* @group instructions */

form li.focused { background: #f6fafd; }
form li.focused label { xcolor: #000; }
form .instruct { position: absolute; top: 0; left: 100%; z-index: 70; width: 42%; margin: 0 0 0 8px; padding: 8px 10px 9px 10px; border: 1px solid #fdf9d9; background: #fdf9d9; line-height: 130%; font-size: 90%; xcolor: #000; visibility: hidden; }
form .instruct small { font-size: 105%; }
form li.focused .instruct,
form li:hover .instruct{ visibility: visible; }

/* @end */

/* @group buttons */

.buttons { clear: both; margin-top: 10px; margin-bottom: 20px; border-top: 1px dotted #fff; padding-top: 10px; }
.buttons input { width: auto; overflow: visible; border: 1px solid #7c7c7c; margin: 0px 10px; padding: 0px 10px; }

/* @end */


/* @end */

/* Styles that need to be added to the CMS */
/* Red: Red */
.red { color: red; }

/* Green: green */
.xgreen { color: green; }

/* Border: border */
.border { padding: 10px; border: 1px dotted black; }

/* Border (red): bordered */
.bordered { padding: 10px; border: 1px solid red; }
