/* 
Created By:   Tom Freeman
Style Sheet:  Universal site styles
Description:  Leet CSS for my web page!
*/

body{
	font-family:"Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	font-size:11px;
	color:#ffffff;
}

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:hover {text-decoration: underline; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A img {border: none; } 

#container{
	width:710px;
	top:158px;
	position:absolute;
	left:50%;
	margin-left:-366px;
}

table.homePageTable{width:680px; margin-left:15px; margin-right:15px; border:0px;	border-spacing:0px; font-size:11px;}
table.homePageTable td{padding:0px;}
.newsColumn{width:450px;}
.spacerColumn{width:10px;}
.sidebarColumn{width:200px; vertical-align: top;}

table.photoTable{width:650px; border:0px; border-spacing:0px;}
table.photoTable td{padding:6px;}

.worklogtext{	
	font-size:1em;
	padding:0 10px;
}

table.infoTable{margin-top:16px; width:650px; }
table.infoTable td{padding:4px;}
.infoChunk{vertical-align:top; text-align:center;}

table.albumInfo{text-align:left; height: 90px; border-spacing:0px; border-width: 6px; border-style: solid; border-color:#000000; vertical-align:top;}
table.albumInfo td{padding:4px; margin:0px;}
table.albumInfo p{margin:0px 0px 0px 0px; text-align:justify;}

table.albumStats{width: 130px; height: 90px; margin-left:0px; text-align:left; border-spacing:0px; border-width: 6px; border-style: solid; border-color:#000000; vertical-align:top;}
table.albumStats td{padding:4px;}

table.rightAlbumInfo{width:380px; border-spacing:0px; border:0px;}

.infoBit{
	font-weight:bold;
}

#commentTitle{height:30px; width:380px; background: url('pic/title/comments.png') repeat top center;}

#newsArea{
	margin-top:15px;
	width:450px;
	left:50%;
	text-align:justify;
}

#newsArea h6{
	font-size:10px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
}

#newsArea p{
	text-align:justify;
	font-size:11px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
}

table.newsTable{width:450px; border:0px;	border-spacing:0px;	background: url('pic/tables/newsBar.jpg') no-repeat top center;}
table.newsTable td{padding:0px;}
.newsHeader{height:18px;}
.newsTitle{text-align:left;}
.newsDate{text-align:right;}
.newsText{background: url('pic/tables/newsBarBG.png') repeat top center;}
.newsBottom{height:6px; background: url('pic/tables/newsBarBottom.jpg') repeat top center;}

#sideBar{
	z-index:2;
	position:fixed;
	margin-top:15px;
	width:200px;
	height:100px;
	text-align:center;
}

#sideBar h6{
	font-size:10px;
	padding:0px;
	margin:0px;
}

#sideBar p{
	text-align:justify;
	font-size:11px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
}

table.sideBarTable{width:200px;	border:0px;	border-spacing:0px;	background: url('pic/tables/sideBar.jpg') no-repeat top center;}
table.sideBarTable td{padding:0px;}
.sideBarHeader{text-align:center;height:18px;}
.sideBarContent{border-spacing:0px; border:0px; background: url('pic/tables/sideBarBG.png') repeat top center;}
.sideBarBottom{height:6px; background: url('pic/tables/sideBarBottom.jpg') repeat top center;}

.itemTitle{
	text-align:left;
	margin-top:12px;
	margin-bottom:0px;
}

.itemPic{
	margin:0px 0px 0px 0px;
}

#loadContent{
	visibility:hidden;
	padding:0 30px;
	text-align:justify;
}

#loadContent h3{margin-top:2.6em;}

#content{
	padding:0 30px;
	text-align:justify;
}

#content h3{
	margin-top:2.6em;
}

#loading{
	visibility:visible;
	position:absolute;
	width:100%;
	text-align:center; 
	top:70px;
}

#siteMenu {
	top:108px;
	left:50%;
	margin-left:-366px;
	position:fixed;
	z-index: 2;
}

/* Menu */
#menuBar {
	width: 710px;
	height: 36px;
	padding: 0px;
}

.menuCat {font-weight: normal; float: left; display: block; padding-top:7px; padding-left:4px; height: 36px;} 
.menuCat a, .menuCat a:visited {font-weight: normal; color: #ffffff; padding-left:15px; padding-right:15px; padding-top:2px; padding-bottom:7px; display: block; text-decoration: none; }
.menuCat a:hover, menuCat a:active {font-weight: normal; color: #ffffff; display: block; } 

/* Sub Menus */
ul.subMenu {list-style-type: none; position: absolute; margin: 0; padding: 0; display: none; width: 100px;} 
ul.subMenu li {padding: 0; margin: 0; font-size: 11px;} 
ul.subMenu li a, ul.subMenu li a:visited {padding: 3px 3px 3px 16px; color: #ffffff; border: 2px solid #333333; text-decoration: none; margin: 0;} 
ul.subMenu li a:hover {padding: 3px 3px 3px 16px; background: #9BA131; color: #000000; border: 2px solid #000000; } 
li:hover ul, li.over ul {margin: 0; padding: 6px; display: block; background: #333333; border:6px black solid; } 

#dmenu {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 5%;
	margin-right: 5%;
	position:absolute;
}

#footer{
	z-index:1;
	width:710px;
	height:32px;
	text-align:center;
	position:absolute;
}

#validated{
	margin-top:35px;
}

#banner{
	z-index:2;
	position:fixed;
	top:0px;
	width:710px;
	height:108px;
	left:50%;
	margin-left:-366px;
	cursor:pointer;
}

#extraDiv2{
	z-index:2;
	position:fixed;
	top:144px;
	width:710px;
	height:14px;
	left:50%;
	margin-left:-366px;
}

/* comment stuffs */
p.com {
	padding: 2px 5px;
	background-color: #d0d0d0;
}

span.shouter, span.shouter a,visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
}

span.shouter a:hover {
	color: #000000;
	text-decoration: underline;
}

span.shoutContent {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

span.shoutDate {
	display: block;
	margin-top:3px;
	font-weight: 500;
	text-align: right;
	font-size: 10px;
	color: #000000;
}

form#shout {
	padding-top:5px;
	height: 150px;
	text-align:left;
}

form#shout p {
	margin: 2px 22px 0px 0px;
	padding: 0;
	font-size:10px;
	color: #ffffff;
	display: block;
}

form#shout input {
	font-size: 11px;
}

div#shoutarea {
	width: 215px;
	text-align:left;
}

/* ie hacks */

* html #banner {position:absolute;}
* html #extraDiv2{position:absolute;}
* html #siteMenu{position:absolute;}
* html #footer{left:50%; margin-left:-355px;}