/****************************************
*                                       *
*  By Neakro 2008                       *
*                                       *
* * * * * * * * * * * * * * * * * * * * *
*                                       *
* Inspired by http://www.macvillage.de  *
*                                       *
****************************************/

body
{
	min-height: 100%;
	margin: 0 auto;
	background-color: #050505;
	text-align: center;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

a:link, a:visited
{
	border-bottom: 1px dotted #111;
	text-decoration: none;
	color: #111;
}

a:hover, a:active
{
	border-bottom: 1px dotted #ff3000;
	color: #ff3000;
}

input, textarea
{
	font-size: 12px;
}

blockquote
{
	font-style: italic;
}

pre
{
	padding: 3px 3px 3px 13px;
/*	white-space: nowrap;*/
	overflow: auto;
	background-color: #eee;
	border: 1px solid #777;
	border-left-width: 8px;
	font-family: monospace;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.center
{
	text-align: center;
}

.hidden
{
	display: none;
}

.header
{
	height: 78px;
	width: 900px;
	margin: 0 auto;
	background-image: url('images/small/header.png');
	background-repeat: repeat-x;
	text-align: left;
	color: #fff;
}

.header a, .header a:link, .header a:visited, .header a:active
{
	border: none;
	color: #fff;
}

.header_navigation
{
	float: right;
	height: 78px;
	padding: 0;
}

.header_navigation ul
{
	margin: 0;
	padding: 38px 0 0 0;
	list-style-type: none;
	font-size: 14px;
}

.header_navigation ul li
{
	display: inline;
	float: right;
	margin-right: 10px;
	background-image: url('images/small/headernavi.png');
	background-repeat: repeat-x;
	border: 1px solid #333;
	border-width: 1px 1px 0 1px;
}

.header_navigation ul li a:hover
{
	background-image: url('images/small/headernavi-hover.png');
	background-repeat: repeat-x;
}

.header_navigation ul li a
{
	display: block;
	min-height: 18px;
	max-height: 18px;
	padding: 9px 15px 12px 15px;
	color: #efefef;
}

.header_blogtitle
{
	float: left;
	padding: 15px 0 15px 50px;
}

.blogtitle
{
	font-size: 25px;
	font-weight: bold;
}

.blogdescription
{
	font-size: 12px;
}

.maincontainer
{
	clear: both;
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	background-image: url('images/small/background.png');
	background-repeat: repeat-y;
}

body .maincontainer
{
	height: auto;
}

.text
{
	float: left;
	min-height: 100%;
	width: 530px;
	margin: 0 auto;
	padding: 10px 55px 0 35px;
	background-color: #fff;
	text-align: left;
	line-height: 22px;
}

.title
{
	padding: 30px 0 5px 0;
	font-size: 24px;
	font-weight: bold;
}

.title h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.title a, .title a:link, .title a:hover, .title a:active, .title a:visited
{
	border: none;
	color: #333333;
}

.meta
{
	margin-bottom: 30px;
	padding-top: 3px;
	border-top: 1px dotted #555;
}

.categories
{
	float: left;
	padding-left: 1px;
}

.comments
{
	float: right;
}

.sidebar
{
	float: right;
	height: 100%;
	min-height: 100%;
	width: 240px;
	margin: 0 auto;
	padding: 10px 29px 0 10px;
	border-width: 0 0 0 1px;
	text-align: left;
	line-height: 20px;
}

.footer
{
	clear: both;
	height: 35px;
	width: 900px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background-image: url('images/small/footer.png');
	background-repeat: no-repeat;
	text-align: center;
	color: #333;
}

.footer_navi
{
	float: left;
	padding-left: 20px;
}

.footer_copy
{
	float: right;
	padding-right: 20px;
}

.clear
{
	clear: both;
	height: 0;
 	width: 900px;
	margin: 0 auto;
}

.commentbox
{
	margin: 0 auto;
	padding-top: 5px;
	width: 500px;
}

.commentbox ol
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.commentbox ol li
{
	padding: 5px 15px;
	background-color: #f8f8f8;
	list-style-type: none;
	border: 1px solid #b9babd;
	border-width: 0 1px 1px 1px;
}

.commentlist li.alt
{
	background-color: #efefef;
	border: 1px solid #b9babd;
	border-width: 0 1px 1px 1px;
}

.commentbox textarea
{
	width: 500px;
}

.navigation .alignright, .navigation .alignleft
{
	margin-bottom: 10px;
}

.widgetlist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widgetlist li
{
	margin-top: 15px;
}

.widgetlist li ul
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}

.widgetlist li ul li
{
	margin: 0;
	padding: 0;
}

h2.widgettitle
{
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #bcbcbc;
	font-size: 16px;
	font-weight: bold;
}

/** Wordpress calaendar widget **/
#wp-calendar
{
	margin: 0 auto;
	text-align: center;
}

#wp-calendar tfoot #prev
{
	text-align: left;
}

#wp-calendar tfoot #next
{
	text-align: right;
}

#wp-calendar tbody tr td
{
	padding: 0 5px;
}

/** Worpress tag cloud **/
.widget_tag_cloud h2
{
	text-align: left;
}

.widget_tag_cloud
{
	text-align: center;
}