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

body {
	background: #f9f9f9 url(../images/bg.png) repeat-x top left;
}
#Container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	min-width: 960px;
	min-height: 400px;
	background-color: transparent;
}
#Logotype {
	margin-top: 20px;
}
#Menu {
	float: left;
	margin: 0;
}
#Menu ul {
	margin: 0;
	padding: 0;
	width: auto;
	height: 48px;
	background-color: transparent;
}
#Menu ul li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#Menu ul li a {
	display: block;
	padding: 0 20px;
	line-height: 48px;
	letter-spacing: 1px;
	font-family: 'Fontin', Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: lighter;
	color: #737373;
}

#Menu ul li a:hover {
	background-color: #8f8376;
	color: #33322e;
}

#Menu ul li a#here {
	background-color: #8f8376;
	color: #33322e;
}

#Container .container_12 {
	position: relative;
}
#Rss {
	display: block;
	position: absolute;
	left: 830px;
	top: 200px;
	width: 110px;
	height: 110px;
	background: url(../images/rss.png) no-repeat;
}
#Top {
	position: relative;
	margin: 0 0 5px 10px;
	height: 336px;
	width: 940px;
}

#top_image {
	height: auto;
	margin: 5px 0 18px 0;
}

#top_buttons {
margin:5px;
}

#navbar {
	background-color: #171717;
	height: 48px;
}

#Sociallinks {
	float: right;
	height: 48px;
	width: auto;
	padding: 9px 10px;
}
#searchform {
	padding: 0;
	margin: 0;
	float: left;
	padding: 9px 0 9px 64px;
}
#searchform input {
	padding: 8px;
	width: 160px;
	height: 12px;
	font-size: 10px;
	color: #666;
	border: 1px solid #333;
	background: transparent;
}

#Sidebar {
	margin-top: 30px;
}
#SidebarB {
	margin-top: 10px;
}

.sidebox{	margin-bottom: 15px;
}


#Sidebar H2 {
	margin-top: 20px; 
        margin-bottom: 20px;
}

#SidebarB ul {
	list-style: none;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #666;
}


#Sidebar ul {
	list-style: square;
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	border-top: 1px solid #666;
}



.box {
	padding: 10px;
	background: #FFFFFF;
}

/*.boxborder0 {
	position: relative;
	border: 1px solid #333;
} */

#Content .boxborder0 {
	margin: 0 0 20px 0;
	/*border: 1px solid #666;*/
}

.boxborder1 {
	margin: 1px;
}

.date {
	position: absolute;
	left: -31px;
	top: 20px;
	width: 30px;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	color: #33322e;
	background: #8f8376;
}
.date .day {
	display: block;
	line-height: 17px;
	font-size: 18px;
}
.date .month {
	display: block;
	line-height: 11px;
	font-size: 11px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.alignleft {
	float: left;
	clear: both;
	text-align: left;
}
.alignright {
	float: right;
	clear: both;
	text-align: right;
}


.navigation {
	clear: both;
	margin: 0 0 20px 0;
}
.navigation div {
	display: inline;
	float: left;
	clear: none;
	margin: 0;
	width: 50%;
}
.navigation div a {
	color: #737373;
	display: inline;
	padding: 5px;
	background: #171717;
}
.navigation div a:hover {
	color: #33322e;
	background: #8f8376;
}
.navigation div.alignleft a {
	float: left; 
}
.navigation div.alignright a {
	float: right; 
}

.hidden {
	display: none;
}
.fotter_comments a {
	color: #737373;
	display: inline;
	float: right;
	padding: 5px;
	background: #171717;
}
.fotter_comments a:hover {
	color: #33322e;
	background: #8f8376;
}

#Content {
	margin-top: 20px;
	color: #222;
	position: relative;
}
#Content .post h2 {
	margin: 0 0 20px 0;
}
#Content .post small {
	display: block;
	margin: 0 0 10px 0;
	font-size: 80%;
	color: #333;
}
#Content .post small.header {
	border-bottom: 1px solid #CCC;
}
#Content .post small.fotter {
	margin-top: 20px;
	border-top: 1px solid #CCC;
}

#Content #Comments {
	margin: 0 0 30px 0;
}

#Content #Comments h3 {
	font-size: 14px;
	color: #222;
}

#Content #Comments ol.commentlist {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	clear:both;
}
#Content #Comments ol.commentlist li {
	margin: 0 0 10px 0;
	padding: 10px;
	color: #222;
	border: 1px solid #333;
}
#Content #Comments ol.commentlist li .comment-author {

}
#Content #Comments ol.commentlist li .photo {
	float: left;
	margin: 0 10px 10px 0;
}
#Content #Comments ol.commentlist li .commentmetadata {
	font-size: 10px;
}
#Content #Comments ol.commentlist li p {
	clear: both;
	margin: 0 0 10px 0;
}


#Content #Comments #respond {
	clear: both;
}
#Content #Comments #respond * {
	color: #222;
}
#Content #Comments #respond input, #Content #Comments #respond textarea {
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: transparent;
}
#Content #Comments #respond textarea {
	width: 300px;
	height: 100px;
}
#Content #Comments #respond input#submit {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}


#Fotter {
	margin: 0 0 200px 0;
	height: 50px;
	font-size: 10px;
	font-weight:bold;
	background: #222;
}
#Fotter span {
	line-height: 50px;
}
#Fotter img {
	margin: 5px 5px 0 5px;
	vertical-align: top;
}


#Stats ul {
	list-style: none;
	margin: 0;
	padding:: 0;
	clear: both;
}
#Stats ul li {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
	padding:: 0;
}

.fan_box {
	border: 0px;
}


