/*   
Theme Name: macTijn2
Theme URI: http://mactijn.eu/wordpress-themes/mactijn2
Description: custom theme for macTijn.eu
Author: Martijn Bakker
Author URI: http://mactijn.eu/
Version: 1
.
This theme is available under the GPL3 license
.
*/

@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #303640;
}

a {
	text-decoration: none;
	color: #ee8811;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 1px solid #000;
}

a:hover img {
	border: 1px solid #ee8811;
}

#canvas {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

#header {
	padding: 0px;
	height: 275px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 50;
}

#header .logo {
	position: absolute;
	top: 35px;
	right: 35px;
}

#header .navigation {
	position: absolute;
	left: 20px;
	top: 235px;
	color: #ff9933;
}

#header .navigation .navitem{
	color: #ffffff;
	margin: 0px;
	display: block;
	float: left;
}

#header .navigation .navitem a {
	text-decoration: none;
	color: #fff;
	padding: 0px 7px 0px 7px;
	border-right: 2px solid #ff9933;
}

#header .navigation .navitem:last-of-type a{
	border-right: 0px none #000;
}

#header .navigation .blaselected{
	background-image: url(images/menuselect.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 45px;
}


#header .search {
	position: absolute;
	top: 235px;
	right: 40px;
}

#header .search input[type="text"] {
	border:	1px solid #bbb;
	border-right: 0px none #000;
	background-color: #eee;
    font-size: 12pt;
	width: 225px;
	height: 21px;
	padding-left: 24px;
	background-image: url(images/searchbg.png);
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	vertical-align: middle;
}

#header .search input[type="image"] {
	vertical-align: middle;
}

#content {
	margin: 20px;
	z-index: 60;
}

#largepanel {
}

#smallpanel {
	float: left;
	width: 515px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

#sidepanel {
	float: left;
	width: 200px;
	margin-left: 20px;
	position: relative;
}

#sidepanel a:hover img, #sidepanel a img {
	border: 0px none #000;
}
	
#sidepanel .widgettitle {
	font-size: 10pt;
	padding-bottom: 5px;
}

#sidepanel .widget {
	font-size: 9pt;
	margin-bottom: 20px;
}

#sidepanel ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

#sidepanel .textwidget a img {
	margin-right: 2px;
	margin-bottom: 2px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

#sidepanel ul li {
	margin-bottom: 4px;
}

#pagenavigation {
	float: left;
	width: 515px;
    height: 18px;
	padding-bottom: 20px;
	text-align: center;
}

#pagenavigation a {
	text-decoration: none;
	color: #ff9933;
	margin-left: 10px;
	margin-right: 10px;
}

#footer{
	font-size: xx-small;
	color: #606c80;
	margin-bottom: 25px;
}

/* content */

.blogentry {
    padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.blogentry .blogtitle a {
	font-size: 18pt;
	color: #000;
	padding: 0px;
	margin: 0px;
    text-decoration: none;
}
.blogentry .blogmeta {
	color: #bbb;
	font-size: 9pt;
}

.blogentry .blogcontent {
	text-align: justify;
	color: #000;
	font-size: 10pt;
}

#commentfields {
	padding-bottom: 20px;
	display: block;
}

#commentfields input[type="text"] {
	border: 1px solid #000;
	font-size: 12pt;
	background-color: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#commentfields textarea {
	max-width: 515px;
}


/* HAXX */

.clear {
	clear: both;
}

