/*
Theme Name: eighty0 for Habari
Theme URI: http://eighty4.se/theme
Version: 0.4.2
Author: eighty4
Author URI: http://eighty4.se
*/


/*- Page Structure */
html { overflow: -moz-scrollbars-vertical; } /* Always show the scroolbar, prevents the "jumpy" effect that otherwive occur */


#logo {
	margin: 0px;
	height: 100px;
	width: 208px;
	display: block;
	background: url("images/eighty4.png") no-repeat;
	font: 120px serif;
	color: #000;
	letter-spacing: 3px;
	line-height: 80px;
	text-decoration: none;
	text-align: center;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	background: url('images/body.jpg') top left;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

.content {
	float: left;
	bottom: 0px;
	top: 	0px;
	padding: 0px;
	margin: 0px;
	min-height: 96%;
	width: 100%;
	background: transparent url('images/background.jpg') repeat-x top left;
	text-align: left;
}

.container {
	margin: auto auto;
	width: 720px;
}

/*- Main Menu in Header */
#header {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url('images/menu.png') repeat-x top left;
}

#header #shadow {
	background: url('images/shadow.png') repeat-x bottom left;
	width: 100%;
	z-index: 10;
	float: left;
}


ul#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	list-style: none;
	font-weight: 100;
	font-variant: small-caps;
	margin: 2px auto 10px auto;
	padding: 0px 0px 0px 200px;
	width: 445px;
	text-align: center;
	font-size: 1.4em;
	float: center;
}

ul#menu li h3 {
	color: #555;
	margin: 5px 0px;
}

ul#menu a {
	color: #555;
}

ul#menu a:hover {
	color: #000;
}


ul#menu li {
	display: block;
	list-style: none;
	float: left;
	padding: 0px 0px;
	margin: 0px;
	width: 120px;
}

ul#menu li ul {
	float: left;
	width: 100px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ul#menu li ul li {
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: left;
}



/* Sidebari */
#sidebar {
	margin-top: 45px;
	float: left;
}

.sidebar {
	opacity: .5;
	filter: alpha(opacity=50);
}

.sidebar:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}

.fixed {
	position: fixed;
	*position: relative;
}

#right {
	min-height: 400px;

	width: 480px;
	margin-top: 40px;
	float: right;
}

.entry-content {
	width: 100%;
	margin-top: 25px;
}

.entry-text img {
	max-width:  460px;
	margin: 10px;
}

/* Fonts */
 
a { text-decoration: none; }

.entry-content {
	width: 100%;
	font-size: 1.1em;
	text-align: justify;
	}

	.entry-content a {
		color: #333;
		}
	
	.entry-content a:hover {
		color: #84300b;
		}

	.entry-content p {
		line-height: 1.8em;
		margin: 0px;
		}
	
	.entry-content ul, .entry-content ol {
		margin: 1.0em 3.0em;
		}
	
	.entry-content h3 {
		font-style: italic;
		letter-spacing: 0px;
		margin: 1.3em 0px 0px 0px;
		font-weight: 100;
		font-size: 2.1em;
		text-align: left;
		font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
		}
	
	.entry-content .amp {
		font-style: italic;
		font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
		}
	
	.entry-content h4 {
		margin-top: 1.0em;
		margin-bottom: 0.0em;
		display: table;
		clear: both;
		font-size: 1.6em;
		font-style: italic;
		font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
		}
		
	.entry-content blockquote {
		margin-left: 2.0em;
		font-size: 1.2em;
		padding: 10px 10px;
		color: #000;
		border-left: 4px double #848484;
		font-style: italic;
		font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
		}
		
	.entry-content blockquote em {
		font-style: normal;
		}	

	.entry-content .entry-tweet {
		background: url('images/tweet.png') no-repeat;
		padding: 10px 0px 0px 75px;
		font-size: 1.3em;
		margin-left: 0.3em;
		}

		.entry-content .entry-tweet small {
			float: right;
			font-size: 0.6em;
			font-style: italic;
			}

	.entry-content .entry-text a {
		color: #bb4411;
	}
	
	.entry-content .entry-text a:hover {
		color: #7c2d0b;
	}
	
	.entry-content .prettyprint {
		text-align: left;
		font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;
		background: #cbcaba;
		display: block;
		padding: 5px 12px;
		margin: 10px 20px;
		border: 2px solid #b8b7a9;
	}	
	
#page-selector {
	margin: 1.0em 0.0em 0.0em 0.0em;
	font-size: 2.0em;
	font-style: italic;
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	color: #bb4411;
}

#page-selector a { 	color: #bb4411; }

#page-selector .current-page { color: #555; }

/* Tag-cloud */
.tag-cloud {
	width: 90%;
	list-style: none;
	margin: 0px;
}

.tag-cloud li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.tag-cloud li a {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	line-height: 34px;
}

/* Archives */
#monthly_archives {
	list-style-type: 		none;
	list-style-position: 	inside;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	float: left;
}

#monthly_archives li {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: 		none;
	list-style-position: 	inside;
	float: left;
}

#monthly_archives a {
	color: #333;
}

#monthly_archives a:hover {
	color: #84300b;
}

/* Sidebari */

.sidebari {
	color: #555;
	font-family: Arial;
	font-size: 1.8em;
	width: 100%;
	float: left;
}

.sidebari a, .sidebari small a {
	color: #000;
}
	
.sidebari a:hover {
	color: #84300b;
}

.sidebari-logo h3 {
	font-size: 1.6em;
	letter-spacing: -0.1em;
	padding: 30px 0px 18px 40px;
	margin: 0px;
	background: url("images/habari.png") no-repeat;
	margin: 0px;
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

.sidebari-logo p {
	font-size: 0.6em;
	font-style: italic;
	margin-top: -15px;	
}

form.searchform {
    width: 210px;
    height: 39px;
    margin: 0px 0px 10px -10px;
    padding: 0px;
    float: left;
    clear: none;
	background: url('images/search.png') no-repeat; 
}

p.searchform {
	padding: 0px;
	margin: 0px;
}

#s {
    float: left;
    padding: 10px 0px;
    margin: 0px 0px 0px 10px;
    border: 0;
    width: 159px;
    font-size: 1.4em;
    background: transparent;
	color: #777;
}

#s:focus {
	color: #000;
}

#go {
    float: right;
    margin: 0px;
    padding: 0px;
}


#search input {
	border: 0px solid black;
	background: transparent;
}

.sidebari-related a {
	font-size: 0.6em;
}

.sidebari-related ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px 1.0em 0px 0px;
	line-height: 0.6em;
}

	.sidebari-related ul li {
		padding: 2px 0px;
	}

#footer {
	background: url("images/footer.png") top left no-repeat;
	float: right;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	font-size: 1.0em;
	padding: 10px;
	color: #999;
	font-size: 0.8em;
}

#footer a {
	color: #555;
}

#footer p {
	margin: 0;
	padding: 0;
}



/* Comments */

.comments {
	text-align: left;
	padding: 30px 0px 0px 0px;
	position: relative;
	margin: 0px auto;
	width: 700px;
	float: left;
}

#respond {
	margin: 10px 0px;
	
}

#commentlist {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

#commentlist li {
	background: url("images/comment_content.png") repeat-y;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: table;
}	


#commentlist .head {
	margin: 15px 0px 0px 0px;
	width: 100%;;
	height: 15px;
	padding: 0px;
	background: url("images/comment_head.png") no-repeat;
	display: table;
	overflow: visible;
}

#commentlist .foot {
	margin: 0px 0px 15px 0px;
	width: 100%;;
	height: 15px;
	padding: 0px;
	background: url("images/comment_foot.png") no-repeat;
	display: table;
}

#commentlist li.comment-unapproved {
	border: #3371A3 solid 2px;
}

.comment-info {
	float: left;
	padding: 5px 10px 5px 20px;	
}

#commentlist li .comment-content {
	padding: 0;
	margin: 0 20px 0 10px;
	font-size: 1.2em;
	line-height: 1.8em;
	width: 430px;
	float: right;
	text-align: justify;
}

#commentlist li .comment-meta {
	padding: 2px 0 2px 0px;
	font-size: 1.2em;
	/* background: url('images/time.png') left center no-repeat; */
	margin: 0px;
	clear: both;
	float: left;
}

#commentlist li img {
	padding: 0;
	border: none;
	}

#commentlist li img.gravatar {
	float: right;
	margin: -5px 0 0;
	}

#commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	float: left;
	clear: both;
}

#commentlist li .commentauthor a, #commentlist li .comment-meta a {
	color: #000;
}

#commentlist li .commentauthor a:hover, #commentlist li .comment-meta a:hover {
	color: #bb4411;
}

#commentlist li .counter {
	display: none;
	font: normal 1.5em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}
	
.commentform form {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}

.commentform input[type=text], .commentform textarea {
	font: 1.2em 'Courier New', Courier, Monospace;
	padding: 3px;
	border: none;
	color: #777;
	font-size: 18px;
	border: 0px solid transparent;
}
	
.commentform textarea {
	background: url("images/comment_area.png") no-repeat top left;
	width: 680px; 
	height: 230px;
	padding: 10px;
	margin-top: 6px;
	margin-bottom: 10px;
	outline: 0; /* will remove the blue border for safari */
	overflow: auto;
}
	
.commentform input[type=text]{	
	background: url("images/comment_input.png") no-repeat top left;
	width: 245px;
	height: 26px;
	font-size: 1.6em;
	padding: 4px 10px 0px 10px;
}

input[type=text]:focus {
	background: url("images/comment_input.png") no-repeat bottom left;
}

.commentform textarea:focus {
	background: url("images/comment_area.png") no-repeat bottom left;
}

input[type=text]:focus, textarea:focus {
	color: #333;
	border-color: #666;
	border: none;
	}

.commentform form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}


.commentform form #submit {
	margin: 0;
	float: right;
	}

