/* Customize your layout here, for support please visit www.webart.no/forum */

* {margin: 0;
   padding: 0;}
   
body {
	background-color: #141412;
	color: #FFFFFF;
/*	background-image: url(../images/Gwrych_Castle.jpg); 
	background-repeat: repeat;
	background-attachment: fixed; */
	background-color: #000000;
	font-size: .7em;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 895px;
	padding:5px;
	margin: 0px auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

#header {margin-top: 1px;
	background-image: url(../images/siobhan_banner_castle.jpg);
	background-repeat: no-repeat;
	height: 220px;
	border: 1px solid #FFFFFF;
}

#wrapper {
	margin-top: 7px;
	background-image: url(../images/wrapper_bg_jade.gif);
	background-repeat: repeat-y;
}

#left {
	display: block;
	float: left;
	width: 155px;
	padding: 10px 5px 5px 5px;
	background-image: url(../images/round_corner_l_jade.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#right {
	float: right;
	width: 155px;
	background-image: url(../images/round_corner_r_jade.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	padding: 5px;
}

#right h3 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
/*	color: #FFFFFF;
	background-color: #5A3D59; */
	color: #5A3D59;
	background-color: #FFFFFF;
	padding: 20px;
	border: 0px solid #FFFFFF;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
	background: #000000 url(../images/footer_castle.jpg) no-repeat; 
	text-align: center;
}

#gallery {
	position: relative;
	padding: 15px;
	margin: 0px auto;
	height: 480px;
	width: 450px;
	background-color: #202020;
	color: #ffffff;
	text-align: center;
}

#logo_bg {
	width: 100%;
	background-color: #ffffff;
	color: #202020;
	padding:15px;
	margin: 10px -15px 0 -15px;
	text-align: center;
}

#formpanel{
	padding: 10px;
	background-color: #F8EADC;
	color: #202020;
	border: #000000 1px solid;
}

#yellow {
	color: #FFCC00;
	font-weight: bold;
	font-size: 1.2em;
}

.redtext {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.1em;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}

.logocolumn {
	float: left;
	padding: 10px;
	text-align: center;
}

.columnleft{
	float: left;
	width: 110px;
}

.row{
/*	position: relative; */
	width: 510px;
	padding: 5px 0 8px 0;
}

.columnright{
	float: left;
	width: 400px;
}

.clearleft{
	clear: left;
}

.clearright{
	clear: right;
}

.clearboth{
	clear: both;
}

p {
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
/*	margin: 5px 30px 5px 30px; */
	margin-top: 10px;
	padding: 0 20px 10px 80px;
	border: 1px dotted #999999;
	background-image: url(../images/open_quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
 
blockquote p {
	font-weight: bold;
}

p.quotesource {
	font-size: .8em;
	font-color: #999999;
	font-weight: normal;
	text-align: right;
	margin-bottom: 0;
}

h1{
	background-color: #025252;
	padding: 5px;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
/*	margin: 5px 0 15px 0; */
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

h2{
	background-color: #025252;
	padding: 5px;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

h3{
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 0 0;
}

#confirmtext {
	font-size: 1.4em;
	font-weight: normal;	
}

.list {
	margin-left: 25px;
	list-style-image: url(../images/list_bullet.png);
	margin-top: 30px;
}

a.black:link {
	color: #000000;
	background-color: inherit;
}

a.black:visited {
	color: #000000;
	background-color: inherit;
}

a.black:hover {
	color: #FF00FF;
	background-color: inherit;
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
}
a:visited {
	color: #FFFFFF;
	background-color: inherit;
}
a:hover {
	color: #FF00FF;
	background-color: inherit;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
}

/********** Begin top navigation *************/
#menu {
	padding: 10px 0 5px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0; 
	background-color:#000; 
	padding: 15px; 
	text-align:center;
	border: 1px solid #CCCCCC;
}

#menu ul li { 
	display:inline; 
	list-style-type: none;
}

#menu ul li a:link, #menu ul li a:visited { 
	background-color: #fff; 
	width: 80px;
	color: #000; 
	padding: 12px 8px 12px 8px; 
	text-decoration: none; 
	font-weight: bold;
}

#menu ul li a:hover { 
	background-color: #fff; 
	color: #C138C1;
	font-weight: bold;
	padding-top: 2px; 
}

#menu #current ul li a:link {
	color: #C138C1;
	padding-top: 2px; 
}

 ul#navlist
{
	border-bottom: 1px solid #ffffff;
	border-top: 50px;
	margin: 0;
	font: 1.1em verdana,helvetica,arial,sans-serif;
	background: #4c3d4;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #FFFFFF;
}

ul#navlist li a
{
	display: block;
	width: 122px;
/*	\width: 155px;
	w\idth: 122px; */
	padding: 6px 8px 6px 8px;
	border: 0px;
	border-left: 20px solid #000000;
	background: #008080;
	text-decoration: none;
	text-align: left;
}

ul#navlist li a:link 
{ 
	color: #ffffff; 
}

div#navcontainer li a:visited 
{ 
	color: #ffffff; 
	background: #605559;
}

ul#navlist li a:hover
{
	border-color: #008080;
	color: #ffffff;
	background: #000000;
}

ul#navlist li#current a:link {
	border-color: #008080;
	color: #ffffff;
	background: #000000;
}
