@charset "utf-8";

/* CSS Document */
/*   
Theme Name: Nerdaverse	
Theme URI: nerdaverse.com
Description: A theme custom made for nerdaverse.com
Author: Robert M Porter
Author URI: rmichaelporter.com
Version: 0.01
.
Copyright R. Michael Porter 2009
.
*/
html {margin: 0; padding:0;}
body {margin: 0; padding:0; background: #666666}
a {color: #a24364;}
a:hover {color: #50acbe;}
#header { margin:0; width 970px; height:110px; padding: -60 0 0 0; background:url(images/nerdaverse-title.png) center top no-repeat; }
#header h1 {visibility: hidden;}
#container {
			margin: 0px auto; 
			padding: 20px 0 0 0;
			width: 1000px; 
			background: #99cccc url(images/nerdbackground.png) no-repeat right top;
			font: 1em Verdana, Geneva, sans-serif;
			}
#podcast {background: #e2e2e2; width:800px; border:#5E2F00 1px solid; margin: 10px 0px 10px 10px; padding: 0px;}
#podcast h1 {font: 1.6em/1.2em Verdana, Geneva, sans-serif; font-weight: bold; margin: 10px; padding: 0px;}
#podcast h2 {font: .8em/1em Verdana, Geneva, sans-serif; margin: 0px 10px; padding: 0px; font-size: medium;}
#podcast .entry {margin: 4px; font: .8em/2.0 Verdana, Geneva, sans-serif}
#sidebar {background: #e2e2e2; width:165px; border:#5E2F00 1px solid; margin: 10px 10px; padding: 0px; float:right;}
#blogContainer {	margin: 10px auto;
				width: 1000px; 
				padding: 0; 
				}
	#blogContainer h1{ font: 1.6em/1.2em Verdana, Geneva, sans-serif; font-weight: bold;}
	#blogContainer h2{font: .8em/1em Verdana, Geneva, sans-serif;} 
#blogLeft {background: #e2e2e2 url(images/header-jessie.png) no-repeat top; float: left; width: 470px; margin: 10px; border:#5E2F00 1px solid; padding: 10px 2px;}
#blogRight {background: #e2e2e2 url(images/header-mark.png) no-repeat top; width: 470px; float: right; margin: 10px; border:#5E2F00 1px solid; padding: 10px 2px;}
.name {visibility:hidden; width: 450px; height: 141px;}

.entry {padding: 0 10px; font: .9em/1.5 Verdana, Geneva, sans-serif;}
.metadata {text-align:right; font: 0.8em italic Arial, Verdana, Geneva, sans-serif;}
#footer {clear: both; font-size: xx-small;}

/*sIFR SECTION BEGIN */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
 /*sFIR END */