/*   
Theme Name: mat.media
Theme URI: http://www.matmedia.nl/
Description: mat.media website
Author: Max Hesselink
Author URI: http://www.matmedia.nl/
Version: 1.0
.
General comments/License Statement if any.
.
*/

body,html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url('./images/background.gif');
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #58585a;
}

#page {
	width: 960px;
	height: 100%;
	background-image: url('./images/bg.jpg');
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#headerimg {
	width: 250px;
	height: 80px;
	margin: 50px 0px 15px 81px;
	background-image: url('./images/matmedia.png');
	background-repeat: no-repeat;
}

#sidebar {
	width: 795px;
	height: 30px;
	margin-left: 81px;
	margin-right: 84px;
	text-align: right;
}

#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidebar li {
	display: inline;
	background-image: url('./images/dot.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	padding-right: 10px;
}

#sidebar li a {
	color: #58595b;
	text-decoration: none;
	font-size: 24px;
}

#sidebar  li:hover, #sidebar .current_page_item {
	background-image: url('./images/dothover.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	padding-right: 10px;
}

#top {
	width: 960px;
	height: 47px;
	background-image: url('./images/top.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;
}

#left {
	width: 81px;
	height: 536px;
	background-image: url('./images/left.jpg');
	float: left;
}

#content {
	width: 795px;
	height: 536px;
	background-image: url('./images/content.jpg');
	float: left;
}

#right {
	width: 84px;
	height: 536px;
	background-image: url('./images/right.jpg');
	float: left;
}

#bottom {
	width: 960px;
	height: 108px;
	background-image: url('./images/bottom.jpg');
	clear: both;
}

#footer {
	display: none;
}

img {
	border: none;
}

img.header {
	width: 250px;
	height: 80px;
}

a {
	color: #00b2d9;
	text-decoration: none;
}

.description {
	display: none;
}

.nocomments {
	display: none;
}

.title {
	color: #00b2d9;
	font-size: 24px;
	font-style: italic;
}
