body {
	margin: 8px;
	padding: 0px;
	font-family: Calibri, Verdana, Arial, sans-serif;
}

p {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

img {
	border: 0px;
}

.snsmain {
	width: 634px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#screen {
	position: absolute;
	top: 233px;
	left: auto;
	padding-left: 260px;
}

#screen img {
	vertical-align: top;
	padding-left: 3px;
}

.sound {
	position: absolute;
	top: 10px;
	left: 10px;
}

#lightbox{
    position: absolute;
    top:50%;
    left:50%;
    z-index:9999;
    margin:-220px 0 0 -250px;
}
#lightbox[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;   
    background-color:#000;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#buttons a, #links a {
	padding: 0px;
	position: absolute;
	left: auto;
	line-height: 5px;
}

#buttons a img {
	padding: 5px;
}

/* buttons */
#on {
	top: 386px;
	margin-left: 391px;
}
#enter {
	top: 485px;
	margin-left: 393px;
}
#mysteryWord {
	top: 372px;
	margin-left: 293px;
}
#go {
	top: 338px;
	margin-left: 181px;
}
#buttons #on img {
	padding-bottom: 18px;
}

#links a {
	border-bottom: 2px solid #CFCFCF;
}
#links a:hover {
	border-bottom: 2px solid blue;
}

/* links */
#blog {
	top: 222px;
	margin-left: 394px;
}
#tabs {
	top: 196px;
	margin-left: 60px;
}
#clips {
	top: 215px;
	margin-left: 51px;
}
#projects {
	top: 346px;
	margin-left: 22px;
}
#about {
	top: 550px;
	margin-left: 52px;
}

#expando {
	width: 167px;
	height: 450px;
	position: absolute;
	top: 150px;
	left: auto;
	margin-left: 518px;
	text-align: right;
	overflow: hidden;
	background-color: #E5E5E5;
	/* padding style not allowed here */
}
#expando #expandoContent {
	/*width: 167px;*/ /* IE 7 is so stupid */
	float: right;
	font-size: small;
}

#expandButton {
	background-image: url('../images/rightArrow.gif');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	width: 10px;
	height: 449px;
	float: right;
	background-color: #E5E5E5;
}


#feedHeader {
	float: right;
	font-family: Consolas, monospace;
	font-weight: bolder;
}
#feedHeader img {
	vertical-align: middle;
}
#feedError {
	color: red;
}
#feedContent .item {
	padding-bottom: .8em;
}
#feedContent .item .desc {
	font-size: smaller;
}