/*  
	
	CSS Style Sheet
	www.microwavetinfoil.com
	Contents (c) Justin Hook 2007
	justinhook - at - gmail dot com
	Created October 08, 2007
	Updated November 10, 2007

*/

/* Page Layout */

#wrapper {
visibility: visible;
}

#content {
position: relative;
top: 90px;
width: 60%;
margin-left: 280px;
margin-bottom:110px;
font-size: 1em;
font-family:"Courier New", Courier, monospace;
}

#footer {
position: relative;
bottom: 10px;
padding:25px 0;
margin:0;
border:0;
width: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif; 
text-align: center;
}

#clock {
position:absolute;
top: 150px;
left:47px;
width: 130px;
z-index: 10;
font-size: 3em;
}

.post {

position: relative;

width:100%; 
border:thick #000000 solid;
padding: 5px 5px;
margin: 0 0 20px 0;
background:url(images/gb.gif);
display: table;

}

.post p{
display: inline;
}

.post img{
margin: 5px 10px;
}

.video p{
display: block; 
text-align:center;
}


#leftnav{ 
position: absolute;
left: 0;
top: 0;
width:249px;
height: 718px;
background: url(images/mtleft.jpg) top left no-repeat;
z-index:0;
 }

#navbar {
position: absolute;
top: 224px;
left:35px;
z-index: 10;
margin: 0em; 
line-height: 0em; 
padding: 0em;
list-style:none;
}


/* Font Styles */

h1 {
position: absolute;
top: 0;
left: 267px;
width: 60%;
font-size:60px;
margin: 0;
padding: 0;
font-weight: normal;
}

h1 a{
text-decoration: none;
color: #000000;
}

h2 {
/* Weird for siFR reasons */
position: absolute;
top: 65px;
left:307px;
width: 60%;
font-size:20px;

margin: 0;
padding: 0;
}

h3 {
margin: 0;
font-weight:normal;
font-size:1em;
}
h3.mainpage {font-weight:bold;}

h4 {
font-size:10px;
font-weight:normal;
color:#999999;
}

h4 a{color:#999999; }



/*  sIFR Styles */

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	}
	
	/* 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;
}


.sIFR-hasFlash h1,h2,#clock {
visibility: hidden;
}