/*
Skelpaig.co.uk css default
*/

/* Elements */

body {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 11px;
	background: #5D2A00;
}

h2, h3 {
	margin-top: 0px;
	color: #2D661F;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 0;
	font-size: 16px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
}

a {
	color: #248A06;
}

a:hover {
	text-decoration: none;
}

.gallerycontainer{
float: left;
position: relative;
padding: 20px 0px 0px 10px
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 10;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* images*/

img.radio {
left:0px;
top:0px;
z-index:3;
}



/* Header */

#header {
	width: 750px;
	height: 40px;
	margin: 0 auto;
	background: #FEFDC8;
}

/* Menu */

#menu {
	width: 750px;
	height: 35px;
	margin: 0 auto;
	padding: 0 0px;
	background: #000000;
}

#menu ul {
	width: 750px;
	height: 35px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #666666;
	background: #333333;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
  float: left; 
	padding: 7px 20px 5px 20px;
	border-left: 1px solid #666666;
	text-decoration: none;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #FEFDC8;
	background: #333333;
}

#menu a:hover {
	background: #5D2A00;
	color: #000000;
}

#menu .first a {
	border: none;
}

#title {
  width: 750px;
	height: 150px;
	margin: 0;
/*	padding: 25px 0 0 20px; */
	font-size: 32px;
	background: #FEFDC8;
}

#titleleft {
  width: 470px;
	height: 150px;
	float: left;
	margin: 0;
/*	padding: 25px 0 0 20px; */
	font-size: 32px;
	background: #FEFDC8;
}

#titleright {
  width: 280px;
	height: 150px;
	float: right;
	padding: 0 0 0 0;
	font-size: 16px;
	background: #FEFDC8;
	}
	
#titlerighttop
{
  width: 280px;
	height: 30px;
	float: top;
	padding: 0 0 0 0;
	font-size: 5px;
	background: #FEFDC8;
	}

#titlerightbottom
{
  width: 280px;
	height: 84px;
	float: bottom;
	padding: 20px 0 0 0;
	font-size: 5px;
	background: #FEFDC8;
	}
  	
#content {
	width: 750px;
	height: 460px;
/*	margin: 0 auto; */
	padding: 5 0 0 0;
	font-size: 16px;
	background: #FEFDC8;
/*	margin-bottom: 0px; */
}

#contentfront {
	width: 750px;
	height: 460px;
/*	margin: 0 auto; */
	padding: 0 0 0 0;
	font-size: 16px;
	background: #FEFDC8;
/*	margin-bottom: 0px; */
}



#contentflex {
	width: 750px;
	height: 460px;
	overflow: auto;
/*	margin: 0 auto; */
	padding: 0 0 0 0;
	font-size: 16px;
	background: #FEFDC8;
/*	margin-bottom: 0px; */
}


#player {
  bottom: 235;
  left: 65;
  position: relative ;
  z-index: 1;
  visibility: show;"
}

#radio {
      top: 20;
      left: 30;
      position: relative;
      z-index: 2;
      visibility: show;
}

#contact {
	width: 750px;
	height: 40px;
	padding: 0px 0 0 0;
	margin: 0 auto;
	background: #FEFDC8;
}

#contactcorr
{
  bottom: 29;
  position: relative ;
/*  z-index: 1; */
  visibility: show;"
}

#footer {
	width: 750px;
	padding: 0 0 0 0;
	height: 82px;
	margin: 0 auto;
	background: #5D2A00;
}

#copyright {
	width: 750px;
	margin: 0 auto;
	padding-top: 0px;
}

#copyright p {
	text-align: center;
	padding: 0;
	font-size: 10px;
	color: #FEFDC8;
}



}
