/*
Theme Name: Games Grads 2010
Theme URI: http://www.gamesgrads.co.uk/
Description: Games Grads is a career fair designed for all students on computer games degree courses.
Version: 1.0
Author: Tom Still
Author URI: http://www.miramedia.co.uk/
*/

/*CSS Reset*/
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img { border: 0;}
:focus { outline: 0; }

html {
	background:url('images/bg-html.gif') no-repeat top center #e16025;
	padding:20px 0;
}

body {
	background:url('images/bg-body.gif') repeat-y top center;
	font-family:'Arial', Verdana, sans-serif;
	font-size:62.5%;
	padding:20px 0;
}

#wrapper {
	background:#fff;
	margin:0 auto;
	padding:20px;
	width:640px;
	/* CSS3 */
	-moz-border-radius-topright:20px;	
	-webkit-border-top-right-radius:20px;
}

.clear {
	clear:both;
}

/* Content */

h1 {
	color:#e16025;
	font-size:2.4em;
	margin:0 0 5px 0;
}

h2, h3 {
	color:#e16025;
	font-size:1.7em;
	margin:0 0 5px 0;	
}

h4, h5, h6 {
	font-size:1.3em;
	margin:0 0 5px 0;
}

p {
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 5px 0;
}

a, a:active, a:visited {
	color:#e16025;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ol {
	list-style:decimal;
	margin:10px 25px;
}

ul {
	list-style:disc;
	margin:10px 25px;
}

li {
	font-size:1.2em;
	line-height:1.6em;
}

table {
	margin:10px 0;
}

td {
	font-size:1.2em;
	line-height:1.6em;
}
/* Menu */
#menu {
	margin:0;
	padding:0;
}

#menu li {
	float:left;
	font-size:1.1em;
	font-weight:bold;
	line-height:1em;
	height:25px;
	margin:0 10px 0 0;
	text-transform:uppercase;
}

#menu li a, #menu li a:active, #menu li a:visited {
	background:#000;
	color:#fff;
	display:block;
	float:left;
	height:15px;
	padding:5px;
	text-decoration:none;
}

#menu li a:hover {
	color:#efb709;
}

/* Header */

#header {
	margin:10px 0;
}

/* Footer */

img#footer {
	margin:20px 0 0 0;
}

/* Forms */
label {
	clear:both;
	display:block;
}