/*
 * John Howard Print Studios
 *
 * Subject to copyright.
 *
 * Web Design by Two.
 * mailto:info@twodesign.co.uk
 * http://www.twodesign.co.uk
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 */

/* GLOBAL STYLES */

body {
	color: #4d4d4d;
	background: #fff;
	font-family: courier new, courier, monospace;
	font-size: 12px;
	margin: 30px;
	padding: 0;
}

a {
	color: #4d4d4d;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

/* LAYOUT STYLES */

#page {
	width: 800px;
}

#logo {
	left: 30px;
	margin: 0 0 30px 0;
	position: absolute;
	background-color: #1e1e1e;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	width: 120px;
	height: 91px;
	line-height: 18px;
	overflow: hidden;
}
#logo a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 120px;
	height: 91px;
	padding: 10px;
}
#logo i {
	font-weight: bold;
	font-style: normal;
}
#logo a span {
	top: 0;
	left: 0;
	background: url(img/logo_1e1e1e.png) 0 0 no-repeat;
	position: absolute;
	display: block;
	width: 120px;
	height: 91px;
}

/* MENU STYLES */

#menu {
	font-weight: bold;
	margin: 0 0 16px 136px;
	height: 91px;
}
#menu ul {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
}
#menu li {
	font-size: 12px;
	line-height: 14px;
	height: 14px;
}
#menu li a {
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}

#content table {
	font-size: inherit;
}

#col1, #col2, #col3 {
	float: left;
	padding: 10px 10px 45px 10px;
	margin: 0;
}
#col1 {
	width: 120px;
	font-weight: bold;
}
html>body #col1 {
	width: 100px;
}
#col2 {
	width: 256px;
	margin-left: 16px;
}
html>body #col2 {
	width: 236px;
}
#col3 {
	width: 392px;
	float: right;
}
html>body #col3 {
	width: 372px;
}

#footer {
	clear: both;
	margin-left: 10px;
	margin-top: 30px;
}
html>body #footer {
	margin-top: 0;
	padding-top: 30px;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #808080;
}

#artscouncil {
	position: relative;
	margin: -1em 28px 0 0;
	float: right;
}
html>body #artscouncil {
	margin-right: 55px;
}

#artscouncil span {
	margin: 0 -45px 0 0;
	position: absolute;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	width: 38px;
	height: 38px;
	background: url(../img/arts-council-logo.gif) 0 0 no-repeat;
	right: 0;
	top: -15px;
}

/* COURSELIST */

#courselist p {
	margin-top: 2em;
}
#courselist p.first {
	margin-top: 0;
}

/* GOOGLE MAP */

#gmap {
	width: 372px;
	height: 274px;
}

/* CONTACT FORM */

#contact input,
#contact textarea {
	width: 236px;
	border: 2px solid #808080;
	margin-bottom: 1em;
}
#contact textarea {
	height: 54px;
}
#contact .invalid {
	border: 2px solid #f00;
	background-color: #fff;
}
#contact #submit {
	float: right;
	border: none;
	height: 17px;
	width: 62px;
	text-align: center;
	color: #fff;
	width: auto;
	right: 0;
}

/* GENERAL STYLES */

.invalid {
	background-color: #fdd;
}
.invalid td {
	background-color: #fdd;
	padding: 2px;
}
/* BUTTON STYLES */

.button, .cancel {
	font-size: 120%;
	border: none;
	cursor: default;
	padding: 1px 8px;
	padding-top: 2px;
	width: auto;
}
.button {
	color: #fff;
	background-color: #666;
}
.cancel {
	color: #fff;
	background-color: #999;
}

/* BLANK PAGE */

#blank {
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/* ACCESS KEYS */

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}
