body {
	color: #000;
	background: url(../background/gradient.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica;
}

#bullWrap {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	height: 600px;
}

#bullHead {
	background: url(../background/logo.png) no-repeat;
	margin: 0 0 10px 0;
	padding: 0;
	width: 744px;
	height: 208px;
}

#bullButtons {
	width: 240px;
	float: left;
	height: 100%;
}

#bullQuotes {
	width: 505px;
	float: left;
	margin: 0;
	padding: 0;
	clear: right;
}

h4.copyright {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	padding: 0 0 0 3px;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
}

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

#quoteshead {
	height: 34px;
	background: url(../background/quotes.png) no-repeat;
	padding: 14px 0 0 330px;
	margin: 0;
	font-family: Helvetica;
	font-size: 18px;
}

#bullButtons ul {
	list-style-type: none;
	margin: 2px 0;
	padding: 0;
}

#newpost {
	background-color: #faff7d;
	margin: 0 6px 0 2px;
	padding: 5px 5px 5px 5px;
	display: none;
}

#quote_toggle {
	background-color: #faff7d;
	margin: 0 6px 0 2px;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
}

#quote_toggle:hover {
	text-decoration: underline;
}

.quotepost {
	background-color: #faff7d;
	margin: 4px 6px 4px 2px;
	padding: 5px 5px 5px 5px;
}

.postname {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.postdate {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	margin: -2px 0 3px 0;
	padding: 0;
}

.postquote {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#bullButtons li {
	font-size: 18px;
	line-height: 26px;
}

img.button {
	vertical-align: top;
	margin-right: 4px;
	float: left;
}

h4.tooltip {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #999;
	margin: -10px 0 8px 0;
	padding: 0;
	clear: right;
}

#snow {
	background: url(../background/snow.png) no-repeat -30px;
	position: absolute;
	width: 744px;
	height: 208px;
	z-index: 99;
}

#temp {
	background: url(../background/temp.png) no-repeat;
	position: absolute;
	width: 134px;
	height: 165px;
	z-index: 100;
	margin-left: 550px;
}

#number {
	font-family: Helvetica;
	font-size: 48px;
	color: #fff;
	padding: 55px 20px 0 10px;
	text-align: right;
}

#temp a{
	color: #333;
	position: relative;
	font-size : 10px;
	top: -20px;
	left: 0;
}

#users {
	display: block;
	float: left;
	width: 505px;
	margin: 0;	
	padding: 43px 0;
	background: url(../background/users.png) no-repeat;
	display: none;
}

#users ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#users ul a {
	display: block;
	width: 495px;
	cursor: pointer;
}

#users ul a:hover {
	text-decoration: none;
}

#users li {
	background-color: #faff7d;
	margin: 4px 6px 4px 2px;
	padding: 5px 5px 5px 15px;
}

#users li:hover {
	background-color: #e5ea75;
}

#nerdstuff {
	display: block;
	float: left;
	width: 505px;
	margin: 0;	
	padding: 43px 0;
	background: url(../background/nerdstuff.png) no-repeat;
	display: none;
}

#nerdstuff ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nerdstuff ul a {
	display: block;
	width: 495px;
	cursor: pointer;
}

#nerdstuff ul a:hover {
	text-decoration: none;
}

#nerdstuff li {
	background-color: #faff7d;
	margin: 4px 6px 4px 2px;
	padding: 5px 5px 5px 15px;
}

#nerdstuff li:hover {
	background-color: #e5ea75;
}