/*
Theme Name: Die Hoorn
Theme URI: http://www.diehoorn.co.za/
Description: Hoorn Theme - 2010
Version: 2.0
Author: Greg Wotherspoon
Author URI: http://www.webworx.org.za/
Tags: red, custom header, fixed width, two columns, widgets

	Greg v2.0
	 http://www.diehoorn.co.za/

	This theme was developed
	by Greg Wotherspoon

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
.clr {
	clear: both;
}
body {
	background-color: #eee;	
}

#page {
	background-color: #fff;	
	border: solid #ccc 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 960px;
}

#header {	
	height: 172px;
	background-image: url(images/hoorn_header.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#contact_header {
	background-color: #c00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	height: 18px;
}
#contact_header a {
	color: #fff;
}
#contact_header a:hover {
	text-decoration: underline;
}
#contact_header div {
	display: inline;
	float: left;
	width: 33%;
}

#content {
	padding: 20px 10px 20px 40px;
	text-align: left;
}
.sticky {
	background: #eee;
	padding: 0 0 10px 10px;
	border: 1px solid #ccc;
}

/*
		SIDEBAR
*/
#sidebar {
	padding: 10px;
	text-align: left;
}
#sidebar h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#sidebar ul {	
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	font-size: 12px;
	padding: 0 0 5px 0;
}
#sidebar ul ul {
	margin: 0;
	padding: 0;
}
/*
		COMMENTS
*/
#recentcomments, #recent-posts-3 ul {
	background-color: #ddd;
	border: solid #aaa 1px;
}
#recentcomments .recentcomments, #recent-posts-3 ul li {
	color: #333;
	font-size: 12px;
	padding: 5px;
}
#recentcomments .recentcomments a {
	color: #c00;
	font-size: 12px;
}

/*
		IMAGES
*/
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
	}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	text-align: center;
	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;
	line-height: 17px;
	padding: 2px 4px 2px 5px;
	margin: 0;
}


h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
}
a {
	color: #C51C22;
	text-decoration: none;
}
a:hover {
	color: #777;
}
small {
	color: #999;
}
input {
	background-color: #eee;
	border: solid #C51C22 1px;
}
/*
		POSTS
*/
.post h2 {
	font-size: 1.8em;
	margin-bottom: 0.1em;
}
.post h3 {
	font-size: 1.6em;
	margin-bottom: 0.1em;
}
.entry {
	color: #444;
}
.postmetadata {
	color: #888;
}
.postmetadata a {
	font-size: 14px;
}

/*
		NAVIGATION
*/

/*
		SEARCH
*/
#s {
	height: 20px;
	width: 125px;
}
#searchsubmit {
	background-color: #C51C22;
	border: solid #aaa 1px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding: 3px 2px 1px 2px;
}

/*
		ADVERTS
*/
#adverts {
	width: 202px;
}
#adverts img {
	margin: 0 0 12px 0;
}

/* 
		WebWorX 
*/
#wwx { 
	clear: both;
	color: #aaa; 
	font-family: verdana, san-serif; 
	font-size: 0.8em;
	padding: 1.2em 0 0.7em 0;
	text-align: center;
}
#wwx_site { 
	border: solid #007700 1px; 
	background-color: #ffffff;
	padding: 0 0.3em 0.2em 0.3em;
}
#wwx_link { 
	color: #007700;
	font-family: verdana, arial, sans-serif; 
	font-size: 0.9em; 
	font-weight: bold; 
	text-decoration: none;
}
#wwx_link:hover {  
	color: #ff7700;
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
}
#wwx_link span {
	color: #FF7700;
}
#wwx_link:hover span { 
	color: #007700;
}


