/*

Theme Name: Horse Treks
Author: Grasgroen media

*/
/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words
---------------------------------------------*/
:link,:visited { text-decoration:none; }

/* no list-markers by default, since lists are used more often for semantics
---------------------------------------------*/
ul,ol { list-style:none; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too
---------------------------------------------*/
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well
---------------------------------------------*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* No blue linked images borders
---------------------------------------------*/
img { border:none; }
a img,:link img,:visited img { border:none; }

/* De-italicize adress
---------------------------------------------*/
address { font-style:normal; }

/* Do not show hr's
---------------------------------------------*/
hr { display:none; }

/* Show 'help' cursor
---------------------------------------------*/
abbr, acronym, ins, del, kbd, var, cite { cursor:help; }

/* Forms (default markup)
---------------------------------------------*/
label, select, button,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
   cursor: pointer;
   }

textarea, input {
   border: 1px solid #ccc;
   font-size:0.92em;
   padding:1px;
   }


input:focus, textarea:focus {
   background: #edf2fa;
   color: #006;
	 border:1px solid #d1dcec;
   }

/* Clear Floats Without Structural Markup
(works in IE7)
---------------------------------------------*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
   }

/*.clearfix { display:inline-block; }*/

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height: 1%;}

table{
	overflow:hidden;
	margin:0px 0px 12px 0px;
}

body {
	margin: 20px;
	padding: 0px;
	font-family:comic sans ms;
	background:url('images/Background.jpg') 250px 150px no-repeat;
}
body,td,th {
	font-family:comic sans ms;
	font-size: 12px;
	color: #cc0000;
	width:800px;
}
p{
	line-height:17px;
	padding:0px 0px 12px 0px;
}

h2.title{
	font-family:comic sans ms;
	color:#f2b504;
	background:url('images/button.png') 0px 10px no-repeat;
	font-weight:bold;
	display:block;
	font-size:13px;
	padding:20px 20px 20px 40px;
}



div.left{
	width:245px;
	float:left;
	overflow:hidden;
}
	div.animatie{
		width:105px;
		height:105px;
		overflow:hidden;
		background:url('images/leejoo_paard-animatie.gif') no-repeat;
	}
div.right{
	width:500px;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
	div.content{
		margin:125px 0px 0px 140px;
	}
	div.afbeelding{
		position:absolute;
		z-index:2;
		margin:0px 0px 0px 0px;
		left:200px;
		background:url('images/EastenderHORSETreks_ColourLOGOtxtKL.jpg') no-repeat;
		width:768px;
		height:105px;
		overflow:hidden;
	}
		



ul.menu{
	margin:40px 0px 0px 20px;
	padding:0px;
	width:225px;
	overflow:hidden;
}
	ul.menu li.page_item a{
		font-family:comic sans ms;
		color:#f4d87a;
		background:url('images/button.png') 0px 10px no-repeat;
		font-weight:bold;
		display:block;
		font-size:13px;
		padding:20px 20px 20px 40px;
	}
		ul.menu li.page_item a:hover{
			text-decoration:none;
			color:#f2b504;
			background:url('images/buttonHover.png') 0px 10px no-repeat;
		}
		ul.menu li.current_page_item a{
			text-decoration:none;
			color:#f2b504;
			background:url('images/buttonHover.png') 0px 10px no-repeat;
		}
		ul.menu li.current_page_parent a{
			text-decoration:none;
			color:#f2b504;
			background:url('images/buttonHover.png') 0px 10px no-repeat;
		}

	ul.menu li.page_item ul li a{
		font-family:comic sans ms;
		color:#f1b7a3;
		background:none;
		font-weight:bold;
		display:block;
		font-size:12px;
		padding:4px 0px 0px 60px;
	}
		ul.menu li.page_item ul li a:hover{
			text-decoration:none;
			color:#e63325;
			background:none;
		}
		ul.menu li ul li.current_page_item a{
			text-decoration:none;
			color:#e63325;
			background:none;
		}
