/*
Theme Name: VTUK Site Theme
Theme URI: http://www.mediaburst.co.uk
Description: VTUK Theme for Mediaburst Site
Version: 1.0
Author: Martin Steel
Tags: vtuk
*/

body {
	background-color: #e6e6e6;
	margin: 40px 0px 20px 0px;
	font-family:  Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #5f5f5f;
}

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(images/vtuk/back.png) repeat-y top center;
	padding-left: 4px;
	padding-right: 5px;
}

#header {
	height: 235px;
	background: transparent url(images/vtuk/back_top.png) no-repeat top center;
	width: 809px;
	margin-left: -4px;

}
#headerlogo {
	margin: 20px 20px 30px 20px;
	padding-top: 20px;
}

#VTUKLogo{
	background: transparent url(images/vtuk/vtuk_logo.gif) 0 0 no-repeat;
	float: left;
	height: 42px;
	text-indent: -99999px;
	width: 175px;
}

#MediaburstLogo{
	background: transparent url(images/logo.gif) 0 1px no-repeat;
	float: right;
	height: 35px;
	text-indent: -99999px;
	width: 175px;
}


#headerbanner {
        margin: 0px 10px 0px 14px;
	padding-top: 20px;
}
#bottom {
	background: transparent url(images/vtuk/back_bottom.png) no-repeat bottom center;
	height: 10px;
	width: 809px;
	margin-left: -4px;
	clear: both;
}
#footer {
	color: #77779d;
	width: 800px;
        margin-left: auto;
        margin-right: auto;
}
#footer p { margin: 0 10px 0 10px; padding: 0;}

#contentwrap {
	margin: 0px 15px 2px 20px;
	min-height: 450px;
}

#content {
	width: 540px;
	float: left;
}

#sidebar {
	width: 200px;
	float: right;
	background: #e6e6e6;
	padding: 10px;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
}

a {
	color: #0281aa;
	text-decoration: none;
}
a:hover {
	color: #7f7f7f;
	text-decoration: none;
}

h1 {
	margin-top: 0px;
	font-size: 2.8em;
	color: #6f6f6f;
}
table {
	border: 1px solid #e6e6e6;
}
th {
	color: #0281aa;
	background-color: #e6e6e6;
	padding: 10px;
}
td {
	padding: 10px;
	text-align: center;
}

p { 
}

input { width: auto; }
#sidebar li {
	list-style-type: none;
	margin-left: -35px;
	padding-left: 0px;
}
#sidebar h2 {
	color: #0281aa;
	font-size: 1.1em;
}
#sidebar .quote {
	font-style: italic;
	color: #006699;
}

div#login {
	background-color: #e1e1e1;
	width: 250px;
	float: right;
	margin: 0px 0px 10px 10px;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;

}
#login label {
}
#login input.text {
	width: 150px;
	margin: 0;
	padding: 2px 0px 2px 0px;
}
#login h2 {
	color: #0281aa;
	text-align: center;
}
dt {
	float: left;
	padding: 7px 0px 3px 10px;
	width: 70px;
	margin: 0;
}
dd {
	float: left;
	padding: 5px 0px 5px 0px;
	margin: 0;
}

.button {
	background-color: #0281aa;
	color: #ffffff;
	height: 25px;
	padding: 4px 10px 0px 10px;
	-moz-border-radius:1ex;
	-webkit-border-radius:1ex;
	font-size: 1.1em;
	margin: 0;
	width: auto;
}

#content .button{
	margin-left: 50px;
}
.button input {
	border: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 0;
	color: #ffffff;
}
#sidebar .button a {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
.widget {
	margin-bottom: 30px;
}

#menuspacer {
	width: 420px;
	float: left;
}
#menu li {
	display: block;
	float: left;
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-topright:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-top-right-radius:1ex;
	border: 1px solid #e1e1e1;
	margin: 0px 2px 0px 2px;
	background-color: #f1f1f1;	
	padding: 2px 20px 2px 20px;
}
#menu a {
	color: #000000;
	text-transform: uppercase;
}

#menu li.current_page_item a{
	color: #666;
}
h1 p {
	margin: 0;
	padding: 0;
}

