/*
-----------------------------------------------------
Designer: Universal Head
URL:      www.universalhead.com
Date:     February 2006
------------------------------------------------------ */


/* basics /**************************/

html, body, form, fieldset {
margin: 0;
padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	color: #6e5a55;
	background: #0b1d1b url("../images/bground.jpg") repeat;
}

p, pre, blockquote, ul, ol, dl, address { margin: 0; padding: 0; }

form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
.standardsAlert { display: none; }
.clearleft { clear: left; }
img { border: none; display: inline; }
div.clearer {clear: both; line-height: 0; height: 0; bgcolor:}

/* type /**************************/

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0 0 0 1rem;
    color: #370a4c;
}
h1 {
  border-bottom: 1px solid #370a4c;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

h2 {
	font-size: 1.1rem;
  text-transform: uppercase;
  padding: 0 1rem 0.5rem;
}

h3 {
  font-size: 1rem;
}

p {
	margin: 0 1rem;
	padding-bottom: 1rem;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	margin: 0;
	padding: 0;
	text-decoration: none;
}


/* links /**************************/

a {
	color: #370a4c;
	text-decoration: none;
	border: none;	
	font-weight: bold;
}

a:visited {
	color: #370a4c;
	text-decoration: none;
	border: none; 	
	font-weight: bold;
}

a:hover {
	color: #370a4c;
	text-decoration: underline;
	border: none;
	font-weight: bold;
}

a:active {
	color: #370a4c;
	text-decoration: none;
	border: none; 	
	font-weight: bold;
}

/* sidenav /**************************/
#sidenav .subscribe {
  padding: 0 0.5rem 0.5rem;
  margin-top: 0.25rem;
}

#sidenav .subscribe a.button {
  background-color: #ffffff;
  color: #370a4c;
  letter-spacing: initial;
}

#sidenav img {
  width: 100%;
}
#sidenav ul {
    margin: 0 0 1rem 0;
}

#sidenav ul li {
	margin: 0;
	padding: 0;
	display: block;
	color: #370a4c;
}

.navlist a {
	margin: 0;
	padding: 0;
	display: block;
	padding: 0.25rem 0.25rem 0.25rem 2rem;
	color: #FFFFFF;
	font-weight: normal;
}

.navlist .largelink a {
	display: block;
	padding: 0.3rem 0.25rem 0.3rem 0.5rem;
	color: #FFFFFF;
	font-weight: normal;
}

.navlist .large {
	display: block;
	padding: 0 0.25rem 0.3rem 0.5rem;
	color: #370a4c;
	font-weight: normal;
}

.navlist a:hover {
	background-color: #370a4c;
}

.navlist .largelink a:hover {
	background-color: #370a4c;
}

.navlist .here a {
	color: #363222;
	background-color: #370a4c;
	font-weight: normal;
}

#sidenav > a {
  display: inline-block;
}

/* components */
#myContainer { 
  width:100%;
  height:400px;
  margin:0 auto 1rem; 
  border:none;
}

.subscribe {
  padding: 0 1rem 0.5rem;
  text-align: center;
}

.subscribe a.button {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  background: #370a4c;
  color: #ffffff;
  padding: 0.5rem 2rem;
}

.subscribe a.button:hover {
  background-color: #370a4c;
}

#sidenav .pricing {
  padding: 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  color: #cacaca;
  border-bottom: 1px dashed #ffffff;
}

.pricing {
  text-align: center;
  padding-bottom: 1rem;
  width: 0;
  height: 0;
  overflow: hidden;
  font-family: Roboto;
  font-weight: 500;
}

body.priced .pricing {
  width: auto;
  height: auto;  
}

#sidenav .pricing .current, #sidenav .pricing .comment {
  color: #fff;
}

.pricing .current {
  font-size: 1.2rem;
  font-weight: 500;
  color: #993333;
}

.pricing .normal {
  text-decoration: line-through;
}

.pricing .comment {
  color: #993333;
}

span.usd, span.gpb, span.comment {
  display: block;
}

body.usd span.gbp, body.gbp span.usd {
  /* hide spans not matching the body's currency */
  display: none;
  width: 0;
  height: 0;
}

body.gbp .pricing span.comment,
body.usd .pricing span.comment,
body.usd .pricing span.usd,
body.gbp .pricing span.gpb {
  /* spans concatenate when there's only one currency */
  display: inline-block;
}

div.month {
  border-bottom: 1px dashed #993333;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* special text /**************************/

ul {
	margin: 0 1rem 0 2rem;
	padding: 0;
	list-style-type: disc;
}

li {
	margin: 0;
	padding: 0 0 0.5rem 0.5rem;
	text-decoration: none;
}

.quote {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  margin: 0 1rem;
  padding-bottom: 0.255rem;
}

.who-said {
  text-align: right;
  border-bottom: 1px dashed #993333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

/* pics /**************************/

.rightfloat {
	float: right;
	margin: 0 1rem 1rem 1.5rem;
}

.leftfloat {
	float: left;
	margin: 0 1rem 1rem 1.5rem;
}

.rightpic {
	float: right;
	margin: 0 0 1rem 1.5rem;
}

.leftpic {
	float: left;
	margin: 0 1rem 1rem 0;
}

.gallerygrid {
	width: 515px;
	margin-left: 20px;
}

.gallerygrid .pic {
	float: left;
	width: 114px;
	height: 114px;
	margin: 0 17px 17px 0;
	border: 1px solid #370a4c;
}

.gallerygrid .piclast {
	float: left;
	width: 114px;
	height: 114px;
	margin: 0 0 17px 0;
	border: 1px solid #370a4c;
}

#mainimage {
	margin:  8px;
}

#mainimage img {
	border: 1px solid #c1c3ce;
}

.mainpiccaptionbottom {
	width: 700px;
	margin: 10px auto;
}

.maincaption {
	float: left;
	text-align: left;
	width: 380px;
	padding-left: 10px;
}

.maincaptionnav {
	float: left;
	width: 300px;
	text-align: right;
	padding-right: 10px;
}

/* footer /**************************/

#footer {
  background-color: #080f07;
  color: #A28C76;
  padding: 10px 0 5px 0;
  margin-top: 20px;
  text-align: center;
  font-size: 0.75rem;
}

/* lightbox /**************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
  height: 1%;
}	

.contentwrapper {
}

#masthead {
  display: block;
  width: 715px;
  height: 0;
}

#maincontent {
  display: inline-block;
  width: calc(100% - 150px);
  background-color: #ece0c5;
}

#sidenav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 150px;
  background-color: #650c8c;
  vertical-align: top;
  float: left;
}

.responsive {
  transition: width 0.2s, height 0.2s;
  -o-transition: width 0.2s, height 0.2s;
  -moz-transition: width 0.2s, height 0.2s;
  -webkit-transition: width 0.2s, height 0.2s;
}

@media (min-width: 715px) {
  /* large screen */
  body {
    font-size: 90%;
  }
  #masthead {
    height: 164px;
    margin: 0 auto;
  }
  #sidenav {
    width: 160px;
  }
  .contentwrapper {
    width: 715px;
    margin: 0 auto;
  }
  #maincontent {
    text-align: left;
    width: 555px;
    background: #ece0c5 url("../images/contenttop.jpg") top no-repeat;
  }
}

