/* Everywhere's Local Website Style Sheet */
/* Created by: Joshua Lee Rodgers - Quantum Rift Software */
/* Created on: 25 August 2005 */
/* Last Modified: 15 August 2006 */

/* Links must be in this order, otherwise don't work */
 
/*
 * Normal Links
 */
	a
	{
		text-decoration: none;
		border-bottom: dashed 1px;
	}
	a:link
	{
		color: #ffffff;
	}
	a:visited
	{
		color:#ffffff;
	}
	a:hover
	{
		color:#8f8f8f;
	}
	a:active
	{
		color: #000000;
	}

/*
 * Divisions
 */
	body
	{
		font-family: Verdana, Tahoma, sans-serif;
		font-weight:400;
		font-size: .9em;
		background-image: url('graphics/background.jpg');
		background-repeat: repeat-x;
		background-color: #00002f;
		color: #cccccc;
		line-height: 1.25em;
	}
	
	div#wrappercenter
	{
		margin: 5px;
	}
	
	div#content
	{
		position: relative;
		left: -6px;
		top: -6px;
		background-image: url('graphics/backgroundfeeler2.png');
		/*background-color: #0f0f2f;*/
		/*opacity: 0.50;*/
		padding: 5px;
	}
	div.itembox
	{
		background: #00002f;
		border:#a0a0a0 solid 1px;
		padding:5px;
		margin-left:15px;
		margin-right:15px;
		width:300px;
		height:300px;
		float:left;	
	}
	
	div#shadow1
	{
		top: +1px;
		left:+1px;
/*		border-right: #9f6f6f solid 1px;*/
/*		border-bottom: #9f6f6f solid 1px;*/
		background: #080818;
	}
	div#shadow2
	{
		border-right: #5f3f3f solid 1px;
		border-bottom: #5f3f3f solid 1px;
	}
	div#shadow3
	{
		border-right: #0f0f2f solid 1px;
		border-bottom: #0f0f2f solid 1px;
	}

	div#bottomsection
	{
		margin-top: 25px; 
		font-size: xx-small;
		text-align: center; 
	}
	div#bottomsection a
	{
		border-bottom: none;
	}
	div#pressrelease
	{
		font-family: 'courier new', courier;
		font-size: 1.15em;
		line-height:1.25em;

		margin-left:50px;
		margin-right:50px;
		margin-top:50px;
		margin-bottom:50px;

		padding: 15px;
		
		background: #ffffff;
		color: #1f1f1f;
		border-left:#000000 solid 1px;
		border-top: #000000 solid 1px;
		border-right: #000000 solid 3px;
		border-bottom: #000000 solid 3px;
	}
	div#pressrelease p
	{
		margin-top:12px;
		margin-bottom:12px;
	}
	div#pressrelease p.title
	{
		font-weight:700;
	}
	div#pressrelease p.shortdesc
	{
		font-variant: small-caps;
	}
	div#pressrelease a
	{
		color: #000000;
		text-decoration: none;
		border-bottom: #000000 solid 1px;
	}
	
	div.bigdesc
	{
		margin-left: 25px;
		margin-right: 75px;
	}

	div#navbar
	{
		position: absolute;
		top: 5px;
		right: 5px;
		margin-left:0px;
		padding: 1px;
		font-family: Verdana, sans-serif;
		text-align:right;
		border-bottom: #c0c0c0 solid 1px;
	}
	div#navbar ul
	{
		margin: 2px;
		padding: 0px;
		padding-left:30px;
		padding-right: 30px;
	}
	div#navbar li
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	div#navbar li a
	{
		padding: .25em;
		border-bottom: none;
		text-decoration: none;
	}
	div#navbar li a:link 
	{ 
		color: #ffffff;
	}
	div#navbar li a:visited 
	{ 
		color: #ffffff;
	}
	div#navbar li a:hover
	{
		color: #888888;
	}
	div#navbar ul.menusubitem
	{
		display: none;
		border: #ffffff solid 1px;
		background: #666666;
		padding: 5px;
		margin: 0px;
	}
	div#navbar li.menusubitem
	{
		display: block;
		border:none;
	}
	div#navbar li:hover ul
	{	
		display: block;
		position: absolute;
		left:0px;
		top:20px;
	}
	div#navbar li.menusubitem a
	{
		color: #ffffff;
		display: block;
		width: 150px;
		text-align: left;
	}
	div#navbar li.menusubitem a:hover
	{
		color: #000000;
		background: #c0c0c0;
	}


	

/*
 *	Standard item mods
 */
	p
	{
		margin-top: 12px;
		margin-bottom: 12px;

		margin-left: 0px;
		margin-right: 0px;
		line-height:1.25em;
	}

	h1
	{
		margin-top: 6px;
		font-size: 1.5em;
	}
	h2
	{
		font-size: 1.25em;
	}
	h3
	{
		font-size: 1.0em;
	}
	h4
	{
		font-size: .85em;
	}

	img
	{
		border: none;
	}
	


/* 
 * forms
 */
	form.monoform
	{
		font-family: monospace;		
	}
	fieldset
	{
		margin-top: 15px;
		margin-bottom: 10px;
		padding:10px;
	}
	legend
	{
		font-size: 1.3em;
		font-family: Verdana, sans-serif;
		font-weight:700;
		font-variant:small-caps;
		border: #ffffff solid 1px;
		background:#dddddd;
		color: #222222;
		padding:3px;
	}

	.warningmessage
	{
		font-size: 1.35em;
		font-weight: 400;
		font-style: italic;
		border:#ff0000 solid 1px;
		text-align:center;
		padding:3px;
	}


.xsnazzy h1 { margin:0 10px; padding-bottom:5px; }
.xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
/*.xsnazzy h1 {font-size:2.5em; color:#fff;}*/
/*.xsnazzy h2 {font-size:1.15em;color:#06a; border:0;}*/
.xsnazzy p {padding-bottom:0.5em;}
.xsnazzy h2 {padding-top:0.5em;}

.xsnazzy {
	background: transparent; 

	margin:0px; 

	width:99%; 
	text-align:left;
	
	margin-bottom:5px;
}

.xtop, .xbottom {
	display:block; 
	background:transparent; 
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#00002f;/*#d4d4d4;*/ border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}



.xboxcontentheader {
		display:block; 
		background:#00002f;
		color:#ffffff;
		
		padding-top: 0.5em;
		
		border:0 solid #08c; 
		border-width:0 1px;
}

.xboxcontent {
		display:block; 
		background:#00002f;/*#d4d4d4;*/ 
		border:0 solid #08c; 
		border-width:0 1px;

		padding-top: 0.5em;
}

