/*----OVERALL RULES---------*/

/*Set all margin and padding to zero */
* {
padding:0;
margin: 0;
}

/*Set background to gradient fade*/
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(../images/bgstrip.jpg) top left repeat-x #646289;
	color: #fff;
}

a:link {
color: #b2eaff;
text-decoration:none;
}

a:hover, a:visited:hover {
color: #e5b2ff;
text-decoration: underline;
}

a:visited {
color:#cab2ff;
text-decoration:none;
}



#wrapper {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.navigation-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 34px;
	display:block;
	background: url(../images/bg_navigation-gaps.gif) top left repeat-x;
}

ul#navigation {
	position: absolute;
	z-index: 60;
	top: 0;
	left: 2px;
	width: 950px;
	height: 34px;
	list-style: none;
	background: url(../images/bg_navigation-gaps.gif) top left repeat-x;
}

#navigation a {
	color: #d5d5dc;
	display: block;
	text-decoration:none;
}

#navigation a:hover {
	background: url(../images/bg-navigation-left.gif) top center no-repeat;
	color: #afebe7;
}

#navigation li {
	float: left;
	line-height: 34px;
	text-align: center;
	margin-right: 2px;
	}

#navigation li a {
	display: block;
	padding: 0 15px 0 15px;
	background: url(../images/bg_navigation-tabs.gif) top left repeat-x;
	background-position: 0px -39px;
	}

#navigation li a:hover {
	text-decoration: none;
	background: url(../images/bg_navigation-tabs.gif) top left repeat-x;
	background-position: 0px -0px;
	color: #fff;
	}
	
#navigation li a:active {
	text-decoration: none;
	background: url(../images/bg_navigation-tabs.gif) top left repeat-x;
	background-position: 0px -78px;
	color: #fff;
	}
	
#wrapper.home #navigation li.home a, #wrapper.event_options #navigation li.event_options a, #wrapper.preview #navigation li.preview a, #wrapper.about_ian_and_camilla #navigation li.about_ian_and_camilla a, #wrapper.photos #navigation li.photos a, #wrapper.contact_form #navigation li.contact_form a {
background-position: 0px -0px;
color: #fff;
}

#navigation li.home {
	width: 106px;
	}
#navigation li.event_options {
	width:143px;
	}
#navigation li.preview {
	width: 126px;
	}
#navigation li.about_ian_and_camilla {
	width: 183px;
	}
#navigation li.photos{
	width: 242px;
	}
#navigation li.contact_form {
	width:138px;
	}


.main-pic{
float: left;
width: 366px;
height: 440px;
margin-top: 34px;
background: url(../images/pic-main_home.jpg) top left no-repeat;
}
	
.title-panel, .title-panel-pages{
	float: left;
	margin-top: 34px;
	width: 584px;
}

.title-panel-pages
 {
	margin-top: 22px;
}
	
.top-glow {
	top:34px;
	left:0px;
	width:323px;
	height:114px;
	float:left;
	background: url(../images/top-glow.jpg) top left no-repeat;
	background-position: 0 0px;
}
	
#title {
	width:502px;
	height: 95px;
	margin-top: 114px;
	text-indent: -7890px;
	background:url(../images/title-large.jpg) top left no-repeat;
	}

#main_content, #main_content_pages {
	width:445px;
	background: url(../images/text-bg.jpg) top left no-repeat;
	background-position: 0px 0px;
	float: left;
	padding-top:40px;
	padding-left: 59px;
	padding-right: 80px;
	display: block;
	margin-bottom: 45px;
	}

#main_content_pages	
 {
margin-top: 10px;
padding-top: 113px;
background: url(../images/text-bg-pages.jpg) top left no-repeat;
background-position: 0px 24px;
	}
	
h2 {
text-transform: uppercase;
letter-spacing: 4px;
margin-bottom: 20px;
font-size: 16px;
font-weight:normal;
font-family: Helvetica, Arial, sans-serif;

}

h3 span.subtitle {
background:#bfbecf;
padding: 7px 6px 5px 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 26px;
color:#30303c;
}

h3 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 26px;
}

p {
line-height: 2em;
margin-bottom: 2em;
}

#main_content_pages a img {
padding: 5px;
background:#706e89;
margin-right: 10px;
margin-bottom: 10px;
}


#main_content_pages a:hover img {
background:#9b9aae;
}

#main_content_pages ul {
margin-bottom: 2em;
margin-left: 20px;
}

ul li {
	line-height: 2em;
}

form p {
line-height: 1.35em;
}

a.button_event-options, a.button_about-ian-and-camilla, a.button_preview, a.button_photos, a.button_contact {
height: 18px;
display: block;
text-indent: -300px;
overflow:hidden;
float: right;
}

a.button_event-options:hover, a.button_about-ian-and-camilla:hover, a.button_preview:hover, a.button_photos:hover, a.button_contact:hover {
background-position: 0px -18px;
}

a.button_event-options {
width: 120px;
background: url(../images/button_event-options.gif) top left no-repeat;
}

a.button_about-ian-and-camilla {
width: 151px;
background: url(../images/button_about-ian-and-camilla.gif) top left no-repeat;
}

a.button_preview {
width:93px;
background:url(../images/button_preview.gif);
}

a.button_photos {
width: 188px;
background:url(../images/button_photos.gif)
}

a.button_contact {
width: 207px;
background:url(../images/button_contact.gif)
}

#empty {
	height: 1%;
	clear: both;
}

#footer {
	width: 960px;
	background: url(../images/dot-horizontal.gif) top left repeat-x;
	clear: both;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	margin-top: 45px;
}

#footer a.gg {
display:block;
float: left;
text-indent:-9999px;
text-decoration:none;
width:108px;
height:12px;
background:url(../images/logo-gg.gif) bottom left no-repeat;
background-position: -108px 0px;
margin-top: 9px;
margin-left: 5px;
}

#footer a.gg:hover {
background-position: 0px 0px;
}

.footer-official {
color: #c6ccce;
margin-top: 9px;
margin-bottom: 9px;
width: 600px;
float: right;
text-align: right;
margin-right: 5px;
}

.bold {
font-weight:bold;
}

.option {
padding-top:0px;
background: url(../images/dot-horizontal.gif) top left repeat-x;
}

.all-options {
padding-top:0px;
padding-bottom: 1em;
margin-bottom: 2em;
background: url(../images/dot-horizontal.gif) bottom left repeat-x;
}