body{
	font-family:helvetica, arial, sans-serif;	
}
#container{
	width:960px;
	margin:auto;	
}
section{
	clear:left;	
	padding-top:15px;
}
section.frontPage{
	clear:none;
	float:left;
	width:390px;
	padding-left:15px;
}
section.frontPage ul{
	list-style:square;
	padding-left:0;	
}
section.frontPage ul li a{
	color:#323E4B;
	text-decoration:none;
}
section.frontPage ul li a:hover{
	color:#4C8C0B;
	text-decoration:underline;
}
.hide{
	display:none;	
}
section.frontPage ul li a.dead{
	text-decoration:line-through;
	color:#900;	
}
#orangeBox{
	cursor:pointer;
	background-color:#FC3;	
	width:100px;
	height:100px;
	float:left;
	margin:5px;
	position:relative;
}
#orangeBox.wider{
	width:200px;
	height:200px;	
}
#redBox{
	cursor:pointer;
	background-color:#900;	
	width:100px;
	height:100px;
	float:left;
	margin:5px;
	position:relative;
}
#blueBox{
	cursor:pointer;
	background-color:#06F;
	width:100px;
	height:100px;
	float:left;
	margin:5px;
	position:relative;
}
#greenBox{
	cursor:pointer;
	background-color:#4D7F5D;
	width:50px;
	height:50px;
	float:left;
	margin:5px;
	position:relative;
	top:25px;
}
#pinkBox{
	cursor:pointer;
	background-color:#FF51D3;
	width:50px;
	height:50px;
	float:left;
	margin:5px;
	position:relative;
	top:25px;
}

code{
	background-color:#df9948;
	font-family:"Courier New", Courier, monospace;	
}
.codewindow {
	background-color: #ffffff;
	border: 1px solid #000066;
	padding: 12px;
	margin:0;
}
h4.strapline{
	background-color:#CCC;	
	padding:5px 0;
}
h4.created{
	font-style:italic;
	margin-bottom:0;
	padding-bottom:0;	
}
#eventInfo{
	padding:5px;
	background-color:#EAD075;
	border:1px solid #F9C;	
}
.highlight{
	background-color:#EAD075;
	border:1px solid #F9C;	
}
.lowlight{
	background-color:#CCC;
	opacity:0.4;
}
#t1, #t2, #t3, .clickable{
	text-decoration:underline;
}
#t1:hover, #t2:hover, #t3:hover, .clickable:hover{
	cursor:pointer;	
}
.rssFeed{
	padding:5px;	
}
.newsItem{
	background-color:#EAD075;
	padding:5px;
}
.newsItem:nth-child(even){
	background-color:#CCC;
}	
.rssFeed a{
	color:#000;	
	text-decoration:none;
}
.rssFeed a:hover{
	color:#666;
	text-decoration:underline;
}
.borderBottom{
	font-style:italic;
	font-size:12px;	
}
label{
	width:120px;
	display:inline-block;
}
.redUnderline{
	border-bottom:#ff0000 solid 1px;
}
.blueUnderline{
	border-bottom:#0000ff solid 1px;
}
dt{
	font-style:italic;
	font-weight:bold;	
}
dd.output{
	margin:5px 0 5px 20px;
	padding:5px;	
	background-color:#EAD075;
	border:1px solid #F9C;	
}


