body {
	background-image: url(images/bkg/rotate.php);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #191919;
	font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------
logo
-------------------------------------------------*/
#small { 
	position: absolute;
	left: 137px;
	top: 35px;
	width: 246px;
	height: 70px;
	padding: 0px;
	margin: 0px;
  	background: transparent;
}
.logo {
	border: none;
	margin: 0px;
	padding: 10px 0px 20px 0px;
}


/*-------------------------------------------------
Navigation Menu
-------------------------------------------------*/
/*---Wrappers - nest 'fixed' position nav menu and copyright.---*/
#navwrap {
	position: absolute;
	top: 150px;
	left: 0px;
	height: 100%;
	width: 260px;
	margin: 0px;
	padding: 0px;
}

#nav {
	font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
  	list-style-type: none;
	position: fixed;
  	left: 0px;
	top: 150px;
  	width: 240px;	
  	margin: 0px;
  	padding: 12px 0px 0px 0px;
}
/*---English pages style---*/
#nav li a {
	display: block;
	width: 240px;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	padding: 0px 20px 2px 0px;
	margin: 4px 2px 5px 0px;
	background-color: #191919;		
}
#nav li a:hover {
  	color: #ffcc33;	
}
#nav li a:active {
  	color: #FFFFFF;	
}
#nav li a.cymraeg {
	font-size: 12px;	
  	color: #FFFFFF;
	padding: 0px 20px 2px 0px;
}
#nav li a.cymraeg:hover {	
  	color: #FF0000;
}

/*---Cymraeg pages style---*/
#nav li a.cym {
	display: block;
	width: 240px;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	padding: 0px 20px 2px 0px;
	margin: 4px 2px 5px 0px;
	background-color: #191919;		
}
#nav li a.cym:hover {
  	color: #FF0000;	
}
#nav li a.cym:active {
  	color: #FFFFFF;	
}
#nav li a.english {
	font-size: 12px;	
  	color: #FFFFFF;
	padding: 0px 20px 2px 0px;
}
#nav li a.english:hover {	
  	color: #ffcc33;
}

/*-------------------------------------------------
Stage
-------------------------------------------------*/
/*---Div to place all stage content.---*/
#stage { 
	position: absolute;
	left: 260px;
	top: 150px;
	width: 375px;
	height: 100%;
	padding: 10px 20px 20px 25px;
	margin: 0px;
	background-color: transparent;
}
/*---Div sits behinde content holding the transparent effect. To place stage content in this div means it will also fade.---*/
#stage_bkg { 
	position: absolute;
	left: 260px;
	top: 150px;
	width: 420px;
	padding: 0px;
	margin: 0px;
  	background: url(images/bkgstage.gif) #191919;
  	opacity: 0.8;
		-moz-opacity: 0.8;
  		filter: alpha(opacity:80);
	border-left: #333333 solid 1px;	
} 

#stage h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: left;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color: #ffcc33;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

#stage h2 {
	font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

#stage p {
	font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#stage ul {
	list-style-type: none;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#stage li {
	padding-bottom: 12px;
	margin: 0px;
}

.date {
	font-size:10px;
	color:#999999;
}

#stage a {
	color: #999999;
	text-decoration: none;							
}

#stage a:hover {
  	color: #FFFFFF;
	background-color: #999999;
}

#stage a:active {
  	color: #ffcc33;				
}

#stage a:visited {
	color: #999999;				
}

.divider {
	border: none;
	margin: 0px;
	padding: 25px 157px 20px 157px;
}

.pix {
	border: none;
	margin: 0px;
	padding: 0px;
	background:none;
}


/*-------------------------------------------------
Contact Form
-------------------------------------------------*/
form {
	font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
	border: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	width: 375px;
}

input {
	font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #f7f7f7;
	border: 1px solid #1e1e1e;
	font-size: 16px;
	width: 365px;
	padding: 5px;
	margin-top: 3px;	
}
input:hover {
	background-color: #f7f7f7;
	border: 1px solid #ffcc33;	
}
input:focus {
	background-color: #FFFFFF;
	border: 1px solid #ffcc33;	
}

textarea {
	font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #f7f7f7;
	border: 1px solid #1e1e1e;
	font-size: 12px;
	width: 365px;
	padding: 5px;
	margin-top: 3px;		
}
textarea:hover {
	background-color: #f7f7f7;
	border: 1px solid #ffcc33;	
}
textarea:focus {
	background-color: #FFFFFF;
	border: 1px solid #ffcc33;	
}

input.btn {
	color: #000000;
	background: url(images/butoff.png) repeat-x bottom center #999999;	
	border: 1px solid #000000;
	font-size: 12px;
	width: 175px;
	padding: 2px 0px 2px 0px;
	margin: 0px 100px 0px 100px;
}
input.btn:hover {
	color: #000000;
	background: url(images/buton.png) repeat-x bottom center #ffcc33;	
	border: 1px solid #333333;
	font-size: 12px;
	width: 175px;
	padding: 2px 0px 2px 0px;
	margin: 0px 100px 0px 100px;
}

form p label {
	color: #cccccc;
	font-size: 12px;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/
#copyright {
  	position: fixed;
  	width: 240px;		
 	left: 0px;
  	bottom: 10px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	background-color: transparent;				
}
#copyright p {
	font-family: Lucida, Helvetica, Verdana, Arial, sans-serif;			
	color: #999999;	
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	padding: 0px;						
}
#copyright a {
	color: #999999;
	text-decoration: none;							
}
#copyright a:hover {
  	color: #FFFFFF;
	background-color: #999999;
}


/*-------------------------------------------------
Lightbox - Ajax / JS Image viewer
-------------------------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox2/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox2/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox2/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FFFFFF;
	}
