/*  
Theme Name: Frane's WordPress Theme
Theme URI: http://frane.offbyte.com/
Description: Frane's self-made super WordPress Theme.
Version: 1.1
Author: Frane Bandov
Author URI: http://frane.offbyte.com/

	This theme was designed and built by Frane Bandov,
	whose blog you will find at http://frane.offbyte.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
	height: 100%;
}

body {
	font-family: Verdana, 'Bitstream Vera Sans', Sans-Serif;
	font-size: 13px;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #aaa;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', serif;
}

#page {
	text-align: center;
	background:#fff;
	width: 760px;
	margin: 20px auto;
	border: 10px solid #fff;
}

#page hr {
	height: 0px;
	border: 0;
	color: #fff;
}

a:link, a:active, a:visited {
	color: #96744e;
}

a:hover {
	background-color: #96744e;
	color: #000;
}

a img {
      border: none;
}

#header, #content, #footer {
	text-align: left;
}

#content .entry p {
        margin-top: 6px;
}

#header, #footer {
	width: 100%;
}

#footer {
	clear: both;
	border-top: 1px solid #000;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}

#content_wrap {
	width: 100%;
	float: left;
	overflow: hidden
}

#content {
	padding: 0px;
	overflow: hidden;
}

#sidebar {
	float: right;
	display: inline;
	width: 180px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background: #fff;
	border-left: 10px solid #fff;
	height: 100%;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#sidebar h2 {
	font-size: 16px;
	font-weight: bold;
	border: none;
	color: #000;
	padding: 0px;
	width: 100%;
        margin-bottom: 2px;
        margin-top: 16px;
}

#sidebar p {
	margin: 0px;
}

#sidebar li {
	display: block;
	list-style: none;
	margin: 0px;
}

#sidebar li li {
	margin-left: 8px;
}

#sidebar ul, #header ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

* html #sidebar ul {
	margin-bottom: 20px;
}

#header li {
	display: inline;
	list-style: none;
	margin-top: 4px;
        margin-bottom: 4px;
	float: left;
}

#header .page_item a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
        padding-bottom: 4px;
        font-weight: bold;
}

#header .page_item a:hover {
	background: url('images/trans60.png') repeat;
	color: #96744e;
}

#header .current_page_item a:link, #header .current_page_item a:visited, #header .current_page_item a:active {
	background: url('images/trans60.png') repeat;
	color: #96744e;
}

#header {
	text-align: center;
	background: url('images/banner.jpg') no-repeat center;
	padding: 0px;
	height: 280px;
}

#header_space {
	height: 60px;
}

#header_title h1 {
	font-size: 60px;
	margin: 0px;
}

#header_title {
	height: 190px;
	display: block;
}

#header_links {
	display: block;
	height: 30px;
	clear: both;
	background: url('images/trans60.png') repeat;
}

input {
	border: 1px solid #555555;
	color: #96744e;
	background: #fff;
	margin-top: 5px;
	margin-right: 4px;
}

input:hover {
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

textarea {
	border: 1px solid #555555;
	color: #96744e;
	background: #fff;
	margin-top: 5px;
	margin-right: 4px;
}

textarea:hover {
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

form #comment {
	width: 99%;
}

#header form {
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#header #s {
	width: 186px;
	float: right;
}

h2 {
	padding: 0px;
	margin-bottom: 0px;
        font-size: 22px;
}

.post h2 {
	padding: 0px;
	margin-bottom: 0px;
        font-size: 22px;
}

.post h2 a {
        text-decoration: none;
}

.post h3 {
	padding: 0px;
	margin-bottom: 0px;
        font-size: 18px;
}

.post h3 a {
        text-decoration: none;
}

.post small {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #555;
}

.post {
	margin-bottom: 30px;
}

.commentlist {
	list-style-type: none;
	padding-left: 0px;
}

.commentlist .avatar, .commentlist .commentheader {
	float: left;
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.commentlist .commenttext {
	clear:both;
	display: block;
}

.commentlist li{
	padding: 5px;
	background-color: #eee;
}

.commentlist .alt {
	background-color: #fff;
}

.commentlist .authcomment {
	border: 1px solid #96744e;
}

.commentlist .commentmetadata a, .commentlist .commentmetadata a:hover {
	text-decoration: none;
	color: #555;
	background: none;
}

/* code, .code {
	color: #0f0;
	display: block;
	background: #000;
	padding: 10px;
	margin: 5px;
	font-size: 12px;
	font-family: Courier;
}*/
