@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #1d1d20;
	color: #b3b3bb;
}

a {
    text-decoration: none;
    color: #595965;
}

a:hover {
    text-decoration: none;
    color: #faec8f;
}

#content {
    margin-right: 40px;
    margin-top:10px;
    padding-bottom: 30px;
}

#date {
    font-style: italic;
}

#newsitem {
    margin-left: 30px;
    margin-right: 30px;
}

hr {
    border: 1px solid #b3b3bb;
}

#smallwords {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    text-align: center;
}

#homepage {
    display: inline;
}    

#aboutpage {
    display: none;
}

#mediapage {
    display: none;
}

#betapage {
    display: none;
}

/*sidebar*/

#sidebar {
    width:140px;
    margin: 0;
}

#sidebar ul {
	list-style: none;
    margin: 0;
    margin-left:0px;
}

#sidebar a, #sidebar h3.cat {
	width: 80px;
	display: block;
	padding: 3px 5px 3px 4px;
	background: url(../images/tab_small.png) center right no-repeat;
	margin: 5px 0;
	text-decoration: none;
}

#sidebar a {
	color: #595965;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(../images/tab_big.png) center right no-repeat;
	padding: 4px 5px 4px 4px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
}

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