﻿/*
*******************************************************
Title: style.css (CSS Document)
Author: Weymouth Web Design (www.weymouthwebdesign.com)
Created: 15/09/2009
Last modified: 15/09/2009
*******************************************************
*/

body {
	background-color: #093a5c;
	background-image: url('images/bg-main.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	overflow: auto;
        font-style: normal;
}

h1 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	margin: 25px 0 15px 0;
}

p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
        font-style: normal;
}

li {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

.gallery {
	background-color: #fff;
	padding: 3px;
	border: 2px #000 solid;
	margin: 3px;
}

.indent {
	 margin-left: 110px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

#form {
	margin: 50px 18px 0 18px;
}

.form-text {
	margin-bottom: 5px;
	font-size: 12px;
}

.form-element {
	width: 98%;
}

.form-element-submit {
	width: 100%;
}

img {
	border-width: 0px;
}

#lights {
	background-image: url('images/bg-lights.jpg');
	height: 92px;
	width: 100%;
	margin: 0 auto;
	background-position: center;
}

#stage {
	position: relative;
	background-image: url('images/bg-stage-comp.jpg');
	width: 912px;
	height: 400px;
	margin: -65px auto 0 auto;
}

#logo {
	position: absolute;
	margin: 121px 0 0 189px;
}

#nav {
	position: absolute;
	width: 686px;
	bottom: 0px;
	left: 116px;
}

#box-top {
	background-color: #191919;
	background-image: url('images/box-top.jpg');
	background-repeat: no-repeat;
	height: 17px;
	width: 912px;
	margin: 0 auto;
}

#box-middle {
	background-color: #191919;
	background-image: url('images/bg-1500px.jpg');
	background-repeat: repeat-y;
	width: 912px;
	margin: 0 auto;
	overflow: hidden;
}

#box-end {
	background-color: #191919;
	background-image: url('images/box-end.jpg');
	background-repeat: no-repeat;
	height: 27px;
	width: 912px;
	margin: 0 auto;
}

#box-left {
	float: left;
	width: 595px;
	margin: 8px 0 0 30px;
	overflow: visible;
}

#box-left2 {
	float: left;
	width: 600px;
	margin: 8px 0 0 30px;
	overflow: visible;
}

#box-right {
	float: right;
	width: 245px;
	background: #282b45 url('images/bg-form.gif') no-repeat;
	margin: 5px 27px 0 0;
}

#box-right-end {
	background-image: url('images/bg-form-end.gif');
	background-repeat: no-repeat;
	height: 9px;
	width: 245px; 
}

#footer {
	text-align: center;
}

.footer-text {
	color: #fff;
	font-size: 12px;
	margin: 10px 0 25px 0;
}

.indentweddings {
	 padding-left: 100px;
}

a:link {color: #fff; text-decoration: underline; font-weight: normal; }
a:visited {color: #fff; text-decoration: underline; font-weight: normal; }
a:hover {color: #a7daff; text-decoration: underline; font-weight: normal; }
a:active {color: #fff; text-decoration: underline; font-weight: normal; }

