/*
Theme Name: Titan
Theme URI:  http://thethemefoundry.com/titan/
Description:  A refined, balanced, and exceptionally handsome WordPress theme. Features a robust theme options menu allowing you to integrate your Flickr photos, Twitter updates, and Feedburner email updates. Use the custom code box to include photos, video, or whatever else your heart desires.
Version:    1.22
Author:   The Theme Foundry
Author URI: http://thethemefoundry.com/
Tags: fixed-width, two-columns, white, brown, right-sidebar, threaded-comments, theme-options, translation-ready
*/

/*
    Copyright 2009 Jestro LLC

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes in a Child Theme. Any custom 
changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/

/* wk 200310 basics */

body {
	background: url(images/donkernaargroen3.png) repeat-y scroll 50% 0 #79ad46;
	color:#466A89;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
	margin:0;
	padding:0;
}
.wrapper{
  width: 940px;
  background:url(images/transwrapper.png) repeat-x;
}

#header {
   background-color: #79ad46;
	width: 940px;
	height:226px; 
	margin: 0 auto; 
	background-image: url(images/michelle-kop.jpg);
	background-repeat:no-repeat;
	background-position:top; 
}
#content {
    width:580px;
	padding-left: 20px;
}
.content-background { 
  background: url(images/donkernaargroen3.png) repeat-y scroll 50% 0 #79ad46;
}
#content .entry.page, .entry { 
  width: 580px;
}
.entry {
    font-size: 1.3em;
    margin: 0;
}
#sidebar {
  width:300px; 
  padding: 26px 16px 2px 10px;
}

/* header details */
div#title {
  visibility: hidden;
  } 
#follow {
	visibility: hidden;
    background: #678C3B;
	padding: 5px 0;
}
/* page */
h1.pagetitle, h2.pagetitle {
  border-top: 0 none;
  font-size:1.9em;
  padding: 20px 0 0 0;
}

/* sidebar */
#sidebar ul { 
	
  }
#sidebar ul li { 
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat-y;
  color:#466A89;
  font-size: 1.2em;
  border: 0;
  padding:0; 
  margin-bottom:30px;
  }
#sidebar ul li ul {
  margin:6px 0 4px 0;
  padding: 0;
  } 
#sidebar ul li li {
	border: 0;
	font-size:0.8em;
	margin-bottom: 8px;
	/*padding:0;*/
  }

h2.widgettitle {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  display:block;
  background-image: url(images/sidebar-kop.png);
  background-color:#ffffff;
  margin: 0 0 10px 0;
  padding: 8px 8px 7px 10px;
  font-size: 1.2em;
  font-weight:bold;
  color: #FFF;
  text-align: center;
	text-decoration: none;
}
#sidebar h5 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:14px 8px 2px 12px;
	font-size:1.1em;
	font-weight:bold;
	border-bottom: 1px solid #FFF;
  }
#sidebar p, #sidebar a.post-title {
  margin: 0 8px 0 12px !important;
  padding:0;
  } 
#sidebar a:link, #sidebar a:active, #sidebar a:visited {
/*    font-weight:bold; */
    color:#771D06;
	margin:0 0 12px 0;
  }
#sidebar a:hover {
  font-weight:bold;
  background-color: #ffffff;
  color:#771D06;
	text-decoration: underline;
  margin:0 0 12px 0;
  }
h2.widgettitle a {
  color: #FFF !important;
	text-decoration: none;
}
h2.widgettitle a:hover {
  color: #771D06 !important;
 background-color: transparent !important;
text-decoration: none !important;
}
/* footer */
#footer {
	width:940px;
	height:114px;
	margin:0 auto;
	clear: both;
	padding:0;
	border-top: 0;
	background: #FFF;
	background-image: url(images/water1.jpg);
	background-repeat:no-repeat;
	background-position:top; 
}
#footer-about.footer-column { visibility:hidden;  }
#footer-flickr.footer-column {  visibility:hidden; }
#footer-search.footer-column {   visibility:hidden; }

#copyright {
	display: block;
	text-align:right;
	color:#FFF;
	clear: both;
	margin:0 12px 0 0;
	padding-top: 95px;
	font-size: 1.1em;
	border-top: 0;
}
#copyright a:link, #copyright a:visited {
  border-bottom: none;
  text-decoration: none;
}
#copyright a:hover {
  border-bottom: none;
  text-decoration: none;
  background-color: transparent;
  font-weight:bold;
}
#footer a:link, #footer a:visited {
	color: #FFF;/*	font-weight:bold; */
}
#footer a:hover { color:#FFF; text-decoration: none; }

.copyright-notice {
  font-size:90%;
  }
.copyright-notice-left {
  font-size:90%;
  margin-left:12px;
  float:left;
  }


/* navigation */

#nav, #nav ul {
	line-height: 30px;
	margin: 52px 0 0 0;
	background-color:#0080D5;
	padding-bottom: 6px;
}
#nav a {
  background-color:#0080D5;
  font-weight:bold;
  font-size:1em;
  color:#FFF;
  padding: 0 17px 0 17px;
  }
#nav li ul { 
  margin: 0; 
  line-height:20px;
  }
#nav li {
/*  padding:-2px 0; 
  border-top:#40B3FF 2px solid; */
  border-left:0;
  border-right:0;
/*  border-bottom:#008CEA 2px solid; */
} 
#nav:first-child { 
  border-left: 0; 
}
#nav ul {
  width: 195px;
  border-top: 0;
}
#nav li li {
  border-bottom: 0;
  border-left:0; 
  border-right:0; 
  border-top: #FFF 1px solid; 
  width: 190px;
}
#nav li li a {
  width: 170px;
}
#nav li li:hover { color: #FFF; }
#nav li ul li:hover a, #nav li ul li li:hover a, #nav li ul li li li:hover a, #nav li ul li li li:hover a { color: #FFF; }
#nav li:hover a, #nav li.sfhover a { color:#FFF; }
#nav li:hover li a, #nav li li:hover li a, #nav li li li:hover li a, #nav li li li li:hover li a { color:#FFF; }
#nav li:hover, #nav li.sfhover {
	background-color:#008AE6;
/*	border-top:#5B4625 2px solid; */
/*	border-left:#5B4625 2px solid;
	border-right:#40B3FF 2px solid;
	border-bottom:#40B3FF 2px solid; */
}
/* .notice { width:940px; } */
/* typografie */

/* voor de quote op de homepage */

.entry h6 {
  margin: 0 28px 32px 28px;
  padding: 0 10px;
  color: #468966;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  font-size: 1.2em;
  font-weight:normal;
}

h1, h2, h3, h4, h5 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  /*color:#668739;*/
  color:#468966;
  }
  
.entry p { margin-bottom: 6px; }
.entry h2, .entry h3, .entry h4 {
  font-size: 1.3em;
  padding: 15px 0 5px 0;
}
.entry h3 { 
  padding-top: 0;
  font-size: 1.2em;
}
.entry h4, .entry h5 { 
  padding-top: 10px;
  font-size: 1.1em;
}
.entry ul, .c-body ul { margin: 0 0 10px 10px; }
.entry ul li, .c-body ul li {
  display: block;
  margin: 2px 0 1px 0;
  padding: 0 0 0 17px;
}
a:link, a:visited, a:active { color: #771D06; }
.entry a:link, .entry a:visited, .entry a:active { font-weight: normal; }
a:hover { 
  font-weight: bold !important;
  background-color: #ffffff;
  color: #771D06; 
  text-decoration: underline;
  }
blockquote {
  display: block;
  margin: 10px 30px 10px 10px;
  padding: 0 10px 0 10px;
  border-left: 1px solid #468966;
  border-right: 1px solid #468966;
  color: #466A89;
  font-style: italic;
  line-height: 1.2em;
}
div.notice {
	padding: 3px 0 3px 0;
}
div.textwidget, #categoryposts-3 ul, #mc_signup {
	background-image: url(images/sidebar-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 14px;
}
li#categoryposts-3 ul {
    padding-bottom: 14px !important;
}
.post h3 {
    font-size: 1.6em;
    padding: 20px 0 10px;
}
.post {
    margin-bottom: 10px;
}
/* FORM */
form#commentform {
    margin: 0 0 20px 31px;
}
ul li.widget ul {
    font-size: 16px;
}
/* MAILCHIMP FORM */
form#mc_signup_form {
    margin: 0 8px 0 12px;
}
#mc_subheader {
    margin-bottom: 10px;
}
#mc_signup_form .mc_var_label {
    float: left;
}
#mc_signup_form .mc_input {
    float: right;
    margin: -15px 20px 0 0;
}
#mc_signup_submit {
    margin-left: 106px;
    width: 136px;
    padding:0;
}
.mc_merge_var {
    margin-bottom: 5px !important;
}
#mc-indicates-required {
    display: none;
}
.mc_signup_submit {
    margin-top: 10px;
    text-align: center;
}
