/* Graphics -----------------------------------------------------------------*/
#main
{
	background: url(../Images/Design/background.gif) repeat-y center;
}
#banner
{
	background: url(../Images/Design/banner.jpg) no-repeat center;
}
/* Defaults -----------------------------------------------------------------*/
* {
	background: transparent;
	border: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	list-style: none;
	padding: 0;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
}
/* Border Colour ------------------------------------------------------------*/
#content
{
	border: #000000; /* Black */
}
A:visited
{
	border-bottom: #993333; /* Dark Red */
}
A:link, A:hover, A:active
{
	border-bottom: #DC2424; /* Light Red */
}
/* Background Colour --------------------------------------------------------*/
body, #main
{
	background-color: #BED1E2;
}
#header
{
	background-color: #993333;
}
#article, #articlewide, #content, #side, #navigation a
{
	background-color: #ffffff;
}
/* Colour -------------------------------------------------------------------*/
body
{
	color: #333333;
}
#header, #banner, h2, h1
{
	color: #ffffff;
}
strong, A:visited
{
	color: #993333;
}
A:link, A:hover, A:active
{
	color: #DC2424;
}
#footer
{
	color: #666666;
}
.posted
{
	color: #999999;
}
/* Fonts --------------------------------------------------------------------*/
body
{
	font-family: verdana, sans-serif;
}
h1, strong
{
	font-family: georgia, "times new roman" , serif;
}
/* Layout -------------------------------------------------------------------*/
html
{
	height: 100%;
	margin-bottom: 1px; /* Makes even small pages have scroll bars */
}
body
{
	text-align: center;
	font-size: small;
}
p, dd
{
	padding-bottom: 20px;
}
.bigthumblist
{
	clear: both;
}
.sidebar
{
	clear: both;
	float: left;
	padding-bottom: 20px;
	width: 100%;
}
p strong
{
	padding-bottom: 0px; /*Stop strongs in ps getting double padding */
}
#banner
{
	height: 132px;
	position: relative;
}
#content
{
	width: 700px;
	margin: 0px auto; /* Centers column */
	clear: both;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-top: 0px;
}
#article
{
	width: 370px;
	float: left;
	padding: 20px;
}
#article p,#articlewide p, #side p
{
	text-align: justify;
}
#articlewide
{
	width: 660px;
	float: left;
	padding: 20px;
}
.bigthumb
{
	float:left;
	width:110px;
	padding-bottom:10px;
}
#side
{
	width: 250px;
	float: right;
	font-size: x-small;
	padding: 20px;
}
strong
{
	text-transform: capitalize;
	font-size: large;
	padding-bottom: 10px;
	display: block;
}
#content li
{
	margin-left: 20px;
	list-style-type: circle;
}
A:link, A:visited, A:active
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
A:hover
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}
#footer div
{
	font-size: x-small;
	width: 700px;
	margin: 0px auto; /* centers the column */
	clear: both;
	text-align: center;
	margin-top: 10px;
}
.posted
{
	font-size: x-small;
	vertical-align: top;
	display: block;
}
#footer A:link, #footer A:visited, #footer A:active, #footer A:hover, A:link.latestthumb , A:visited.latestthumb , A:active.latestthumb , A:hover.latestthumb, .bigthumb A:link, .bigthumb A:visited, .bigthumb A:active, .bigthumb A:hover, #nextImage2, #previousImage2 
{
	border: 0px;
}
#latestPhotos, #thumbs
{
	float: left;
	margin-bottom: 10px;
}
#latestPhotos li
{
	margin-left: 0px;
	list-style-type: none;
	clear: both;
}
.latestthumb
{
	float:left;
	width:95px;
	padding-bottom:10px;
}
#label
{
	text-align:center;
	margin-bottom:20px;
}
.thumb, .selectedThumb
{
	width:48px;
	height:48px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: center center;
	display: inline;
	float: left;
	border: 1px solid #ffffff;
	cursor:pointer;
}
.selectedThumb
{
	border: 1px solid #DC2424;
}
#previousImage
{
	float: left;
}
#nextImage
{
	float: right;
}
h1
{
	font-size: x-large;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 0px;
}
h2
{
	text-transform: capitalize;
	font-size: x-large;
	font-weight: bold;
	position: absolute;
	left: 20px;
	bottom: 40px;
}
#pictureFrame
{
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	height: 100%;
	overflow: hidden;
}
#pictureImg
{
	cursor: pointer;
}
#previousImage2
{
	text-align: right;
	bottom: 0px;
	left: 0px;
}
#nextImage2
{
	text-align: left;
	bottom: 0px;
	right: 0px;
}
#pictureFrame a
{
	position: absolute;
	height: 100px;
	width: 130px;
	background-color: #ffffff;
	font-size: xx-large;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
}
#pictureFrame a:hover
{
	opacity: .7;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
}
/* Tabs ---------------------------------------------------------------------*/
#navigation
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#navigation li
{
	float: left;
	margin-left: 0px;
	list-style-type: none;
}
#navigation a
{
	display: block;
	opacity: .4;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	text-align: center;
	font-weight: bold;
	width: 82px;
	border-style: solid;
}
#navigation a#tabSelected, #navigation a:hover
{
	opacity: .7;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	padding-bottom: 1px;
	border-style: none;
}
