/******************************
NORMALIZE (reduced)
******************************/

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body,
button,
input,
select,
textarea {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 400;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

b, 
strong { 
    font-weight: bold; 
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

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;
}


input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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 {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
	list-style: none;
}

div {
	margin:0;
	padding:0;
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

.cf {
    zoom:1;
}

html, body {
	font-size: 100%;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
}

html {
	background: url(../images/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/******************************
LANDING
******************************/

#bod-landing #container {
	margin:0 auto;
	position: relative;
	width: 92%;
	max-width:880px;
}

#bod-landing #photo-column {
	float: left;
	margin-top: 1.5%;
	position: relative;
	width: 49%;
	max-width: 420px;
	z-index: 10;
}

#bod-landing #landing-photo-outer {
	background-color: #fff;
	border:2px solid #000;
	float: left;
	margin: 0;
	padding: 1.751%; /* 7px/402px */
	position: relative;
	max-width: 98%;
}

#bod-landing img#landing-photo {
	border:1px solid #000;
	display: block;
	max-width: 100%;
}

#bod-landing #just-married-wrapper {
	height: 100%;
	position:absolute;
	top:0;
	width: 100%;
	z-index: 20;
}

#bod-landing #just-married-outer {
	background-color: #fff;
	border: 1px solid #000;
	height: 46px;
	margin: 20% auto 0;
	padding: 1%;
	width:182px;
}

#bod-landing #just-married-inner {
	border: 1px solid #000;
	font-weight: 300;
	font-size: 1.5em; /* 24px/16px */
	height: 44px;
	line-height: 44px;
	text-align: center;
}

#bod-landing #main-column {
	float: left;
	margin: 10% 0 0 5%;
	width: 45%;
}

#bod-landing #main-outer {
	background-color:#fff;
	border: 2px #000 solid;
	float: right;
	padding: 2.5%;
	width:94%;
}

#bod-landing #main-inner {
	background-color:#fff;
	border: 1px #000 solid;
	height: 100%;
	padding: 2.5%;
	text-align: center;
}	

#bod-landing #heading {
	font-weight: 300;
	font-size: 1.5em; /* 24px/16px */
	line-height: 30px;
	padding: 1em 0 .7em 0;
}

#bod-landing #date {
	font-size: 1em; /* 16px */
	font-weight: 300;
	line-height: 1.25em /* 20px */
	padding: 1.5em 0 0 0;
}

#bod-landing hr {
	background-color: #000;
	border:none;
	height: 1px;
	width: 70%;
}

#bod-landing #nav {
	font-size: 1.1875em; /* 19px/16px */
	font-weight: 300;
	line-height: 1.5625em; /* 25px/16px */
	margin: .105em;
	padding: .315em;
	text-align: center;
}

#bod-landing #nav a,
#bod-landing #nav a:visited {
	color: #000;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	white-space: nowrap;
}

#bod-landing #nav a:hover,
#bod-landing #nav a:active {
	text-decoration: underline;
} 

#bod-landing img#logo {
	display: block;
	margin: 0 auto 5%;
	padding-top: 8%;
}

@media all and (max-width: 699px) {
	#bod-landing #main-column {
		font-size: .9em;
		margin-top: 6%;
	}
}

@media all and (max-width: 530px) {
	#bod-landing #photo-column {
		float: none;
		margin: 1.5% auto;
		width: auto;
	}
	
	#bod-landing #landing-photo-outer {
		float: none;
		margin: 0 auto;
		width: 80%;
	}
	
	#bod-landing #main-column {
		float: none;
		margin: 5% auto 0;
		width: auto;
		max-width:100%;
	}
	
	#bod-landing #nav li {
		display: block;
	}
} 


/******************************
INNER PAGES
******************************/

#bod-innerpages #fixed-outer-container-bg {
	background-color: #fff;
	border-left: 2px #000 solid;
	border-right: 2px #000 solid;
	position: fixed;
	top:0;
	bottom: 0;
	left:5%;
	right:5%;
	z-index: 10;
}

#bod-innerpages #fixed-inner-container-bg {
	background-color: #fff;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	position: fixed;
	top:0;
	bottom:0;
	left:6.5%;
	right:6.5%;
	z-index: 10;
}

#bod-innerpages #container {
	margin: 0 auto;
	padding:0;
	position: relative;
	width: 86.5%;
	z-index: 20;
}

#bod-innerpages #nav {
	font-size: 1.1875em; /* 19px/16px */
	font-weight: 300;
	line-height: 1.5625em; /* 25px/16px */
	margin: 0;
	padding: .75em;
	text-align: center;
}

#bod-innerpages #nav li {
	display: inline;
}

#bod-innerpages #nav a,
#bod-innerpages #nav a:visited {
	color: #000;
	padding: .5em;
	text-decoration: none;
	white-space: nowrap;
}

#bod-innerpages #nav a:hover,
#bod-innerpages #nav a:active {
	text-decoration: underline;
} 

#bod-innerpages hr {
	background-color: #000;
	border: none;
	height: 1px;
	color: #000;
	width: 100%;
}

#bod-innerpages .textcolumn {
	background-color: #fff;
	clear: both;
	float: left;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.375em;
	padding: 1.5% 2.5% 4.5% 2.5%;
	width: 30%;
	max-width: 305px;
}

#bod-innerpages .widertextcolumn {
	background-color: #fff;
	clear: both;
	float: left;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.375em;
	margin: 0 0 50px 0;
	padding: 1.5% 0 0 4.5%;
	width: 90%;
	max-width: 440px;
}

.photo-credit {
	display: block;
	font-size: .65em;
	padding: 10px 0;
	text-transform: uppercase;
}

.directions {
	color: red;
	display: block;
	clear: both;
	font-size: .8em;
	float: right;
	text-transform: uppercase;
}

.textcolumn a,
.textcolumn a:visited {
	color: #000;
	text-decoration: none;
}

.textcolumn a:hover,
.textcolumn a:active {
	text-decoration: underline;
}

#bod-innerpages #pix {
	border-left: 1px solid #000;
	float: left;
	margin: 0 0 50px 0;
	padding-left: .5%;
	width: 64%;
}

#bod-innerpages #pix .image-thumb {
	float: left;
	height:120px;
	padding: 10px;
	width:180px;
} 

#bod-innerpages #pix .image-thumb a {
	cursor: pointer;
	display: block;
	margin:0;
	padding:0;
	text-decoration: none;
}

#bod-innerpages #pix .image-thumb a.vert {
	margin: 0 auto;
	width:80px;
}

#bod-innerpages #pix .image-thumb a img {
	display: block;
	margin: 0 auto;
}

#bod-innerpages #pix .image-thumb a:hover {
	transition: box-shadow .15s ease-in-out;
    -webkit-transition: box-shadow .15s ease-in-out;
    -moz-transition: box-shadow 0.15s ease-in-out;
	-moz-box-shadow: 0 0 7px #999;
	-webkit-box-shadow: 0 0 7px #999;
	box-shadow: 0 0 7px #444;
}

.widertextcolumn h2 {
clear: both;
	font-family: 'Lobster', cursive;
	font-size: 1.95em;
	line-height: 1.2em;
	font-weight: 400;
	margin:0;
	padding: 2% 0;
}

.widertextcolumn a,
.widertextcolumn a:visited {
	color: #000;
	padding: .5em 0;
	text-decoration: none;
	white-space: nowrap;
}

.widertextcolumn a:hover,
.widertextcolumn a:active {
	text-decoration: underline;
}

.widertextcolumn a.inline-link,
.widertextcolumn a.inline-link:visited {
	color: blue;
	padding: 0;
	text-decoration: none;
	white-space: nowrap;
}

.widertextcolumn a.inline-link:hover,
.widertextcolumn a.inline-link:active {
	text-decoration: underline;
}

.widertextcolumn .rev {
	font-family: Andale Mono, Courier, monospace;
	font-size: .9em;
	padding-left: 12px;
    direction: rtl;
    unicode-bidi: bidi-override;
}

.widertextcolumn .garbage {
	display: none;
}

.shelterdog {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

.center-logo-link {
	clear: both;
	display: block;
	height: 95px;
	margin: 50px auto;
	width: 95px;
}

.center-logo-link:hover {
	transition: box-shadow .15s ease-in-out;
    -webkit-transition: box-shadow .15s ease-in-out;
    -moz-transition: box-shadow 0.15s ease-in-out;
	-moz-box-shadow: 0 0 7px #999;
	-webkit-box-shadow: 0 0 7px #999;
	box-shadow: 0 0 7px #444;
}

/******************************
MEDIA QUERIES
******************************/

@media all and (max-width: 737px) {
	#bod-innerpages hr {
		width: 80%;
	}

	#bod-innerpages .textcolumn {
		float: none;
		margin: 0 auto;
		padding: 2%;
		width:80%;
	}
	
	#bod-innerpages #pix {
		border:none;
		float: none;
		margin: 0 auto;
		width: 400px;
	}
}

@media all and (max-width: 530px) {
	#bod-innerpages #nav li {
		display: block;
	}
	
	#bod-innerpages hr {
		width: 70%;
	}
}

@media all and (max-width: 456px) {
	#bod-innerpages #pix {
		width: 200px;
	}
	#bod-innerpages #pix .image-thumb a:hover {
		box-shadow: none;
	}
}