/*
CSS for Bubble Under site
*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #D6CFD7;
	line-height: 125%;
	padding: 0;
	margin: 0;
	color: #5C5F6E;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #5B5E6D;
}

h1 {
	font-size: x-large;
	background-color: #C2DFF1;
	color: #5C5F6E;
	padding-top: 3em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/gallery/moothbg.jpg);
	background-repeat: no-repeat;
	background-position: right -60px;
	font-weight: normal;
	text-align: left;
	margin: 0;
}
#header #sitebranding #logobox {
	height: 100px;
	width: 100px;
}


h2 {
  color: #5C5F6E;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: #5C5F6E;
}

#tagline p {
	font-style: normal;
	font-family: Georgia, Times, serif;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
	background-color: #9a9a77;
	background-image: url(images/backgrounds/tagline-fade.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5C5F6E;
	border-bottom-color: #555B69;
	color: #5B5E6D;
	font-weight: bolder;
	text-align: center;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: #0000CC;
}

a:visited {
  color: #C2DFF1;
}

a:hover {
  text-decoration: none;
  color: #0000CC;
  background-color: #C1DEF0;
}

a:active {
	color: #575A69;
	background-color: navy;
	height: auto;
	width: auto;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
	width: 180px;
	height: 484px;
	background-color: #7da5d8;
	background-image: url(images/gallery/testnavbak.jpg);
	background-repeat: repeat-y;
	color: #F5F5F1;
}

h2, ul {
  margin-top: 15px;
}

#header {
	border-top: 3px solid #7da5d8;
	text-align: left;
}

img.feature {
	float: right;
	margin: 10px;
	border: medium solid #5C5F6E;
}
#advertpicture {
	border: thin dashed #F34A23;
}


.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: #FF0000;
}

table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #e2edff url(backgrounds/td.jpg) repeat-x top;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

form.contact fieldset {   
  border: 2px solid navy;   
  padding: 10px; 
}  

form.contact legend {   
  font-weight: bold;   
  font-size: small;   
  color: navy;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}

form.contact .buttonarea input {   
  background: navy;
  color: white;   
  font-weight: bold;   
  padding: 5px;   
  border: 1px solid white; 
}

form.contact .buttonarea {   
  text-align: center;   
  padding: 4px;   
  background-color: #0066FF; 
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
	position: absolute;
	left: 4px;
	top: 13px;
	height: 422px;
}

#navigation, #bodycontent {
  top: 142px;
}

#bodycontent {
  left: 356px;
}

#header {
  width: 100%;
}
#bodycontent .style2 {
	color: #0000FF;
}
#bodycontent #backbutton {
	margin-right: auto;
	margin-left: auto;
	padding-right: 140px;
	padding-left: 140px;
}
#advertising {
	background-color: #C0DCF1;
	height: 801px;
	width: 200px;
	background-image: url(images/backgrounds/advertisingsidebar.png);
}
#advertising .adverts_left {
	background-color: #FF0000;
	height: 800px;
	width: 200px;
	right: 700px;
	padding-right: 700px;
}
#bodycontent .galleryphoto .style1 #Paddy {
	border: thin solid #000031;
}
