/*
//----------------------------
Theme Name: The Campus Toolbox
Theme URL: http://www.thecampus.org.uk/toolbox
Description: Toolbox for all websites accross the Campus domains.
Version: 1.0
Author: Ian Tearle
Author URL: http://www.iantearle.com/, 
//----------------------------
*/

/*
-------------------------------------------------
Global values
=================================================
*/
#toolBox{
/* this is the main height of the toolBox container */
height: 200px;
z-index:100;
position:absolute;
top:0;
background:#f6f6f6;
width: 100%;
max-width:900px; /* fixes width spanning for progress site*/
padding: 0 5px 5px;
border-bottom: solid #cfcfcf 2px;
}
#toolBox h1{
padding: 5px 0 0 0;
color:#113968;
font-size: 1.4em;
font: Georgia, Palatino, Palatino Linotype, serif;
font-style:italic;
}
#closeToolbox{
float:right;
padding:0px 10px 10px;
}
#closeToolbox a.close{
background: url(http://www.thecampus.org.uk/images/closelabel.gif) no-repeat;
width:93px;
height:25px;
display:block;
text-indent:-9999px;
}
#tools-boxOne, #tools-boxTwo{
border-right: solid #cfcfcf 1px;
min-height:70%;
}
#tools-boxOne, #tools-boxTwo, #tools-boxThree{
float:left;
clear:right;
width: 30%;
padding: 5px;
}
#tools-boxOne span, #tools-boxTwo span, #tools-boxThree span{
color:#666666;
font-style: italic;
}
#tools-boxOne ul, #tools-boxTwo ul, #tools-boxThree ul{
list-style: none;
}
#tools-boxOne li a, #tools-boxTwo li a, #tools-boxThree li a{
color: #113968;
text-decoration: none;
}
#tools-boxOne li a:hover, #tools-boxTwo li a:hover, #tools-boxThree li a:hover{
border-bottom: solid #113968 1px;
