@charset "utf-8";
/* CSS Document */

#shell {
	width: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #FFF;
	position: absolute;
}
#logo {
	width: 20%;
	float: left;
	position: relative;
}
#nav {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 80%;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
#nav ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	padding: 0px;
}
#nav ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: large;
	font-weight: bold;
	color: #F00;
	list-style-type: none;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	top: 0px;
	margin: 0px;
}

/* DEFAULT ("VISITED" overrides browser default colour schemes for hyperlinks) */
#nav a:link,a:visited
{
	color: #F00;
	background-color: #000;
	text-decoration:none;
}

/* ROLLOVER */
#nav a:hover
{
	color: #FFF;
	background-color: #00F;
}

/* CLICK (DOWN) */
#nav a:active
{
	color: #F60;
	background-color: #000;
	/*outline: none;
	cursor: pointer; Ensures hand cursor remains on click rather than becoming an arrow straight away */
}

/* Ensures current page is indicated on the navigation menu */
body#main a#mainCurrent,body#bio a#bioCurrent,body#extras a#extrasCurrent,body#blog a#blogCurrent,body#contact a#contactCurrent {
	color: #FFF;
	background-color: #000;
	outline: none; /* Gets rid of white boxes that emcapsulate links in Internet Explorer 8, possibly 6 & 7 too */
	cursor: default; /* To discourage clickng the currently selected link unnecessarily */
}
#footer {
	color: #F60;
	text-align: center;
	clear: left;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#quote {
	font-family: "Courier New", Courier, monospace;
	color: #F60;
	text-align: right;
	vertical-align: top;
	font-style: italic;
}
#professional {
	text-align: right;
	float: right;
	width: 30%;
	margin-right: 3%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 37%;
	padding: 0px;
	position: relative;
	color: #999;
}
#blurb {
	width: 27%;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3%;
}

#mail {
	width: 40%;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3%;
}
input.textfield, textarea
{
	width: 94%;
}

#sender, #addy, select, #msg
{
	width: 94%;
	color: #39F;
	background-color: #000;
}

#sender:focus, #addy:focus, #msg:focus
{
	font-weight: bold;
	color: #000;
	background-color: #9CF;
}

label
{
	font-weight: bold;
	font-variant:small-caps;
}

.errorLabel
{
	color: #000;
	font-weight: bolder;
	background-color: #F90;
}

.errorHint
{
	color: #F90;
	font-weight: bolder;
}

.success
{
	color: #FFF;
	background-color: #090;
	font-weight: bolder;
}

fieldset
{
	padding: 0px 0px 4% 4%;
	color: #FFF;
	border-color: #9CF;
}

#audio {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
	color: #F60;
}
