/*
THEME NAME: idenk 2012
DESCRIPTION: idenk new theme

VERSION: 1.0
AUTHOR: Karen Arnott
AUTHOR URI: http://www.karenarnott.co.uk
TAGS: three-columns, fixed-width, left-sidebar, right-sidebar, 
*/

@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFFFFF;
	color: #003366;
	font-size:12px;
	line-height: 17px;
	margin: 0px;
}

a:link {
	color: #ff9900;
}

a:visited {
	color: #ff9900;
}

a:active {
	color: #96bda9;
}

a:hover {
	color: #96bda9;
}

#headerbg {
	/* background-color: #FFFFFF; */
	margin: 0px;
	padding: 0px;
	height: 125px;
}

#header {
	width: 960px;
	height: 125px;
	margin: auto;
}

#nav {
	width: 960px;
	height: 26px;
	margin: 0px;
	padding: 0px;
}

#logosearchbox {
	clear: both;
	width: 960px;
}

#logo {
	float:left;
	margin: 0x;
}

#search {
	float:right;
	width: 229px;
	margin: 30px 0px 0px 0px;
}

#searchbox {
	float:left;
}

#searchbutton {
	float: right;
}

input {
	color: #cccccc;
	margin: 0px;
}

#footer {
	clear: both;
	background-color: #cccccc;
	height: 83px;
	margin: 0px;
	padding:0px;
}

#copyright {
	width: 964px;
	margin: auto;
	padding: 0px;
}

p.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-transform:uppercase;
	margin: 20px 0px 0px 2px;
}

p.copyright a:link {
	color: #FFFFFF;
}

p.copyright a:visited {
	color: #FFFFFF;
}


h2#philupdates {
	margin: 12px 0px 5px 12px;
	background: url(/graphics/core/headings/phil_updates.png) no-repeat;
    width: 229px;
	height: 14px;
    text-indent: -9999px;
}