#container {
background-image:url('http://puregeekdom.com/images/steelback.jpg');
}

body 
{
	background-image:url('http://puregeekdom.com/images/steelback.jpg');
}

#header {
padding:1%;
text-align:center;
}

#navbar {
padding:1%;
background-image:url('http://puregeekdom.com/images/steelback.jpg');
}

#loginarea {
background-image:url('http://puregeekdom.com/images/alback.jpg');
padding:1%;
border-style:double;
border-width:5px;
}

#sidebar {
float:left;
padding:2%;
width:15%;
background-image:url('http://puregeekdom.com/images/steelback.jpg');
}

#main {
float:left;
padding:1%;
width:60%;
background-image:url('http://puregeekdom.com/images/lightback.gif');
}

#rightbar {
float:left;
padding:2%;
width:15%;
background-image:url('http://puregeekdom.com/images/steelback.jpg');
}

#wiki {
width:175px;
background-color:black;
color:white;
padding:5px;
font-size:8pt;
}

#sidelinks {
width:175px;
background-color:grey;
color:black;
padding:5px;
font-size:8pt;
}

#prefooter {
clear:both;
padding:1%;
background-image:url('http://puregeekdom.com/images/steelback.jpg');
}

#footer {
padding:1%;
background-image:url('http://puregeekdom.com/images/alback.jpg');
border-style:double;
border-width:5px;
}

#regform {
background-color:white;
border-style:dashed;
padding:2%;
}

#blogentry {
background-color:white;
border-style:solid;
padding:2%;
line-height:150%;
}

#comment {
border-style:double;
}

#commentheader {
background-color:white;
}

#commentbody { 
background-color:grey;
padding:1%;
}

#forumpost {
background-color:white;
border-style:solid;
}

#forumheader {
background-color:grey;
}

#forumbody {
background-color:white;
padding:1%;
}

#poll {
background-color:white;
padding:1%;
}

#comments 
{
	background-color:#D3D3D3;
	padding:5px;
	width:175px;
	font-size:8pt;
	border-style:ridge;
	border-width:5px;
}

#recentTracks
{
	font-size:10pt;
	background-color:white;
	border-width:3px;
	border-style:double;
	border-color:black;
	width:80%;
	padding:5px;
}

#roundBox
{
	background-color:#CCCC99;
	padding: 10px;
	width:70%;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#roundBox img
{
	min-height: 50px;
	vertical-align: middle;
	padding:5px;
}

#date
{
	width:20%;
	text-align:center;
	font-size:10pt;
	padding:5px;
}

.loginleft
{
width:50%;
}

.loginright
{
}

.navlinks 
{
	text-decoration:none;
	font-size:14pt;
	font-family:"Lucida Console";
	border-style:solid;
	color:white;
	background-color:black;
	border-color:grey;
	border-width:1px;
	padding:1%;
}

.navlinks:hover 
{
	border-style:double;
	background-color:black;
	color:yellow;
	border-width:2px;
	padding:1%;
} 

.navlinks2 
{
text-decoration:none;
color:black;
font-size:8pt;
font-family:"Lucida Console";
border-style:solid;
border-weight:1px;
background-color:yellow;
}

.normaltext {
font-size:14pt;
font-family:"Lucida Console";
}

.footertext {

}

.blogheader {
background-color:lightblue;
}

.blogtitle {
font-size:20pt; 
}

#tutetext
{
	font-size:16pt;
}