/*  
Theme Name: Anderhalv
Theme URI: http://www.anderhalv.be
Description: Theme designed for the website <a href="http://www.anderhalv.be">Anderhalv</a>.
Version: 2.0
Author: Romanov
Author URI: http://www.anderhalv.be
*/

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	background: #b4bba4 url('images/bg.png') repeat-x;
	color: #32342b;
	margin: 0;
	padding: 0;	
}

#container {
	text-align: left;
	width: 636px; /*636px;*/
	margin: 0 auto;
	padding: 0;
}

#page, #footer-page {
	font-size: 1.3em;
	font-size: 13px;
	line-height: 1.8em;
	background-color: #f9f9f9;
}
#page {
	padding: 18px 36px;
	min-height: 528px; /*werkt dit met safari?*/
}
#footer-page {
	padding: 18px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #page {
	height: 528px;
}
	
/*---------- menu ----------*/
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 636px;
	height: 36px;
	position: relative;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu .blog-menu {
	width: 84px;
	height: 36px;
	background: url(images/menu_blog.png) no-repeat;
	left: 18px;
	top: 0;
}
#menu .portfolio-menu {
	width: 154px;
	height: 36px;
	background: url(images/menu_portfolio.png) no-repeat;
	left: 137px; /*18+84+35*/
	top: 0;
}
#menu .archive-menu {
	width: 123px;
	height: 36px;
	background: url(images/menu_archive.png) no-repeat;
	left: 325px; /*137+154+34*/
	top: 0;
}
#menu .about-menu {
	width: 136px;
	height: 36px;
	background: url(images/menu_about.png) no-repeat;
	left: 482px; /*325+123+34*/
	top: 0;
}
#menu .current-menu a {
	background-position: left bottom;
}

/*---------- topics ----------*/
#topics {
	height: 36px;
	text-align: center;
	margin: 0 -18px; /*extra wrapping div needed for negative margin to work in IE*/
	padding: 0;
	padding-left: 4px; /*to make up for the letter-spacing on the right*/
	margin-bottom: 18px;
	overflow: hidden; /*extra items are still a bit visible*/
}
#topics li {
	display: inline;
	list-style: none;
	position: relative; /*necessary for top-property*/
	top: 5px;
}
#topics a {
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 18px;
	text-decoration: none;
	text-transform: lowercase;
	color: #f9f9f9;
	margin: 0 3px;
	padding: 1px 6px 3px 9px; /*to make up for the letter-spacing on the right. 9 is maximum with this 5 topics*/
}
#topics form {
	display: inline;
	margin: 0 3px 0 11px; 
}

/*---------- titles and links ----------*/
h1  {
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 55.4px; /*5.6em before, but with letter-spacing 38 it doesn't fill the whole length*/
	letter-spacing: 39px;
	padding: 11px 0 16px 0;
	margin: 0;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #f9f9f9;
}
h2 {
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3em;
	text-align: left;
}
h2 .comments-link, h2 .comments-link:visited  {
	color: #a9af9b;
}
h2 .comments-link:hover {
	color: #8b917d;
}
h3 /*other tags try to mimic h3*/{
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.3em;
	text-align: left;
}
h4 {
	font-size: 16px;
	line-height: 1.3em;
	text-align: left;
}
a:hover {
	text-decoration: underline;
}

/*---------- general tags ----------*/
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
	text-align: center;
}
.clearer {
	font-size: 0;
	clear: both;
}
.entry {
	text-align: justify; /*<em>italic text pushes total page width with 3px to 639, see http://www.positioniseverything.net/explorer/italicbug-ie.html*/
}
.entry ol {
	padding: 0 0 0 36px;
	margin: 0;
}
.entry ul {
	padding: 0 0 0 36px;
	margin: 0;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}	
.mini { /*for h2*/
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 30px;
}
.archive-list li {
	font-size: 14px;
}
.remark, .post-metadata {
	font-size: 11px;
	padding: 3px 11px;
	border-top: 1px dotted #a9af9b;
	border-bottom: 1px dotted #a9af9b;
}
.post-metadata a, .post-metadata p a {
	color: #f9f9f9;
	padding: 2px 3px;
}
.next-previous a {
	margin-left: 4px;
	/*float: left;*/
}
.post-metadata p { /*labels, for pages, see special css*/
	padding: 0px;
	margin: 0px;
}
.post-metadata p a, .post-metadata p a:visited {
	color: #8b917d;
	background-color: #e1e4db;
}
.post-metadata p a:hover {
	color: #f9f9f9;
	background-color: #8b917d;
}
blockquote{
	margin: 0;
	padding: 1px 18px; /*wordpress adds a <p> in blockquote -> padding is more*/
	background-color: #e1e4db;
}
.caption { /*for image captions*/
	margin: 0;
	margin-top: -13px; /*to touch image*/
	padding: 1px 18px;
	background-color: #e1e4db;
	font-style: italic;
}

/*---------- calendar-div ----------*/
#date {
	font-family: Arial, Sans-Serif;
	float: right;
	color: #a9af9b;
	text-align: center;
	border: 2px solid #a9af9b;
	margin-bottom: 8px;
}
.month {
	font-size: 18px;
	color: #f9f9f9;
	background-color: #a9af9b;
	text-transform: uppercase;
}
.day {
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-weight: bold;
	font-size: 30px;
	padding: 3px 0 5px 0;
	width: 40px;
}
#date-mini {
	font-family: Arial, Sans-Serif;
	float: right;
	color: #a9af9b;
	text-align: center;
	border: 1px solid #a9af9b;
	margin-bottom: 6px;
}
.month-mini {
	font-size: 13px;
	color: #f9f9f9;
	background-color: #a9af9b;
	text-transform: uppercase;
	line-height: 15px;
	padding: 1px;
	position: relative;
}
.day-mini {
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	width: 30px;
}

/*---------- left-right navigation ----------*/
#navigation {
	list-style: none;
	margin: 0;
	position: relative;
}
#navigation { /*originally with an * html */
	height: 50px; /*for IE, to have a fixed height*/
	margin-bottom: -50px;
}
#navigation a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#navigation .navigation-left {
	width: 36px;
	height: 25px;
	background: url(images/left.png) no-repeat;
	left: -72px; /*-36-width*/
}
#navigation .navigation-right {
	width: 36px;
	height: 25px;
	background: url(images/right.png) no-repeat;
	left: 600px;
}
.top {
	top: 72px;
}
* html #navigation .navigation-left {
	background: url(images/left.gif) no-repeat;
}
* html #navigation .navigation-right {
	background: url(images/right.gif) no-repeat;
}
#navigation a:hover {
	background-position: left bottom;
}

/*---------- comments ----------*/
#comments {
	clear: both;
}
.comment {
	background: #e1e4db;
	margin-bottom: 18px;
	padding: 11px;
	position: relative;
}
.author { /*Romanov*/
	background: #a9af9b;
}
#comment-metadata {
	padding: 0;
	margin: 0;
}
#comment-metadata li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	margin-bottom: 18px;
}
* html #comment-metadata li {
	margin-bottom: 0;
}
#comment-metadata .comment-author { /*cf. h3*/
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-size: 24px;
	width: 330px;
}
#comment-metadata .comment-date {
	padding-top: 5px;
	padding-left: 11px;
	font-weight: bold;
}
#comment-metadata .comment-number {
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-size: 30px;
	color: #f9f9f9;
	float: right;
}
#comment-text {
	clear: both;
	text-align: justify;
	margin-bottom: -11px;
}
#commentform p {
	margin: 0;
	margin-bottom: 18px;
}
#commentform input, #commentform textarea { /* same as normal text */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	padding: 2px;
	margin: 0;
}
#commentform input {
	width: 170px;
	margin-right: 11px;
}
#commentform textarea {
	width: 534px;
}
#commentform #submit {
	margin: 0;
	margin-bottom: -18px;
}

/*---------- footer ----------*/
#footer {
	padding: 11px;
	margin: 0; /* footer-page has a padding of 18, not 36 like page*/
	min-height: 14px;
}
* html #footer{
	height: 14px;
}
#footer-list {
	margin: 0 0 18px 0;
	padding: 0 0 0 18px;
}
#footer-list li {
	color: #f9f9f9;
}
#footer-list a {
	text-decoration: none;
	color: #f9f9f9;
}
.footer { /*cf. topics*/
	font-family: 'Century Gothic', Arial, Sans-Serif;
	color: #f9f9f9;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 18px;
	margin: 0 0 11px 0;
	padding: 0;
}
.recent-posts {
	width: 300px;
	float: left;
}
* html .recent-posts {
	width: 292px;
}
#rss {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
}
#rss a {
	display: block;
	font-size: 0;
	position: absolute;
}
#rss .rss {
	width: 24px;
	height: 24px;
	background: url(images/rss.png) no-repeat;
	left: -24px;
	top: 0;
}
#copyright {
	font-size: 11px;
	color: #525647;
	width: 618px; /*636 - padding x 2 */
	padding: 6px 9px;
}
#copyright a {
	text-decoration: none;
	color: #525647;
}
#copyright a:hover {
	color: #32342b;
}

/*---------- images (use class="alignleft, right,..." ----------*/
a img {
	border: none;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.center {
	display: block;
	padding: 0 6px;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 6px; /*lijkt ok*/
	margin: 0 0 6px 11px;
	display: inline;
}
img.alignleft {
	padding: 6px;
	margin: 0 11px 6px 0;
	display: inline;
}
	
/*---------- unused ----------*/
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0;
}
.attachment {
	text-align: center;
	margin: 5px 0;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
select {
	width: 130px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}