/* @group Type */

/* @group @font-face */

@font-face {
    font-family: GraublauWeb;
    src: url(../blacklake/fonts/GraublauWeb.otf);
}
@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url(../blacklake/fonts/GraublauWebBold.otf);
}
		
h1 {
    font-family: GraublauWeb, Georgia, serif;
    font-weight: bold;
}
h2, h3, h4, .alsostrong, #faq dt, .tumblr-link, .exiter {
	font-family: GraublauWeb, Georgia, serif;
}

/* @end */

body { 
	font: 14px/1.3em Georgia, "Times New Roman", Times, serif; 
	margin: 0; 
	padding: 0;
	background: #cccc99 url(../blacklake/images/bg-image.jpg) no-repeat 35px 0;
}
p { margin: 0 0 1em 0; }
h1 { font-size: 3em; margin: 20px 0 0 -2px;}
h2 { font-size: 2em; margin: 15px 0 15px -1px; line-height: 1em;}
h3, h4 { margin: 0 0 .7em 0; letter-spacing: .08em;}
a {	text-decoration: none; color: #3e859b; }
a:hover { text-decoration: underline; color: #cc3300; }

.alsostrong { font-weight: bold; }

/* @end */

/* @group Basic Design */

#wrapper { padding: 20px; }

#header { width: 400px; }
#header h1 { line-height: 1.1em; }
#header h1, #header h2, #content h2 {
	text-shadow: #fdfed6 1px -1px 0;
}

#content {
	float: left;
	width: 400px;
	margin: 0 0 20px 0;
	display: block;
}
#sidebar {
	width: 291px;
	position: absolute;
	top: 165px;
	left: 460px;
	font-size: .9em;
	line-height: 1.5em;
}

#sidebar h3 {
	margin-bottom: 0px;
	margin-left: 1px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	background: #000;
	padding: 20px 10px 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-bottom: 2px solid #999;
}
#sidebar h3 a { color: #7ba9a9; }
#sidebar h3 a:hover { text-decoration: underline; color: #fa4613; }
#sidebar .tumblr-desc {
	border-left: 1px dashed #ccc;
	border: 1px solid #ccc;
	background: #ddd;
	padding: 5px 20px;
	margin: 0;
}
#sidebar .tumblr-desc a {
	background: #000;
	padding: 1px 4px 0 4px;
	float: right;
	position: relative;
	top: -1px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#sidebar .tumblr-desc a:hover {
	text-decoration: none;
	background-color: #cc3300;
}
#sidebar h3.tumblr-post {
	padding: 10px;
	border: none;
	text-transform: none;
	margin-left: -1px;
}

.sidebar-inner {
	border-left: 1px dashed #ccc;
	background: #fff;
	padding: 5px 20px 20px 20px;
	
}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}
#sidebar li {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
ul.tumblr p img { max-width: 250px; }
ul.tumblr p { margin-bottom: 0; }
/*ul.tumblr em p { padding-top: 10px; }*/
ul.tumblr li p { margin: 10px 0 0 0; }

.tumblr-link {
	margin-bottom: 10px;
}
.tumblr-link a, .exiter a {
	color: #fff;
	background: #3e859b;
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.tumblr-link a:hover, .exiter a:hover {
	color: #a0d0de;
	background-color: #000;
	text-decoration: none;
}
a.tumblr-post-link {
	margin: 10px 0;
	display: block;
	padding-left: 7px;
	border-left: 1px solid #000;
}

.movie {
	margin: 20px 0;
}
.caption {
	font-size: .8em;
	margin: 0;
	padding: 3px 7px;
	background: #000;
	color: #fff;
	font-style: italic;
	/*border-left: 6px solid #000;
	border-right: 6px solid #000;*/
}
/* @end */

/* @group Items */

#items { 
	margin-top: 20px; 
	border: 6px solid #fff;
	background-image: url(../blacklake/images/texture-tile.jpg);
}
#items h2 {
	color: #fff;
	text-shadow: none;
	background: #cc3300;
	line-height: 1.5em;
	margin: 0;
	padding: 3px 10px;
	text-align: center;
	border-bottom: 6px solid #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.items-ender {
	clear: both;
}

.questions {
	background: #fff;
	margin: 0;
	padding: 10px 0 4px 0;
	border-top: 1px dashed #ccc;
	text-align: center;
}

.item {
	float: left;
	width: 173px;
	text-align: center;
	padding: 10px 10px 20px 10px;
	border-bottom: 1px dashed #fff;
	min-height: 260px;
}
.item.first {
	border-right: 1px dashed #fff;
	clear: left;
}
.item.secondrow { border-top: none; border-bottom: none; }
.item h4.item-price {
	color: #cc3300;
	margin-bottom: 15px;
	font-size: 1.3em;
}
.item p {
	font-size: .9em;
}

/* @end */

/* @group FAQ */

#faq {
	clear: both;
	width: 400px;
}
#faq dt { 
	font-weight: bold; 
	letter-spacing: .08em; 
	margin-bottom: 5px;
}
#faq dd {
	margin: 0 0 10px 0;
	padding-left: 10px;
	border-left: 1px solid #666;
}

/* @end */

#footer {
	clear: both;
	margin: 39px 0 20px 0;
	padding-top: 10px;
	font-size: .8em;
	
	border-top: 1px dashed #999966;
}


