/*
Stylesheet for our wedding website
*/

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#E4F3F5;
	background-image:url('bg-body-blue.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11pt; 
}

.container {
	width:920px;
	margin-left: auto;
	margin-right:auto;
}

#honeymoonpics {
	padding-top:10px;
	padding-right:30px;
	float:left;
	margin-left: 20px;
	margin-right: 10px;
	clear:none;
	left:0px;
	top:0px;
	margin-right:0px;
	font-size: 0.98em;

}

.main {
	width:880px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	padding:20px;
	border:2px solid;
	border-color: #D8DCDC;
	float:left;
	margin-bottom: 20px;
	min-height: 600px;
}

.header {
	color: #9B7AA1;
	font-family: "Bernhard Modern", Georgia, serif;
	font-size: 3em;
	text-align: center;
	clear:both;
	height:60px;
}

img {
	border:0px;
}

a {
	border:0;
}

hr {
	border: 20;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 840px;
	border-width:0;
}

.gutter hr {
	width:340px;
}
.menu {
	text-align: center;
	width:880px;
	float:left;
	clear:both;
	margin-bottom:15px;

}

.menu ul {
	width:700px;	
	margin-left: auto;
	margin-right: auto;
	padding-right:50px;
}

.menu li {
	padding:10px;
	margin:5px;
	display: inline;
	list-style-type: none;
	font-size:1.1em;
}

.normal a {
	text-decoration:none;
	color:#7D9C9E;
}

.current {
	background-color:#846A8D;
}

.current a {
	text-decoration:none;
	color: #EAF6F7;
}

#normal {
	background-color:#FFFFFF;
}

.content {
	margin-top:20px;
	color: #464646;
	font-family: "Georgia", serif;
	font-weight:normal;
	font-size: 1em;	
	float:left;
}

.cross {
	float:left;
	clear:both;
	margin-left:20px;
	width: 840px;
}

.caption {
	font-size: .7em;
	font-style: oblique;
	line-height: 0px;
}

.column {
	width:470px;
	padding-right:30px;
	float:left;
	margin-left: 20px;
	margin-right: 10px;
	clear:none;
	left:0px;
	top:0px;
	margin-right:0px;
	font-size: 0.98em;
}

.gutter {
	width:340px;
	float:right;
	margin-left:0px;
	clear:right;
}

.gutterleft {
	width:320px;
	float:left;
	margin-left:20px;
	margin-right:0px;
	clear:left;
}

h2 {
	color: #9B7AA1;
	font-family: "Georgia", serif;
	font-weight:normal;
	font-size: 1.8em;	
	line-height:0em;
}

h1, h3 {
	color: #3E5D64;
	font-family: "Georgia", serif;
	font-weight:normal;
	font-size: 1.1em;	
	line-height:1.1em;
}
