html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body {
	color: black;
	margin: 0;
	background-color:#000;
	}

body, td {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	}

a {
	color: #333;
	text-decoration: underline;
	}
	
a:visited {
	color: #444;
	}

a:hover {
	color: #fc0;
	text-decoration: underline;
	}
		
image, img {
	border: 0;
	}
	
#headerlinks {
	font-size: 13px;
	height: 70px;
	line-height: 54px;
	padding: 0 20px;
	text-align: left;
	}	

#headerlinks a  {
	color: #ccc;
	padding-right: 10px;
	}	
	
#headerlinks a, #headerlinks a:visited  {
	color: #ccc;
	text-decoration: none;
	}		

#headerlinks a:active, #headerlinks a:hover  {
	color: #fc0;
	text-decoration: underline;
	}		
	
#headersearchbar {
	width: 100%;
	height: 37px;
	}
	
#searchbar {
	width: 940px;
	text-align: left;
	}

#searchbar form {
	padding: 9px 10px 0 15px;
	}
	
#searchbar input {
	border: 1px solid #0e0e0e;
	font-size: 12px;
	}
	
#searchbar .go-button {
	border: 0;
	margin-left: 1px;
	}
	
#searchbar .searchtext {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-right: 2px;
	}

.commentcounter {
	display: inline-block;
	width: 16px; 
	height: 14px;
	background: url(/graphics/commentsicon.png) no-repeat top left;
	font-size: 9px;
	color: #838697;
	text-align: center;
	vertical-align: center;
	}
	
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
	}
	
.leftside {
	background-color: #b5b7c0;
	}

.navigationcontainer {
	background: #b5b7c0 url(/graphics/navigationBG.png) repeat-x top;
	width: 170px;
	}	

.navigation {
	color: #000;
	padding: 10px 10px 10px 20px;
	}

.navigation strong {
	text-transform: lowercase;
	color: white;
	font-size: 18px;
	line-height: 20px;
	text-shadow: 1px 1px #a5a7b0;
	}

.frontlogincontainer {
	background: #a5a7b0 url(/graphics/editorloginBG.png) repeat-x top;
	width: 170px;
	}
	
.frontlogin {
	color: white;
	padding: 10px 5px 10px 20px;
	}
	
.frontlogin A, .frontlogin A:visited {
	color: white;
	}
	
.latestadditions, .poll {
	background-color: #b5b7c0;
	color: #000;
	padding: 10px;
	}
	
.latestadditions p, .poll p {
	margin: 5px 0 4px 0;
	}
	
.poll input {
	background-color: #b5b7c0;
	}
	
.pixila{
	color: white;
	background-color: #b5b7c0;
	padding: 10px;
	}
	
.content {
	color: black;
	background-color: #fff;
	padding: 10px 10px 20px 10px;
	}
	
.content li {
	margin-left: 15px;
	}
	
.commentIMG {
	margin: 0 !important;
	}
	
.featureIMG {
	padding: 0 5px 5px 0;
	}
	
.newslist {
	color: black;
	border: solid 1px #b5b7c0;
	padding: 10px 10px 10px 10px;
	}
		
h1, h2, h3, h4, h5 {
	margin-top: 0;
	margin-bottom: 5px;
	}

h1 { font-size:16px; }
h2 { font-size:13px; }
h3 { font-size:11px; }
h4 { font-size:10px; }
h5 { font-size:8px; }

	
p {
	margin-top: 0;
	margin-bottom: 6px;
	}
	
FORM {
	margin: 0;
	padding: 0;
	}
	
INPUT, SELECT, TEXTAREA {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #f8f8f9;
	color: black;
	border-width: 1px;
	vertical-align: middle;
	}

.content INPUT, .content SELECT, .content TEXTAREA {
	/*background-color: #fff;*/
	font-size: 11px;
	}
	
.new {
	background-color: #fc0;
	font-size: 9px;
	}

.disclaimer, .disclaimer A, .disclaimer A:visited {
	color: white;
	font-size: 9px;
	font-family: tahoma, verdana, geneva, sans-serif;
	}
	
.disclaimer A, .disclaimer A:visited {
	text-decoration: underline;
	}
	
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 9px;
	color: #006600;
	background-color: #FAFAFA;
	margin: 5px 0;
	padding: 5px;
	}
	
.button {
	background-color: white;
	padding: 5px 10px;
	border: 1px solid #008080;
	text-align: center;
	width: 120px;
	}

.google {
	background-color: #b5b7c0;
	padding: 10px 0;
	text-align: center;	
	width: 180px;
	}
	
.polltable TD {
		padding-right: 10px;
		}
		
.galleryinput {
	width: 290px
	}
	
.gallerysubmit TD {
	padding-bottom: 4px;
	}
	
.box {
	background-color: #b5b7c0;
	padding: 10px;
	color: white;
	}
	
.reviewcontent, .tutorialcontent {
	padding-top: 10px;
	}
	
.tutorialcontent p {
	padding: 10px 0 0 0;
	}
	
.tutorialcontent ul {
	padding: 0;
	}
	
.tutorialcontent .step {
	background: url(/graphics/tutorialstepdivider.png) repeat-x top left;
	padding: 15px 0 0 0;
	}
	
.tutorialcontent IMG {
	margin: 10px 0 10px 0;
	display: block;
	border: none;
	}
	
.tutorialcontent a {
	text-decoration: underline;
	}
	
.tutorialcontent .tripleImage {
	padding: 0px 10px 10px 0;
	display: inline;
	}
	
.tutorialcontent .tripleImageEnd {
	padding: 0px 0 10px 0;
	display: inline;
	}
	
.reviewcontent .leadin, .tutorialcontent .leadin, .interviewcontent .leadin   {
	font-style: italic;
	padding-bottom: 10px;
	}
	
.reviewcaption, .tutorialcaption, .interviewcaption {
	font-style: italic;
	font-size: 9.5px;
	padding-bottom: 5px;
	}
	
.reviewcontent .byline, .tutorialcontent .byline, .interviewcontent .byline {
	font-style: italic;
	}
	
.reviewcontent .question, .interviewcontent .question {
	font-style: italic;
	font-weight: bold;
	margin-top: 15px;
	}
	
.reviewboxcontainer, .tutorialboxcontainer {
	float: left;
	width: 180px; 
	background-color: #a5a7b0;
	color: white;
	}
	
.reviewbox, .tutorialbox {
	padding: 10px;
	}
	
.reviewbox a, .reviewbox a:visited, .tutorialbox a, .tutorialbox a:visited {
	color: #FFe680;
	}
	
.tutorialstep {
	float: left;
	width: 16px; 
	height: 14px;
	background: url(/graphics/tutorialstepBG.png) no-repeat top left;
	font-size: 9px;
	color: #333333;
	text-align: center;
	vertical-align: center;
	padding-right: 4px;
	}
	
.articleImg {
	width: 180px;
	background-color: #a5a7b0;
	color: white;
	margin-bottom:10px;
	}

.interviewcontent IMG {
	margin: 0 0 10px 0;
	border: none;
	}
	
.otherNewsContainer {
	width: 180px;
	background-color: #a5a7b0;
	margin-bottom:10px;
	}

.otherNews {
	padding: 30px 10px 10px 10px;
	background-image: url(/graphics/otherNewsHeader.png);
	background-repeat:no-repeat;
	background-position: 0 0;	
	}
	
.otherNewsListItem {
	background-image: url(/graphics/otherNewsBG.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-top: 1px;
	clear: left;
	}
	
.otherNewsListItem IMG {
	}

.otherNewsListItemText {
	margin-left: 10px;
	font-size: 10px;
	line-height: 10px;
	}
	
.otherNewsListItem a, .otherNewsListItem a:hover, .otherNewsListItem a:visited {
	color: white;
	}
	
.articleImgCaption {
	padding: 5px;
	}
	
.articleHeader {
	margin: 0 0 15px 0;
	}

.articleComment {
	padding: 10px;
	background: #dadbe0 url(/graphics/commentBG.gif) repeat-x top left;
	}

.commentFormTable TD {
	padding: 0 0 5px 10px;
	background: #dadbe0;
	}

.digg {
	float: left;
	background-image: url(/graphics/diggbg.png);
	background-repeat: no-repeat;
	padding: 4px;
	margin: 0 6px 7px 0;
	}
	
.amazon{
	color: white;
	background-color: #b5b7c0;
	padding: 10px 30px;
	}

/* siggraph schedule table */

.hdth {
	text-align:left;
	font-size:11px;
	background:#b5b7c0 none repeat scroll 0 0;
	padding:3px 3px 3px 10px;
}

.tdtd {
	padding:2px 2px 2px 10px;
	background-image: url(/graphics/commentBG.gif);
	background-repeat: repeat-x;
}

.clli {
	font-size: 12px;
}

/* 2.0 experimental stuff */
.twittertag { border: 0; position: absolute; top: 135px; left:0; z-index: 293;}
.fbtag { border: 0; position: absolute; top: 236px; left:0; z-index: 293;}
.rsstag { border: 0; position: absolute; top: 337px; left:0; z-index: 293;}
/* local ad styles */

.frontpage370 {
	width: 370px;
	margin-bottom: 10px;
	}

/* advertiseSpace styles */

.asTriple {
	width: 180px;
	padding-bottom: 28px;
	background: #a5a7b0 url(/graphics/asTripleBG.png) no-repeat top left;
	}
	
.as125 {
	padding: 27px 28px 0px 27px;
	}
	
/* BuySellAds styles */

.buyselladsTriple {
	width: 180px;
	padding-bottom: 1px;
	padding-top: 27px;
	background: #a5a7b0;
	/* background: url(/graphics/asTripleBG.png) no-repeat top left; */
	}