/* Stylesheet for Handyandy.org.uk */
/* (c) 2006 Andy Deakin */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	background-color: #eef;
	color: #000;
	text-align: center;
	position: static;
	font-size: 80%;
}
#shadow_left{
	width: 700px;
	border: 0;
	padding: 0 0 0 20px;
	margin: 0 auto 10px auto;
	background-image: url("/img/bl.jpg");
	background-repeat: repeat-y;
	background-position: left;
}
#shadow_right{
	border: 0;
	padding: 0 20px 0 0;
	margin: 0;
	background-image: url("/img/br.jpg");
	background-repeat: repeat-y;
	background-position: right;
}
#shadow_footer{
	background-image: url("/img/bb.jpg");
	height: 20px;
	background-repeat: repeat-x;
	margin: 0 0 0 -20px;
}
#shadow_footer_left{
	background-image: url("/img/blc.jpg");
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: left;
	background-position: top right;
}
#shadow_footer_right{
	background-image: url("/img/brc.jpg");
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: right;
	background-position: top left;
}
#page{
	background-color: white;
	color: #000;
	text-align: left;
	border: 0;
	padding: 5px;
	margin: 0;
	height: 100%;
}
h1,h2,h3{
	color: #009;
	background-color: inherit;
}
img{
	border: 0;
}
#header{
	height: 130px;
	margin: -5px;
	padding: 5px;
	background-image: url("/img/hgrad.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}
#header img{
	margin: -6px auto 0 -25px;
	position: absolute;
}
ul#menu, ul#lmenu{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0 -30px 0 0;
}
ul#menu li, ul#lmenu li{
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
ul#menu li a, ul#lmenu li a{
	display: block;
	font-size: 15pt;
	text-decoration: none;
	background-image: url("/img/button.jpg");
	background-repeat: repeat-x;
	background-position: bottom right;
	padding: 2px 4px 7px 3px;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-right: 0;
	margin: 0 4px 0 4px;
}
ul#lmenu li a{
	font-size: 11pt;
	background-image: url("/img/o/button.jpg");
}
ul#menu li a:hover, ul#lmenu li a:hover{
	background-position: top left;
	padding: 3px 3px 6px 4px;
	border: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
}
ul#menu li a img{
	clear: left;
	border: 0;
}
p.footer{
	border: 1px solid #ccc;
	margin: 10px 50px;
	padding: 1px 10px;
	font-size: 11px;
	text-align: center;
	background-image: url("/img/hgrad.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 2em;
	clear: both;
}

/*
.menu_home a{ width: 69px; }
.menu_blog a{ width: 55px; }
.menu_photo a{ width: 80px; }
.menu_projects a{ width: 94px; }
.menu_business a{ width: 100px; }
.menu_about a{ width: 70px; }
.menu_contact a{ width: 90px; }
*/
.menu_home a{ width: 62px; }
.menu_blog a{ width: 48px; }
.menu_photo a{ width: 73px; }
.menu_projects a{ width: 87px; }
.menu_business a{ width: 93px; }
.menu_about a{ width: 63px; }
.menu_contact a{ width: 83px; }
.menu_hide a{ width: 33px; }

hr.section{
	clear: both;
	margin: 0px;
	height: 1px;
	color: #FFF;
	border: none;
	background-color: #FFF;
	border: 1px solid #FFF;
	padding: 0;
}

/* Page Styles */
div.right_box{
	float: right;
	clear: right;
	width: 250px;
	border: 1px solid #bbbbbb;
	margin: 5px;
	background-color: #efefff;
}
div.right_box p{
	padding: 5px;
	margin: 0;
}

/* Photo Gallery */
h1.clear ,h2.clear ,h3.clear{
clear: both;
}
div.album{
	float: left;
	width: 320px;
	height: 10em;
	border: 1px solid #cccccc;
	background-color: #F7F7F7;
	margin: 3px;
	padding: 3px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	text-align: center;
}
div.album h3{
	margin: 0;
	padding: 0;
}
div.album p{
	margin: 0;
	padding: 0;
}
div.album img{
	margin: 1px;
}
p.thumbnails, a.thumbnails{
	float: left;
	width: 209px;
	height: 12em;
	border: 1px solid #cccccc;
	background-color: #F7F7F7;	margin: 3px;
	padding: 3px;
	position: relative;
	z-index: 5;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
p.thumbnails a{
	text-decoration: none;
}
p.thumbnails img, a.thumbnails img, div.image img{
	margin-right: 4px;
}
div.image{
	position: relative;
	z-index: 5;
	text-align: center;
}
p.next{
	width: 49%;
	float: right;
}
p.next a{
	float: left;
}
p.prev{
	width: 49%;
	float: left;
}
p.prev a{
	float: right;
}
p.side br{
	clear: both;
}
