/*
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: #000000 url(../../../../images/bg.jpg) no-repeat top left;
	color: #000000;
	margin:0;
	padding:0;
}

body {
	/*text-align: center; /* IE quirks auto margins workaround */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 1.6em;
	margin:0;
}

html>body { font-size: 11px; } /* for modern browsers that can resize px */

html body #page {
	float:left;
	background-image:url(http://www.repmondrock.be/images/raster.gif) no-repeat !important;
	/*background: url(../../../../images/raster.gif)) repeat;*/
	margin:0 auto;
	width:100%;
	/*min-height: 1200px;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;

}
	
/*border color affects the entire inner box. background color affects the inner box fully*/
#wrap {
	width: 465px;
	/*margin-left:15px;*/
	float:left;
	background: #FFFFFF;
	border:none;
	padding:0 40px 15px;
	padding-top:0px;
	margin-top:0px;
	text-align:left;
	}
	


/*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:none;
	margin: 0px;
	border:none;
	/*color: #291c0e;*/
	color:pink;
	padding-top:0px;
	margin-bottom:30px;
	}

#content {
	text-align: left;
	margin: 0px;
	font-size: 11px;
	font-family: 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;*/
	color:green;
	outline: none;
	}

#sitemap {
	float: left;
	list-style-type: none;
	margin: 0px 8px 5px 0px;
	padding-left: 0px;
	padding-top:0px;
}

#sitemap a {
	color:#999;
}

#menu ul.pagelinks {
	list-style-type: none;
	margin: 0px 8px 5px 3px;
	float:left;
	padding-top:0px;
}

#menu ul.pagelinks li{
	float: left;
	padding-left: 2px;
	margin-right:6px;
	padding-top:0px;
	margin-top:0px;
	}
	
#menu ul.pagelinks li a{
	color:black;
}

#searchform, #searchform p {
	font-size: 1em;
	float:right;
	margin: 15px 0 0 0;
	color:#999;
	font-weight:bold;
	display:inline;
}

#searchform {
	position:relative;
	top:-15px;
}

#searchform input {
	width: 110px;
	font-size: 9px;
	background:transparent;
	color: #FFFFFF;
	margin: 0;
	border: none;
	padding:2px 5px 2px 5px;
	
}

#searchform div#myBg {
	background: url(http://www.repmondrock.be/images/input_bg_onwhite.gif) no-repeat;
	float:right;
	width:120px;
	height:17px;
	padding:0 0 0 0;
	margin-left:5px;
}

/*	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;
}

#wrap #content h2 {
	margin-top:25px;
}

#commentform p input {
	background:#e8e8e8;
	margin:0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;	
	width: 300px;
	border: none;
	background-color: #E8E8E8;
	word-wrap: break-word;
}

#wrap #content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:black;
	margin:15px 0 7px 0px;
	padding:0 0 0 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: justify;
	line-height:18px;
	}

#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: 0px;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	top:6px;
	/*border: 1px solid #7f582b;*/
	color:red;
	font-size:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#content p.postinfo a {
	color:red;
	font-size:10px;
	font-weight:normal;
}

.postinfo a:hover {
	text-decoration:underline;
	color:red;
	font-size:10px;
	font-weight:normal;
}

.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-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;	
	width: 400px;
	border: 1px solid #5c4a36;
	background-color: #E8E8E8;
	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;*/
	color:black;
	text-decoration: none;
	outline: none;
	}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	/* border-bottom, for highlight comment. */
	border:none;
	}

/* affects the listed comments */
.commentlist li {
	background: #cfe9f4;
	padding: 1em;
	border:none;
	margin-top:15px;
	}

.commentlist p {
	margin: .6em 0 0 0;
	color:#666;
	}

.hilite {
	background: #0066FF;
	}

#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color:black;
	margin-top: .3em;
}

.posted cite {
	font-weight: bold;
	font-style: normal;
}

.posted a {
	color:#666;
}

.posted a:hover {
	color:#666;
	text-decoration:none;
}

.commentlist li span.posted p {
	color:#666;
}

#postcomment {
	text-align: left;
	}

.latestposts {
	font-size: 12px;
	font-family: Arial, Helvetica, ËÎÌå, sans-serif;
	color: black;	
	width:445px;
	margin: 0px;
	border: none;
	background-color:#E8E8E8;
	padding: 10px;
	list-style: none;
	word-wrap: break-word;
	float:left;
	display:none;
}

div.latestposts p {
	color:red;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	line-height:0px;
}

.latestposts a, .latestposts a:hover {
	color:black;
	font-size:10px;
	margin:0px;
	padding:0px;
}


/* submit comment button */
#commentform p input#submitComment {
	width: 150px;
	height: 30px;
	padding: 2px 4px;
	border:none;
	background-color: #e8e8e8;
	font: Arial, Helvetica, sans-serif;
	color: black;
	font-weight:bold;
	font-size:11px;
}

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;
	}

#commentform p input#submitComment:hover {
	cursor: pointer;
	background: #232323;
	color:red;
	}

/*	Navigation links	*/

.navigation {
	display: block;
	text-align: left;
	margin-top: 13px;
	margin-left:0px;
	float:left;
	margin-bottom: 10px;
	padding-bottom:0px;
	width:100%;
	/*position:relative;
	top:10px;*/
}

.navigation div a {
	color:#999;
	font-size:10px;
}

.navigation div a:hover {
	color:#666;
	text-decoration:none;
	font-size:10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
