/* CSS Document */
/*CSS for BroadleafUK.com*/

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#ffffdf;
line-height: 125%;
padding: 0;
margin: 0;
}

h1, h2, h3 {
font-family:"trebuchet MS", Arial, "sans-serif";
}

h1 {
font-family: "Trebuchet MS", "Comic Sans MS", "Kristen ITC", "sans-serif";
font-size:x-large;
color: #990066;
padding-top:6em;
padding-bottom:.5em;
padding-left:.5em;
margin: 0;
background:  #ffffcc url(images/header-bg.gif) no-repeat left;
}

h2 {
color:#990066;
font-size:130%;
font-weight:normal;
padding-top:1em;
}

h2.centre {
text-align:center;
}

#navigation li {
font-size:small;
list-style-type: none;
}

#navigation img {
border:none;
}

li {
	font-size: medium;
	list-style-type:circle;
	line-height: 150%;
	padding: 5px 0;
}

p {
font-size: medium;
color: #000000;
text-align:justify;
}

a {
font-weight:bold;
}

a:link {
color:black;
}
a:visited {
color:navy;
}
a:hover {
text-decoration:none;
color:white;
background-color:#990066;
}
a:active {
color:aqua;
background-color:navy;
}

ul {
margin-top: 15px;
}


em {
text-transform:uppercase;
}

#tagline p {
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
border-top:3px solid #990066;
border-bottom:3px solid #990066;
padding-top:.2em;
padding-bottom:.2em;
padding-left:.8em;
margin: 0;
background:  #cd92be url(images/tagline-fade.jpg) repeat-y right bottom;
}


#navigation {
width:180px;
height: 500px;
background: #ffffdf url(images/nav-bg1.jpg) repeat-x top;
}

.fun {
color: #990066;
font-family: "Arial Unicode MS", "trebuchet MS", Arial, sans-serif;
letter-spacing:0.05em;
font-size: large;
font-weight:bold;
}

table.captcha {
margin: 20px auto;
background-color: #E4F8E4;
border-spacing: 2px 5px;
}

table.captcha tr.first {
background-color: #990066;
color:#FFFFFF;

}

table.captcha tr.second {
padding: 2px;
font:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
size: 3;

}

table.events {
border-collapse: collapse;
}

table.events th, table.events td {
padding: 4px;
border: 1px solid #000068;
}

table.events th {
font-size: x-small;
text-align: center;
background:  url(images/tagline-fade.jpg) right no-repeat #bcd6f1;
color: #FFFFFF;
padding-top:  0;
padding-bottom: 0;
padding-left: 2px;
padding-right: 2px;
}

table.events td {
font-size: small;
background: #e2edff url(images/td.jpg) repeat-x top;
}

table.events caption {
color: #000066;
font-size: small;
text-align: left;
padding-bottom: 5px;
font-weight: bold; 
}

form.contact fieldset,
form.payments fieldset {
border: 2px solid navy;
padding: 10px;
}

form.contact legend {
font-weight: bold;
font-size: small;
color: navy;
padding: 5px;
}

form.contact label {
font-weight: bold;
font-size: small;
color: #990066;
line-height: 150%;
}

form.contact label.fixedwidth {
display: block;
width: 240px;
float: left;
}

form.payments .product_listing {
margin: 0;
padding: 3% 1%;
width: 75%;
float:left;
}
form.payments {
margin:3%;
}

.ppbutton {
float: right;
padding: 15px;
}

.pplogo {
float:right;
}

form.contact {
padding: 0;
margin: 0;
margin-top: -15px;
}

form.contact .buttonarea input {
background: #990066;
color: white;
font-weight: bold;
padding: 5px;
border: 1px solid white;
}

form.contact .buttonarea {
text-align: center;
padding: 4px;
background-color: #cd92be;
}

form.contact .form_notes p {
text-align:center;
}

#footer {
background: #cd92be center;
border-top:3px solid #990066;
border-bottom:3px solid #990066;
padding-top:.2em;
padding-bottom:.2em;
padding-left:.8em;
margin: 0;
}

#sitebranding  h1 {
padding-bottom:.3em;
padding-left:33em;
}

/*This next section has been added to deal with the positioning  for the various div's on the screen and has
nothing to do with the content.   It uses absolute positioning - fixed x & y co-ordinattes measured from the
top left corner of the browsers contect display window.*/

#navigation, #bodycontent, #header, #footer {
position:absolute;
}

#navigation, #bodycontent {
top: 207px;
}

#bodycontent {
left: 200px;
padding: 20px;
width: 850px;
}

#example_script {
	float: left;
	width: 75%;
	}
#index_script {
	width: 22%;
	float: right;
	}

#index_script li {
	line-height: 200%;
	}
	
#header {
width: 100%;
border-top: 3px solid  #990066;
}

#footer {
position:absolute;
top:1400px;
width: 100%;
text-align:center;
font-size:small;
}

#search {
position:absolute;
top: 77px;
right: 10px;
font-size: x-small;
font-weight: bold;
}

.feature {
float: right;
margin: 20px;
}

.galleryphoto p {
font-size: 80%;
font-weight: normal;
margin-top:0;
width: 800px;
line-height: 1.4em;
}

.photocredit {
font-weight: normal;
color: gray;
}

.galleryphoto {
padding-bottom: 20px;
border-bottom: 2px solid navy;
margin-bottom: 10px;
}
