.nav {
	width: 148px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 175px;
	font: 12px 'Arial', Helvetica, sans-serif;
	color: rgb(75,120,169);
	text-align:left;
	display: block;
	padding: 2px;
	padding-left: 25px;
    }
	html>body .nav {width:148px;}
a.nav:link, a.nav:visited {text-decoration:none; color: rgb(162,130,92);}
a.nav:hover, a.nav:active {background-color: rgb(255,255,255); text-decoration:none; color: rgb(162,130,92);}

.nav2 {
	width: 148px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 175px;
	font: 12px 'Arial', Helvetica, sans-serif;
	color: rgb(75,120,169);
	text-align:left;
	display: block;
	padding: 2px;
	padding-left: 25px;
    }
	html>body .nav2 {width:148px;}
a.nav2:link, a.nav2:visited {background-color: rgb(255,255,255); text-decoration:none; color: rgb(162,130,92);}
a.nav2:hover, a.nav2:active {background-color: rgb(255,255,255); text-decoration:none; color: rgb(162,130,92);}

a:link, a:visited {color: #003366;}
a:hover, a:active {color: #c29962;}

.body {
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	color: #000000;
	text-decoration: none;

}
.body2 {
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	color: #696969;
	text-decoration: none;

}
.gst {
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	color: #deb887;
	text-decoration: none;
}
.names {
	font-size: 13px;
	color: #fff;
	padding: 5px 0 5px 25px;
}
.header {
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	color: #000000;
}
.title {
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 17px;
	color: #000000;
	font-weight: bold
}
.date {
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
.date2 {
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
.ewed {
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	color: #a2825c;
	text-decoration: none;
}
.ewed2 {
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}
.error {
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13.5px;
	color: #990000;
	font-weight: bold;
}
.sub {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 17px;
	text-transform: lowercase;
	color: rgb(255,255,255);
}
.elope {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(79,79,79);
	text-decoration: none;
}
.bodyb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(83,72,66);
	text-decoration: none;
}

//* RSVP *//

.rsvp_table{
	width: 375px;
	margin-top: 20px;
}

.rsvp_table td,.rsvp_table th{
	text-align: left;
	padding: 6px 0 6px 5px;
	height: 25px;
}
.rsvp_table td{
	border-bottom:1px solid #fff;
}

.rsvp_table td.attending{
	border-bottom:none;
	border-top: 1px solid #a2825c;
	padding: 10px 5px;
}

.rsvp_table td.none{
	border-bottom: 0;
}


.rsvp_table td.last{
	border-bottom:none;
	padding: 10px 5px;
	border-top: 1px solid #a2825c;
}

.rsvp_table th{
	border-bottom: 1px solid #a2825c;
/*	background-color: #e3d8e7;*/
}

.rsvp_table select {
margin: 0;
}


/*-------------------------
	PHOTO PAGE PAGINATION
---------------------------*/

.photo_pagination{
	border-bottom: 1px #c8a87f;  /* first dotted line color - in use now? */
	margin: 0px 0px;
	padding: 10px 0 0 0;
}


/* previous next buttons */
.photo_pagination a:link,.photo_pagination a:visited,.photo_pagination a:active{
	border: 1px solid #362f2d;
	background-color: #603913;
	padding: 2px 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font: 11px/11px Arial, Halvetica, sans-serif;
	vertical-align: middle;
}

.photo_pagination a:hover{
	border: 1px solid #362f2d;
	background-color: #8e6f4d;
}

/* jump to page: */
.jump_input{
	margin:0;
	padding: 2px;
	font: 11px/11px Georgia, Times, serif;
	background-color: #f8f3e3;
	border: 1px solid #ad9d71;
	border-top: 1px solid #867244;
	border-bottom: 1px solid #d7cba3;
	vertical-align: middle;
}

/* Go */
.jump_button{
	border: 1px solid #362f2d;
	background-color: #603913;
	padding: 1px 4px;
	text-transform: uppercase;
	margin-right: 72px;
	font: 11px/11px Georgia, Times, serif;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
}

/* Jump to page text */
.photo_pagination span {
	font-style: italic;
	}

/* Bottom dotted line - just moved to photo_comment
.select_album {
	border-top: 1px dotted #beb291;
	width: 375px;
} */

.select_album td{
	padding: 4px 0;
	}


.photo_pagination form{
	margin: 0;
	padding: 0;
}



/** NEWLY ADDED CLASSES **/


.download {
	padding: 0px 0px;
}

.button {
	cursor: pointer;
}


a.styled_button:link,a.styled_button:visited,a.styled_button:active{
	border: 1px solid #362f2d;
	background-color: #603913;
	padding: 3px 8px 5px 8px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font: 11px/11px 'helvetica neue', Arial, sans-serif;
	vertical-align: middle;
	display: block;
	width: 110px;
	text-align: center;
	margin-top: 3px;
}

a.styled_button:hover{
	border: 1px solid #362f2d;
	background-color: #8e6f4d;
}


div.clear {
	clear: both;
}

/**
 *  If @showemail has a '1' as the first variable after it this class controls the link style
 *
 */
.mailto {

}

/* V3 */

.extras{
	border-bottom:1px dotted #fff;
	padding: 5px 0;
	color: #8b8761;
	clear: both;
}

.extras img{
	vertical-align: middle;
}

.extras strong{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 11px;
	padding-right: 5px;
	color: #4a433e;
	clear: both;
}

/*.gallery_img img {
	background-color: #ffffff;
	padding: 2px; for white border
	border: 1px solid #BEB099;
}*/

.gallery_img img {
	border: 1px solid #a2825c;
}


/* Orig
.contentImageLarge {
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #BEB099;
	margin: auto;
}*/

.contentImageLarge {
	margin: auto;
	border: 2px solid #fff;
	}


.contentImage {
	float: left;
	padding-right: 10px;
	cursor: pointer
}


.main_image .main_image_left{
/*	margin-right: 10px;*/
	}

.main_image .main_image_right{
	margin-left: 10px;
	}

.extras.images {
	border: 0px;
	}

/* set color around extra images. border below */
.extras.images img {
	border: 2px solid #fff;
	height: 86px;
	width: 86px;
	margin: 0px 0px;
}

/* border for extra images */
.contentImageWrap {
	cursor: pointer;
	padding: 0px;
/*	border: 1px solid #BEB099; - no border this theme */
}


#popup img, #moviepop img {
	padding: 0;
	border: none;
	}

.pop {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #363636;
	}
	
	
/*-------------------------
	mrk
---------------------------*/

.sig {
	width: 240px;
	padding: 10px 0;
	}

.sig p {
	vertical-align: top;
	text-align: left;
    font-family:"Lucida Grande",Verdana,Arial;
	font-size: 9px;
	color: #8e8376;
	line-height: 12px;
	margin: 0;
	padding: 0;
	}

.sig img {
	float: left;
	margin: 0px 6px 10px 0;
	border: none;
	}

.sig a:link, .sig a:visited, .sig a:active{color: #8e8376; text-decoration: none; }
.sig a:hover{ text-decoration: underline; }

//* Basic entry styling *//

.repeat {
	text-align: center;
	width: 375px;
	}

h1 {
	text-decoration: none;
	font-size: 16px;
	color: #4a433e;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #fff;
}

h2 {
	text-decoration: none;
	font-size: 16px;
	color: #4a433e;
	font-weight: bold;
	padding: 0px 0px;
	margin: 0;
}

h3 {
	text-align: right;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 20px 72px 10px 0px;
}
	
.divider {
	text-align: center;
	padding: 0;
	margin: 25px 0;
	}
	
.galleries_text .photos {
/*	font-family: Georgia, Times, serif;*/
	font-size: 12px;
	font-style: italic;
/*	color: #8b8761;*/
	text-decoration: none;
	padding-bottom: 3px;
}

.galleries_text p{
	margin: 0;
	padding: 0;
}

.photo_comment {
	width: 450px;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	margin: 0;
	}
	
.album_switch {
	width: 450px;
	text-align: center;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	}
	
.counter {
	padding-top: 10px;
	font-size: 12px;
	color: #8e8376;
	font-family: 'Helvetica neue', helvetica, arial;
	}
	
.captcha {
	font-size: 9px;
	color: #be9767;
	}
	
	
/* Start */

table, td {font: 14px/17px Arial, 'helvetica neue',helvetica, clean,sans-serif; color: #363636;}

.top_comment {
	text-align: left;
	width: 450px;
	padding: 0;
	color: #4a433e;
	margin: 0 0 15px 0;
	}
	
.comment {
	padding-bottom: 15px;
	}
	
.view {
	text-align: right;
	font-style: italic;
	padding: 0 70px 20px 0;
	}
	
.home_img {
	float: left;
	margin: 0 15px 10px 0;
	}
	
.welcome {
	text-align: left;
	padding: 15px 15px 15px 0;
	margin: 0;
	}
	
p {
	padding: 3px 0 4px 0;
	margin: 0;
	}
	
.relationship {
	font-style: italic;
	padding-bottom: 6px;
	}