/*
Theme Name: qblog.be
Theme URI: http://qblog.be/
Description: The theme made for qblog.be
Version: 1.0
Author: Lars Vandenbergh
Author URI: http://qblog.be/
Tags: qblog
*/

body{
  text-align:center;
  font-family: Verdana, Arial, Sans-Serif;
  font-size:10pt;
  background:#DDD;
}

small{
  font-size:8pt;
}

#page{
  text-align:left;
  width:675px;
  margin-left:auto;
  margin-right:auto;
  border:1px #888 solid;
  padding-left:50px;
  padding-right:50px;
  padding-top:10px;
  padding-bottom:10px;
  background:#FFF;
  background-image: url('images/cubebg.png');
  background-position: top left;
  background-repeat:no-repeat;
}

#header{
  border-bottom: 1px solid black;
  padding-bottom:2px;
}

h1{
  font-size:36pt;
  display:inline;
}

h1 a{
  text-decoration:none;
}

em{
  font-style:normal;
}

.name{
  font-weight:bold;
}

.domain{
  font-weight:bold;
  font-size:16pt;
  color:black;
}

.tagline{
  font-weight:normal;
  font-size:8pt;
  font-style:italic;
}

#navigation{
  font-size:8pt;
  text-align:right;
  float:right;
  line-height:24pt;
}

.footer{
  font-size:8pt;
  border-top:1px solid black;
  text-align:center;
  clear: both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

h1, h2{
  margin-bottom:2pt;
}

input.search{
  font-size:8pt;
  border:1px solid black;
  padding:1px;
  margin-right:4px;
  color:#888;
}

input.go{
  position:relative;
  top:3px;
}

#red, small.author{
  color:#A00;
}

#blue, a, h2{
  color:#049;
}

#green{
  color:#8B0;
}

#orange{
  color:#E70;
}

#yellow{
  color:#DD0;
}

.navigation {
	display: block;
	text-align: center;
	height:20pt;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}
