@charset "utf-8";
/* CSS Document */

#mini_bar_bg {
	width:100%;
	padding:0;
	background:url(/images/mini_bar_bg.png) repeat-x;
	height:34px;
	position:relative;
	margin-bottom: -6px;
}
	#mini_bar {
		width:960px;
		background: url(/images/mini_bar.png) no-repeat;
		height:28px;
		margin:0 auto;
	}

#body_wrapper {
	
}
#single_container {
	float:left;
	width:630px;
}
#single_container h2, #sidebar h2 {
	margin-bottom:10px;
}
#single_container p, #sidebar p {
	font-size: 0.94em;
	line-height:1.7em;
	text-align: left;
	padding:0;
	margin:10px 0 0 0;
}
#description {
	padding: 0;
	margin:10px 0 60px;
}
#description ul {
	margin-left:30px;
	margin-top:15px;
	margin: 15px 0 20px 30px;
}
#description ul li {
	margin:10px 0 15px 10px;
	padding:0px 0 5px 30px;
	list-style-type: none;
	background: url(/images/check.png) no-repeat 0 -.08em;
}
#image_wrapper {
	margin:15px 0;
}
#image_wrapper a:hover {
	border-bottom:none;
}
#image_wrapper a.group img {
	margin:10px 0;
	padding:10px 0;
}
#image_wrapper a.group img:hover {
	border:1px solid #9B4A3C;
}
#single_container a:link img, #single_container a:active img, #single_container a:visited img {
	margin:0 0 10px 0;
	padding: 5px;
	border: 1px solid #E8D9BD; 
	background: #E8D9BD;  
	-webkit-border-radius:0.3em;
	-moz-border-radius: 0.3em;
}
a#single_image img:hover {
	border:1px solid #9B4A3C;
}

.container_fixed {
	padding:0px 10px;
	}
#thumbs {}
#thumbs li {
	margin:0 9px 0 0;
	display:inline;	
}

#thumbs li:first-child {
	margin:0 9px 0 0;
	display:inline;	
}
#thumbs li:last-child {
	margin:0 0px 0 0;
	display:inline;	
}

#sidebar
{
	float:right;
	padding: 40px 10px;
	width: 260px;
	margin:0;
	background:#F2EBDC;
	border-left:1px solid #E8D9BD;
	border-right:1px solid #E8D9BD;
	border-bottom:1px solid #E8D9BD;
	-moz-border-radius-bottomleft:0.3em;
	-moz-border-radius-bottomright:0.3em;
	-webkit-border-bottom-left-radius:0.3em;
	-webkit-border-bottom-right-radius:0.3em;
}

.navigation, .navigation a {
	font-family: Caecilia, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #6B3329;
	font-weight:normal;
	letter-spacing: -1px;
	font-size:1.25em;
	line-height:2.2em;
	/* font-variant:small-caps; */
}
.navigation a:hover {
	border-bottom:none;
}
blockquote#qod-quote {
	margin:0px;
	padding:0px;
}
p.qod-author {
	float: right;
	font-style:normal;
}