/* Fonts */

@font-face {
	font-family: ringbearer;
	src: url(/fonts/RINGM___.TTF);
	font-weight: normal;
	font-style: normal;
}

/* Global */

a:visited,
a:link {
	color: #005DAA;
}

a:hover {
	color: #4EAEBE;
}

a img {
	border: none;
}

/* Page */

body {
	background-image: url(/images/template/background.png);
	font-family: georgia, serif;
	font-size: 0.8em;
	overflow-y: scroll;
	padding:0;
	margin:0;
	color: #362F2D;
}

#page {
	width: 990px;
	margin: 0 auto;
	position: relative;
	min-height: 920px;
	overflow: hidden;
	background: url(/images/template/wallpaper.png) #8b161c repeat;
}

/* Header */
#header h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 78px;
}

#header h1 a img {
	border: none;
}

#header img {
	margin-left: 292px;
}

#content {
	width: 380px;
	min-height: 500px;
	background-color: #fdf8e2;
	font-size: 1em;
	padding: 30px 60px;
	line-height: 1.5;
	margin: 0px 0 100px 260px;
}

#decoration-left {
	position: absolute;
	top: 0;
	left: 200px;
	z-index: 1;
}
#decoration-left-repeat {
	background: url(/images/template/decoration_left_repeat.png) repeat-y;
	position: absolute;
	top: 837px;
	left: 200px;
	width: 88px;
	height: 100%;
}
#decoration-right-photo {
	position: absolute;
	left: 711px;
	top: -2px;
}
#decoration-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
}


#navigation {
	background-color: black;
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	padding-top: 120px;
	text-align: center;
}

#navigation ul {
	padding: 0;
	margin: 0 auto 50px auto;
	text-align: left;
	display: inline-block;
}

#navigation li {
	list-style: none;
	font-size: 1.3em;
	text-transform: normal;
	border-bottom: dotted 1px white;
	margin-bottom: 0.4em;
	padding-bottom: 0.2em;
	font-family: ringbearer, georgia, serif;
}
#navigation li:last-child {
	border-bottom: none;
}

#navigation li.selected a {
	color: #07ada6;
}

#navigation li a {
	color: #FDF8E2;
	text-decoration: none;
}

#navigation p.quote {
	width: 64%;
	margin: 0 auto;
	font-size: 1.0em;
	text-transform: none;
	text-align: center;
	font-family: ringbearer, georgia, serif;
}
#navigation p.quote span.source {
	text-transform: none;
	font-size: 0.9em;
}

#navigation p.author {
	text-align: center;
	margin-top: 50px;
}

#navigation img.decoration {
	margin-top: 50px;
}

.article h2+* {
	margin-top: 1em;
}
.article h2 {
	font-family: ringbearer, serif;
	font-size: 2.6em;
	margin: 0;
	color: #07ada6;
}
.article *+h2 {
	margin-top: 1.5em;
}
.article *+h3 {
	margin-top: 1.7em;
}
.article h3 a {
	color: #362F2D;
	text-decoration: none;
}
.article h3 a:hover {
	text-decoration: underline;
}
.article hr {
	margin: 2em;
   background-color: #D7D7D7;
	height: 1px;
	border: none;
}


#side {
	position: absolute;
	right: 40px;
	top: 400px;
}
#side div {
	padding: 0 10px;
	border: #e7aab1 solid 1px;
	background-color: #fdf8e2;
	width: 135px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#side h2 {
	color: #07ada6;
	text-transform: uppercase;
	font-size: 1.2em;
}
#side p {
	line-height: 1.5;
}
#side ul li {
	margin: 7px 0;
}
#side ul {
	padding-left: 15px;
	font-size: 0.85em;
}
/*
 * Page specific css
 */

.frontpage p {
	text-align: center;
}
.frontpage p span {
	display: block;
	color: #07aea7;
	font-size: 2.5em;
}
.frontpage p.opening {
	margin-top: 0;
}
.frontpage p.opening,
.frontpage p.closing {
	font-family: ringbearer, georgia, serif;
	color: #362F2D;
	font-size: 1.2em;
}

.shop-product h2 span {
	display:block;
   font-size: 0.3em;
	font-family:georgia;
}
.shop .product {
	padding-left: 120px;
	overflow: auto;
}
.shop .product p {
	margin-top: 0;
	font-size: 0.9em;
}
.shop .product p em {
	font-size: 0.9em;
}
.shop .product h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.shop .product h3 a {
	color: #07ada6;
	text-decoration: underline;
}
.shop .product h3 a span{
	font-size: 0.6em;
	display: block;
}
.shop .product a img {
	border: none;
}
.shop .product h3 a:hover {
	text-decoration: underline;
}
.shop .product img.thumb {
	margin-left: -120px;
	height: 100px;
	float: left;
	color: #362F2D;
}
.shop .product li {
	font-size: 0.8em;
	color: #362F2D;
}
.shop .product+.product {
	margin-top: 2em;
}

.shop-product img.cover {
	width: 210px;	
	float:right;
	margin-bottom: 1em;
	margin-left: 0.5em;
	border: 5px solid transparent;
}

/*
.shop-product img.cover:hover {
	border: 5px solid white;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 4px 4px 4px #ccc, -4px -4px 4px #ccc, -4px 4px 4px #ccc, 4px -4px 4px #ccc;
	-moz-border-radius: 5px;
	-moz-box-shadow: 4px 4px 4px #ccc, -4px -4px 4px #ccc, -4px 4px 4px #ccc, 4px -4px 4px #ccc;
}
	*/

.shop-product table.formats {
	border: #8c181c solid 1px;
	background-color: white;
	float: right;
	clear: both;
	width: 210px;
	margin-left: 0.5em;
	font-weight: bold;
	font-size: 0.7em;
	color: #555555;
}
.shop-product table.credits {
	font-size: 0.8em;
	color: #555555;
}
.shop-product table.credits td {
	vertical-align: center;
}
.shop-product table.credits td.name {
	padding-right: 5px;
}
.shop-product table.credits td.role {
	font-style: italic;
	text-align: right;
}
.shop-product div.source {
	margin-top: -1em;
	margin-bottom: -0.5em;
	font-style: italic;
	font-size: 0.9em;
}

.gallery img.thumb {
	margin: 5px;
	border: 5px solid transparent;
}

.gallery img.thumb:hover {
	border: 5px solid white;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 4px 4px 4px #ccc, -4px -4px 4px #ccc, -4px 4px 4px #ccc, 4px -4px 4px #ccc;
	-moz-border-radius: 5px;
	-moz-box-shadow: 4px 4px 4px #ccc, -4px -4px 4px #ccc, -4px 4px 4px #ccc, 4px -4px 4px #ccc;
}
.gallery .section a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin: 5px 12px 5px 0px;
}
.gallery .section a span {
	position: absolute;
	top: -14px;
	left: 10px;
	background: #999999;
	padding: 0 3px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	color: white;
	-webkit-opacity: 0.7;
}
.what-people-have-said p {
	font-style: italic;
}
.what-people-have-said p span {
	font-size: 0.9em;
	font-style: normal;
	display: block;
	margin-top: 0.6em;
}

.blog h3 {
	margin-bottom: 0;
}
.blog .date {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #AAAAAA;
}
