/*  
Theme Name: Devvert.nl
Theme URI: http://devvert.nl/
Description: Gradje's Devvert theme!
Version: 1.0
Author: Grad van Horck
Author URI: http://gradje.nl/
*/

@import "images/colors.css";

/* --- MAIN LAYOUT --- */
body 
{
	text-align:	center;
	padding: 0px;
	margin: 0px auto;

	font: 9pt Tahoma;
}

#page 
{
	width: 779px;
	text-align: left;
	padding: 0px 20px;
	background:	white url('images/background.jpg') repeat-y fixed center;
	margin: auto;
}

/* --- HEADER --- */
h1  
{
	background-image: url('images/header.jpg');
	text-indent: -5000px;
	width: 820px;
	height: 150px;
	margin: 0px -20px 0px -20px;
}

#headerSlogan
{
	display:none;
}

/* --- FOOTER --- */

h6 
{
	background-image: url('images/footer.jpg');
	width: 740px;
	height: 81px;
	margin: 0px -20px;
	font: bold 10pt Arial;
	text-align: right;
	color: White;
	text-transform:uppercase;
	padding: 14px 40px 0px 40px;
}

h6  a
{
	color: White;
	text-decoration: none;
}

h6  a:hover
{
	color: White;
	text-decoration: underline;
}

/* --- MENU --- */
ul.menu 
{
	border-top:	5px solid white;
	border-bottom:	10px solid white;
	width: 772px;
	background-color: #ccc;
	margin: 0px;
	padding: 4px;
}

ul.menu li.page_item
{
	font: Bold 10pt Arial;
	text-transform: uppercase;

	display: inline;

	padding-right: 10px;
}

ul.menu .page_item a
{
	color: black;
	text-decoration: none;
}

ul.menu .page_item a:hover
{
	text-decoration: underline;
}

/* --- SIDEBAR --- */
#right
{
	float: right;
	width: 220px;
}

#right h2 
{
	font:	12pt Tahoma;
	text-transform: lowercase;
}

#right h2 .firstword
{
}

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

#right li
{
	padding-left: 0px;
}

#right ul.small
{
	font-size:	8pt;
}

#right ul.tree
{
	margin-left: 0px;
	list-style-type: none;
}

#right ul.tree ul
{
	margin-left: 10px;
	list-style-type:disc;
	list-style-position: inside;
}

.light 
{
}

#right a 
{
	text-decoration:none;
}

#right a:hover
{
	text-decoration:underline;
}


#right img {
	border: 0px;
	padding: 5px;
	}

/* --- CONTENT --- */

.content
{
	width: 540px;
	overflow: hidden;
}

.content h2 
{
	font:	12pt Tahoma;
}

.content h2 a
{
	text-decoration: none;
}

.content h2 a:hover
{
	text-decoration: underline;
}

.content img
{
	border: none;
}

h3 
{
	font: Bold 10pt Tahoma;
}

h3 a
{
	text-decoration:	underline;
}

hr 
{
	border: none;
	height: 1px;
	margin-top: 5px;
}

.content a 
{
}


/* --- POST / ENTRY --- */
p.postmetadata 
{
	font: 8pt Tahoma;
	margin-bottom: 0px;
}

p.postmetadata a
{
	text-decoration: none;
}

p.postmetadata a:hover
{
	text-decoration: underline;
}

/* --- COMMENTS --- */
ul.commentlist
{
	list-style-type: none;
	margin-left: 0px;
	width: 540px;
}

ul.commentlist li
{
}

ul.commentlist li.odd
{
	border-top: 1px solid #aaa;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
}

ul.commentlist li cite
{
	font-weight: bold;
	font-style: normal;
}


.commentmetadata
{
	font-size: 8pt;
}

.commentmetadata a
{
}
