/*
Theme Name: Wedding Centre
Theme URI: http://wordpress.org/
Description: Custom theme created for The Wedding Centre
Version: 1.0
Author: Richard Graham
Author URI: http://www.djrg.co.uk
Tags: black, custom header, custom menu, fixed width, two columns, widgets
*/

/*Site Wide Styling*/
body, h1, h2, h3, h4, p, ul, ol, li, dl, blockquote, dt, dd, img, input, textarea {
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: #fff;
	}
	
body {
	background: #000 url(images/bggrad.jpg) repeat-x;
	}
	
p {
	font-size:1.3em;
	line-height: 200%;
	}
	
a {
	color:#777;
	text-decoration:none;
	}

a:active, a:hover {
color:#fff;
text-decoration:underline;
}

.squish {
line-height: 150%;
}

.squishsmall {
line-height: 130%;
font-size: 1em;
}

.bigger {
font-size:1.4em;
}

.copyright {
font-size: 0.9em;
text-align: right;
color:#333;
margin-right: 50px;
}

/*Layout*/

#bgwrap {
position: relative;
margin: 0px auto;
text-align:center;
width: 980px;
height: 500px;
z-index: 0;
background: url(images/bg.jpg) no-repeat top left;
font-size: 62.5%;
}

#contentwrap {
top: 30px;
left: 100px;
width: 900px;
z-index: 1;
height: 550px;
background: url(images/bg2.jpg) no-repeat bottom right;
margin: 0px auto;
}

#logo {
position: absolute;
top: 50px;
right: 185px;
height: 100px;
width: 600px;
z-index: 1;
padding: 5px;
text-align: center;
}

#content {
position: absolute;
top: 150px;
right: 45px;
width: 890px;
z-index: 1;
padding: 5px;
text-align: center;
}
