@import 'reset.css';

@font-face {
	font-family: Pykes;
	src: url(../fonts/pykes_peak_zero.otf) format('opentype');
} 

* {
	margin:0;
	padding:0;
	list-style:none;
}


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#26120E;
	margin: 0;
	padding: 0;
	width: 20000px;
	overflow: hidden;
	background: #140908;
}

#ie6 {
	display: none;
}

a:link, a:visited {
	color:#0084b4; 
	padding:3px;
	text-decoration:none;
}

p a:hover {
	color:#d9d9d9;
	background:#2d88aa;
	padding:3px;
	text-decoration:none;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family:Pykes, Arial, Helvetica, sans-serif;
}

.container {
	float: left;
	display: block;
	height: 1000px;
	width: 2000px;
	position: relative;
}

.interior {
	width: 950px;
}

.alt{
	color:#d9d9d9;
}


.left {
	float:left;
	padding-right:10px;
}

.padtop{
	padding-top:10px;
}

.padRight{
	padding-right:50px;
}

.padbotm{
	padding-bottom:20px;
}

.padbotmhalf{
	padding-bottom:10px;
}
	
.center {
	text-align:center;
}	

.small {
	font-size:12px;
}

.clear {
	clear:both;
}

/*NAV
==========================================================================*/

#nav {
	position:fixed;
	right:0px;
	z-index:10;
	}
	
#nav a{
	background:none;
}

#nav ul{
	width:200px;
	list-style:none;
}

#nav li{
	height:58px;
}	
	
li#nav01{
	background:url(../images/nav01.gif) top right no-repeat;
}

li#nav01:hover{
	background:url(../images/nav01.gif) top left no-repeat;
}

li#nav02{
	background:url(../images/nav02.gif) top right no-repeat;
}

li#nav02:hover{
	background:url(../images/nav02.gif) top left no-repeat;
}

li#nav03{
	background:url(../images/nav03.gif) top right no-repeat;
}

li#nav03:hover{
	background:url(../images/nav03.gif) top left no-repeat;
}

li#nav04{
	background:url(../images/nav04.gif) top right no-repeat;
}

li#nav04:hover{
	background:url(../images/nav04.gif) top left no-repeat;
}

li#nav05{
	background:url(../images/nav05.gif) top right no-repeat;
}

li#nav05:hover{
	background:url(../images/nav05.gif) top left no-repeat;
}

li#nav06{
	background:url(../images/nav06.gif) top right no-repeat;
}

li#nav06:hover{
	background:url(../images/nav06.gif) top left no-repeat;
}

li#nav07{
	background:url(../images/nav07.gif) top right no-repeat;
}

li#nav07:hover{
	background:url(../images/nav07.gif) top left no-repeat;
}

li#nav08{
	background:url(../images/nav08.gif) top right no-repeat;
}

li#nav08:hover{
	background:url(../images/nav08.gif) top left no-repeat;
}

li#nav09{
	background:url(../images/nav09.gif) top right no-repeat;
}

li#nav09:hover{
	background:url(../images/nav09.gif) top left no-repeat;
}

li#nav10{
	background:url(../images/nav10.gif) top right no-repeat;
}

li#nav10:hover{
	background:url(../images/nav10.gif) top left no-repeat;
}


/*INDIVIDUAL PAGE STYLES
==========================================================================*/

#home {
	background: url('../images/bg-home2.jpg') no-repeat top left;
}

#home .interior {
	margin-top: 129px;
	margin-left: 108px;
}

#home h2{
	font-size:29px;
}

/*End Home
==========================================================================*/

#rsvp {
	background: url('../images/bg-rsvp.jpg') no-repeat top left;
}

#rsvp form {
	font: small "Courier New", Courier, monospace;
	margin:25px 0 0 245px;
	height:245px;
	width:525px;
	
}

.fail {
	color:#810a0c;
	/*visibility:hidden;*/
	height:58px;
	}

#rsvp p {
	margin:5px 0 0 5px;
	}

textarea {
	background:url('../images/rsvp_bg-guests.jpg') no-repeat top left;
	color:#26120E;
/*  height:125;
	width:200; Not needed in FF or IE8, saved just in case*/
	padding:15px;
	float:left;
	border:none;
	overflow: auto;
	}

/*	CSS for customized radio buttons */
	
/*	wrapper divs */
.custom-radio { position: relative; }
	
/* input, label positioning */
.custom-radio input {
	position: absolute;
	left: 220px;
	top: 3px;
	z-index: 0;
}
 
.custom-radio label {
	display: inline;
	position: relative;
	z-index: 1;
	padding: 5px 0 0 35px;
	margin:0 10px 10px 0;
	cursor: pointer;
}
	
/* states */

.custom-radio label { 
	background: url(../images/rsvp_radiobutton.jpg) no-repeat;
}

.custom-radio label {
	background-position: -10px -14px;
}

.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -10px -114px;
}

.custom-radio label.checked {
	background-position: -10px -214px;
}

/* end custom radio */

.song{
	background:url(../images/rsvp_bg-song.jpg) no-repeat top left;
	font: small "Courier New", Courier, monospace;
	color:#26120E;
	padding:7px;
	width:188px;
	height:18px;
	border:none;
	}
	
#submit {
	background:url(../images/rsvp_bg-submit.jpg) no-repeat top;
	height:57px;
	width:146px;
	overflow:hidden;
	position:absolute;
	top:210px;
	left:647px;
	}

#submit:hover{
	background-position:bottom;
	}

#rsvp .header{
	position:absolute;
	top:527px;
	left:127px;
}

/*End RSVP
==========================================================================*/

#info {
	background: url('../images/bg-info.jpg') no-repeat top left;
}

#info h1{
	font-size:60px;
}

#info h2 {
	font-size:40px;
}

#info .interior {
	margin: 30px;
}

#info p, #registry p, about p {
	margin-bottom:20px;
	}
	
/*End Info
==========================================================================*/	

#about {
	background: url('../images/bg-about.jpg') no-repeat top left;
}

#about .interior {
	margin:55px 0 0 25px;
	font-size:17px;
}

#about h1 {
	font-size:40px;
}

#about p {
	margin-bottom:10px;
}

.leftStuff{
	width:375px;
	float:left;
}

.rightStuff{
	margin-top:100px;
	width:275px;
	float:right;
}

/*End About
==========================================================================*/

#party {
	background: url('../images/bg-party.jpg') repeat;
}

#party2 {
	background: url('../images/bg-party.jpg') repeat;
}

#party3 {
	background: url('../images/bg-party3.jpg') no-repeat top left;
}

.hallway img {
	float:left;
	cursor:pointer;
}

/*End Party
==========================================================================*/

#travel {
	background: url('../images/bg-travel.jpg') no-repeat top left;
}

#travel .interior {
	margin-left: 60px;
	font-size:14px;
}

#pageLeft {
	margin:160px 90px 0 0;
	width:415px;
	height:250px;
	float:left;
	}
	
#pageRight {
	margin-top:105px;
	width:250px;
	height:350px;
	float:left;
	}
	
#travel h1 {
	font-size:30px;
}	

#travel h2 {
	font-size:25px;
}	

#travel ul {
	margin-bottom:10px;
}

#travel li {
	margin:0 0 5px 25px;
}

#travel p {
	margin-bottom:5px;
}

/*End Travel
==========================================================================*/

#registry {
	background: url('../images/bg-registry.jpg') no-repeat top left;
}

#registry .interior {
	margin: 65px 0 0 150px;
	width:450px;
}

/*End Registry
==========================================================================*/

#contact {
	background: url('../images/bg-contact.jpg') no-repeat top left;
}

#contact .header {
	margin: 65px 0 0 704px;
}

#button-wrap{
	margin-top:-7px;
}

#contact ul {
	margin-left:293px;
	list-style:none;
}

#contact #top_btns li{
	float:left;
	height:114px;
}

#contact #btm_btns li{
	float:left;
	height:44px;
}

#btm_btns{
	clear:left;
}

li#btn1 {
background:url(../images/hello_btnTop.jpg) top left;
width:67px;
}

li#btn2 {
background: url(../images/hello_btnTop.jpg) center top;
width:67px;
}

li#btn3 {
background: url(../images/hello_btnTop.jpg) right top;
width:67px;
}

li#btn4 {
background: url(../images/hello_btnBtm.jpg) left top;
width:100px;
margin-left:1px;
}

li#btn5 {
background: url(../images/hello_btnBtm.jpg) right top;
width:100px;
}

li#btn1:hover {
background:url(../images/hello_btnTop.jpg) left bottom;
width:67px;
}

li#btn2:hover {
background: url(../images/hello_btnTop.jpg) center bottom;
width:67px;
}

li#btn3:hover {
background: url(../images/hello_btnTop.jpg) right bottom;
width:67px;
}

li#btn4:hover {
background: url(../images/hello_btnBtm.jpg) left bottom;
width:100px;
}

li#btn5:hover {
background: url(../images/hello_btnBtm.jpg) right bottom;
width:100px;
}

/*Popup Bubbles*/

a.buttonArea {
	width:67px;
	height:44px;
	display:block;
	background:none;
}

#btn1 a.buttonArea{
	margin-top:35px;
}

#btn3 a.buttonArea{
	margin-top:35px;
}

#btn5 a.buttonArea{
	margin-left:40px;
}

.bubbleInfo {
    position: relative;
}

.popup {
	color: #26120e;
	padding-left:10px;
	position: absolute;
	z-index:9999;
	display: none; /* keeps the popup hidden if no JS available */
	width: 236px;
	height: 85px;
	background-image: url(../images/popup.png);
	background-repeat: no-repeat;
}

#btn1 .popup {
	top:-50px !important;
	left:-95px !important;
}

#btn2 .popup {
	top:-90px !important;
	left:-84px !important;	
}

#btn3 .popup {
	top:-50px !important;
	left:-75px !important;
}

#btn4 .popup {
	top:-95px !important;
	left:-90px !important;	
}

#btn5 .popup {
	top:-90px !important;
	left:-45px !important;	
}

.popup h1 {
	font-size:23px;
}

.popup p {
	font-size:11px;
}


/*End Contact
==========================================================================*/


/* ---------->>>thickbox global <<<-----------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ---------->>> thickbox link and fonts <<<------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #e8e8e8;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
