/*
Theme Name: Mysterio
Theme URI: http://www.dewdropwebs.com/WPthemes/?p=43
Description: "Mysterio" is a fixed width, two-column, dark green "tech" layout; also handles child pages.
Version: 1.2
Author: DewDrop
Author URI: http://www.dewdropwebs.com/WPthemes/
Tags: gravatars, widgets, fixed, right sidebar, two columns, dark, black, green, tech, graphic, child pages
*/

/* Basics */
a {text-decoration:none; color:#1670AE;}

P.special {
color : green;
border: solid red;
}

a:hover {color:#46EC62;}
.aligncenter {
	display:block;
	margin:0 auto;
	width:100%;
	}
.alignleft {float:left;}
.alignright {float:right;}
img {border:none;}
ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}
/*blockquote, pre {
	background:#002222 ;
         color:white;
	border:1px #CCC;
	padding:8px 8px 8px 8px;
	margin-left:160pt;
}*/
blockquote {	margin: 15px 30px 0 10px;	padding-left: 20px;	border-left: 5px solid #ddd;	}
blockquote cite {	margin: 5px 0 0;	display: block;	}
blockquote, strike {	color: #777;	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
	}
td {border: 1px solid #dddddd;}
hr {clear:both; color:#E5E8EE;}

/* deal with clearing floating divs */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; clear: both; visibility: hidden;
	}
	.clearfix {display:inline-block;}
	.clearfix {display:block;}
/* Brent Stuff */

/* ORANGE TABLE FOR HOW I WROTE THIS STORY BLURB */
.exampletable, .exampletable TD, .exampletable TH
{
background-color:#FF9900;
color:black;
}

span.bigbullet
{
 font-size:10pt;
 font-family:wingdings;

}
	span.bigbullettext
{
font-family:Georgia;
font-size:12pt;
}
/* Top of page heading */
.tablewebheading
{
   color:#cccccc;
   text-align:center;
  
   margin:5pt;

margin-left:60pt;

	background:#0D360C;
	border:thin solid;
	
	padding:5pt;
	font-size:14.0pt;
	font-family:Georgia;
	mso-fareast-font-family:"Times New Roman";
	text-transform:uppercase;
	font-weight:bold;
	

}
/* 

TABLEWEBHEADING2

the secondary, black header */
.tablewebheading2
{
margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	mso-outline-level:2;
	background:#0C0C0C;
	border:none;
	mso-border-alt:solid black 1.0pt;
	padding:6px;
	
	font-size:10.0pt;
	mso-bidi-font-size:16.0pt;
	font-family:Arial;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:white;
	text-transform:uppercase;
	font-weight:bold;
}


/* third headings, gold */
.tablewebheading3
{
 font-size:14px; font-weight:bold; color:lightblue; text-decoration:none; text-align:center;text-transform: uppercase;

}
/*  Body  */
body {
	background:#000000 url('images/bodyback.jpg');
	font: small/130% Georgia, Arial, Helvetica, sans-serif;
	color:#ffffff; 
	margin:0; padding:0;
	}

P{
font-family: Georgia;
font-size:16pt;

}


/* Wrapper */
#wrapt {
	width:850px; 
	margin:0 auto; padding:0;
	text-align:center;
	}

/*  Header  */
#header {
	background:url('images/headback.jpg') no-repeat; 
	height:95px; width:100%;
	margin:0; padding:0; 
	text-align:left;
	}
#header img {}
#header h1 {
	font-size:medium; 
	margin:40px 0 0 20px; padding:0;
	float:left; width:10em;
	}
div>#header h1 {
	font-size:large;
	margin:40px 0 0 40px; 
	}
#header h2 {
	font-size:x-small; 
	margin:48px 0 0 20px; padding:0;
	float:left; 
	color:#AEC0B1;
	}
div>#header h2 {
	font-size:small;
	margin:48px 0 0 40px; 
	}
#header a {color:#46EC62; text-decoration:none;}
#header a:hover {color:#F5FAF6;}

/*  Top Menu */
#menu {
	width:90%; margin:0 0 10px 0; padding:0;
	font-size:x-small; 
	}
div>#menu {font-size:small; margin-top:8px;}
#menu ul {
	list-style:none; height:40px;
	width:100%; padding:0;
	margin:-10px 0 0 0; padding:0; 
	}
div>#menu ul {margin:-20px 0 0 0;}
#menu li {
	float:left; height:40px; padding:0;
	background:url('images/navL.jpg') no-repeat left top;
	}
/* Navigation Buttons */
#menu a {
	float:left; height:40px; padding:14px 20px 0 20px;
	background:url('images/navR.jpg') no-repeat right top;
	color:#46EC62; text-decoration:none;
	}
#menu a:hover {color:#FFFFFF;}
#menu li.current_page_item {}
#menu li.current_page_item a, #menu li.current_page_ancestor a {
	background:url('images/navR.jpg') no-repeat right top; 
	color:#FFFFFF;
	height:40px;
	}
/* second level (child) menu */
/* LitePacific Hacks from http://www.giantisland.com/Resources/LitePacificHackforSafariAndIE7.aspx */
ul#submenu {
	clear:both; height:40px; 
	padding:0; 
	/* Firefox */
	voice-family:"\"}\"";
	voice-family:inherit;
	margin:0 0 0 40px; /* FF ignores this -- no clue why */
	}
	/*end*/
	/*\*/
html*ul#submenu {
	[margin:20px 0 0 20px; /* old Mozilla */
	margin:0 0 0 40px; /* Google and SafariPC */
	]margin:0 0 0 30px; /* IE7 */
	}/*end*/
.dummyend[id]{clear:both;}
/*\*/
* html ul#submenu {
	margin:-16px 0 0 20px;
	z-index:1;/* IE6 */
	}
/*end*/
	
/*  Main Content */
#content { 
	width:580px;
	padding:0; margin:0 -10px 0 0; 
	text-align:justify;
	float:left;
	background:#000000 url('images/cntntrpt.jpg') repeat-y;
	}
#content h1 {
	font-size:large; color:#1670AE;
	font-weight:300;margin:.5em 0;
	}
#content h1.archivetitle, #content h1.searchtitle {
	background:#ffffff url('images/bodyback.jpg'); 
	text-align:center;
	padding:10px; margin:.5em 0;
	}
#content h2 {
	font-size:medium; color:#1670AE; margin:.5em 0;
	}
#content h3 {font-size:small; margin:.5em 0;}
#content h4 {font-size:small; margin:.4em 0;}
#content img.alignleft {margin:0 4px 0 0;}
#content img.alignright {margin:0 0 0 4px;}

.entry {margin:20px 10px 8px 14px;}	
.entry p {margin:6px; font-size:x-small;}	
div>.entry p {font-size:small;}
.entry ul, .entry ol {margin-left:40px;}

.navigation {
	background:url('images/bodyback.jpg'); 
	text-align:center;
	padding:0 0 20px 0; margin:0;
	}

.post {
	background:url('images/cntnthead.jpg') no-repeat top left;
	padding:20px 0 0 0;
	color:#000000;
	}
.post a {text-decoration:none; color:#1670AE;}
.post a:visited {text-decoration:none; color:#627181;}
.post a:hover {color:#057F13;}
.post h1 {
	margin:0 0 6px 30px; 
	}
.post-date {
	width:44px; height:49px; 
	float:left; margin:0 30px 8px 12px;
	}
div>.post-date {margin:0 30px 8px 24px;}
.post-month {
	font-size:11px;
	text-transform:uppercase;
	color:#016193;
	text-align:center;
	display:block;
	line-height:11px;
	padding-top:2px;
	margin-left:-3px;
	}
.post-day {
	font-size:18px;
	text-transform:uppercase;
	color:#016193;
	text-align:center;
	display:block;
	line-height:18px;
	padding-top:5px;
	margin-left:-3px;
	}
.post-year {
	font-size:10px;
	text-transform:uppercase;
	color:#545C65;
	text-align:center;
	display:block;
	line-height:6px;
	margin-top:1px;
	margin-left:-3px;
	}
div>.post-year {font-size:6px; color:#727982;}
.metawrap {
	clear:both; font-size:x-small;
	margin:20px 0 -14px 0; padding:0;
	width:100%; height:100px;
	background:url('images/cntntfoot.jpg') no-repeat;
	}
div>.metawrap {font-size:small; margin:0; }
.postmetadata {
	margin:18px 0 0 86px; padding:0;
	width:80%;
	color:#ffffff;
	}
*:first-child+html .postmetadata {padding:8px 0 0 0;} /* IE7 hack */
div>.postmetadata {padding:20px 0 0 0;}
.postmetadata ul {
	padding:0; margin:0;
	display:block; list-style-type:none;
	width:80%; line-height:100%;
	clear:both;
	}
div>.postmetadata ul {line-height:130%;}
.postmetadata ul li{
	float:left; margin-left:4px;
	}
.postmetadata ul li a {
	color:#46EC62;
	}
	
/* Sidebar */
#sidebar {
	width:235px; float:left; font-size:small; 
	margin:0 0 0 10px; padding:0; 
	background:url('images/wdgtrepeat.jpg') repeat-y;
	text-align:left;
	}
#sidebar a {color:#6F8571;}
#sidebar a:hover {color:#46EC62;}
#sidebar h2 {
	font-size:10pt; color:#46EC62;
	padding:3px 6px; margin:-36px 0 18px 0;
	text-align:center;
	}
#sidebar p {margin:0 6px 0 12px; padding: 0;}
#sidebar ul{
	list-style:none;
	margin:0 0 12px 0; padding:0; 
	}
#sidebar ul li{
	margin:2px 0 2px 12px; padding:0;
	text-indent:-12px;
	line-height:120%;
	}
#sidebar ul ul{
	margin:0 0 0 -12px; padding:0;
	list-style:none;
	}
#sidebar ul li ul li{
	background:url('images/bullet.gif') no-repeat;
	background-position:0 3px;
	padding-left:24px;
	margin:2px 0;
	line-height:120%;
	}
.wdgtbox {
	margin:0 20px 0 24px;
	}
.wdgthead {
	background:url('images/wdgthead.jpg');
	height:55px;
	}
.wdgtfoot {
	background:url('images/wdgtfoot.jpg');
	height:20px; width:235px;
	margin:0 0 0 -24px;
	}

/* RSS Widget */
.rsswidget img {
	display: none;
	}
#sidebar h2 a.rsswidget{
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
#sidebar h2 a.rsswidget a:hover{
	text-decoration: none;	
	}
#right h2 a.rsswidget{
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
#right h2 a.rsswidget a:hover{
	text-decoration: none;	
	}

/* Calendar Widget */
#wp-calendar {
	margin: 0 auto;
	text-align: left;
	}
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	}
	
/* text Widget */
.textwidget {margin:0 12px 0 12px; padding: 0;}

/* Comment Form */
#commentform {
	margin:-6px -20px -28px -10px; padding:10px; 
	background:url('images/cntnthead.jpg') no-repeat top left;
	overflow : hidden; _height : 1%; /* IE7 clearing hack */
	}
*:first-child+html #commentform {margin:-2px -10px -28px -10px;} /* IE7 hack */
div>#commentform {margin:-2px -10px -10px -10px;}
#commentform .comicon {
	width:45px; height:50px; 
	float:left; margin:14px 40px 8px 5px;
	background:url('images/comment.jpg') no-repeat top left;
	}
div>#commentform .comicon {margin:10px 30px 8px 10px;}
#commentform p {text-align:center; padding-bottom:10px;}
#commentform form p {margin-top:-40px;}
#commentform .comfoot {
	background:url('images/cntntfoot.jpg') no-repeat;
	width:580px; height:100px;
	margin:30px 0 -14px -10px; padding:0;
	}
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 100px;
	}
#author, #email, #url{margin:5px 5px 0 0;}
#submit{margin:5px 5px 0 0;}

/* Comments */
P.nocomments{
padding:20px;
color : green;
  text-align:center;
  
   margin:5pt;
}
#comments{
	margin:-8px 0 0 0; padding:10px;
	background:url('images/cntnthead.jpg') no-repeat top left;
	}	
#comments .comfoot {
	background:url('images/cntntfoot.jpg') no-repeat;
	width:580px; height:100px;
	margin:30px 0 -14px -10px; padding:0;
	}
#comments p  {margin:1em 0;font-size:10pt;}
#comments h3 {text-align:center; margin-bottom:60px;}
ol.commentlist {margin:0 35px 0 65px; padding:0;}
ol.commentlist li {
	background: #DDEBDE;
	margin:10px -30px 10px -30px;
	padding:6px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;

	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:0px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;

	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	}
ol.commentlist li.alt {background:#FAFBFA;}
ol.commentlist a {}
ul.comment li {
	border:0;
	margin:0.5em 0; padding:0; text-align:left;
	}
cite {}
small.commentmetadata {}
img.avatar {
	float:right; 
	margin:0 -28px 0 4px; padding:2px;
	_margin:16px 0 0 4px;		/* IE6 hack */
	width:50px; height:50px;
	border-left:solid 1px #aaaaaa; border-top:solid 1px #aaaaaa;
	border-right:solid 1px #E8F3F9; border-bottom:solid 1px #ffffff;
	}
*:first-child+html img.avatar {margin:20px 0 0 0;} /* IE7 hack */

/* Mysterio Search */
#Msearch {
	float:left; width:240px;
	margin:-20px 0 0 277px;
	}
*:first-child+html #Msearch {margin:-16px 0 0 554px;} /* IE7 hack */
div>#Msearch {margin:-14px 0 0 556px;}
.s {
	float:left;
	background:transparent; border:0;
	width:140px;
	height:20px;
	float:left;
	font-size: 16px;
	color:#282828;
	}
.searchButton {
	float:left; margin:-10px 0 0 28px;
	width:37px;
	height:37px;
	}

/* Widget Search */
#searchform {margin:8px 0 8px 12px; padding: 0;}	
#searchform input {
	background-color:#fff;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;	
	border:1px solid #BCBCBC;
	color: #6A6A6A;
	margin: 4px 0 0 0;
	padding: 2px 2px 2px 4px;
	}	

/* Footer */
#footer {
	clear:both; text-align:center;
	width:80%; height:2em; 
	margin:0; padding:0; font-size:6.0pt;
	}
#footer p {margin:0; padding:0; font-size:6.0pt;}

/* Other styles */
table.sample {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;

}
table.sample th {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: ;
}
table.empty {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	
}
table.empty th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: ;
}
table.empty td {
	border-width: 0px;
	padding: 0px;
margin: 0px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: ;
}



table.storypage {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	
}
table.storypage th {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: ;
}
table.storypage td {
	border-width: 0px;
	padding: 5px;
margin: 0px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: ;
}



table.downloadz {
	border-width: 2px;
	border-spacing: ;
	border-style: ridge;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.downloadz th {
	border-width: 2px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: #faf0e6;
	-moz-border-radius: ;
}
table.downloadz td {
	border-width: 2px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: #faf0e6;
	-moz-border-radius: ;
}
/* Keeper table is for the main keeper summary page*/
table.keepertable {
	border-width: 0px;
	border-spacing: ;
	border-style: ridge;
	border-color: gray;
	border-collapse: collapse;
	/*background-color: white;*/
}
table.keepertable th {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color: #faf0e6;
	-moz-border-radius: ;
}
table.keepertable td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	/*background-color: #faf0e6;*/
	-moz-border-radius: ;
}

#forumtemplte
{
width:800px;

	padding:0; margin:0 -10px 0 0; 
	text-align:justify;
	float:left;
back-color:white;
	background:#000000 url('images/cntntrpt.jpg') repeat-y;

}

#flash {
	width:550px;
	height:700px;
	background-color:#333;
	border:1px outset #000;
	text-align:center;
	cursor:pointer;
	
}

#flash h2 {
	font-size:40px;
	color:#fff;
	margin-top:80px;
}

table.sample1 {
	border-width: 1px;
	border-spacing: 3px;
	border-style: groove;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.sample1 th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: black;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample1 td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: black;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
