/* inkypixels Style Sheet */
/* Last revision: 10.05.05 */
/*------------------------------------------*/

/*If you're here, you're probably checking to see what I did wrong, so at least send a flame.*/

/*<dork_humor="There are 10 kinds of programers, those that understand binary, and those that don't."/>*/



/* Commons */
/* -------------------------------------- */


body {
	margin:0px;
	padding:0px;
	text-align:center;
	background: url(../img/global/head_bkg.gif) repeat-x;
	line-height:1.4;
	font-size:small;
	}
	
html>body {font-size:small;
	}

img {border:0;}

a {
	text-decoration:none;
	border:0;
	color: #f30;
	}
		
h1 {
	margin:0;
	font:180% Arial;
	color: #f30;
	padding-top:0;
	text-align:right;
	line-height:150px;
	}
	
h2 {
	margin:0;
	font:150% Arial;
	color: #666;
	padding-top:0;
	text-align:right;
	line-height:1.4;
	}
	
/*h2 {

	margin:0;
	font:120% Arial;
	color: #666;
	padding:0;
	text-align:right;
	line-height:1.4;
	}*/
	
h3 {
	font:120% Arial;
	color: #069;
	margin:0 0 0 85px;
	padding-top:3px;
	line-height:1.4;
	}
	
h4 {
	font:80% Lucida Grande;
	color: #069;
	margin:15px 0 0 0;
	width:275px;
	padding:0;
	line-height:1.4;
	}

/* Superstructure */
/* -------------------------------------- */


#ducttape {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#masthead {
	width:250px;
	padding:0px;
	margin-left:30px;
	background: #fff;
	}

#sidedish {
	float:left;
	height:100%;
	margin-top:45px;
	width:275px;
	background: #fff;
	text-align:right;
	}
	
#meat_potatos {
	margin:45px 0 0 0;
	float:right;
	width:520px;
	background: #fff;
	}

#dropit {
	text-align:left; 
	margin:105px 0 20px 85px;
	background: #fff;
	font:80% Arial;
	color: #999;
	text-transform: uppercase;
	}



/* Mast Styles */
/* --------------------------------------  */


img.nav_on {
	background: #f30;
	}

#gps {
	float:right;
	margin-top:85px;
	font:80% Arial;
	color: #069;
	text-transform: uppercase;
	}	


/* Sidedish Styles */
/* --------------------------------------  */

#cheat {
	font:90% Lucida Grande;
	margin-top:55px;
	}
	
.sectors {
	font:70% Lucida Grande;
	color: #666;
	margin-top:5px;
	width:275px;
	}
	
.active {
	color: #f30;
	margin-right:5px;
	}

/* Meat & Potatos Styles */
/* --------------------------------------  */


.slug_trap {
	width:520px;
	}

.slug {
	font:80% Lucida Grande;
	line-height:140%;
	color: #666;
	display:block;
	margin:-15px 5px 20px 85px;
	width:230px;
	}
	
.slugtwo {
	float:right;
	font:80% Lucida Grande;
	line-height:140%;
	color: #666;
	margin:-15px 0 0 0;
	width:195px;
	}
	
.bits {
	float:right;
	font:80% Lucida Grande;
	color: #999;
	margin:-15px 0 0 0;
	width:195px;
	}
	


/* Links  */	
	
	
#masthead a:hover {
	background: #069;
	font:400% Georgia;
	}

.bits a, .sectors a{
	color: #999;
	margin-right:5px;
	}

.bits a:hover, .sectors a:hover {
	color: #f30;
	}


/* Images  */	


.solid {
	border-width: 1px;
	border-color: #069;
 	border-style: solid;
 	padding:0px;
 	margin-bottom:10px;
	}
	
	



/* 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;
}


/* 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;
	text-align:right;
	letter-spacing: -9px;
	font-size:60px;
	line-height:26px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	text-align:right;
	letter-spacing: -9px;
	font-size:30px;
	line-height:18px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size:20px;
	line-height:18px;
}

