

/*  page info
	Author:
	Site: Template
*/

/*
COLOR PALETTE

#FFF5EE - Seashell
#FF8C00 - Dark Orange
#8A360F - Burnt Sienna

#C6E2FF - Sky Blue
#1C86EE - Bright Blue
#0000CD - Royal Blue
*/

/**************************
      general styling 
***************************/


body{
		font-size: 10pt;
		color: #999;
		background: #525552;
		text-align: center;
		font-family: tahoma, Tahoma, verdana, sans-serif; 
		margin: 0px;
		background: #FCF9EA url('../images/jbbg.gif') top left repeat-x;	
		padding: 0px;
		min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */ 
		}

img {
		border: none;
		}

p {
		color: #333;
		font-family: tahoma,geneva, sans-serif;
		font-size: 10pt;
		line-height: 1.4em;
		}

span.red {		
	color: #B2302F;
}
	
h1{
		color: #B2302F;
		font-size: 18px;
		font-weight: bold;
		padding: 0px;
		margin: 4px 0px 2px 0px;
		font-variant: small-caps;
		font-family: palatino, sans-serif;
		}

h2{
		color: #c00;
		font-size: 14px;
		text-align: left;
		font-variant: small-caps;
		}

h3{
		color: #B2302F;
		text-align: left;
		padding: 4px 0px 0px 0px;
		margin: 0px;
		line-height: 14px;
		font-variant: small-caps;
		}
		
h4{
		background: url('../images/flag.gif') top left no-repeat;
		font-size: 16px;
		padding: 14px 0px 14px 20px;
		width: 200px;
		text-align: left;
		font-family: Georgia, georgia, serif;
		color: #FCF9EA;
		font-weight: normal;
		margin: 10px 0 0 2px;
		}

h4.smallCaps { font-size: 9pt; padding-top: 16px; color: #fff; font-variant: small-caps; }

a{
		color: #B81119;
		}

a:hover{
		background: #fff;
		}

p{
		padding-right: 20px;
		}

dl{
	color: #333;
		font-family: tahoma,geneva, sans-serif;
		padding: 0px 0px 0px 0px;
		font-size: 10pt;
}		

dt{
	color: #900;
}

dd{
	padding: 3px;
	margin-bottom: 2px;
}

img.rightpic{
	float: right;
	padding: 2px;
	border: 1px solid #900;
	margin: 3px;
}
img.pic{
	padding: 2px;
	border: 1px solid #900;
	margin: 1px;
	width: 120px;
}

.day{
	border: 1px solid #900;
	position: relative;
	width: 48px; margin: 4px; text-align: center; 
	padding: 8px; display: block; float: left;
	font-size: 75%;
}

/**************************
      Layout
***************************/

		
#header{
		position: relative;
		height: auto;
		width: 804px;
		text-align: left;
		margin: 0 auto;
		padding: 0;
		height: 260px;	}

	#header span{
		padding: 3px 10px 0px 10px;
		font-size: 9px;
		font-family: verdana; 
		}
				
#container {	
		position: relative;
		height: auto;
		width: 804px;
		text-align: left;
		padding: 0px;
		margin: 0 auto;
		background: url('../images/bodybg.gif') top left no-repeat;
		}
		
#menu{
		position: absolute;
		clear: left;
	color: #ccc;
	height: 50px;
	
		}	
		
#wrapper{	
		position: relative;	
		float: left;
		width: 570px;
		height: auto;	
		padding-left: 210px;      /* LC fullwidth */
		overflow: hidden;
		margin-left: 10px;
		}		
		
	#wrapper .column{
		position: relative;
		float: left;
		padding-bottom: 1001em;     /* X + padding-bottom */
		margin-bottom: -1000em;     /* X */
		}

		
#content {
		position: relative;
		float: left;
		margin: 0px;
		padding: 10px 20px 10px 10px;       /* CC padding */
		width: 98%;
		}
		
#highlight {
		position: relative;
		float: left;
		width: 210px;             /* LC width */
		padding: 25px 0px 0px 0px;          /* LC padding */
		right: 230px;             /* LC fullwidth + CC padding */
		margin-left: -100%;
		font-size: 11px;
		font-family: verdana, verdana, genevea, sans-serif;	
		}		

	#highlight p{
		color: #6F0E10;
		padding: 3px 10px;
		margin: 0;
		}
		
	#highlight li{
		padding: 0px;
		margin-left: -20px;
		list-style-type: none;
		}
	#highlight img{
		margin: 2px;
		}
		
#footer {
		}
		
#footer-wrapper{
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		color: #fff;
		text-align: center;
		margin: 20px 0px 3px 0px;
		font-size: 9px;
		clear: both;
		background: #900;
		font-family: verdana;
	}		

#footertext{
		position: relative;
		width: 800px;
		text-align: left;
		padding: 0;
		margin: 0 auto;
		}
		

#kittiff{
		position: relative;
		text-align: center;
		width: 150px;
		height: 80px;
		font-size: 11px;
		margin: 0 auto;
		}		




/**************************
        MENU
***************************/

.underline{
		text-decoration: underline;
		}

.center{
		text-align: center;
		}


/**************************
        Styling
***************************/

.pictureCaption {
	color: #B2302F;
	text-align: center;
	font-variant: small-caps; font-weight:bold;
	}

#content ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	width: 500px;
	}

#content ul h3{
	float: left;
	margin: 0px;
	padding: 4px 4px 0px 0px;
	display: inline;
	width: 130px;
	text-align: right;
	font-size: 14px;
	}

#content li{
	padding-left: 14px;
	text-align: left;
	margin-bottom: 2px;
	}
	
#content p{
	color: #666;
	padding: 0px 15px 5px 0px;
	margin: 3px 0px 3px 0px;
	}

#content ul li span {
	font-size: 10pt;
	color: #600;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: left;
	}

.hotel{
	font-color: #666;
	margin-top: 4px;
	width: 400px;
	height: 100px;
	border-bottom: 1px solid #ccc;
	color: #666;
		font-family: tahoma,geneva, sans-serif;
		font-size: 12px;
	line-height: 12px;
	}
.hotel img{
		padding: 3px;
		border: 1px solid #666;
		background: #fff;
}

.locations{
	font-color: #666;
	margin-top: 4px;
	width: 480px;
	/*height: 110px;*/
	border-bottom: 1px solid #ccc;
	clear: right; 
	padding-bottom: 20px; 
}
.locations h2{
	margin: 1px;
	padding: 0;
}

.locations img{
		padding: 3px;
		border: 1px solid #666;
		background: #fff;
	margin-bottom: 10px;
}

.mainLoc { padding-bottom: 10px; }

p.testimonial{
	font-style: italic;
	font-variant: normal;
		font-family: palatino, sans-serif;
}

/**************************
        footer
***************************/



#footertext a{
	color: #fff;
	}
	
 #footertext ul{
 	position: relative;
 	float: left;
	padding-top: 11px;
	text-align: center;
	margin: 0;
	color: #999;
	font-family: arial, helvetica, sans-serif;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	}

#footertext ul li { 
	display: inline; 
	}

#footertext ul li a{
		color: #FCF9EA;
	text-decoration: none;
	text-align: center;
	padding: 6px;
	font-size: 12px;
	font-variant: small-caps;
	background: none;
	}

#footertext ul li a:hover{
	color: #900;
	text-decoration: underline;
	background: #FCF9EA;
	}

img.logo{
	float: right;
	clear: right;
	margin: 1px;
	}


span.cen {
	text-align: center;
	vertical-align: top;
	color: #555;
	}

.cal{
	position: relative;
	float:right;
	width: 180px;
	height: auto;
	border: 0px solid #300;
	}
	
.right{
	float: right;
	z-index: 2;
	text-align: right;
	}

.rightLarge { width: 415px; float: right; }

.rightLarge img { padding-to; 5px; }

.rightLarge p { padding-bottom: 5px; }

.topright{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;		
	}
	
.topleft{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}		
		
.left{
	float: left;
	}


	
#kittiff a{
	color: #600;
	text-decoration: none;
	background: none;
	}

span.clearright{
	clear: right;
	}
.logo{
	width: 804px;
	height: 79px;
	background: url('../images/wlogo.gif');
	}
.logo:hover{
	background: url('../images/rlogo.gif');
	}
	
	
	
	
	




#nav{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
		

}

#nav ul {
		margin: 0;
		list-style: none;
		z-index: 100;
		position: relative;
		float: left;
		text-align: center;
		width: auto;
		font-family: arial, helvetica, sans-serif;
		display: inline;
		padding: 0;
		margin-left: 65px;
		margin-top: 1px;
		border-right: 1px solid #888;
		/* border-left:5px solid #000; */

		}
		
#nav a {
		display: block;
		color: #FCF9EA; /* text color */
		padding: 12px 12px 13px 12px;	
		font-size: 18px;
		text-decoration: none;
		border-left: 1px solid #888; /* #888 */
		border-right: 1px solid #222;
		margin: 0px;
		font-family: Georgia, georgia, serif;
		background: none;
		font-weight: normal;
		}

#nav li {
		float: left;
		position: relative;
		float: left;
		text-align: center;
		display: inline;
		width: auto;
		padding: 0px;
		margin: 0px; 
		}

#nav li a:hover { 
		background: #666; /*original bg color #6F0E10; */
		/*border-bottom: 1px solid #600;*/ 
		}

#nav li ul {
		position: absolute;
		width: 164px;
		left: -999em;
		background: #666; /*original bg color #6F0E10; */
		margin: 0; 
		}

#nav li ul li{
		width: 158px;
		border: 3px solid #999; /* #600  */
		border-top:  none;
		}

#nav ul li ul li a{
		padding: 6px;	
		font-size: 14px;
		border: none;

		}
#nav li ul li:hover{
				background: #666; /*original bg color #6F0E10; */
		}
		
#nav ul li ul li a:hover{
		text-decoration: underline; 
		}

#nav li:hover ul {
		left: auto;
		}

#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
		}
		

.contactform {
width: 300px;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 0px; /*width of left column containing the label elements*/
border-top: 0px solid #999;
height: 1%;
color: #900;
}

.contactform label{
float: left;
margin-left: 0px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.contactform textarea{
width: 300px;
height: 150px;
}	

.address { color: black; }	

.invitations img {
	padding: 2px;
	background: white; 
	border: 1px solid #999;
	margin: 0 10px 10px 0; 
}

img.pageicon {
	float: right;
	margin: 0 0 10px 10px;
}

div.pageicon { 
	width: 120px; 
	float: right;
	margin: 0 0 10px 10px;
	font-family: tahoma,geneva, sans-serif;
}

/***********************
	Wedding Gallery
************************/

.gallerySide { 
	background: url(../images/gallerySideBG.gif) 0 0 repeat-y; 
	width: 198px; 
	margin: 5px 0 0 0; padding: 0; 
}

.gallerySide h4 { 
	background: none; 
	font-family: Georgia, georgia, serif;
	color: #b77;
	font-size: 11pt;
	font-style: italic; font-weight: bold; 
	padding: 3px 10px; 
	text-align: center;
	width: 180px; margin: 0; display: block; }
.gallerySide h4 a { color: #b77; }

.gallerySide h4.first {
	background: url(../images/gallerySideTop.gif) no-repeat; 
	padding-top: 15px; margin: 0; 
}

.gallerySide p.end {
	background: url(../images/gallerySideBottom.gif) 0 100% no-repeat;
}

.gallerySide img { padding: 0 15px 0 20px; }

.getAcrobat { width: 120px; text-align: center; margin: 0 auto; padding: 0; }
.getAcrobat p { font-size: 90%; }

/***********************
	ZEN PHOTO STUFF
************************/


.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #600;
}
.album img {
	float: left;
}
.album h3 {
	font-family: Georgia, georgia, serif;
	font-weight: normal;
	font-size: 130%;
	font-variant: normal;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 430px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #B81119;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
	display: none;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
	display: none;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}