/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:#cea178;
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-variant:small-caps;
	font-size:3em;
	margin-top:15px;
	display:inline-block;
	color:#432001;
	font-weight:bold;
}

h1 a, h1 a:visited, h1 a:active {
	text-decoration:none;
	color:#432001;
}

h2#tagline, #blogLinks {
	display:inline-block;
	margin-left:10px;
	font-style:italic;
	font-weight:200;
	color: #0d34ff;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	font-size:25px;
}

h2#tagline a, h2#tagline a:visited, h2#tagline a:active {
	color:#0d34ff;
	text-decoration:none;
}
em {
	font-style:italic;
}

.bizName {
	font-variant:small-caps;
}

#blogLinks {
	font-size:15px;
	position:absolute;
	right:10px;
	bottom:33px;
}

#blogLinks a {
	text-decoration:none;
}

#left {
	position:fixed;
	left:0px;
	top:180px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d5ae8b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d5ae8b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d5ae8b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d5ae8b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d5ae8b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#d5ae8b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5ae8b',GradientType=0 ); /* IE6-9 */
	width:85px;
	bottom:0px;
}

#leftBorder {
	position:fixed;
	left:85px;
	background:url(../img/leftBorder.png);
	bottom:0px;
	top:180px;
	width:7px;
}

#top {
	position:fixed;
	left:180px;
	top:0px;
	height:93px;
	right:0px;
	background:url(../img/top.png) repeat-x;
}

#headerLogoContainer {
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	height:180px;
	z-index:10;
}

#headerLogo {
	margin-right:1.5em;
}

#nav {
	position:absolute;
	left:180px;
	top:100px;
	margin:0px;
}

#nav li {
	font-family: 'Revalia', cursive;
	list-style:none;
	display:inline-block;
	font-size:1em;
	margin-right:2em;
	text-shadow:2px 2px 2px rgba(0,0,0,0.45);
	color:#0d34ff;
}

#nav li a {
	color:#000;
	text-decoration:none;
}

#nav li a:hover {
	text-decoration:underline;
}

#sidebar {
	border-radius:10px;
	border:3px solid #432001;
	color:#cea178;
	background:#5f2e01;
	position:fixed;
	width: 130px;
	left:10px;
	top:200px;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	font-style:italic;
	font-size:20px;
	z-index:20;
}

#sidebar span.attrib {
	display:block;
	margin-top:10px;
	font-size:12px;
}

#sidebarShadow {
	position:fixed;
	width:78px;
	height:226px;
	top:197px;
	left:85px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:5px 5px 5px rgba(0,0,0,.35);
	z-index:10;
}

#welcome {
	position:absolute;
	left:180px;
	top:150px;
	width:630px;
	height:30px;
}

#mainGallery {
	position:absolute;
	left:180px;
	top:190px;
	width:630px;
	height:450px;
	cursor:pointer;
}

#galleryImage{
	width:600px;
	height:400px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	overflow:none;
}

#galleryCaption {
	width:300px;
	height:100px;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:20;
	border-radius:10px;
	border:3px solid #432001;
	background-color:#ead6c5;
}

.galImage{
	width:600px;
	height:400px;
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	border:3px solid #432001;
}

.galImage:first-child{
	display:block;
}

.galCaption{
	position:absolute;
	display:none;
	width:280px;
	height:80px;
	top:10px;
	left:10px;
	font-family:'Lato', sans-serif;
	font-weight:200;
	font-family:12px;
}

.galCaption:first-child {
	display:block;
}

.galCaption h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size:15px;
}

#secondaryImg {
	position:absolute;
	left:180px;
	top:150px; 
	width:600px;
	height:100px;
	border:3px solid #432001;
}

#content {
	position:absolute;
	top: 270px;
	left:180px;
	bottom:70px;
	overflow:auto;
	width:600px;
}
.tertiary #content {
	top: 170px;
}

#content h2 {
	font-size:20px;
	font-weight:bold;
}

#content p {
	margin:10px 0px;
	font-family:'Lato', sans-serif;
	font-weight:200;
}

#footer {
	position:absolute;
	left:85px;
	right:0px;
	bottom:0px;
	height:35px;
	color:#cea178;
	background:#5f2e01;
	border-top:3px solid #432001;
	padding-top:15px;
	font-size:12px;
}

#footerContents{
	position:absolute;
	left:95px;
	margin-left:0px;
}

#footer li {
	list-style:none;
	display:inline-block;
	margin-right:20px;
	margin-left:0px;
}

#footer li a, #footer li a:visited, #footer li a:active {
	color:#cea178;
}

#mailForm {
	width:430px;
	margin-top:20px;
}

#mailForm .formSection {
	clear:both;
	width:430px;
	margin-bottom:20px;
}

#mailForm .formButtons {
	text-align: right;
}

#mailForm .formButtons input[type=submit] {
	font-family:'Revalia', cursive;
	padding:5px;
	border-radius:10px;
	border:3px solid #432001;
	color:#cea178;
	background:#5f2e01;
}

#mailForm .formSection label {
	float:left;
	display:block;
	width:100px;
	font-family: 'Revalia', cursive;
	margin-right:20px;
	font-size:15px;
}

#mailForm .formSection label.error {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	position:relative;
	left:120px;
	width:300px;
}

#mailForm .formSection input, #mailForm .formSection select, #mailForm .formSection textarea{
	width:300px;
}

#mailForm .formSection textarea {
	height:200px;
}

#privacyUses {
	font-family:'Lato', sans-serif;
	font-weight:200;
	margin-bottom:10px;
}

#privacyUses li {
	margin-left:16px;
	text-indent:-16px;
}
