@font-face {
  font-family: 'Alegreya Sans', sans-serif;
}
p, strong, body, h1, h2, h3, h4, h5, h6, li, em, section, article, aside, a, ul, iframe, div, footer {
	font-family: 'Alegreya Sans';
}
li {
	list-style: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	font-family: 'Alegreya Sans';
}
body {
	background: gainsboro;
	color: #252525;
	font-size: 14px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.10);
	margin: 10px;
	padding: 7px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
p {
	font-size: 16px;
	padding: 7px;
}
section {
	font-size: 16px;
	padding: 7px;
}
article {
	font-size: 16px;
	padding: 7px;
}
aside {
	font-size: 16px;
	padding: 7px;
	text-align: right;
}
aside#embed {
	text-align: center;
}
h1 {
	font-size: 45px;
	margin: 10px;
	padding: 0;
}
h2 {
	font-size: 40px;
	margin: 10px;
	padding: 0;
}
h3 {
	font-size: 35px;
	margin: 10px;
	padding: 0;
}
h4 {
	font-size: 30px;
	margin: 10px;
	padding: 0;
}
h5 {
	font-size: 35px;
	margin: 10px;
	padding: 0;
	color: #8585AD;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
h6 {
	font-size: 20px;
	margin: 10px;
	padding: 0;
}
a {
	color: #9c5959;
	text-decoration: none;
}
ul#nav {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	font-size: 22px;
	letter-spacing: 1px;
}
ul#nav li {
	float: left;
	list-style: none;
}
ul#nav li a {
	letter-spacing: 2px;
	display: block;
	width: 97px;
	height: 85px;
	padding: 65px 0 0 0;
	margin: 0 5px 0 50px;
	color: #000000;
	text-decoration: none;
	-webkit-transition: all .20s ease-out;
	-moz-transition: all .20s ease-out;
	-o-transition: all .20s ease-out;
	-ms-transition: all .20s ease-out;
	transition: all .20s ease-out;
	border-bottom: 0px dotted #9c5959;
}
ul#nav li a:hover, ul#nav li .current {
	background:  0 0 no-repeat;
	color: #E65CB8;
	-webkit-transition: all .50s ease-out;
	-moz-transition: all .50s ease-out;
	-o-transition: all .50s ease-out;
	-ms-transition: all .50s ease-out;
	transition: all .50s ease-out;
}
.border {
	height: 3px;
	margin-top: 20px;
	border-top: 4px solid #9c5959;
}
.noeffects {
	background: none;
	padding: 0;
	margin-left: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.50);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.50);
	box-shadow: 0 0 0 rgba(0,0,0,0.50);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.gallery img, article img, aside img, div img, section img, footer img {
	background: #9C5959;
	padding: 1px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.50);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.50);
	box-shadow: 0 0 4px rgba(0,0,0,0.50);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.img-left {
	float: left;
	padding: 1px;
	margin-right: 10px;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.img-right {
	float: right;
	padding: 1px;
	margin-left: 10px;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
iframe {
	border: 1px solid #9C5959;
	font-family: 'Alegreya Sans';
}
footer {
	clear: both;
	height: auto;
	padding-bottom: 2px;
	font-family: 'Alegreya Sans';
	text-align: center;
}
a.s3d {
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
	display: inline-block !important;
	font: 700 13px/36px 'Arial', Helvetica, Clean, sans-serif;
	height: 26px;
	margin: 0 0 10px;
	padding: 0 10px 11px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .35);
	width: 200px;
}
a.twitter {
	background: #65acc8;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#65acc8), to(#4586ae));
	background: -webkit-linear-gradient(, #65acc8, #4586ae);
	background: -moz-linear-gradient(, #65acc8, #4586ae);
	background: -o-linear-gradient(, #65acc8, #4586ae);
	background: -ms-linear-gradient(, #65acc8, #4586ae);
	background: linear-gradient(, #65acc8, #4586ae);
	border-top: 1px solid #a1cdde;
	color: rgba(25, 45, 55, .9);
}
a.twitter:active {
	background: #4586ae;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#4586ae), to(#65acc8));
	background: -webkit-linear-gradient(, #4586ae, #65acc8);
	background: -moz-linear-gradient(, #4586ae, #65acc8);
	background: -o-linear-gradient(, #4586ae, #65acc8);
	background: -ms-linear-gradient(, #4586ae, #65acc8);
	background: linear-gradient(, #4586ae, #65acc8);
}
a.facebook {
	background: #304886;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#4669ab), to(#304886));
	background: -webkit-linear-gradient(, #4669ab, #304886);
	background: -moz-linear-gradient(, #4669ab, #304886);
	background: -o-linear-gradient(, #4669ab, #304886);
	background: -ms-linear-gradient(, #4669ab, #304886);
	background: linear-gradient(, #4669ab, #304886);
	border-top: 1px solid #8ea4cd;
	color: whitesmoke;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .35);
}
a.facebook:active {
	background: #4669ab;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#304886), to(#4669ab));
	background: -webkit-linear-gradient(, #304886, #4669ab);
	background: -moz-linear-gradient(, #304886, #4669ab);
	background: -o-linear-gradient(, #304886, #4669ab);
	background: -ms-linear-gradient(, #304886, #4669ab);
	background: linear-gradient(, #304886, #4669ab);
}
a.flickr {
	background: #ea66ac;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#ea66ac), to(#da3868));
	background: -webkit-linear-gradient(, #ea66ac, #da3868);
	background: -moz-linear-gradient(, #ea66ac, #da3868);
	background: -o-linear-gradient(, #ea66ac, #da3868);
	background: -ms-linear-gradient(, #ea66ac, #da3868);
	background: linear-gradient(, #ea66ac, #da3868);
	border-top: 1px solid #f3a2cd;
	color: rgba(74, 4, 32, 1);
}
a.flickr:active {
	background: #da3868;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#da3868), to(#ea66ac));
	background: -webkit-linear-gradient(, #da3868, #ea66ac);
	background: -moz-linear-gradient(, #da3868, #ea66ac);
	background: -o-linear-gradient(, #da3868, #ea66ac);
	background: -ms-linear-gradient(, #da3868, #ea66ac);
	background: linear-gradient(, #da3868, #ea66ac);
}
a.youtube {
	background: crimson;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#ea66ac), to(#da3868));
	background: -webkit-linear-gradient(, #ea66ac, #da3868);
	background: -moz-linear-gradient(, #ea66ac, #da3868);
	background: -o-linear-gradient(, #ea66ac, #da3868);
	background: -ms-linear-gradient(, #ea66ac, #da3868);
	background: linear-gradient(, #ea66ac, #da3868);
	border-top: 1px solid #f3a2cd;
	color: rgba(74, 4, 32, 1);
}
a.youtube:active {
	background: tomato;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#da3868), to(#ea66ac));
	background: -webkit-linear-gradient(, #da3868, #ea66ac);
	background: -moz-linear-gradient(, #da3868, #ea66ac);
	background: -o-linear-gradient(, #da3868, #ea66ac);
	background: -ms-linear-gradient(, #da3868, #ea66ac);
	background: linear-gradient(, #da3868, #ea66ac);
}
a.email {
	background: lightgrey;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#ea66ac), to(#da3868));
	background: -webkit-linear-gradient(, #ea66ac, #da3868);
	background: -moz-linear-gradient(, #ea66ac, #da3868);
	background: -o-linear-gradient(, #ea66ac, #da3868);
	background: -ms-linear-gradient(, #ea66ac, #da3868);
	background: linear-gradient(, #ea66ac, #da3868);
	border-top: 1px solid lightgrey;
	color: black;
}
a.email:active {
	background: grey;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#da3868), to(#ea66ac));
	background: -webkit-linear-gradient(, #da3868, #ea66ac);
	background: -moz-linear-gradient(, #da3868, #ea66ac);
	background: -o-linear-gradient(, #da3868, #ea66ac);
	background: -ms-linear-gradient(, #da3868, #ea66ac);
	background: linear-gradient(, #da3868, #ea66ac);
	color: black;
}