/*
Theme Name: IKIMP
Theme URI: http://www.ikimp.org.uk
Author: Twenty3design
Author URI: http://www.twenty3design.co.uk
version: 1.0
*/

body {
	padding: 0;
	margin: 0;
	background: #fff url(images/main_bg.jpg) repeat-x;
	font-family: "Arial", Tahoma, Sans Serif;
	color: #5f5f5f;
	font-size: 12px;
}

a { color: #01609e; text-decoration: none; }
a:hover { text-decoration: underline; }

img {
	border: none;
}

h2 {
	color: #01609e;
	font-weight: bold;
	font-size: 18px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #01609e;
	margin: 17px 0 0 0;
}

h5 {
	width: 155px;
	height: 60px;
	font-size: 14px;
	font-weight: bold;
	color: #012348;
	background: #d9d9d9 url(images/h5_link_bg.gif) bottom no-repeat;
	padding: 5px 5px 0 5px;
	margin: 0 5px 5px 0;
	display: block;
	float: left;
	font-style: italic;
}

h5 a {
	color: #012348;
	width: 155px;
	height: 60px;
	display: block;
}
h5:hover { background: #bfbdbd url(images/h5_link_bg.gif) bottom no-repeat; }
h5 a:hover { color: #000; text-decoration: none; }

.alignleft, .alignright { font-size: 14px; font-weight: bold; }

/* .workPackage {
	width: 165px;
	float: left;
	margin: 0 5px 0 0;
	color: #012348;
	font-style: italic;
} */

#container {
	margin: 0 auto;
	width: 950px;
}

#header {
	padding: 0 0 32px 0;
}

#mainMenu ul {
	margin: 9px 0 32px 0;
	padding: 0;
	text-align: right;
}

#mainMenu ul li {
	list-style: none;
	display: inline;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 0 0 16px;
}

#mainMenu a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 9px;
}

#mainMenu a:hover {
	color: #fff;
	text-decoration: none;
	background: url(images/menu_mark.jpg) center bottom no-repeat;
}

#mainMenu .current_page_item a {
	background: url(images/menu_mark.jpg) center bottom no-repeat;
}


#logo {
	height: 103px;
}

#logo h1 {font-size: 28px; color: #262626; font-weight: normal; padding: 14px 0 0 250px;}

#breadcrumb {
	font-size: 11px;
	color: #01609e;
	width: 700px;
}

#search {
	text-align: right;
	float: right;
	font-size: 11px;
	color: #01609e;
	width: 200px;
	margin: -3px 0 0 0;
}

#search input {
	height: 12px;
	width: 126px;
	margin: 0 5px 0 0;
	font-size: 10px;
}


/* CONTENT */

#left {
	float: left;
	width: 205px;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
	margin: 0 0 50px 0;
}

#left h2, #right h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #262626;
	margin: 0 0 6px 0;
}

#submenu {
	padding: 0;
	margin: 10px 0 20px 0;
}

#submenu li {
	list-style: none;
	color: #01609e;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 5px 12px;
	background: url(images/icons/submenu.gif) left top no-repeat;
	display: block;
}

.date {
	color: #272727;
	font-size: 11px;
	font-weight: bold;
	margin-top: -10px;
}
.dateSearch {
	color: #272727;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
}

#content {
	float: left;
	width: 525px;
	margin: 0 24px 50px 24px;
	padding: 0;
	line-height: 17px;
}

#content ul {
	padding: 0;
	list-style: none;
}

#content ul li {
	padding: 0 0 5px 20px;
	background: url(images/icons/tick.gif) left top no-repeat;
	font-style: italic;
}

#right {
	float: left;
	width: 165px;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
	margin: 0 0 50px 0;
}

#right p {
	padding: 0;
	margin: 0;
}

#sponsors { margin: 0 0 20px 0; }
#sponsors img { margin: 5px 0 5px 0; }

.navigation{
	margin: 30px 0 0 0;
	display: block;
}

.navigation .alignleft, .navigation .alignright{
	margin-top: 10px;
	display: block;
}

/* FOOTER */

#footerContainer {
	clear: both;
	background: url(images/footer_bg.jpg) repeat-x;
	height: 100px;
}

#footerContent {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}


/* MISC */

.floatLeft {
	float: left;
}

hr {
	border-top: none; border-left: none; border-right: none;
	border-bottom: 1px dashed #b5bfca;
	margin: 15px 0 0 0;
	clear: left;
}

.addThisPage {
	text-align: right;
}
.addThisNews {
	float: right;
	margin-top: 15px;
}

a.searchbtn {
	cursor: pointer;
}