* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(/img/bg.png);
	color: #222;
	font-size: 62.5%; /* This sets the font to a 10px base, so 1em = 10px */
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
}

.caps {
	letter-spacing: 0.05em;
}

/* LAYOUT */

#accessibility {
	position: absolute;
	top: -10000px;
}

#head { 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 175px;
	background: url(img/head_bg.png) left top repeat-x;
}

#logo h1 {
	left: 0px;
	top: 0px;
	width: 720px;
	height: 230px;
	margin: 0px;
	padding: 0px;
	text-indent: -1000em;
	background: url(/img/banner.png) left top no-repeat;
	z-index: 1;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	margin: 0;
	padding-top: 1em;
	background: url(/img/bg.png) left top repeat-y;
	border-top: 3px solid #660000;
	text-align: center;
}

#wrap {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 50px;
	margin-top: -175px;
	overflow: hidden;
	background: url(/img/wrap_bg.png) left top repeat-y;
	text-align: left;
}

#content {
	width: 750px;
	padding: 0;
	margin: -20px 0 0;
	float: right;
	text-align: center;
}

#main {
	float: left;
	width: 480px;
	margin: -20px 15px 0 30px;
}

#subcol {
	float: right;
	width: 200px;
	margin-right: 10px;
	padding-left: 14px;
	padding-bottom: 30px;
	border-left: 1px dotted #660000;
}

#rail {
	clear: left;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-left: 10px;
	background: url(/img/nav_bg.png) left top;
	z-index: 5;
}

/* TYPOGRAPHY */

#main h1,
#main h2,
#main h3,
#main h4,
#main h5 {
	font-family: "Candara", "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	text-align: left;
}

#main h1 {
	font-size: 3.48em;
	line-height: 1.3em;
	font-weight: normal;
	margin: .25em 0 .5em;
	color: #555;
	border-bottom: 3px solid #660000;
}

#main h2 {
	font-size: 2.62em;
	line-height: 1em;
	font-weight: normal;
	margin: .6em 0 .4em;
	padding-left: 1.31em;
	text-indent: -1em;
	text-transform: uppercase;
	color: #777;
	clear: right;
}

#info h2 {
	clear: both;
}

#main h3 {
	font-size: 2.32em;
	font-weight: normal;
	line-height: 1em;
	margin: .7em 0 .3em;
	padding-left: 1.16em;
	text-transform: capitalize;
	color: #888;
}

#main h3.event {
	clear: both;
	padding-left: 0;
}

#main h4 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em;
	margin: .75em 0 .45em;
	text-transform: none;
	color: #999;
}

#main h4.board_header {
	clear: both;
}

#main h5 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: .8em 0 .3em;
}

#main h2 + h3,
#main h2 + h4,
#main h2 + h5,
#main h3 + h4,
#main h4 + h5 {
	margin-top: 0;
}

#main p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 0 .5em 0;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#main p + p {
	text-indent: 1.6em;
}

#main p.right {
	float: right;
	clear: right;
}

#main p.right_boxed + p {
	text-indent: 0;
}

#main p.small {
	font-size: 1em;
}

#main p.small_right {
	clear: both;
	float: right;
	padding-top: 20px;
	font-size: 1em;
}

#main p.small_left {
	clear: both;
	text-indent: 0;
	font-size: 1em;
}

#main p.caption {
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
}

#main p.inner_nav {
	margin-top: -10px;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: center;
	text-transform: capitalize;
}

#main p.sig {
	text-indent: 0;
	padding-top: 20px;
}

.right_boxed {
	float: right;
	margin: 10px 0 5px 10px;
	padding: 7px;
	background: #f1f1f1;
	border: 2px solid #660000;
}

#main .right_boxed h3 {
	margin: 0;
	padding: 0;
}

#main .right_boxed ul {
	width: 150px;
	list-style-type: square;
	margin-left: 1em;
	padding-left: 1em;
}

.clear {
	clear: both;
}

.ie {
	text-transform: lowercase;
	font-style: italic;
}

#subcol img {
	padding-left: 3px;
	vertical-align: text-bottom;
}

#subcol p {
	margin-left: -14px;
}

#subcol p, #subcol li {
	font-size: 1em;
}

#subcol li {
	text-transform: none;
}

#subcol h1.recent {
	background: url(/img/recent_header.png) left top no-repeat;
	width: 200px;
	height: 40px;
	margin: 0 0 10px -14px;
	text-indent: -2000em;
}

#subcol h1.events {
	background: url(/img/events_header.png) left top no-repeat;
	width: 200px;
	height: 40px;
	margin: 25px 0 5px -14px;
	text-indent: -2000em;
}

#subcol h1.categories {
	background: url(/img/category_header.png) left top no-repeat;
	width: 200px;
	height: 40px;
	margin: 25px 0 5px -14px;
	text-indent: -2000em;
}

#subcol h1.bloglinks {
	background: url(/img/bloglinks_header.png) left top no-repeat;
	width: 200px;
	height: 40px;
	margin: 25px 0 5px -14px;
	text-indent: -2000em;
}

#subcol h1.feeds {
	background: url(/img/feeds_header.png) left top no-repeat;
	width: 200px;
	height: 40px;
	margin: 25px 0 5px -14px;
	text-indent: -2000em;
}

#subcol h2 {
	font-size: 1.42em;
	line-height: 1em;
	font-weight: normal;
	margin: .6em 0 .4em -14px;
	padding: 0;
	text-transform: uppercase;
	color: #888;
	text-align: center;
}

#footer p {
	font-size: 1.1em;
	line-height: 2em;
}

#rail h1 {
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	background: url(/img/nav_top.png) left top no-repeat;
}
	
#rail h2 {
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	background: url(/img/nav_bg.png) left top;
}

#rail p.ie6 {
	font-size: 1.3em;
	padding: 10px 5px;
	color: #fff;
	text-align: left;
}

#rail p.ie6 a {
	color: #ddd;
	text-decoration: underline;
}

/* LINKS */

a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main p a {
	background: #e7e7e7;
	padding: 2px;
}

#main p a:hover {
	padding-bottom: 1px;
	border-bottom: 1px solid #660000;
	text-decoration: none;
}

/* BLOG */

#news #main h1 a,
#conference-highlights #main h1 a {
	color: #555;
}

#news #main h1 a:hover,
#conference-highlights #main h1 a:hover {
	text-decoration: none;
	color: #600;
}

.entry {
	margin-bottom: 4em;
}

#conference-highlights .entry {
	margin-bottom: 0;
}

#news .entrytitle h2,
#conference-highlights .entrytitle h3 {
	padding-left: 0;
	text-indent: 0;
	text-transform: none;
}

#conference-highlights .entrytitle h3 {
	padding-left: 0;
	text-indent: 0;
	text-transform: none;
	letter-spacing: 1px;
}

.entrybody {
	margin: 2em 0;
}

#main .entrybody h1 {
	font-size: 2.32em;
	font-weight: normal;
	line-height: 1em;
	margin: .7em 0 .3em;
	color: #888;
	border: 0;
}

#main .entrybody h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em;
	margin: .75em 0 .45em;
	text-transform: none;
	color: #999;
}

#main .entrybody h3 {
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.2em;
	margin: .8em 0 .3em;
	color: #999;
}

#main .entrybody h4 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
	margin: .75em 0 .45em;
	text-transform: none;
	color: #999;
}

#news #main .entrybody img,
#conference-highlights #main .entrybody img {
	float: right;
}

#news #main .entrybody img.left,
#conference-highlights #main .entrybody img.left {
	float: left;
}

.entrymeta {
	clear: both;
	padding-top: 20px;
	font-size: 0.8em;
}

.editlink{
	font-size: .9em;
	line-height: 1em;
	margin:0;
	padding:0;
}

.morelink a {
	font-size: .9em;
	margin-bottom: 2em;
}

.postedby {
	background: url(/img/page_edit.png) left 50% no-repeat;
	padding: 0;
	padding-left: 20px; 
}

.filedto {
	background: url(/img/folder_page.png) no-repeat;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.navigation,
.article_nav {
	clear: both;
	margin-top: 20px;
}

/* COMMENTS */

#main .odd,
#main .even {
	margin: 0 0;
	padding: 20px 10px;
	border-bottom: 1px solid #660000;
}

#main .even {
	background: #f5f5f5;
}

#main .odd {
}

#main .odd p,
#main .even p {
	font-size: 1.3em;
}

#main p.commenter_info {
	font-size: 1.1em;
	margin-bottom: 20px;
}

.commentslink {
	background: url(/img/comment.png) no-repeat;
	padding: 0px;
	padding-left: 20px;
}

a.comments_invite {
	font-size: 1.1em;
	text-align: left;
}

.comments_error {
	font-size: 1.6em;
	color: red;
}

table.comment_form {
	width: 430px;
}

input, textarea#message {
	border: 1px solid #660000;
	background: #fff;
	font-size: 1.1em;
	color: #000;
}

input.comments_error {
	font-size: 1.1em;
}

input.button {
	padding: 3px 5px;
}

#cpreview {
	margin: 20px 0;
	padding: 0 10px 10px;
	border: 1px solid #660000;
	background: #e7e7e7;
	text-align: center;
}

hr {
	clear: both;
	width: 300px;
	height: 2px;
	margin: 10px auto;
	background: #660000;
}

/* LISTS */

/* Region List */

#main ul, #main ol {
	margin: .5em 0;
	margin-left: 4em;
	padding: 0px;
	font-size: 1.3em;
	list-style-type: circle;
	text-align: left;
}

#main ol {
	list-style-type: decimal;
}

#main li {
	padding-bottom: 5px;
}

#main ul li ul {
	font-size: .9em;
	margin-top: 0.5em;
	margin-bottom: 0;
}

#main div.Accordion {
	clear: both;
	padding-top: 15px;
}

#main h4.stretchtoggle {
	margin-top: 0;
	padding: 0 10px 0 20px;
	color: #660000;
	line-height: 2.3em;
	text-align: left;
	width: 444px;
	height: 2.3em;
	border-right: 1px solid #d0d0d0;
	border-left: 5px solid #660000;
	background: #f0f0f0;
	cursor: pointer;
}

#main h4.stretchtoggle:hover {
	background: #f0f0f0 url(/img/region_bg_over.png)left top no-repeat;
}

#main div.stretcher ul {
	padding-bottom: 2em;
}

#main div.stretcher ul li ul{
	padding-bottom: 0;
}

/* Board List */

#main .board_info {
	padding: 5px 0;
}

#main .board_info-right {
	padding-left: 15px;
}

#main .board_info p,
#main .board_info-left p,
#main .board_info-right p {
	padding: 0 10px 15px;
	font-size: 1.2em;
}

#main .board_info p.hanging {
	text-indent: -3em;
	margin-left: 3em;
}

#main .board_info p.first,
#main .board_info-left {
	clear: left;
	float: left;
	width: 200px;
	text-indent: 0;
}

#main .board_info p.second,
#main .board_info-right {
	float: left;
	width: 200px;
	text-indent: 0;
}

#main .board_info p.centered {
	text-indent: 0;
	text-align: center;
}

/* File Lists */

#main #file_list {
	clear: both;
	margin-top: 15px;
	text-align: left;
}

#main #file_list ul {
	list-style-type: none;
	margin: 15px 0 0 12px;
	padding: 0;
	text-align: left;
}

#main #file_list li {
	list-style-type: none;
	width: 453px;
	height: 33px;
	margin: 0;
	line-height: 33px;
	text-align: left;
	display: block;
	background: url(/img/file_bg.png) left top no-repeat;
	overflow: hidden;
}

#main #file_list li:hover {
	background: url(/img/file_bg_over.png) left top no-repeat;
}

#main #file_list li a {
	width: 423px;
	height: 33px;
	padding-left: 30px;
	font-size: 12px;
	display: block;
}

#main #file_list li a:hover {
	text-decoration: none;
}

#main #file_list .small {
	font-size: 10px;
}

#subcol ul {
	list-style: none;
	width: 214px;
	margin-left: -14px;
	font-size: 1.2em;
}

#subcol ul li{
	padding: 5px 25px;
}

#subcol ul li.odd{
	background: #f0f0f0;
}

/* IMAGES */

#main img {
	margin: 5px;
	padding: 4px;
	border: 1px solid #d0d0d0;
	border-left: none;
	border-top: none;
	background: #f0f0f0;
}

#main img.left {
	float: left;
	margin-left: 0;
}

#main img.right {
	float: right;
	margin-right: 0;
}

#main img.ie {
	float: right;
	margin-right: 0;
	background: none;
	border: none;
}

#photos a img {
	margin: 5px 10px;
}

#photos a img.favicon {
	margin: 0;
}

#footer img {
	vertical-align: text-bottom;
}

/* Photo Album Layout */

#photos #main.album {
	margin-bottom: 2em;
	clear: both;
}

#photos #main dt, #photos #main dd {
	display: inline;
}

#photos #main dl dt {
	width: 220px;
	margin-right: 12px;
	display: block;
	float: left;
}

#photos #main dl dt a {
	display: block;
}

#photos #main dl dt a:hover {
	background: transparent;
}

#photos #main dl dd {
	display: block;
	padding-right: 10px;
}

#photos #main dd h3 {
	display: inline; 
	padding-right: .7em;
	border-right: 1px solid #646245;
	margin-left: 0em;
}

#photos #main .album dd p {
	font-size: 1.2em;
	text-align: left;
}

#photo_nav {
	width: 465px;
	margin: 0 auto;
	margin-top: 30px;
}

#photo_nav p.right,
#photo_nav p.left {
	margin: 0;
	text-indent: 0;
}

/* TABLES */

table {
	margin: 1em 1em 2em 2em;
	font-size: 1.2em;
	border: 1px solid #660000;
	background: #f3f3f3;
	text-align: left;
}

table#center {
	width: 373px;
	margin-left: 74px;
}

th, td {
	padding: .8em;
	text-align: left;
}

/* Sneakiness */

.preloader {
	display: none;
}

/* BLOGGER */

#wrap.blogger {
	width: 800px; 
	background: none;
	text-align: center;
}

#wrap.blogger h2 {
	font-size: 2.62em;
	line-height: 1.5em;
	font-weight: normal;
	margin: .6em 0 .4em;
	text-transform: uppercase;
	color: #888;
	text-align: center;
}

/* PRIVATE */

#private div.ign_login {
	margin: 50px auto;
	width: 300px;
	text-align: left;
}

#private div.ign_login p {
	clear: both;
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 6px 0;
}

#private div.ign_login input.checkbox {
	margin-right: 5px;
}

#private #main h1 a {
	color: #555;
}

#private #main h1 a:hover {
	text-decoration: none;
	color: #660000;
}

#private h2.entrytitle {
	margin-top: 30px;
	padding-left: 2em;
	text-indent: -2em;
	text-transform: none;
	color: #660000;
}

#private h1 + h2.entrytitle {
	margin-top: 20px;
}
