/*  Style sheet for AIKB April 2008
Richard Guthrie
www.macademy.co.uk*/

/*  FORMATTING */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	background: #f7eee2 url(images/bg-grad.jpg) repeat-x;
}

p {
	font-size: 8pt;
	text-align: justify;
}

h1 {
	color: #8F816D;
	font-size: 12pt;
	font-weight: bold;
	font-family:"Book Antiqua", "Times New Roman", Times, serif;
}

h2 {
	color: #333;
	font-size: 11pt;
	font-weight: normal;
}

h3 {
	color: #8F816D;
	font-size: 10pt;
	font-weight: bold;
}

h4 {
	color: #333;
	font-size: 10pt;
	font-weight: normal;
}

h5 {
	color: #333;
	font-size: 9pt;
	font-weight: bold;
}

h6 {
	font-size: 9pt;
	color: #333;
	font-weight: normal;
}

/*  LINKS  */

a, a:visited {
	color: #c0504d;
}

a:hover {
	color: #333;
}

/* We don't want underlining for the photos */

a.people, a.img {
	text-decoration:none;
}

/* Styling of AIKB menu */

div#menu {
	text-align:left;
}

div#menu ul {
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div#menu ul li {
	display:block;
	padding:3px 0 3px 5px;
	font-size: 8pt;
	border-bottom: 1px solid #ccc;
}

div#menu ul li a {
	color:#8F816D;
	text-decoration:none;
}

div#menu ul li a:hover {
	color: #c0504d;
	text-decoration:underline;
}

/* STYLING */

 img.border {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #eb641b;
	/*margin-bottom: 18px; */
}


.center {
	text-align:center;
}

td#banner a {
color:#cab69a;
}

/*  LAYOUT */


table#holder {
	width:900px;
	border:0;
	margin-top:20px;
}

table#holder tr td {
	/*border: 2px solid #999;*/
	background-color: #FFF;
	margin-right: 2px;
	margin-left: 2px;
}

table#holder tr td#banner {
	background-image:url(images/spotlight900x100rwb.jpg);
}

table#holder tr td#menuholder {
	width:150px;
}

table#holder tr td#footer {
	background-color: #f7eee2;
	border: none;
	margin-right: 2px;
	margin-left: 2px;
}

td#maincontent, td#toprow {
	width:600px;
	padding:5px;
}

td#main, td#toprow {
	width:735px;
	padding:5px;
}

.floatright { 
	float: right; 
	margin: 0 0 10px 10px; 
	clear: right; 
}

.floatleft 	{ 
	float: left; 
	margin: 0 10px 10px 0; 
	clear: right; 
}	

.brownbg {
	background-color:#f7eee2;
	padding:15px 2px 15px 2px;
	margin:0 -2px 0 -2px;
}

table#podcast tr td {
	border-bottom:1px solid #f7eee2;
}

.browntext {
	color: #8F816D;
}

.redtext {
	color:#c0504d;
}

.text {
	padding: 0 130px 0 110px;
}

/*  people layout*/

/* To edit the people page, temporarily comment out the next four styles
Comment out by using 'forward slash - asterisk' at the start 
and 'asterisk - forward slash' at the end, as with this paragraph */

.entry {
	position:absolute;
	width:520px;
	height:250px;
	margin-top:5px;
	margin-left:90px;
	visibility:hidden;
	background-image:url(images/bg-cv.jpg);
}

.entry img {
	margin:10px;
	float:right;
}

.biog {
	position:absolute;
	top:5px;
	left:5px;
	width:320px;
	visibility: inherit;
}

.biog p {
	font-size:7pt;
}

/* End of commenting out for editing */

/* End of people layout */
.imagecentre {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 5px;
}


div.err {color: #CC3300; 
	text-decoration: none;
}
	
/* nav stuff */
.adminmenu ul{
padding-left: 0;
margin-left: 0;
height: 20px;
}

.adminmenu ul li{
list-style: none;
display: inline;
}

.adminmenu ul li a{
padding: 2px 0.8em;
text-decoration: none;
float: left;
color: #c0504d;
}

.adminmenu ul li a:hover{
color:#333;
}

#listen{
	text-align:center;
}

#listen ul li{
	list-style:none;
	display:inline;
	padding:2em;
}