/*
Theme Name: Brown Coffee
Version: 1.00
Theme URI: http://www.alhaffar.com/web/?p=57
Author: alhaffar.com
Author URI: http://www.alhaffar.com/web
Description: A stylish brown theme, minimalistic and elegant. Easy on the eyes. This theme is based on Tiny Mod by Remex.
*/


* {
	margin: 0;
	padding: 0;
	}

/*surrounds the entire inner block*/
html, body {
	background: #291c0e;
	color: #291c0e;
	}

body {
	text-align: center; /* IE quirks auto margins workaround */
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, , sans-serif;
	padding: 10px;
	line-height: 1.6em;
	}

html>body { font-size: 11px; } /* for modern browsers that can resize px */

/*border color affects the entire inner box. background color affects the inner box fully*/
#wrap {
	width: 550px;
	margin: 20px auto; /* auto centers the div */
	background: #7f582b;
	border: 1px solid #d49248;
	}

/*border color affects the border around the banner*/
#header {
	height: 160px;
	margin: 70px;
	overflow: hidden;
	background: transparent url(banner.png) no-repeat;
	border: 0px solid #7f582b;

	}
/*box around About and Search etc */
#menu {
	background: #7f582b;
	margin: 20px;
	border: 1px solid #291c0e;
	color: #291c0e;
	}

#content {
	text-align: left;
	margin: 20px;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, , sans-serif;
	word-wrap: break-word;
	}

#footer {
	border-top: 1px solid #291c0e;
	color: #291c0e;
	text-align: center;
	margin: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin: 0;
	}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 400px;
	height: 160px;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #b39169;
	outline: none;
	}

#sitemap {
	float: left;
	text-align: left;
	margin: 5px 8px 5px 0px;
	padding-left: 12px;
	}

#menu ul.pagelinks {
	list-style-type: none;
	margin: 7px 8px 5px 5px;
	}

#menu ul.pagelinks li{
	float: left;
	padding-left: 7px;
	}

#searchform, #searchform p {
	font-size: 1em;
	text-align: right;
	margin: 5px;
	}

#searchform input {
	width: 80px;
	font-size: 1em;
	background: #b39169;
	color: #000000;
	margin: 0;
	border: 1px solid #7f582b;
	}

/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, /* ul, ol, dl, p - Stopped by Sparanoid */ re, fieldset, address, table {
	margin: 0.8em 0;
	}

/* 	General styling		*/

h2 {
	font-size: 15px;
	margin-bottom: .4em;
	font-weight: bold;
	}

h3 {
	font: 1.1em/120%
	margin-bottom: .3em;
	font-weight: normal;
	}

h4 {
	font-size: 1.0em;
	}

h5 {
	font: normal 0.8em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	border-left: 4px solid #d49248;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-size: 1em;
	margin: 3em 0;
	padding: 0 1.2em 0 1.2em;
	border-left: 2px solid #d49248;
	border-bottom: 1px dotted #d49248;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

#content img {
	border: 0px solid #c2cfdf;
	padding: 3px;
}

/* dateline and category as well as edit button */
.postinfo {
	background: #7f582b;
	padding-left: 10px;
	border: 1px solid #7f582b;
	color: #291c0e;
}

.entry ul{
	padding: 0 0 0 10px;
	}

.entry li{
	padding: 0;
	}

.center {
	text-align: center;
	}

ol {
	margin-left: 3em;
	}

/* affects the comment box */
textarea {
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, , sans-serif;
	color: #000000;	
	width: 400px;
	border: 1px solid #5c4a36;
	background-color: #b39169;
	word-wrap: break-word;
	}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

a:link, a:visited {
	color: #3d2308;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #d49248;
	text-decoration: none;
	outline: none;
	}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	/* border-bottom, for highlight comment. */
	border-bottom: 1px solid #5c4a36;
	}

/* affects the listed comments */
.commentlist li {
	background: #5c4a36;
	font-style: normal;
	padding: 1em;
	border-top: 1px solid #5c4a36;
	}

.commentlist p {
	margin: .6em 0 0 0;
	}

.hilite {
	background: #f5fafc;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #b39169;
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

#postcomment {
	text-align: left;
	}

.latestposts {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, , sans-serif;
	color: #291c0e;	
	width: 400px;
	margin: 36px;
	border: 1px dashed #d49248;
	background-color: #8e683b;
	padding: 15px;
	list-style: none;
	word-wrap: break-word;
	}

/* submit comment button */
input#submitComment {
	width: 100%;
	height: 30px;
	padding: 2px 4px;
	border: 1px solid #b39169;
	background-color: #5c4a36;
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, , sans-serif;
	color: #b39169;
	}

input#author, input#email, input#url {
	width: 83%;
	height: 14px;
	padding: 2px 0 2px 2px;
	border: 1px solid #c2cfdf;
	background-color: #fff;
	font: 12px/160% 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, , sans-serif;
	color: #666;
	line-height: 14px;
	}

input#submitComment:hover {
	cursor: pointer;
	}

/*	Navigation links	*/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
