/* 
	Theme Name: Gatobizar
	Theme URI: http://www.joep-i.nl/
	Description: A Clean, White theme for WordPress
	Author: Joep Vermaat
	Author URI: http://www.joep-i.nl
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */
html { height: 100%;}

body {
	color: #000;
	text-align: center;
	background-color : white;
	margin-left : 10px;
}

h1, h2 {
	font-family : "Georgia", "Times New Roman", Times, serif;
}

h3, h4 {
	font-family : "Lucida Grande", "Lucida Sans Regular", Helvetica, Arial, sans-serif;
}

body, p, div, td, li {
	font-family : "Lucida Grande", "Lucida Sans Regular", Helvetica, Arial, sans-serif;
	font-size : 12pt;
}

#page {
	margin-left : auto;
	margin-right : auto;
	width : 770px;
	background-color: white;
	text-align: left;
}

#header {
	position :relative;
	width : 500px;
	height : 150px;
	top : 35px;
	left : 90px;
	background : url('/wp-content/themes/gatobizar/images/gatologo.gif') no-repeat left bottom;
}

h1#blog_description {
	font-size : 12pt;
	font-weight : normal;
	position : relative;
	top : 125px;
	left : 350px;
}

h1#blog_description a {
	color : black;
	text-decoration : none;
}

div#languageswitch {
	float : right;
	position : relative;
	top : 10px; 
	left : -55px;
 }

div#languageswitch  a {
	font-family : "Georgia", "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : normal;
	color : #000;
}

.hrhide {
	display : none;
}

#sidebar {
	float : left;
	margin-top : 20px;
	margin-left : 20px;
	width : 180px;
	height : 600px;
	background-color : transparent;
	background : url('/wp-content/themes/gatobizar/images/tierlantijn.gif') no-repeat left top;
}

#sidebar ul {
	margin-left : 0px;
	margin-top : 120px;
	padding : 0;
	list-style-type : none;
}

#sidebar ul li {
	padding : 0;
	margin-bottom : 42px;
	margin-left : 105px;
}

#sidebar ul li a {
	font-family : "Georgia", "Times New Roman", Times, serif;
	color : black;
	text-decoration : none;
}

#sidebar ul li a:hover {
	color : #c33;
	text-decoration : none ! important;
}

#footer {
	clear : both;
	font-family : "Georgia", "Times New Roman", Times, serif;
	font-size : 9pt;
	text-align : center;
	height : 50px;
}

#content {
	float:left;
	width:507px;
}

.post {
	background-color : #ccc;
	border-style : none;
	border-width : 0px;
	margin : 85px 0px 0px 0px;
}

.post p, .post h2, .post ul, .post table {
	margin : 5px 25px 10px 25px;
}

.post h3, .post h4 {
	margin : 25px 25px 10px 25px;
}

.post p, .post ul li, .post td, .post h3 {
	font-size : 10pt;
}

table#meta td {
	font-size : 9pt;
}

table.images td {
	width : 248px;
	margin-bottom : 25px;
}

table td {
	vertical-align : top;
	font-size :9pt ! important;
}

table td p {
	margin-left : 0 ! important;
	font-size :9pt ! important;
}

table#events td p {
	margin-top : 0;
}

table#events td h3 {
	margin-left : 0px;
}


ul.event_list {
	list-style-type : none;
	padding : 0;
}

.posttop {
	display : block;
	height : 18px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-color : transparent;
	background : url('/wp-content/themes/gatobizar/images/posttop.gif') no-repeat center top;
}

.postbottom {
	height : 18px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-color : transparent;
	background : url('/wp-content/themes/gatobizar/images/postbottom.gif') no-repeat center bottom;
}

p.edit {
	font-size : 9pt;
}

a {
	color : #c33;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}


