html {
	-webkit-text-size-adjust: 100%;
/* 	background: #2a1102; */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, .norm {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline:none;
	position: relative;
/* 	font-family: 'uppereastsideregular'; */
	/*
font-family: 'quicksandlight';
	color: rgb(136, 115, 97);
*/
	font-family: 'cooper_hewittmedium';
	color: #222
;
/* 	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;	 */
}

html,body {
/* 	font-family: 'Lucida Grande', Verdana, Arial, sans-serif; */
/* 	font-family: 'caviar_dreamsregular',Verdana,Arial,sans-serif; */
}

div {
	position: relative;
}

a {
/* 	text-decoration: none; */
	color: #333; 
/* 	border-bottom: 1px dashed; */
}
a:hover, a:visited {
	color: #397688;
/* 	border-bottom: 1px dashed; */
}

h1 {
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	font-weight: bold;
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}



#pagebody {
	margin:0;
	padding: 0;

}
#pgbgXX {
	background: rgba(221,205,172,0.85);
	
}
#pgbg {
/* 	background: #fff; */
}
/******************************/
#emptywrapper,#endwrapper {
	width: 100%;
	margin: 0px auto;
	background: #4a2c00;
/* 	height: 40px; */
/* 	border-bottom: 1px solid #140c00; */
}
#headerImgwrapper {
	width: 100%;
	background: rgba(221,205,172,0.85);
	margin: 0px auto;
	padding: 0;
	
}

#outerwrapper {
	width: 1024px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 20px;
/* 	background:  #e3528b; */
/* 	background: #ee92b7; */
/* 	background: #fff; */
/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
*/
	
}

#innercolumn {
	width: 1024px;
	background: rgb(229, 244, 247); /* #e5f4f7; */
/* 	background: #ee92b7; */
/* 	background: #EC91B5; */
	border-bottom: 3px solid #66cccc;
}

#innerrow,.innerrow {
	width: 1004px;
	padding: 10px;
}

#innerrow_splitcol {
/* 	width: 880 */
/* 	width: 430px; */
	width: 492px; /* width @1004 */
	float: left;
}
#innerrow_splitcol.splitleft {
	padding-right: 10px;
}
#innerrow_splitcol.splitright {
	padding-left: 10px;
}


#innerrow_splitcol.split3mid {
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
/* 	margin: 0px 10px; */
}

/* //// */

#columnwrapper {
	width: 1024px;
	margin: 0px auto;
	margin-top: 10px;	
}


#pagewrapper {
/* 	Displays when logged in - see #loginwrapper */
	width: 920px;
	margin: 0px auto;
	margin-top: 10px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	padding-top: 20px;
/*
	outline: 1px solid rgba(1,1,1,.2);
	outline-offset: -1px;
*/
}

#leftcolumn {
	padding: 10px;
	width: 195px;
	float: left;
	position: relative;
}

#rightcolumn {
	float: left;
	position: relative;
	padding: 10px;
	width: 665px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: -ms-linear-gradient(top, rgba(255,255,255,.6) 0%,rgba(255,255,255,.6) 100%); /* IE10+ */
	background: rgba(255,255,255,.6);
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69ffff88', endColorstr='#69ffff88',GradientType=0 ); /* IE6-9 */ 
	
}

#loginwrapper {
/* 	see #pagewrapper - loginwrapper displays when not logged in */
	margin: 0px auto;
}

#loginwrapper {
	width: 500px;
	margin-left: auto; margin-right: auto;
	margin-top: 50px; margin-bottom: auto;
	padding: 20px;
	background: -ms-linear-gradient(top, rgba(88,189,251,0.65) 0%,rgba(88,189,251,0.65) 100%); /* IE10+ */
	background: rgba(88,189,251,0.65);
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
}


.translucency7 {
	background: rgba(255,255,255,.7);	
}

.imgwithframe {
/*
	outline: 1px solid rgba(1,1,1,.1);
	outline-offset: -1px;
*/
}

.imgwithframe2 {
	outline: 1px solid rgba(1,1,1,.1);
	outline-offset: -1px;
}

.imgwithframe_bgcolor {
	outline: 1px solid #e5f4f7;
	outline-offset: -1px;
}
.img_roundtop {
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px; 
	-webkit-border-radius: 10px 10px 0px 0px; 

}

.img_roundbottom {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}

/******************************/

.indexbody {
/* 	background: url(images/bg.jpg); */
/* 	background: #e3528b url(images/pink-bg/Smooth-Pink-Desktop.jpg); */
	background: #66cccc url(images/tealbg.jpg);
/* 	background: #66cccc url(images/tealbutterflies.jpg); */
	
/*
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
*/
	background-size: cover;	
}
.loginpageclasses {
	background: url(images/photos/sandwriting.jpg) center center fixed;
/*	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	background-size: cover;
}

/******************************/
p,li,th,td {
/* 	font-family: 'Lucida Grande', Verdana, Arial, sans-serif; */
	font-size: 16px;
	margin-bottom: 7px;
}

.small,th,td {
	font-size: 14px;
	margin-bottom: 6px;
}

.psmall {
	font-size: 12px;
	margin-bottom: 4px;
}

h1 a {
	text-decoration: none;
	color: #3b5998;
}
h1 a:hover {
	text-decoration: underline;
}


/* Additional table css */

th {
	font-weight: bold;
}
td,th {
	text-align: center;
	padding: 2px 5px;
}

.bl {
	border-left: 1px solid;
}
.br {
	border-right: 1px solid;
}
.bt {
	border-top: 1px solid;
}
.bt-d {
	border-top: 1px dashed;
}
.bb {
	border-bottom: 1px solid;
}

.totalsrow th {
	border-top: 1px solid;
}
/******************************/


table input,.biginput,textarea,input[type="text"] {
	font-size: 16px;
	border: none;
	background: rgba(102,204,204,0.25);
/* 	background: rgba(196,196,196,0.6); */	
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;

}

.inviteshadow {
	background: #fff;
	margin: 10px auto;
/* 	padding: 20px; */
	outline: 1px solid rgba(1,1,1,0.1);
	outline-offset: -1px;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);	
	color: #222;
}

/* *********************************** */
/* *********************************** */
/* *********************************** */
/* 	TABS 	*/

.tabs_wrapper {
/* 	width: 422px; */
	background: #fff;
}
#tabs_container {
/* 	border-bottom: 1px solid #ccc;	 */
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0 0 0 10px;
	font: 0.75em arial;
}
#tabs li {
	position: relative;
	display: inline;
	float: right;
	padding-left: 10px;
/* 	height: 40px; */
	
}
#tabs li a { 
/* 	border: 1px solid #ccc; */
	border: none;
	padding: 5px 6px;
	text-decoration: none;
/* 	background-color: #8E632C; */
	border-bottom: none;
	outline: none;
/* 	color: white; */
	color: #704301;
	text-align: left;
	font-weight: bold;
	
/*
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
*/
}
#tabs li a:hover {
	background-color: #d29545;
/* 	padding: 20px 6px; */
	color: #533201;
}
#tabs li.active a {
/* 	border-bottom: 1px solid #eee; */
	/* background: #eee; */ /* url(../images/greendot.gif); */
/* 	background-color: #533201; */
	padding: 5px 6px;
	border-bottom: none;
/* 	color: black; */
	color: rgb(190,160,135);
}
#tabs li.active a:hover {
	/* background: #eee; */ /* url(../images/greendot.gif); */
	background-color: #875202;
/* 	padding: 20px 6px; */
	border-bottom: none;
}
#tabs li a.icon_accept {
/* 	background-image: url(accept.png); */
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
#tabs li a.icon_en {
/* 	background-image: url(../images/en.gif); */
}
#tabs li a.icon_de {
/* 	background-image: url(../images/de.gif); */
}
#tabs li a.icon_fr {
/* 	background-image: url(../images/fr.gif); */
}
#tabs li a.icon_es {
/* 	background-image: url(../images/es.gif); */
}
#tabs li a.icon_accept:hover {
/* 	padding-left: 30px; */  /* for icon */
	
}
#tabs_content_container {
	/* background: #eee; */ /* url(../images/greendot.gif); */
/* 	background-color: #533201;	 */
/* 	border: 1px solid #ccc; */
	border: none;
	border-top: none;
	padding: 10px;
/* 	color: rgb(190,160,135); */
	color: rgb(136, 115, 97);
/* 	width: 400px; */
}
.tab_content {
/* 	display: none; */
}

.tabck {
	border: 2px solid transparent;
}

.tabck:hover {
	border: 2px solid rgba(44,158,199,0.73);
}
.hideinitial { display: none; }
/* *********************************** */
/******************************/




.bridalpartywrapper1 a, bridalpartywrapper2 a {
	font-decoration: none;
	
}


/* *********************************** */
/******************************/
/* BUTTONS & NAVIGATION */

#pagenavigation {
	text-align: center;
}

#pagenavigation li {
	list-style: none;
	display: inline;
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-size: 20px;
}

.mbtn {
	background: #CCC; 
	color: #444;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	font-family: Arial, sans-serif;
	line-height: 2.5em;
	padding: 0 3em;
	text-decoration: none; 
}
.mbtn:hover { 
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(255,255,255,0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(255,255,255,0.3);    
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(255,255,255,0.3);
}

.mbtn:active { 
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(0,0,0,0.3); 
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(0,0,0,0.3);  
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(0,0,0,0.3);    
}

.graygradient.mbtn {
	background: #d8e0de; /* Old browsers */
	background: -moz-linear-gradient(top,  #d8e0de 0%, #aebfbc 22%, #99afab 33%, #8ea6a2 50%, #829d98 67%, #4e5c5a 82%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8e0de), color-stop(22%,#aebfbc), color-stop(33%,#99afab), color-stop(50%,#8ea6a2), color-stop(67%,#829d98), color-stop(82%,#4e5c5a), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d8e0de 0%,#aebfbc 22%,#99afab 33%,#8ea6a2 50%,#829d98 67%,#4e5c5a 82%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d8e0de 0%,#aebfbc 22%,#99afab 33%,#8ea6a2 50%,#829d98 67%,#4e5c5a 82%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d8e0de 0%,#aebfbc 22%,#99afab 33%,#8ea6a2 50%,#829d98 67%,#4e5c5a 82%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d8e0de 0%,#aebfbc 22%,#99afab 33%,#8ea6a2 50%,#829d98 67%,#4e5c5a 82%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */	
	text-shadow: 1px 1px 1px #4e5c5a;
}

.babyblue.mbtn {
	background: rgb(235,241,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
}

.green.mbtn {
  background: linear-gradient(#6BDB55,#57B245);
  text-shadow: 1px 1px 1px #57B245; 
}

.mXS.mbtn {
  line-height: 1.25em;
  padding: 0 1em; 
}

.msmall.mbtn {
  line-height: 1.75em;
  padding: 0 1.5em; 
}
.mmed.mbtn {
  line-height: 2.25em;
  padding: 0 2em; 
}
.mlarge.mbtn {
  line-height: 3em;
  padding: 0 3.5em; 
}

li a.mbtn {
	font-size: 16px;
}

/* -------------------- */


#pagenav { text-align: center;
	height: 40px; margin-right: auto; margin-left: auto; background: #66cccc;
}
#pagenav li {
	list-style: none;
	display: inline;
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	
/* 	background: #e3528b; */
/* 	background: #ee92b7; */
	background: #66cccc;	
}

.flatbtn {
/* 	background: #CCC;  */
	color: #fff;
	display: inline-block;
	line-height: 1.75em;
	padding: 0 1.5em; 
	font-weight: bold;
}

.flatbtn:hover {
	color: #333;
/* 	background: #e3528b; */
	background: #e5f4f7;
}

.flatbtn: active {
	color: #444;
/* 	background: #e3528b; */
	background: #e5f4f7;
}

li a.flatbtn {
	font-size: 12px;
	text-decoration: none;
}

.flatbtn.sbtn {
	font-size: 12px;
	line-height: 20px;
	padding: 10px 1.25em; 
}

/******************************/
.h1 {
/* 	font-size: 24px; */
}

.b { font-weight: bold; }
.uu { text-decoration: underline; }
.it { font-style: italic; }
.bb { border-bottom: 1px solid #999; }
.striket { text-decoration:line-through; }
.smallcaps { font-variant: small-caps; }

.lefttext { text-align: left; }
.righttext { text-align: right; }
.centertext {
	text-align: center;
}
.redtext { color: red; }
.pinktext { color: #ffbfca; font-weight: bold; }
.graytxt { color: #777; }
.bluetext { color: blue; }
.darkblue { color: rgb(0,71,139); }
.dgreen { color: #659a6b; }
.tealtext { color: darkCyan; } /* color: #66cccc; } */
.pinktext2 { color: #EC82D9; }

.super-sml {
	font-size:xx-small; vertical-align:top;
}

input.disableafter:checked {
	
}
.top-pad {
	padding-top: 6px;
}
.bot-pad {
	padding-bottom: 6px;
}
.no-bottom-margins {
	margin-bottom: 0px;
}
.sml-m {
	margin-bottom: 4px;
}

/******************************/
.scriptfont {
	font-family: 'alex_brushregular';
}
.scriptfont2 {
	font-family: 'freebooter_scriptregular';
}
.scriptfont3 {
	font-family: 'great_vibesregular';
}

/* alex_brushregular freebooter_scriptregular */
.armyfont {
    font-family: 'armalite_rifleregular';
}
.typefont {
    font-family: '1942_report1942_report';
}

.namefont {
	font-family: 'rieslingregular';
}

.lovers {
	font-family: 'lovers_quarrelregular';
}

@font-face {
	/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 27, 2013 */
    font-family: 'great_vibesregular';
    src: url('fonts/greatvibes-regular-webfont.eot');
    src: url('fonts/greatvibes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/greatvibes-regular-webfont.woff') format('woff'),
         url('fonts/greatvibes-regular-webfont.ttf') format('truetype'),
         url('fonts/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '1942_report1942_report';
    src: url('fonts/1942-webfont.eot');
    src: url('fonts/1942-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/1942-webfont.woff') format('woff'),
         url('fonts/1942-webfont.ttf') format('truetype'),
         url('fonts/1942-webfont.svg#1942_report1942_report') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'armalite_rifleregular';
    src: url('fonts/armalite_rifle-webfont.eot');
    src: url('fonts/armalite_rifle-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/armalite_rifle-webfont.woff') format('woff'),
         url('fonts/armalite_rifle-webfont.ttf') format('truetype'),
         url('fonts/armalite_rifle-webfont.svg#armalite_rifleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alex_brushregular';
    src: url('fonts/alexbrush-regular.eot');
    src: url('fonts/alexbrush-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/alexbrush-regular.woff') format('woff'),
         url('fonts/alexbrush-regular.ttf') format('truetype'),
         url('fonts/alexbrush-regular.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('fonts/CaviarDreams-webfont.eot');
    src: url('fonts/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CaviarDreams-webfont.woff') format('woff'),
         url('fonts/CaviarDreams-webfont.ttf') format('truetype'),
         url('fonts/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
    font-family: 'freebooter_scriptregular';
    src: url('fonts/freebooterscript.eot');
    src: url('fonts/freebooterscript.eot?#iefix') format('embedded-opentype'),
         url('fonts/freebooterscript.woff') format('woff'),
         url('fonts/freebooterscript.ttf') format('truetype'),
         url('fonts/freebooterscript.svg#freebooter_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'uppereastsideregular';
    src: url('fonts/UpperEastSide-webfont.eot');
    src: url('fonts/UpperEastSide-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/UpperEastSide-webfont.woff') format('woff'),
         url('fonts/UpperEastSide-webfont.ttf') format('truetype'),
         url('fonts/UpperEastSide-webfont.svg#uppereastsideregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hamburgerheavenregular';
    src: url('fonts/HAMBH___-webfont.eot');
    src: url('fonts/HAMBH___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HAMBH___-webfont.woff') format('woff'),
         url('fonts/HAMBH___-webfont.ttf') format('truetype'),
         url('fonts/HAMBH___-webfont.svg#hamburgerheavenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rieslingregular';
    src: url('fonts/riesling-webfont.eot');
    src: url('fonts/riesling-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/riesling-webfont.woff') format('woff'),
         url('fonts/riesling-webfont.ttf') format('truetype'),
         url('fonts/riesling-webfont.svg#rieslingregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'veteran_typewriterregular';
    src: url('fonts/veteran_typewriter-webfont.eot');
    src: url('fonts/veteran_typewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/veteran_typewriter-webfont.woff') format('woff'),
         url('fonts/veteran_typewriter-webfont.ttf') format('truetype'),
         url('fonts/veteran_typewriter-webfont.svg#veteran_typewriterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ************* */

@font-face {
    font-family: 'josefin_sansthin';
    src: url('fonts/josefinsans-thin-webfont.eot');
    src: url('fonts/josefinsans-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/josefinsans-thin-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-thin-webfont.woff') format('woff'),
         url('fonts/josefinsans-thin-webfont.ttf') format('truetype'),
         url('fonts/josefinsans-thin-webfont.svg#josefin_sansthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandlight';
    src: url('fonts/quicksand-light-webfont.eot');
    src: url('fonts/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-light-webfont.woff2') format('woff2'),
         url('fonts/quicksand-light-webfont.woff') format('woff'),
         url('fonts/quicksand-light-webfont.ttf') format('truetype'),
         url('fonts/quicksand-light-webfont.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lovers_quarrelregular';
    src: url('fonts/loversquarrel-regular-webfont.eot');
    src: url('fonts/loversquarrel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loversquarrel-regular-webfont.woff2') format('woff2'),
         url('fonts/loversquarrel-regular-webfont.woff') format('woff'),
         url('fonts/loversquarrel-regular-webfont.ttf') format('truetype'),
         url('fonts/loversquarrel-regular-webfont.svg#lovers_quarrelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittmedium';
    src: url('fonts/cooperhewitt-medium-webfont.eot');
    src: url('fonts/cooperhewitt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cooperhewitt-medium-webfont.woff2') format('woff2'),
         url('fonts/cooperhewitt-medium-webfont.woff') format('woff'),
         url('fonts/cooperhewitt-medium-webfont.ttf') format('truetype'),
         url('fonts/cooperhewitt-medium-webfont.svg#cooper_hewittmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alluraregular';
    src: url('fonts/allura-regular-webfont.eot');
    src: url('fonts/allura-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/allura-regular-webfont.woff2') format('woff2'),
         url('fonts/allura-regular-webfont.woff') format('woff'),
         url('fonts/allura-regular-webfont.ttf') format('truetype'),
         url('fonts/allura-regular-webfont.svg#alluraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'cac_champagneregular';
    src: url('fonts/cac_champagne-webfont.eot');
    src: url('fonts/cac_champagne-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cac_champagne-webfont.woff2') format('woff2'),
         url('fonts/cac_champagne-webfont.woff') format('woff'),
         url('fonts/cac_champagne-webfont.ttf') format('truetype'),
         url('fonts/cac_champagne-webfont.svg#cac_champagneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.cheers {
    font-family: 'cac_champagneregular';
}


h1.scriptfont,p.scriptfont,h1.lovers,p.lovers {
	font-size: 48px;
}
h1.ptitle {
	font-size: 32px;
}
p.ptitlebig {
	font-size: 40px;
}
p.scriptfont {
	font-size: 32px;
}
p.ptitle {
/* 	font-family: 'caviar_dreamsregular'; */
	font-size: 28px;
}
p.ptitlesml {
/* 	font-family: 'caviar_dreamsregular'; */
	font-size: 20px;
}


/******************************/
.clearall,#clearall {
	float: none;
	clear: both;
}


a.topofpage, a.topofpage:hover, a.topofpage:active, a.topofpage:visited {
	color: #777;
	text-decoration: none;
}

.hilitePink {
	outline: 1px rgba(238, 146, 183,1) solid; 
}
.hiliteBlue {
	outline: 1px rgba(146,230,238,1) solid; 
}
.downFL {
	background: url(images/down41.png) no-repeat;
	width: 41px;
	height: 29px;
	display: none;
	margin: 0px auto;
}
p.smallindent {
	margin-left: 15px;
}

#photoshow a img.imgwithframe {
	margin: 1px;
}
#photoshow a {
	text-decoration: none;
	margin: 0px; padding: 0px;
}

.rslt {
	display: none;
	background: -webkit-linear-gradient(#b5f7ab 0%, #a1c1a1 100%);
	border: 1px solid #298142;
}


/*
input[type="text"] {
	background-color: transparent;
	border: none;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

*/

.permissionsnotice {
	font-size: x-small;
	color: red;
}

.newsline,.newsheadline {
/* 	border-bottom: 1px solid #999; */
}

.nobottompadding {
	margin-bottom: 0px; 
	padding-bottom: 0px;
}

.groomsmen {
	color: rgb(0,71,139);
/* 	font-family: 'armalite_rifleregular'; */
    font-family: 'hamburgerheavenregular';
/* 	font-family: '1942_report1942_report';	 */
}

.bridesmaids {
	color: #EC82D9;
	font-family: 'rieslingregular';
	font-size: larger;
	font-weight: bold;
		
}

#rightCol_stories {
	width: 780px; float: left; padding: 15px;
}

.storydiv {
	background: #eee; padding: 10px;
}

.squarestoryimage {
	width: 130px; height: 130px; margin: 5px; padding: 5px; background: #ddd; outline: 1px solid #777; outline-offset: -1px; float: left;
}

