/*  */
@font-face {
	font-family: 'MuseoSlab500';
	src: url('/f/MuseoSlab/Museo_Slab_500.eot');
	src: local('Museo Slab 500'), local('MuseoSlab-500'), url('/f/MuseoSlab/Museo_Slab_500.woff') format('woff'), url('/f/MuseoSlab/Museo_Slab_500.otf') format('opentype'), url('/f/MuseoSlab/Museo_Slab_500.svg#MuseoSlab-500') format('svg');
}
/*  */
html, body { margin: 0; padding: 0; }
body {
	background: rgb(241,240,232);
	color: rgb(65,84,60);
	font: 16px normal Tahoma, Arial, "Bitstream Vera Sans", sans-serif;
	min-width: 960px;
	overflow: auto;
}
a, a:link {
	color: rgb(158, 35, 34);
	text-decoration: none;
}
a:hover, a:active, a:focus {
	border: none;
	outline: none;
	text-decoration: underline;
	text-shadow: 0 0 1px rgba(158, 35, 34, 0.5);
}
abbr {
	cursor: help;
}
button {
	font-size: 100%;
	margin-left: 165px;
}
img {
	border: none;
}
input, textarea {
	background: rgb(250,250,250);
	border: 1px solid rgb(90,117,82);
	border-color: rgba(90,117,82,0.85);
		/* box shadow */
		box-shadow: 0 0 1px rgba(90,117,82,0.3);
		-moz-box-shadow: 0 0 1px rgba(90,117,82,0.3);
		-webkit-box-shadow: 0 0 1px rgba(90,117,82,0.3);
	color: rgb(65,84,60);
	font-size: 12px;
	line-height: 14px;
	outline: none;
	padding: 2px; margin: 0;
}
textarea {
	height: 10em;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid rgb(39,51,36);
		/* box shadow */
		box-shadow: 0 0 3px rgba(90,117,82,0.7);
		-moz-box-shadow: 0 0 3px rgba(90,117,82,0.7);
		-webkit-box-shadow: 0 0 3px rgba(90,117,82,0.7);
}
fieldset {
	border: none;
	padding: 5px 0; margin: 0;
}
#shell {
	text-align: center;
	margin: 0; padding: 0;
	font-size: 80%;
}
div.inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
	text-align: left;
	width: 940px;
	zoom: 1;
}

/* begin topnav */

#topnav {
	background: rgb(65,84,60) url(/styles/images/noise_green.png) repeat 50% 0;
	/* border-bottom: 1px solid rgb(0,0,0); */
	padding: 1px 0;
	text-align: center;
}
#topnav ul, #topnav li {
	list-style-type: none;
	margin: 0; padding: 0;
}
#topnav ul {
	border: none;
	display: table;
	margin: 1em auto; padding: 0;
	width: 100;
}
#topnav li {
	display: table-cell;
	font-size: 12px;
	padding: 0 .25em;
}
#topnav a {
	background: rgb(32,42,30);
	background: rgba(0,0,0,0.5);
	border: 1px solid rgb(0,0,0);
		/* border radius */
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		/* box shadow */
		box-shadow: 0 0 1px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	color: rgb(231,230,222);
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgb(0,0,0);
	margin: 0; padding: .75em 1.25em;
}
#topnav a:hover, #topnav a:focus {
	background: rgb(0,0,0);
		/* box shadow */
		box-shadow: 0 1px 5px rgba(0,0,0,0.8);
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.8);
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.8);
	color: rgb(255,255,255);
	text-decoration: none;
}

/* end topnav */

/* begin header items */
#header {
	margin-top: 30px; padding: 1em 10px;
}
#header_logo {
	display: inline;
	float: left;
	margin: 0; padding: 0;
}
#header_logo img {
	margin: 0; padding: 0;
	vertical-align: middle;
}
#header_logo a {
	display: block;
}
#header_logo a:focus {
	outline: 1px solid rgb(158, 35, 34);
}
#header_tagline {
	border-left: 1px solid rgb(158, 35, 34);
	color: rgb(197,194,168);
	display: inline;
	font-family: "MuseoSlab500", Palatino, Times, serif;
	font-size: 130%;
	/* font-style: italic; */
	float: left;
	line-height: 1.2em;
	text-shadow: 0 1px 0 rgb(255,255,255);
	margin: 1.5em 0 0 19px; padding: 0 0 0 20px;
	width: 55%;
}
#header_cta {
	display: inline;
	font-family: "Arial Rounded MT Bold", ArialRoundedMTBold, "Arial Bold", ArialBold, Arial, sans-serif;
	font-size: 160%;
	float: right;
	margin: 40px 0 0 20px; padding: 0 0 0 20px;
}
#header_cta a {
	background: rgb(158, 35, 34) url(/styles/images/button_grad.jpg) no-repeat 50% 0;
		/* border radius */
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		/* box shadow */
		box-shadow: 0 0 2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	border: 1px solid rgb(158, 35, 34);
	color: rgb(255,255,255);
	display: block;
	text-shadow: 0 -1px 0 rgb(0,0,0);
}
#header_cta a:hover, #header_cta a:active, #header_cta a:focus {
	border-color: rgb(0,0,0);
		/* box shadow */
		box-shadow: 0 0 3px rgba(0,0,0,0.7);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.7);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.7);
	text-decoration: none;
}
#header_cta span {
	background: transparent;
		/* border radius */
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		/* box shadow */
		box-shadow: 0 -1px 1px rgba(250,250,250,0.3);
		-moz-box-shadow: 0 -1px 1px rgba(250,250,250,0.3);
		-webkit-box-shadow: 0 -1px 1px rgba(250,250,250,0.3);
	display: block;
	margin: 1px; padding: .25em 1em;
	text-align: center;
}

/* end header items */

#page_info {
	border-top: 1px solid rgb(197,194,168);
	margin: 30px auto 0 auto; padding-top: 30px;
	text-align: center;
}
#page_info h1 {
	font-family: "MuseoSlab500", Palatino, Times, serif;
	margin: 0; padding: 0;
}

#content {
	background: rgb(231,231,214) url(/styles/images/noise_cream.png) repeat 50% 0;
	clear: both;
	margin-top: 30px;
}
#content .inner {
	padding: 30px 10px;
}
#content h1, #content h2, #content h3 {
	color: rgb(39,51,36);
	text-shadow: 0 1px 0 rgb(255,255,255);
}

#content h1 { font-size: 160%; }
#content h2 { font-size: 140%; }
#content h3 { font-size: 120%; }
#content h4, #content h5, #content h6 { font-size: 100%; }

#content p, #content li {
	line-height: 1.4em;
}

#main_col {
	display: inline;
	float: left;
	width: 620px;
}

#main_sidebar {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 300px;
}

#footer {
	color: rgb(90,117,82);
	font-size: 12px;
	padding-top: 30px;
}
#legal {
	clear: left;
	color: rgb(197,194,168);
	font-size: 9px Verdana, sans-serif;
	padding-bottom: 30px;
	text-align: right;
}

/* misc classes */

.b_p52 {
	font-weight: bold;
}
.hasbox {
	display: inline-block;
}
.fleft {
	display: inline;
	float: left;
}
.fright {
	display: inline;
	float: right;
}
.clrleft {
	clear: left;
}
.clrright {
	clear: right;
}
.flush_top {
	margin-top: 0; padding-top: 0;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
.tjust {
	text-align: justify;
}
.tiny_gap { /* because it spreads things apart, just enough to let the whitespeace through. ^__~ */
	color: rgb(206,211,196);
	padding: 0 10px;
	position: relative;
}
.two_third {
	width: 620px;
}
.one_third {
	width: 300px;
}
.smallest {
	width: 150px;
}
.meta {
	background: rgba(65,84,60,0.2);
	border: 1px solid rgb(90,117,82);
	border-color: rgba(90,117,82,0.7);
		/* box shadow */
		box-shadow: 0 0 1px rgba(90,117,82,0.3);
		-moz-box-shadow: 0 0 1px rgba(90,117,82,0.3);
		-webkit-box-shadow: 0 0 1px rgba(90,117,82,0.3);
		/* border radius */
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	color: rgb(100,100,100);
	font-size: 10px;
	letter-spacing: 1px;
	padding: 2px 10px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.custom_label, .custom_input {
	border: 1px solid rgb(90,117,82);
	border-color: rgba(90,117,82,0.7);
		/* box shadow */
		box-shadow: 0 0 1px rgba(90,117,82,0.3);
		-moz-box-shadow: 0 0 1px rgba(90,117,82,0.3);
		-webkit-box-shadow: 0 0 1px rgba(90,117,82,0.3);
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 14px;
	outline: none;
	padding: 2px; margin: 0 10px 10px 0;
}
.custom_label{
	background: rgba(65,84,60,0.2);
		/* border radius */
		border-top-left-radius: 10px; border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px;
		-webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px;
	color: rgb(100,100,100);
	text-align: right;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 150px;
}
.custom_input {
	background: rgb(250,250,250);
		/* border radius */
		border-top-right-radius: 10px; border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px;
		-webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px;	
	color: rgb(65,84,60);
	margin-right: 0;
	width: 440px;
}
textarea.custom_input {
	resize: none;
}
.flourish {
	font-family: Bodoni, "Times New Roman", TimesNewRoman, Times, serif;
	font-style: italic;
	text-transform: lowercase;
}

/* participants */

#participants {
	padding: 0 10px;
}

.p_group {
	border: 1px solid rgb(90,117,82);
	border-style: solid none;
	display: inline;
	float: left;
	margin: 0 10px;
	margin-top: -1px;
	position: relative;
	width: 280px;
}

.p_name {
	font-weight: bold;
	font-size: 120%;
	margin: 5px 0;
}
.p_url {
	margin: 5px 0;
}

.p_rss {
	background: rgba(65,84,60,0.2);
	border: 1px solid rgb(90,117,82);
	border-color: rgba(90,117,82,0.7);
		/* box shadow */
		box-shadow: 0 0 1px rgba(90,117,82,0.3);
		-moz-box-shadow: 0 0 1px rgba(90,117,82,0.3);
		-webkit-box-shadow: 0 0 1px rgba(90,117,82,0.3);
		/* border radius */
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	padding: 2px 10px;
	position: absolute;
	top: 0; right: 0;
}