/* common styles
----------------------------------------------- */

html {
	font-family:Verdana, Arial, Helvetica, sans-serif; /* set default font */
	background-image: url(https://www.simonmaccorkindale.net/backgroundv3-1.jpg); !IMPORTANT
}

/* layout
----------------------------------------------- */

#content {
	width:98%;
	margin:10px;
	background-repeat: repeat;
}

#footer{
	border:solid;
	border-color:#eeeeee;
	border-width:5px;
	margin-top:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: -5px 5px 5px #333333;
	-webkit-box-shadow: -5px 5px 5px #333333;
	box-shadow: -5px 5px 5px #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}

#headermain {
	background-image:url(header-v4.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	position:absolute;
	border:solid;
	border-color:#eeeeee;
	border-width:5px;
	width:220px;
	height:290px;
	left:10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: -5px 5px 5px #333333;
	-webkit-box-shadow: -5px 5px 5px #333333;
	box-shadow: -5px 5px 5px #333333;
	}

#sidebar {
	position:absolute;
	width:220px;
	margin-top:310px;
	left:10px;
	border:solid;
	border-color:#333333;
	background-color:#eeeeee;
	border-width:5px;
	padding-top:2px;
	padding-bottom:2px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: -5px 5px 5px #333333;
	-webkit-box-shadow: -5px 5px 5px #333333;
	box-shadow: -5px 5px 5px #333333;
	text-align:center;
}

#main {
	clear:both;
	margin-left:230px;
	border:solid;
	border-color:#333333;
	background-color:#eeeeee;
	border-width:5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 5px #333333;
	-webkit-box-shadow: 5px 5px 5px #333333;
	box-shadow: 5px 5px 5px #333333;
	padding:5px;
	}

	
/* fonts
----------------------------------------------- */	

#headermain h1{
	display:none;
	}
	
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

	
a:link {color:#0077aa;}
a:visited {color:#0077aa;}
a:hover {background-color:#0077aa; color:#eee}

a {
	color: #0077aa;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#footer a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#eeeeee;
}

#footer a:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:transparent;
}

#sidebar a {
	font-size:11px;
	width:95px;
	display:inline-block;
	padding-bottom:5px;
	padding-top:5px;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#0099cc;
	color:#333333;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px #333333;
	-moz-box-shadow: 0 1px 2px #333333;
	box-shadow: 0 1px 2px #333333;
	text-shadow: 0 1px 1px #eeeeee;
}

#sidebar a:hover {
	font-size:11px;
	width:95px;
	display:inline-block;
	padding-bottom:5px;
	padding-top:5px;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#0077aa;
	color:#eeeeee;
	text-shadow: 0 1px 1px #333333;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px #333333;
	-moz-box-shadow: 0 1px 2px #333333;
	box-shadow: 0 1px 2px #333333;
}

.menulist {
	background: #0077aa; /* Old browsers */
	background: -moz-linear-gradient(top, #0077aa 0%, #0099cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0077aa), color-stop(100%,#0099cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0077aa 0%,#0099cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0077aa 0%,#0099cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0077aa 0%,#0099cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0077aa 0%,#0099cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077aa', endColorstr='#0099cc',GradientType=0 ); /* IE6-9 */
}

.menulist:hover {
	background: #0099cc; /* Old browsers */
	background: -moz-linear-gradient(top, #0099cc 0%, #0077aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099aa), color-stop(100%,#0077aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0099cc 0%,#0077aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0099cc 0%,#0077aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0099cc 0%,#0077aa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0099cc 0%,#0077aa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#0077aa',GradientType=0 ); /* IE6-9 */
}

.menulist2 {
	color: #eeeeee;
	background: #0099cc; /* Old browsers */
	background: -moz-linear-gradient(top, #0099cc 0%, #0077aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099aa), color-stop(100%,#0077aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0099cc 0%,#0077aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0099cc 0%,#0077aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0099cc 0%,#0077aa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0099cc 0%,#0077aa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#0077aa',GradientType=0 ); /* IE6-9 */
 }
 
.menulist2:hover {
	background: #0077aa; /* Old browsers */
	background: -moz-linear-gradient(top, #0077aa 0%, #0099cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0077aa), color-stop(100%,#0099cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0077aa 0%,#0099cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0077aa 0%,#0099cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0077aa 0%,#0099cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0077aa 0%,#0099cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077aa', endColorstr='#0099cc',GradientType=0 ); /* IE6-9 */
}