body, table, tr, td, div, form {
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
html {
	background-color: #c2c7ca;
}
body {
	text-align: center;
	background-color: #c2c7ca;
}
#wrapper {
	min-height: 100%;
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

/*********** Header **************/

#header {
	position: relative;
	background: url("/images/top_bg.gif") repeat-x;
	border-top: 6px solid #104355;
	border-bottom: 6px solid #d9e6ee;
	height: 125px;
}
#header h1 {
	float: left;
	margin: 0 0 0 15px;
}
#header h1 a {
	display: block;
	width: 513px;
	height: 125px;
	background: url("/images/title.gif") no-repeat;
	border: 0;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}

/*********** Navigation ************/

#navigation {
	position: absolute;
	left: 580px;
	top: 64px;
	width: 400px;
	height: 61px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	height: 61px;
	margin: 0 11px 0 0;
	padding: 0;
}
#navigation li a {
	display: block;
	height: 61px;
	text-decoration: none;
	color: #fff;
}
#navigation li a span {
	background-image: url("/images/nav_sprites.gif");
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	top: 16px;
	left: 9px;
	cursor: pointer;
}
#navigation a:hover {
	height: 61px;
	background-image: url("/images/nav_sprites.gif");
	background-repeat: no-repeat;
}
#navigation a:hover span {
	background-image: none;
	margin: 0;
}
#nav_about { width: 73px; }
#nav_about a span { background-position: -322px -10px; width: 55px; height: 10px; }
#nav_about a.active span { background-position: -401px -20px; }
#nav_archives { width: 96px; }
#nav_archives a:hover { background-position: -72px 0; }
#nav_archives a span { background-position: -322px -20px; width: 79px; height: 10px; }
#nav_archives a.active span { background-position: -377px -10px; }
#nav_chapters { width: 101px; }
#nav_chapters a:hover { background-position: -167px 0; }
#nav_chapters a span { background-position: -322px -30px; width: 82px; height: 10px; }
#nav_chapters a.active span { background-position: -360px -43px; }
#nav_join { width: 55px; }
#nav_join a:hover { background-position: -267px 0; }
#nav_join a span { background-position: -322px -40px; width: 38px; height: 13px; }
#nav_join a.active span { background-position: -404px -30px; }
div.pointer {
	width: 21px;
	height: 11px;
	position: absolute;
	top: 120px;
	background: url("/images/nav_pointer.gif") no-repeat;
}
#about_pointer { left: 606px; }
#archives_pointer { left: 700px; }
#chapters_pointer { left: 810px; }
#join_pointer { left: 900px; }

/*********** Search *************/

#search_box {
	float: right;
	width: 247px;
	height: 26px;
	margin: 6px 6px 0 0;
	background-color: #8c9fa5;
	display: none;
}
#search_box fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	width: 237px;
	height: 20px;
	padding: 3px 6px;
}
#search_box label {
	color: #fff;
	font: 12px/16px Georgia, Times, serif;
	font-weight: bold;
	float: left;
	margin: 2px 5px 0 2px;
}
#search_box input {
	border: 1px solid #5a737c;
	background: #fff url("/images/input_bg.gif") repeat-x;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 0 0;
	float: left;
	width: 153px;
	height: 16px;
}
#search_box button {
	float: left;
	background: url("/images/search_arrow.gif") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0 0 0 5px;
	width: 20px;
	height: 20px;
}

/************ Status *************/

#member_status {
	float: right;
	margin: 6px 6px 0 0;
	padding: 3px 6px;
	background-color: #8c9fa5;
}
#member_status a {
	color: #eef8ff;
	text-decoration: underline;
}
#member_status a:hover, #member_status a:focus {
	color: #fff;
}

/******************** Main ***********************/

#main {
	background: url("/images/white_helix_bg.jpg") no-repeat 15px 0px;
	margin-bottom: 14px;
	min-height: 404px;
}

/************* Side **************/

div.side {
	float: right;
	clear: right;
	width: 255px;
	margin: 0 16px 0 0;	
}
div.sideBox {
	margin: 14px 0 0 0;
	width: 254px;
	background-color: #e9f1f6;
	border: 1px solid #c3d0d4;
}
div.sideBox h1 {
	margin: 6px 9px 4px 9px;
	line-height: 24px;
}
div.sideBox ul {
	margin: 0;
	padding: 0 9px;
	list-style-type: none;
}
div.sideBox ul li {
	border-top: 1px dotted #95b0b8;
	padding: 6px 0 6px 9px;
	line-height: 14px;
	background: url("/images/arrow_right.gif") no-repeat 0 11px;
}
div.sideBox ul li a {
	color: #006083;
	font-weight: bold;
	text-decoration: none;
}
div.sideBox ul li a:hover {
	color: #000;
}
div.sideBox p {
	border-top: 1px dotted #95b0b8;
	margin: 0 9px;
	padding: 4px 0 7px;
	font-size: 13px;
}
div.sideBox p a {
	color: #247cb1;
}
div.sideBox p a:hover {
	color: #000;
}
a.sponsor {
	margin: 14px 0 0 0;
	width: 256px;
	height: 256px;
	display: block;
}

/************ Content **************/

div.content {
	margin: 0;
	padding: 0 16px 14px 16px;
}
div.content.wide {
	margin: 0 16px 0 0;
}
div.content h1 {
	border-bottom: 1px dotted #bfc9d0;
	padding-bottom: 4px;
}
div.content p.cite {
	margin: 8px 0 0;
	font-style: italic;
	color: #444;
}
div.content p.excerpt {
	margin: 4px 0 0;
	font-size: 13px;
}
div.content p.links {
	color: #444;
	margin: 4px 0 0;
}
div.content a {
	color: #247cb1;
}
div.content a:hover {
	color: #000;
}

/*********** Footer *************/

div.clearer {
	clear: both;
	height: 60px;
}
#footer {
	border-top: 6px solid #d9e6ee;
	background-color: #496b77;
	height: 18px;
	padding: 12px 0 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
}
#footer p.links {
	float: right;
	color: #ccc;
	margin: 0 20px 0 0;
}
#footer p.copyright {
	color: #fff;
	margin: 0 0 0 20px;
}
#footer p a {
	color: #dff2ff;
}
#footer p a:hover {
	color: #fff;
}

/************ Modal **************/

#overlay {
	background-color: #000;
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
#modal {
	left: 0;
	top: 45%;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}
#modal div.info {
	width: 662px;
	margin: 0 auto;
	padding: 0;
	height: 37px;
	text-align: left;
	background: #c2e3ee url("/images/icons/information.png") no-repeat 10px 11px;
	border: 4px solid #8abaca;
}
#modal div.info span {
	display: block;
	float: left;
	line-height: 21px;
	height: 21px;
	font: 18px Georgia, sans-serif;
	margin:	8px 0 8px 36px;
}
#close_modal {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	margin: 11px 10px 10px;
}

/************ General Styling ************/

a img {
	border: 0;
}
h1, h2, h3 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin: 14px 0 0 0;
}
h1 { font-size: 24px; line-height: 26px; }
h2 { font-size: 18px; line-height: 22px; margin-bottom: 8px;}
h3 { font-size: 16px; }
p { margin: 7px 0 0; }
div.content.article p, div.content.page p { margin: 12px 0 0; }
p.tags img {
	position: relative;
	top: 4px;
	margin-right: 2px;
}
hr {
	border: none;
	border-bottom: 1px dotted #bfc9d0;
	background-color: transparent;
	height: 1px;
}
blockquote {
	font: 13px Georgia, Times, serif;
	color: #3a464e;
	background: #e8f2f8 url("/images/blockquote.gif") no-repeat top left;
	display: block;
	padding: 1px 10px 8px 60px;
	width: 440px;
	margin: 12px auto;
	min-height: 44px;
	clear: left;
}
blockquote p {
	margin: 8px 0;
}

/************ Journal ************/

div .mag_img{
	width: 25%;
	float: left;
	margin-bottom: 30px;
}
div .mag_txt{
	float: right;
	width: 73%;
}

div .mag{
	clear: both;
	margin-top: 10px;
}
div .mag h1{
	margin-bottom: 20px;
}
div .mag h2{
	margin-bottom: 20px;
}
div #hack1{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
div #hack2{
	margin: auto;
}
.splash{
	margin: 5px;
}
div #pass_form{
padding-top: 18px;
}
.notice
{
  margin: 4px 0;
  padding: 4px 4px 4px 30px;
  background: url(../images/tick.png) no-repeat 10px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #ffc;
}
.sf_admin_list table{
  margin: auto;
}
.sf_admin_list table p{
  margin: 0 !important;
}
.sf_admin_list table td{
  padding: 4px;
}
.sf_admin_actions{
  text-align: center;
}
.staff td{
padding: 15px;
padding-top: 8px;
padding-bottom: 8px;
}
.staff th{
padding: 15px;
padding-top: 10px;
padding-bottom: 10px;
}
.staff{
margin: auto;
}
.sf_admin_form_field_image img{
padding-bottom: 15px;
}
.sf_image_holder{
width: auto;
}