/*
Theme Name: Game Design and Development
Theme URI: http://www.gamedesignanddevelopment.nl/
Description: The custom theme for Game Design and Development
Version: 1.0
Author: Eelco Braad
Author URI: http://www.gamedesignanddevelopment.nl/
Tags: custom header, fixed width
*/

body {
	margin: 0px;
	padding: 0px;
	background: #fcf5f5 url('images/line.gif') repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #660000;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #a32626;
}

a:hover {
	text-decoration: none;
	color: #e86c6c;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#title {
	float: left;
}

#title h1, #title p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#title h1 {
	padding: 25px 0px 0px 0px;
}

#logo {
	float: left;
	width: 200px;
}

#logo img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Menu */

#menu {
	float: right;
	clear: both;
	width: 720px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;	
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #a32626 url('images/img02.gif') no-repeat 0px 0px;
}

#menu .active a {
	background: url('images/img02.gif') no-repeat 100% -40px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px;
}

/* Content */

#content {
	float: right;
	width: 630px;
}

.post {
	clear: both;
	margin: 0px 0px 30px 0px;
}

.post_voorraad {
	clear: both;
}

.post_voorraad p {
	margin: 0 0 5px 0;
	}

.post .title {
	color: #a32626;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #c49090;
}

.post .ubertitle {
	color: #a32626;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #c49090;
	text-align: right;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
	text-align: justify;
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	margin-bottom: 20px;
	
	border: 1px solid #c49090;
	background-color: white;
}

#sidebar-content {
	padding: 10px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	font-size: 0.8em;
	margin-bottom: 1.8em;
	padding-left: 1.2em;
	list-style: disc;
}

#sidebar h2 {
	font-size: 1.2em;
	margin: 2px 0px 2px 0px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar p.small {
	font-size: 0.8em;
	text-align: justify;
}

#sidebar div.icons img
{
	float: left;
	border: 0px;
}

#sidebar div.icons p
{
	float: left;
	
	height: 24px;
	
	margin: 0 0 0 0;
	padding: 5px 10px 0 2px;
	
	font-size: 0.8em;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 120px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	background: #c23939 url('images/img06.gif') no-repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

#xhtml {
	width: 100%;
}

#xhtml p {
	width: 88px;
	margin: 0px auto;
	padding-bottom: 15px;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.icon {
	float: left;
	padding: 5px 10px 5px 0px;
	display: inline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	line-height: 17px;
	padding: 1px 4px 5px 0;
	margin: 0;
}
/* End captions */

/** COMMENTS **/

div.comment
{
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	background-color: #faafaf;
	min-height: 80px;
}

div.comment div.avatar
{
	clear: both;
	width: 48px;
	height: 48px;	
	float: left;
	
	padding: 2px 5px 2px 2px;
}

div.comment div.meta
{	
	padding: 2px 5px 2px 2px;
	color: #995555;
}

div.comment div.meta p, div.comment div.text p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


form#commentform label
{
	width: 100px;
	margin-right: 5px;
	float: left;
}

form#commentform input
{
	float: left;
	font-size: 13px;	
}

form#commentform textarea
{
	width: 400px;
	height: 120px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form#commentform br
{
	clear: both;
}

form#commentform p
{
	float: left;
	
	margin: 0px 0px 5px 5px;
}

form#commentform input.commentsubmit
{
	width: 100px;
	margin-left: 105px;
	margin-bottom: 15px;
}

