@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: rgba(238, 235, 229, 1.0);
	background-image: url(../images/backgrounds/stripe.gif);
}
#wrapper {
	position: relative;
	/*top: 2%;*/
	width: 1000px;
	margin: 0 auto;
}
#logo {
	position: relative;
	top: 150px;
	margin: 0 auto;
	padding: 0px;
	width: 664px;
	height: 382px;
	border: none;
}
#logo a img {
	margin: 0 auto;
	position: relative;
	width: 664px;
	height: 382px;
}
#logo a:hover img {
	opacity: 0.8;
	/*transition*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
h1 {
	font-family: 'Rokkitt', Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #666;
}
h1.heading {
	margin: 20px 0 5px 289px;
	padding-left: 5px;
}
p {
font-family: 'Rokkitt', serif;
font-weight: normal;
}
p.textfont {
	font-family: 'Rokkitt', serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	list-style: none;
	word-spacing: .2em;
}
h1.intro, h2.intro, h3.intro {
	color: #999;
	display: inline-block;
	font-family:  'Rokkitt', serif;
	font-size: 14px;
	word-spacing: .2em;
	padding: 10px 0 5px;
	font-weight: normal;
}
#small_logo {
	position: relative;
	left: 0px;
	padding: 5px;
	width: 200px;
	height: 115px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#small_logo a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav {
	position: relative;
	float: right;
	margin-top: 75px;
	background: rgba(255, 255, 255, 0.50);
	/*shadow*/
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
#nav a {
	color: rgba(199, 192, 184, 1.0);
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	/*Transitions*/
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
#nav a:hover {
	color: rgba(128, 73, 0, 1.0);
	background-color: rgba(189, 219, 245, 0.5);
}
#nav a:active {
	background-color: rgba(250, 250, 250, 1.0);
	color: #333;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	float: right;
	text-decoration: none;
	font-family: 'Rokkitt', Verdana, Geneva, sans-serif;
	font-size:1.0em;
}
body#about .about a, body#contact .contact a, body#gallery .gallery a {
	color: rgba(128, 73, 0, 0.8);
}
#content {
	position: absolute;
	top: 180px;
	padding: 20px;
	margin: auto;
	width: 960px;
	/*height: 500px;*/
	background: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	;
	/*bottom radius*/
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
#content a {
	text-decoration: none;
	color: #666;
}
#content a:hover {
	color: #333;
}
.spacer {
margin: 20px;
	visibility: hidden;
	height: 0;
	font-size: 0;
	clear: both;
	content: "";
	display: block;
}
.bio-pic {
	float: left;
	padding: 10px 10px 20px 10px;
	margin: 10px 0px 20px 20px;
	/*Border*/
	-moz-border: rgba( 0, 0, 0, 1.0);
	-webkit-border: rgba( 0, 0, 0, 1.0);
	-o-border: rgba( 0, 0, 0, 1.0);
	border: rgba( 0, 0, 0, 1.0);
	/*Box Shadow*/
	-moz-box-shadow: 3px 3px 7px #777;
	-o-box-shadow: 3px 3px 7px #777;
	-webkit-box-shadow: 3px 3px 7px #777;
	box-shadow: 3px 3px 7px #777;
	/*Rotate*/
	-webkit-transform: scale(1) rotate(-2deg);
	-moz-transform: scale(1) rotate(-2deg);
	-o-transform: scale(1) rotate(-2deg);
	transform: scale(1) rotate(-2deg);
}
p.bio-text {
	font-family: 'Rokkitt', serif;
	font-size: 1.0em;
	color: #666;
	text-decoration: none;
	list-style: none;
	word-spacing: .2em;
	padding: 20px 50px 50px;
	/*Columns*/
	-moz-column-width: 45%;
	-webkit-column-width: 45%;
	-moz-column-gap: 1em;
	-webkit-column-gap: 3em;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-width: 45%;
	-o-column-gap: 3em;
}
.contact-text {
	position: relative;
	margin: 5px 0 0 125px;
}
p.contact-text {
	font-family: 'Rokkitt', serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	list-style: none;
	word-spacing: .2em;
	padding: 20px 50px 50px;
	height: 100%;
}
.galleria {
	position: relative;
	top: 0px;
	left: 0;
	margin: auto;
	width: 960px;
	height: 600px;
	font-family: 'Rokkitt', serif;
}
.soc-media a {
	margin: 0 10px;
	clear: both;
	/*box shadows*/
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	/*transitions*/
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.soc-media a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*rotate images*/
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}
/* This rule is read by Galleria to define the gallery height: */
#galleria {
	height:600px;
