/*   
Theme Name: just another hack v.1
Theme URI: http://justanotherhack.net/
Description: Theme for justanotherhack.net (only)
Author: Oliver Kuka
Author URI: http://justanotherhack.net/
Version: 0.1
.
Copyright 2007 by Oliver Kuka [justanotherhack.net]
.
*/

/* Basic structure */
body {
	background-color: #EEE;
	color: #222;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: sans-serif;
	text-align: center;
}
#site {
	margin: 0;
	border: 0;
	padding: 0;
}
#top {
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 50px;
	background-color: #EEE;
	position: relative;
	text-align: left;
}
#head {
	background-color: #444;
	display: block;
	position: relative;
	width: 760px;
	height: 150px;
	margin: auto;
	background-image:url(/wp-content/themes/jahv1/images/title_02.jpg);
	border: 1px solid #AAA;
	border-bottom: none;
}
#middle {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #EEE;
	position: relative;
	text-align: left;
}
#main {
	background-color: #FFF;
	position: relative;
	width: 760px;
	margin: auto;
	font-size: 1.4em;
	border: 1px solid #AAA;
	border-top: none;
}
#content {
	width: 76%;
	float: left;
}
#sidebar {
	width: 24%;
	float: right;
}
#bottom {
	margin: 0;
	border: 0;
	padding: 0;
	padding-bottom: 50px;
	background-color: #EEE;
	position: relative;
	text-align: center;
}
#footer {
	background-color: #EEE;
	display: block;
	position: relative;
	width: 760px;
	margin: auto;
	padding: 5px 0;
}
.accessibility { display: none; }

a { color: #B8860B; text-decoration: none; }
a:active { color: #B8860B; text-decoration: none; }
a:visited { color: #B8860B; text-decoration: none; }
a:hover { color: #B8860B; text-decoration: underline; }
a img { border: none; }
form {
	margin: 0;
}
input, textarea {
	background-color: #EEE;
	border: 1px #AAA solid;
}
blockquote {
	border: 1px dotted #AAA;
	background-color: #F4F4F4;
	padding: 0 10px;
}
.floatright {
	float: right;
}

.floatleft {
	float: left;
}
.floatclear {
	clear: both;
}
.inline {
	display: inline;
}
.postimage, .postimageleft, .postimageright, .postimagecenter {
	border: 2px solid #AAA;
	margin: 3px 10px;
}
.postimageleft {
	float: left;
	margin-left: 0;
}
.postimageright {
	float: right;
	margin-right: 0;
}
.postimagecenter {
	margin: auto;
}
#title {
	position: absolute;
	bottom: 0;
	background-color: #111;
	padding: 0.2em 1em 0 0.5em;
	max-width: 760px;
	overflow: hidden;
	font-size: 2em;
	font-weight: 900;
	font-family: Arial, sans-serif;
	color: #FFF;
	opacity: .85;
	filter: alpha(opacity=85);
}
#sidebar, #sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#sidebar li.block, #content div.block {
	border: 1px #AAA solid;
	padding: 5px;
	margin: 4px;
}
#content div.block {
	padding: 10px;
	margin-right: 0;
}
#sidebar h3, #content .block h3.title {
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 0.5em 0;
}
#content .post .meta {
	font-size: 0.9em;
	color: #666;
	padding-left: 2em;
}
#content .post .meta a {
	color: #333;
}
#content .post .entry {
	text-align: justify;
}
#sidebar img {
	border: none;
}
#content .post p {
	margin: 0.5em 0;
}
#footer a {
	color: #000;
}
.titlemain {
	color: #FFF;
	text-transform: uppercase;
}
.titlehighlight {
	color: #B8860B;
}
.titledesc {
	color: #666;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #aaa;
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */