/*
Theme Name: Syrah New
Description: Het nieuwe thema voor de website van Syrah 
Version: 1.0
Author: Geert Hoekzema
*/

html { 
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}
body { 
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	
	font-size:78.5%;
	font-family: Book Antiqua;
	font-weight:normal;
	
	background-color:#fff; 
	background-position:center center; 
	background-image:url("images/backgroundPattern.gif");  
	background-repeat:repeat; 
	}
	
div#main-holder {
	position:relative;
	margin:0 auto;
	width:836px;
	min-height:100%;
	background-position:center center; 
	background-image:url("images/backgroundMain.jpg");  
	background-repeat:repeat; 	
	}

div#header { 
	z-index:40;
	position:relative;
	height:303px;
	width:100%;	
	background-position:center center; 
	background-image:url("images/header.jpg");  
	background-repeat:no-repeat; 	
}
div#content-holder { 
	z-index:10;
	width:806;
	padding:15px; 
	min-height:100px;
	}

/* --- HEADER --- */
#image { position:absolute; z-index:10; top:27px;left:11px; }
#ribbon { position:absolute; z-index:20; top:21px; right:6px; }



/* --- NAVIGATION --- */
ul#mainNav { position:absolute; bottom:14px; margin:0; padding:0; list-style-type:none; font-size:1.1em; font-family:Georgia, "Times New Roman", serif; }
ul#mainNav li { float:left; margin:0 5px; }
ul#mainNav li a { padding:4px 10px 10px; display:list-item; color:#fff; text-decoration:none; }


ul#mainNav li.current_page_item, ul#mainNav li.current_page_ancestor { background-image:url("images/menuRight.gif"); background-position:right top; background-repeat:no-repeat; }
ul#mainNav li.current_page_item a, ul#mainNav li.current_page_ancestor a { background-color:transparent; color:#333; 	background-image:url("images/menuLeft.gif"); background-position:left top; background-repeat:no-repeat; }
ul#mainNav li.fractalLeft { padding-top:16px; width:19px; height:10px; background-image:url("images/menuFractals.gif"); background-position:left center; background-repeat:no-repeat; }
ul#mainNav li.fractalRight { padding-top:16px;  width:19px; height:10px; background-image:url("images/menuFractals.gif"); background-position:right center; background-repeat:no-repeat; }

ul#mainNav li ul { font-family:Book Antiqua;  display:none; width:150px; position:absolute; list-style-type:none; background-color:#222b3a; opacity:.85; -moz-opacity:.85; filter:alpha(opacity=85); margin:0; padding:0 0 10px; border:1px solid #222b3a; border-top:none;}
ul#mainNav li ul li, ul#mainNav li.current_page_item ul li  { float:none; background-image:none; }
ul#mainNav li ul li a, ul#mainNav li.current_page_item ul li a { background-image:none!important; padding:2px 3px; color:#fff!important; display:list-item;}
ul#mainNav li ul li a:hover , ul#mainNav li.current_page_item ul li a:hover { color:#333; background-color:#ccc; }
ul#mainNav li ul li.current_page_item, ul#mainNav li ul li.current_page_item a  { background-image:none; color:#fff;}

/* --- SIDEBAR --- */
#sidebar { position:relative; width:195px; padding: 0; margin:0 10px 0 0; background-image:url("images/backgroundSidebar.jpg"); background-position:left top; background-repeat:repeat-y;}
#sidebar ul#sidebarUl { position:relative; z-index:20; margin:0; padding:10px;; list-style-type:none; background-image:url("images/sidebarTop.jpg"); background-position:left top; background-repeat:no-repeat;}
#sidebar .sidebarFooter { z-index:10; width:100%; bottom:0; position:absolute; display:block; background-image:url("images/sidebarBottom.jpg"); background-position:left bottom; background-repeat:no-repeat; height:100px;}

#sidebar h2 { font-size:1.4em; color:#fff; }

#sidebar li#meta h2 { display:none; }
#sidebar li#meta ul { color:#fff; list-style-type:disc; margin:20px 0 0 10px;; padding:0 0 0 10px; }
#sidebar li#meta ul li a { color:#fff; }


/* --- CONTENT --- */
div#content { margin:0 10px 0 210px;  }

/* wp-wall */
#wp-wall h2 { color:#fff; }
#wp_latest { display:none; }
#wallcomments { background-color:#eee;  border:2px solid #bbb; padding:2px;  }
a#wall_post_toggle { color:#fff; }


#ngg-gallery-1 { clear:none; }
.ngg-album { border:none } 

.post small { display:none; }
.post h2 a { text-decoration:none; }
.post .entry { padding-left:10px; }
.post .postmetadata { color:#666;  border:1px solid #ccc; padding:2px; font-size:.9em; }
.post .postmetadata small { display:block; }
.post .postmetadata a { color:#666; }

/* general styling*/
a { color:#0f3652; }
a:visited { color:#666; }
a:active { color:#b14b19; text-decoration:none;}
a:hover { color:#fff; background-color:#333; }

.bold { font-weight:bold; }
.italic { font-style:italic; }
.center { text-align:center; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.clearLeft { clear:left;}
.clearRight { clear:right;}
.clearBoth { clear:both; height:25px; }
.hidden { display:none; } 
.small { font-size:.9em; }

h1,h2,h3,h4,h5,h6 { margin:0 0 5px 0; color:#0f3652; font-family: Georgia, "Times New Roman", serif; }
h1 { font-size:2.0em; }
h2 { font-size:1.8em; }
h3 { font-size:1.6em; }
h4 { font
