/* -------------------------------------------------------
	Author: Phil Wylie
	Last updated: 30/11/2008
   -------------------------------------------------------*/

/* -------------------------------------------------------
    General
   -------------------------------------------------------*/
body {
	background: #36393D url(../img/damask-background.gif) fixed;
	margin: 10px 0;
	padding: 0;
	font:small Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:1.3;
}
img {
	border: none;
}
.clear {
	clear: both;
	line-height:0;
}
a {
	color:#557383;
	text-decoration:none;
}

a:visited {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#394651;
	text-decoration:none;
}
/* -------------------------------------------------------
    Headings
   -------------------------------------------------------*/
h1 {
	padding: 70px 0 0 0;
    overflow: hidden;
    background: url(../img/phil-wylie.gif) no-repeat;
    height: 0px !important;
    height /**/:70px;
}
h2 {
	color:#333;
	font-size:medium;
	font-weight:bold;
	margin:14px 0 0;
}
h3 {
	color:#333;
	font-size:small;
	font-weight:bold;
	margin:14px 0 5px;
}
/* -------------------------------------------------------
    Header
   -------------------------------------------------------*/
#header {
	height: 85px;
	background: url(../img/header-graphic.gif) no-repeat right bottom;
	margin-right: 81px;
}
/* -------------------------------------------------------
    Navigation
   -------------------------------------------------------*/
#nav {
	position: relative;
	width: 140px;
	float: left;
	left:24px;
}
#begin {
	position: relative;
	margin-left: 160px;
	margin-right: 24px;
}
#nav ul {
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding-left:0;
}
#nav li {
	list-style-type:none;
	margin-left:0;
}
#nav li a.current {
	padding-left:11px;
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 .5em;
}
#nav a {
	color:#000;
}
#nav a:visited {
	color:#000;
}
#nav a:hover {
	color:#999;
}
#subnavlist li {
	padding-left:11px;
}
.scrolling {
	padding-left:11px;
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 .5em;
}
/* -------------------------------------------------------
    Content
   -------------------------------------------------------*/
#margin {
	padding: 0 0 0 87px;
}
#content {
	background: #EEEEEE url(../img/corner.gif) no-repeat right bottom;
	margin-right: 87px;
	padding: 8px 5px 20px 5px;
}
.left {
	float: left;
	margin-right: 5px;
}
.right {
	float: right;
	margin-left: 5px;
}
#intro {
	background-image: url(../img/showcase-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 90px;
}
ul#slide-thumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#slide-thumbs li {
	float: left;
}
#slide-thumbs li a {
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	height: 75px;
	width: 75px;
	text-decoration: none;
	float: left;
	border: 1px solid #000000;
	margin: 0 5px 3px 0;
}
#slide-thumbs li a.scrolling {
	border: 1px solid #557383;
}
#slides {
	overflow: hidden;
	width: 502px;
	height: 430px;
	display: block;
	position: relative;
	float: left;
}
#slides div {
	width:6000px;
	position:relative;
}
#slides div ul {
	padding:0;
	margin:0;
}
#slides div ul li {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	float:left;
	width:510px;
	height:425px;
	padding-bottom: 40px;
}
#slides img {
	border: 1px solid #000000;
	margin-bottom: 3px;
}
#fail-url {
	font-weight: bold;
	font-style: italic;
}
.flickr_badge_image a {
	float: left;
	padding: 3px;
	background-color: #313337;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
.flickr_badge_image a:hover {
	background-color: #FF6600
}
.flickr_badge_image img {
	display:block;
}
.all {
	width: 488px;
	background-color: #C5C5C5;
	padding: 3px;
	border: 1px solid #313337;
}
.all a, .all a:visited {
text-decoration: underline; color: blue;
}
/* -------------------------------------------------------
    Footer
   -------------------------------------------------------*/
#wrapper {
	background: url(../img/footer-graphic.gif) no-repeat left bottom;
	width: 868px;
	margin: 0 auto;
}
#footer {
	font-size:x-small;
	position:relative;
	color:#fff;
	text-align:center;
	padding-top: 28px;
	height: 68px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#footer p {
	margin:0px;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
#footer a:visited,#footer a:hover {
	color:#fff;
}
#box {
	background-color: #557383;
}