/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 14px; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #8d99b6; cursor:pointer; text-decoration:none;}
a:visited { color: #8d99b6; }
a:hover { color: #f8c21c; }
a:focus { outline: thin dotted; }
a:hover { outline: 0; color:#f8c21c; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* desert scheme ported from vim to google prettify */
pre { display: block; background-color: #333; padding:10px; border-radius:5px;}
pre .nocode { background-color: none; color: #000 }
pre .str { color: #ffa0a0 } /* string  - pink */
pre .kwd { color: #f0e68c; font-weight: normal }
pre .com { color: #87ceeb; font-style: italic } /* comment - skyblue */
pre .typ { color: #98fb98 } /* type    - lightgreen */
pre .lit { color: #cd5c5c } /* literal - darkred */
pre .pun { color: #fff }    /* punctuation */
pre .pln { color: #fff }    /* plaintext */
pre .tag { color: #f0e68c; font-weight: normal } /* html/xml tag    - lightyellow */
pre .atn { color: #bdb76b; font-weight: normal } /* attribute name  - khaki */
pre .atv { color: #ffa0a0 } /* attribute value - pink */
pre .dec { color: #98fb98 } /* decimal         - lightgreen */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
  pre { background-color: none }
  pre .str, code .str { color: #060 }
  pre .kwd, code .kwd { color: #006; font-weight: normal }
  pre .com, code .com { color: #600; font-style: italic }
  pre .typ, code .typ { color: #404; font-weight: normal }
  pre .lit, code .lit { color: #044 }
  pre .pun, code .pun { color: #440 }
  pre .pln, code .pln { color: #000 }
  pre .tag, code .tag { color: #006; font-weight: normal }
  pre .atn, code .atn { color: #404 }
  pre .atv, code .atv { color: #060 }
}

*{
	font-family: 'Lato', sans-serif;
}

pre, pre span{
	font-size: 14px;
	font-family: monospace,serif;
}

#ascensorBuilding{
	overflow:hidden;
}

#ascensorBuilding section:first-child article h1{
	font-size: 30px;
}

section{
	overflow:hidden;
	height: 600px;
	width: 800px;
}

/*section article{
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 20px;
}*/

/*#navigationMap{
	position: fixed;
	background-color: #666;
	top: 20px;
	left:20px;
	width: 130px;
	height:60px;
	border-radius: 10px;
	opacity: .60;
	z-index: 999;
}

#navigationMap ul li a{
	background: #eee;
	height:10px;
	width: 10px;
	border-radius:2px;
	position: fixed;
}

#navigationMap .ascensorLink1 {
	margin-top:25px;
	margin-left:20px;
}

#navigationMap .ascensorLink2 {
	margin-top:25px;
	margin-left:40px;
}

#navigationMap .ascensorLink3{
	margin-top:25px;
	margin-left:60px;
}

#navigationMap .ascensorLink4{
	margin-top:5px;
	margin-left: 60px;
}

#navigationMap .ascensorLink5{
	margin-top:25px;
	margin-left:80px;
}

#navigationMap  .ascensorLink6{
	margin-top:45px;
	margin-left: 80px;
}

#navigationMap  .ascensorLink7{
	margin-top:25px;
	margin-left: 100px;
}


#navigationMap .ascensorLinkActive{
	background: #333;
}

#navigationMap .ascensorLink:hover{
	background:#444;
}*/

#frame {
	position:fixed;
	z-index:2;
}

#banner {
	position: relative;
	left:38%;
	z-index:2;
}

#circle {
	position:absolute;
	top: -5px;
	left: 137%;
	z-index:2;
}

#main_box {
	position:absolute;
	left:35%;
	margin-top: 5px;
	margin-bottom:10px;
	z-index:2;
	height: 450px;
}

#navigationMenu {
	position:fixed;
	z-index:3;
}

#navigationMenu ul li a{
	position: fixed;
	font-size: 15px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	top:215px;
	z-index:3;
}

#navigationMenu .ascensorLink1 {
	left:310px;
}

#navigationMenu .ascensorLink2 {
	left:380px;
}

#navigationMenu .ascensorLink3 {
	left:500px;
}

#navigationMenu .ascensorLink4 {
	left: 630px;
}

#navigationMenu .ascensorLink5 {
	left:800px;
}

#navigationMenu .ascensorLink6 {
	left:910px;
}

#navigationMenu .ascensorLink7 {
	left:1005px;
}


#navigationMenu .ascensorLinkActive{
	color: #f8c21c;
	z-index:3;
}

#ascensorFloor1 {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-position: left top;
	background-size: 100% 100%;
	text-align: center;
	background-image:url(../images/bkgd_01.png);
	background-repeat: no-repeat;
}

#homepic {
	position:absolute;
	top: 340px;
	left:320px;
	z-index:999;
}

.verticalLine {
    border-left: 1px solid #A9A9A9;
	position: absolute;
	top:280px;
	left:670px;
	z-index:999;
	height:350px;
}


#welcome_header {
	position:absolute;
	top:270px;
	left:750px;
	z-index:999;
}

#welcome {
	position: absolute;
	top: 350px;
	left: 685px;
	width: 345px;
	height: 280px;
	text-align:left;
	z-index:999;
	overflow-y:auto;
}

#ascensorFloor2 {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-position: left top;
	background-size: 100% 100%;
	text-align: center;
	background-image:url(../images/bkgd_02.png);
	background-repeat: no-repeat;
}

#gospel_header {
	position:absolute;
	top:270px;
	left:350px;
	z-index:999;
}

#gospel {
	position:absolute;
	top:350px;
	left:310px;
	width: 345px;
	height: 280px;
	text-align:justify;
	z-index:999;
	overflow-y: auto;
}

#gospelintro {
	font-style:italic;
}

#verse {
	position: absolute;
	text-align:left;
	left:685px;
	top:300px;
	width:330px;
	z-index:999;
}

#tim_n_jeremy {
	position:absolute;
	left:750px;
	top:410px;
	z-index:999;
}

#ascensorFloor3 {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-position: left top;
	background-size: 100% 100%;
	text-align: center;
	background-image:url(../images/bkgd_04.png);
	background-repeat: no-repeat;
}

#groomsmen_header {
	position:absolute;
	top:270px;
	left:365px;
	z-index:999;
}

#groomsmen {
	position:absolute;
	top:340px;
	left:335px;
	width: 325px;
	height:51px;
	text-align:justify;
	z-index:999;
}

#groomsmenFrame {
	border:none;
	position:absolute;
	top: 400px;
	left:335px;
	width:315px;
	height: 230px;
	text-align:justify;
	z-index:999;
	overflow-y:auto;
}

#bodytext{
	font:"Trebuchet MS", sans-serif;
	font-size: 14px;
}

#bridesmaid_header {
	position:absolute;
	top:270px;
	left:740px;
	z-index:999;
}
	
#bridesmaids {
	position:absolute;
	top: 340px;
	left: 710px;
	width: 345px;
	height: 51px;
	text-align:justify;
	z-index:999;
	overflow-y:auto;
}

#bridesmaidFrame {
	border:none;
	position:absolute;
	top: 400px;
	left:710px;
	width:315px;
	height: 230px;
	text-align:justify;
	z-index:999;
	overflow-y:auto;
}

/************************************************
 CSS HALF ROUNDED BUTTON FOR BOTH EXAMPLE
************************************************/
#menu1 li a , #menu2 li a  {
	display:block;
    float:left;
	height:51px;
	width:51px;
	margin-right: 10px;
}
 
#menu1 li a .button, #menu2 li a .button {
	display:inline;
	float:left;
	height: 51px;
	width:51px;
	margin-right:10px;
    cursor:pointer;
}

#menu1 a .icon, #menu1 a .text, #menu2 a .icon, #menu2 a .text {
    display:none;
}
 
 
#menu1 a:hover .icon, #menu2 a:hover .icon {
    display:block;
    position:absolute;
}

#menu1 a:hover .text, #menu2 a:hover .text {
    display:block;
    position:absolute;
    height:20px;
    top:70px;
    left:5px;
    color:#000;
    font-size:14px;
	text-decoration:none;
}
	
#ascensorFloor4 {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-position: left top;
	background-size: 100% 100%;
	text-align: center;
	background-image:url(../images/bkgd_03.png);
	background-repeat: no-repeat;
}

.weddinghead {
	position:absolute;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	color:#8e0f1b;
}

.weddingtext {
	position:absolute;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#172036;
}

.weddingtextcomment {
	position:absolute;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	color:#172036;
}

#weddinglocation {
	position:absolute;
	top:270px;
	left:300px;
	width: 355px;
	height: 360px;
	text-align:left;
	z-index:999;
	overflow-y: auto;
	overflow-x: hidden;
}

#weddinglocationtext {
	position:absolute;
	top:30px;
	left:25px;
	width:345px;
	z-index:999;
}

#weddinglocationtexthead {
	position:absolute;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	color:#8e0f1b;
	font-size:16px;
}

#weddinglocationtextbody{
	position:absolute;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#172036;
	font-size:16px;
}

#weddinglocationtextdate {
	position:absolute;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#8e0f1b;
	font-size:16px;
}

#map {
	position:absolute;
	top:100px;
	left:-10px;
	z-index:999;
}

#wedding_location_header {
	position:absolute;
	left:30px;
	z-index:999;
}

#weddingplacesandthings {
	position:absolute;
	top:270px;
	left:685px;
	width: 345px;
	height: 360px;
	text-align:justify;
	font-size:13px;
	z-index:999;
	overflow-y: auto;
	overflow-x: hidden;
}

#places_nearby_header {
	position:absolute;
	left:5px;
	z-index:999;
}

#placestostaynearby {
	position:absolute;
	top:70px;
	left:15px;
	width: 345px;
	z-index:999;
}

#things_to_do_nearby_header {
	position:absolute;
	left:15px;
	top:350px;
	z-index:999;
}

#thingstodonearby{
	position:absolute;
	left:15px;
	width:300px;
	top:420px;
	z-index:999;
}


#icecream {
	position:absolute;
	left:1000px;
	top:500px;
	z-index:999;
}

#ascensorFloor5 {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-position: left top;
	background-size: 100% 100%;
	text-align: center;
	background-image:url(../images/bkgd_05.png);
	background-repeat: no-repeat;
}

#how_we_met_header {
	position:absolute;
	top:270px;
	left:350px;
	z-index:999;
}

#ourstory {
	position:absolute;
	top:350px;
	left:320px;
	width: 345px;
	height: 280px;
	text-align:justify;
	z-index:999;
	overflow-y: auto;
}

#proposalvideo {
	position: absolute;
	top: 350px;
	left:680px;
	z-index:999;
}

#engagementphotoslink {
	position:absolute;
	top:300px;
	left:680px;
	width:345px;
	z-index:999;
}

#engagementphotos {
	position:absolute;
	top:200px;
	left:900px;
	z-index:999;
}

#ascensorFloor6 {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-position: left top;
	background-size: 100% 100%;
	text-align: center;
	background-image:url(../images/bkgd_06.png);
	background-repeat: no-repeat;
}

#gift_registry_header {
	position:absolute;
	top:270px;
	left:350px;
	z-index:999;
}

#registry {
	position:absolute;
	top:350px;
	left:330px;
	width: 705px;
	height: 350px;
	text-align:justify;
	font-style:italic;
	z-index:999;
	overflow-y: auto;
}

#amazon_logo {
	position:absolute;
	top:20px;
	left:30px;
	z-index:999;
}

#w_sonoma_logo {
	position:absolute;
	top:90px;
	left:30px;
	z-index:999;
}

#bedbath_logo {
	position:absolute;
	top:160px;
	left:30px;
	z-index:999;
}

#registrypic {
	position:absolute;
	top: 260px;
	left:700px;
	z-index:999;
}

#registrytext {
	position:absolute;
	top:550px;
	left:700px;
	width:330px;
	font-style:italic;
	z-index:999;
}

#ascensorFloor7 {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-position: left top;
	background-size: 100% 100%;
	text-align: center;
	background-color: #333;
	background-repeat: no-repeat;
	z-index:3;
}

#RSVPform {
	position:absolute;
	left: 300px;
	overflow-y:auto;
	z-index:999;
}

#RSVPnavigationMap{
	position: absolute;
	background-color: #666;
	top: 20px;
	left:100px;
	width: 130px;
	height:60px;
	border-radius: 10px;
	opacity: .60;
	z-index: 999;
}

#RSVPnavigationMap ul li a{
	background: #eee;
	height:10px;
	width: 10px;
	border-radius:2px;
	position: absolute;
	left:-1px;
}

#RSVPnavigationMap .ascensorLink1 {
	margin-top:35px;
	margin-left:30px;
}

#RSVPnavigationMap .ascensorLink2 {
	margin-top:15px;
	margin-left:30px;
}

#RSVPnavigationMap .ascensorLink3{
	margin-top:15px;
	margin-left:50px;
}

#RSVPnavigationMap .ascensorLink4{
	margin-top:35px;
	margin-left: 50px;
}

#RSVPnavigationMap .ascensorLink5{
	margin-top:35px;
	margin-left:70px;
}

#RSVPnavigationMap  .ascensorLink6{
	margin-top:15px;
	margin-left: 70px;
}

#RSVPnavigationMap  .ascensorLink7{
	margin-top:35px;
	margin-left: 90px;
}


#RSVPnavigationMap .ascensorLinkActive{
	background: #333;
}

#RSVPnavigationMap .ascensorLink:hover{
	background:#444;
}
@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: none; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
