@charset "UTF-8";
/* trevorphoto.co.uk */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
}

* a {
	color: #000;
	text-decoration: none;
}

body {
	font-size: 75%;
	line-height: 1.4;
	font-family: Lucida Bright, "Times New Roman", Times, serif;
	background-color: #222;
}

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}
 
/* following rules are invisible to IE 5 \*/
#horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -220px;
	text-align: center;
	min-width: 650px;
}
/* end IE 5 hack */

#pagecontentholder {
	background: #FFF;
	border-top: 4px solid #CCC;
	border-bottom: 4px solid #CCC;
	height: 400px;
	overflow: auto;
}

body.notsplash #pagecontentholder {
	background: #FFF;
}

#pagecontent {
	width: 80%;
	min-width: 590px;
	max-width: 900px;
	height: 360px;
	overflow: hidden;
	margin: 0px auto;
	padding: 20px 50px 20px 50px;
	text-align: left;
}

#footer {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 80%;
	min-width: 590px;
	max-width: 900px;
	margin: 0px auto;
	padding-top: 5px;
}

#footer p {
	display: inline;
	color: #444;
}

#footer a:link, #footer a:visited {
	color: #444;
	font-style: normal;
}

h1 {
	font-size: 2em;
	color: #218BAA;
	letter-spacing: 2px;
	font-variant: small-caps;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.4em;
	color: #218BAA;
	letter-spacing: 1px;
	font-variant: small-caps;
}

h2.main-header {
	background: #222 url(../images/main-header.gif) no-repeat top center;
	padding-bottom: 20px;
	text-indent: -9999px;
}

h2.main-header-2 {
	background: #FFF url(../images/main-header-2.gif) no-repeat top left;
	padding-bottom: 20px;
	text-indent: -9999px;
}

h3 {
	font-size: 0.9em;
}

h3.h3-red {
	margin-top: 20px;
	color: #218BAA;
	background: #FFF url(../images/trevor-sandilands.gif) no-repeat top;
	height: 43px;
	text-indent: -9999px;
}

h3.post-title {
	font-size: 1.2em;
	color: #218BAA;
	font-weight: normal;
	margin-top: 10px;
}

img.mpa-logo {
	width: 65px;
	height: 50px;
	border: 0px;
	margin: 10px 0 10px 0;
	clear: right;
}

a:link.mpa-logo-small,
a:visited.mpa-logo-small {
	width: 32px;
	height: 25px;
	border: 0px;
	margin: 5px 0px 5px 57px;
	display: block;
	background: #FFF url(../images/mpa-logo-small.gif) no-repeat top;
	text-indent: -9999px;
}

* html a:link.mpa-logo-small, /* position item correctly in PCIE */
* html a:visited.mpa-logo-small {
	margin-left: 0px;
}

a:link, a:visited {
	font-style: italic;
	color: #444;
}

a:active, a:hover {
	color: #000;
	text-decoration: underline;
}

#rhc-top {
	overflow: auto;
}

#rhc-top p {
	font-size: 0.9em;
}

#rhc-top a:link, #rhc-top a:visited {
	font-style: normal;
	color: #000;
}

#nav {
	height: 360px;
	width: 150px;
	display: block;
	overflow: hidden;
	float: right;
	padding-left: 15px;
	margin-left: 15px;
	text-align: center;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0px;
}

#nav ul li a:link, #nav ul li a:visited {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 150px;
	display: block;
	margin-top: 3px;
	font-style: normal;
	color: #777;
	font-size: 0.9em;
	background-color: #DDD;
}

#nav ul li a.thispage:link, #nav ul li a.thispage:visited {
	border-top: 1px solid #AAE1F1;
	border-bottom: 1px solid #AAE1F1;
	background-color: #CFEFF8;
	color: #218BAA;
}

#nav ul li a:hover, #nav ul li a:active {
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background-color: #CCC;
	text-decoration: none;
	color: #111;
}

#nav a:link.vows-awards, #nav a:visited.vows-awards {
	background: #FFF url(../images/vows-awards.gif) no-repeat top;
	width: 107px;
	height: 18px;
	overflow: hidden;
	display: block;
	margin-left: 22px;
	margin-bottom: 5px;
	text-indent: -9999px;
}

#nav a:link.paypal, #nav a:visited.paypal {
	background: #FFF url(../images/paypal.gif) no-repeat top;
	width: 50px;
	height: 34px;
	overflow: hidden;
	display: block;
	margin-left: 51px;
	margin-bottom: 5px;
	text-indent: -9999px;
}

* html #nav a:link.vows-awards, /* position item correctly in PCIE */
* html #nav a:visited.vows-awards {
	margin-left: 0px;
}

* html #nav a:link.paypal, /* position item correctly in PCIE */
* html #nav a:visited.paypal {
	margin-left: 0px;
}

#content {
	height: 360px;
	text-align: center;
	overflow: auto;
	width: auto;
}

#content p,
#content post-body {
	margin: 10px 40px 0 40px;
}

#content ul {
	margin: 10px 100px 0px 100px;
	text-align: left;
}

#content a:link, #content a:visited {
	font-style: normal;
	color: #000;
	text-decoration: underline;
	outline: none;
}

#content a:active, #content a:hover {
	color: #218BAA;
}

#content hr {
	margin: 10px 150px 0 150px;
	color: #CCC;
	height: 1px;
	border-top: 1px dashed #CCC;
}

#content img {
	margin: 10px 5px 0 0;
	padding: 3px;
	border: 1px solid #CCC;
}

#above {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

#below {
	height: 270px;
	text-align: center;
	overflow: hidden;
}

img.photo-of-trevor {
	width: 187px;
	height: 210px;
	border: 1px solid #BBB;
	margin: 5px 0px 5px 0px;
}

.photofade {
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 418px;
	overflow: hidden;
}

#content .photofade img {
	padding: 0;
	margin: 0;
	border: 0px solid #FFF;
}

.testsource {
	font-style: italic;
}

form {
	background-color: #EEE;
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 75%;
	min-width: 200px;
	text-align: left;
	margin: 0 auto;
}

form label {
	display: block;
	margin-bottom: 5px;
	font-size: 0.8em;
}

form input,
form textarea {
	display: block;
	width: 97%;
	padding: 2px;
	margin-top: 2px;
}

form .error {
	color: red;
}

form textarea#message {
	height: 50px;
}

form input#send {
	float: left;
	border: 1px solid #CCC;
	width: auto;
	font-size: 0.9em;
	background-color: #F4F4F4;
}

form input#send:hover {
	background-color: #E4E4E4;
	cursor: pointer;
}