/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
html { height: 101%; background: #fff;}
body { margin:0; padding:0; background: #fff;
	font : 1em Tahoma, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { margin: 0; padding:0; }
h1 { font-size: 1.6em; margin: 1em 0; color: #548012;}
h2 { font-size: 1.2em; margin: 0.8em 0; color: #548012; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

p { margin-bottom: 1em; }
p.center { text-align: center; }
p.right { text-align: right; } 
p.left { text-align: left; }

/* COLORS */

a:link { text-decoration: underline; color: #548012; }
a:visited { text-decoration: underline; color: #3e551c; }
a:hover { text-decoration: underline; color: #72b211; }
a:active, a:focus { text-decoration: underline; color: #548012; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

#content img { margin-top:0.2em; margin-bottom:1em; }
	#content img.alignleft { margin-right: 1.5em; }

#content hr {
	margin-top:0px;
	padding:0px;
	border-bottom:1px solid #ddd;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:10px;
	height:1px;
	display:block;

} 

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin-right: .5em; }
.alignright { float: right; margin-left: .5em; }
div.post p.wp-caption-text { margin-top: .5em; background: #E1DFD2; padding: 10px; color: #89897C; font-size: 1em; margin-right: 10px;  }
/**************************************/
/*              HEADER                */
/**************************************/
#header { margin:0; padding:0; height: 94px; background: #fff; color: #222; }
#header h1 { height:27px; margin-top: 40px; text-indent: -9999px; background:url(../img/geert-pattyn-logo.jpg) no-repeat; }
	
	#header h1 a { display: block; }

	#headerleft { float: left; }
	#headerright { padding: 0px 0 10px; float: left;}
		
		#languageswitcher {
			margin: 0; 
			padding: 5px 0 0 0;
			text-align: right;
		}
		#langswitch li {
			display: inline;
			list-style-type: none;
			padding-right: 20px;
		}


/**************************************/
/*             NAVIGATION             */
/**************************************/
#navigation { margin:0 auto; height: 25px; color:#f00; text-align: right; float:right; }

	#lava {
		/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative; 
		/*background:url(../img/bar.gif) no-repeat center bottom; */
		/*background: #000;*/
		height:30px;
		margin: 0 auto;
		text-align: right;
	}
	
	#lava ul {
		/* remove the list style and spaces*/
		margin:0; 
		padding:0; 
		list-style:none; 
		display:inline;
				
		/* position absolute so that z-index can be defined */
		position:absolute; 
		
		/* center the menu, depend on the width of you menu*/
		left:25px; 
		top:0; 
		
		/* should be higher than #box */
		z-index:100;
		float:right;
		text-align: right;
	}
	
	#lava ul li {

		/* give some spaces between the list items */
		margin:4px 6px; 
		
		/* display the list item in single row */
		float:left;
	}
	
	#lava ul li .lang a{
		color:#f0;
	}
	
	#lava ul li a {
		font-family: Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #394921;
		text-transform: uppercase;
	}
	
	#lava #box {
		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute; 
		left:0; 
		top:0; 
		
		/* should be lower than the list menu */
		z-index:50; 

		/* image of the right rounded corner */
		background:url(../img/tail_28px.png) no-repeat 100% 0; 
		height:28px;
		
		/* add padding 8px so that the tail would appear */
		padding-right:11px;
		
		/* self-adjust negative margin to make sure the box display in the center of the item */
		margin-left:-10px;
	}
	
	#lava #box .head {
		/* image of the left rounded corner */
		background:url(../img/head_28px.png) no-repeat 0 0; 
		height:28px;

		/* self-adjust left padding to make sure the box display in the center of the item */
		padding-left:10px;
	}
	

/**************************************/
/*            FEATURED CONTENT            */
/**************************************/
#featured { margin: 0 auto; text-align: center; }


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#content { 
	/*background: #0f0;*/
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/ 
	min-height: 250px;
	height: 250px;/*Should have the same value as the min height above*/
}

#sidebar { padding-top: 10px;}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#sidebar ul li {
	font-size: 0.9em;
	padding-left: 20px;
	padding-top: 4px; 
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

	.pics { height: 200px; width: 950px; padding:0; margin:0; overflow: hidden; }
	.pics img { height: 200px; width: 950px; background-color: #fff; }
/**************************************/
/*               SIDEBAR               */
/**************************************/
#sidebar h2 a { color: #548012; text-decoration: none;  }
#sidebar ul li a { color: #548012; }


/**************************************/
/*               FOOTER               */
/**************************************/
#footer { height: 100px; margin: 10px 0 0 0; font-size: 0.9em; color: #444; border-top: 1px solid #888;}

	#footer ul { display : inline; }
	#footer li {
		display: inline;
		list-style-type: none;
		padding-right: 20px;
	}
	
	#footer a { color: #aaa; text-decoration: none; }
	#footer a:hover { color: #548012; border-bottom: 1px solid #548012; }


