/*
Theme Name: Mysterium.net
Theme URI: http://www.mysterium.net/
Description: Theme for the Mysterium website, revved to be Web 2.0-ish
Version: 2.0
Author: Gary Buddell
Author URI: http://www.revision1.com/
Tags: tan, custom header, fixed width, three columns, custom index
*/

html {
	background: rgb(232, 209, 181) url('images/html-bg.png') 50% top repeat-y;
	margin: 0px;
}

body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: Times New Roman, serif;
	background: rgb(198, 160, 119) url('images/background-web.jpg') 50% top no-repeat;
	color: #333;
	text-align: center;
	width: 1000px;
	margin: 0px auto;
	position: relative;
	min-height: 800px;
}

a {
	color: rgb(43, 0, 3);
	text-decoration: underline;
}

p {
	margin: 15px 0;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

h5 {
	font-weight: bold;
}

#page {
	background-color: transparent;
	text-align: left;
}

#header {
	text-indent: -99999px;
	height: 225px;
}
	
#nav-top {
	position: absolute;
	right: 20px;
	top: 20px;
	color: rgb(43, 0, 3);
	font-family: Times New Roman, serif;
}

#nav-top li {
	display: inline;
	display: inline-block;
	padding: 0 15px;
}

#nav-top a {
	text-decoration: none;
	font-size: 200%;
}

#content {
	width: 870px;
	margin: 0px auto;
	position: relative;
}

.news-box-header {
	background-color: rgb(37, 121, 114);
	color: white;
	font-size: 150%;
	padding: 8px;
	border: 1px solid rgb(68, 0, 2);
	border-bottom: none;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

.news-box-header p {
	padding: 0px;
	margin: 0px;
}

.news-box-content {
	border: 1px solid rgb(68, 0, 2);
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	background: rgb(232, 209, 181);
	height: 230px;
	position: relative;
}

.news-box-content div {
	position: absolute;
	padding: 20px 20px 20px 160px;
	top: -6000px;
	left: 0px;
	z-index: 100;
	overflow: hidden;
	height: 191px;
}

.news-box-content div.active {
	top: 0px;
}

.news-box-content li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

#news-box>ul {
	position: absolute;
	z-index: 102;
}

#news-box>ul>li {
	padding: 20px 20px 21px 20px;
	width: 96px;
	background: url('images/tab.png') no-repeat;
	font-size: 15.5px;
	height: 18px;
	border-left: 1px solid rgb(68, 0, 2);
	margin-bottom: -1px;
	cursor: pointer;
}

#news-box>ul>li.current {
	background: url('images/tab-selected.png') no-repeat;
}

#news-box>ul>li:last-child {
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	padding-bottom: 19px;
}

.home-box {
	padding: 0 25px;
	width: 247px;
	display: inline-block;
	vertical-align: top;
}

#blog {
	padding-left: 20px;
}

.post-date {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background: url(images/date-button.png) no-repeat;
	height: 47px;
	width: 30px;
	color: white;
}

.post-date .month {
	width: 30px;
	text-align: center;
	padding-top: 2px;
	font-size: 80%;
}

.post-date .day {
	width: 30px;
	text-align: center;
	color: rgb(43, 0, 3);
	font-size: 150%;
	padding-top: 3px;
}

#contribute {

}

#community {
	padding-right: 0;
}

#community ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#community ul p, #community ul select {
	margin: 5px 0 8px;
}

#community ul ul, #community ul ol {
	margin: 5px 0 0 10px;
}

#community ul ul ul, #community ul ol {
	margin: 0 0 0 10px;
}

ol li, #community ul ol li {
	list-style: decimal outside;
}

#community ul ul li, #community ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#footer {
	width: 100%;
	text-align: center;
}


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	font-size: 200%;
	border-bottom: 1px solid rgb(43, 0, 3);
	margin: 0 0 10px 0;
	padding:  0 0 3px 0;
	color: rgb(43, 0, 3);
}

.home-box h2 {
	width: 175px;
}

h2 img {
	float: right;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	font-size: 175%;
}

h4 {
	font-size: 150%;
}

h3#comments, #respond h3 {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#contribute li {
	list-style-image: url('images/control_play.png');
	margin-left: 30px;
}

#contribute li a {
	text-decoration: none;
	vertical-align: top;
	font-size: 110%;
}

.twitter-hash-tag-widget li img {
	float: left;
	padding-right: 5px;
}

.twitter-hash-tag-widget li {
	padding: 6px 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

.entry hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #333;
	display: block;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 45px;
}

.breadcrumb {
	margin-bottom: 20px;
}

#subpages {
	margin: 20px 0;
}

#subpages li {
	display: inline-block;
	padding: 0 15px 0 0;
}

#flickr_badge_uber_wrapper td {
	padding: 10px !important;
}

.schedheader { float: left; width: 150px;margin-bottom:-3px; }
.timecontainer { position:relative; clear:left; }
.time { position: relative; height: 20px; border: 1px solid #666; margin-top:-1px;width:600px; }
.main, .option, .ops, .food { position: absolute; width: 150px; border: 1px solid #666;font-size: 10px; }
.main { background-color: #BBBBFF; width: 145px; padding: 2px; left: 100px; }
.option { background-color: #BBFFBB; width: 145px; padding: 2px; left: 250px; }
.ops { background-color: #FFBBBB; width: 70px; padding: 2px; }
.food { background-color: #BBBBBB; width: 445px; padding: 2px; left: 100px; }
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

