body {
	margin:10px;
	background-image:url("img/bgstripe.png");
	background-repeat: repeat;
	font-family:arial;
/*	font-size:medium;*/
}

.solidcontent {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}


/* Subdomain stuff */

.activesubdomain, .subdomain {
	float:left;
	width:130px;
	height:30px;
	text-align: center;
	font-size: 14pt;
	margin-right:10px;
	margin-left:10px;
        font-family:arial;
}

.activesubdomain {
        background-image:url("img/activebutton.gif");
}

.subdomain {
	background-image:url("img/button.png");
}

.subdomainroll {
        background-image:url("img/buttonrollbase.gif");
        background-repeat: repeat-x;
        position:absolute;
        right:50px;
        top:20px;
        left:20px;
	height:5px;
}

/* Bland links */

.blandlink:link, .activesubdomain:link, .subdomain:link, breadcrumb:link {
	color:#00e;
        text-decoration:underline;
}

.blandlink:visited, .activesubdomain:visited, .subdomain:visited, .breadcrumb:visited {
	color:#551a8b;
        text-decoration:underline;
}

/* Nav Tube stuff */

.tubecontainer {
	height:120px;
}

.maintube {
	right:50px;
	left:42px;
	top:25px;
	height:44px;
	float:left;
	padding:0px;
	position:absolute;
	background-color:#989898;
	background-image:url("img/tubebg.png");
	padding-left:20px;
	font-size: 28pt;
        font-family:arial;
	font-style:italic;
	text-shadow: #fff 0px 0px 20px;
}

.maintubeleft {
	left:0px;
	top:25px;
	height:50px;
	float:left;
	width:42px;
	padding:5px;
	position:absolute;
	background-image: url("img/tubeleft.png");
	margin-top:-3px;
	background-repeat:no-repeat;
}

.maintuberight {
	right:45px;
	top:25px;
	height:50px;
	float:left;
	width:5px;
	padding:0px;
	position:absolute;
	background-image: url("img/tuberight.png");
	margin-top:-3px;
	background-repeat:no-repeat;
}


/* Breadcrumb Roll */

.breadcrumbroll {
	background-image:url("img/breadcrumbrollbase.png");
	background-repeat: repeat-x;
	position:absolute;
	right:50px;
	top:69px;
	left:25px;
	padding-left:20px;
}

.breadcrumb {
	background-image:url("img/breadcrumb.png");
	height:10px;
	float:left;
	width:130px;
	height:22px;
        font-family:arial;
	text-align:center;
	font-size:medium;
	margin-right:-5px;
	color:#00e;
}

#breadcrumbroot {
	background-image:url("img/breadcrumbroot.png");
	width:32px;
	padding-left:0px;
	margin-right:-5px;
}

.tight {
	margin:0px;
	padding:0px;
}

#copyright {
	clear:both;
	float:right;
	padding:40px;
	font-style: italic;
	font-size: 9pt;
}

/* Sinbox */

.sinbox {
	background-image:url("img/sinboxbackground.png");
	background-repeat:repeat;
	border:1px #BDBDBD solid;
	width:300px;
	padding:20px;
	margin:10px;
	text-align:center;
}



.sinboxhead {
	display:block;
	text-align:center;
	font-size:x-large;
	line-height:30pt;
}

.centered {
	margin-right:auto;
	margin-left:auto;
}

/* Box buttons sit inside Sinboxes. This class is usually
   built upon with ID CSS mods for different button images.*/
.boxbutton
{
	/* This combination of settings makes the link underline
           line up with the base of a 32px icon. */
        background-repeat:no-repeat;
	background-position:0px 4px;
	/* 4 + 32 + 4, where 32 is for the icon size. */
        padding-left:40px;
        padding-right:4px;
        padding-top:4px;
        padding-bottom:4px;
        height:32px;
        font-size:x-large;
	line-height:26pt;
/*	width:75px;*/
        margin:15px;
}

/* For listed boxbuttons. */
.listed
{
	display:block;
}

#button-publicrepo {
        background-image:url("img/icons/emblem-lock-open.png");
}

#button-privaterepo {
        background-image:url("img/icons/emblem-lock-closed.png");
}

#button-blog {
        background-image:url("img/icons/document.png");
}

#button-dbadmin {
        background-image:url("img/icons/edit-find-replace.png");
}

#button-code {
        background-image:url("img/icons/text-source.png");
}

#button-wars {
        background-image:url("img/icons/md-tank.png");
}

/* Status updates */

.facebookstatus li {
	/* Hopefully they won't mind... */
	list-style-image:url('http://www.facebook.com/favicon.ico');
	border-bottom:1px solid #bdbdbd;
	padding:2px 0px 2px 4px;
}

.unknownstatus li {
	list-style-image:url('./img/icons/question-icon.png');
	border-bottom:1px solid #bdbdbd;
	padding:2px 0px 2px 4px;
}

/* One-off positions */

#mainmenubox {
	position:absolute;
	margin-left:758px;
	width:150px;
	text-align:left;
}

#tassintro {
	margin-left:170px;
	width:320px;
	text-align:right;
}

#tassprofile {
	position:absolute;	
	z-index:-1;
}

#siteintro {
/*	position:absolute;*/
	margin-left:270px;
	width:480px;
}
