/*
Theme Name: Sint Christophorus
Theme URI: http://www.sintchristophorus.nl
Description: A simple, three column,  widget-ready WordPress theme.
Author: Michiel van den Brink
Author URI: http://www.michielvandenbrink.com
version: 1.0
Tags: fixed-width, three-columns, threaded-comments, buddypress
*/


/* basics */

*{margin:0; padding:0;}

body {
	background: #000000 url(images/background.jpg) no-repeat top fixed;
	font-family:Times, arial, verdana, tahoma, sans-serif;
	font-size:13px;
	}
	
h1 {font-size: 22px;}
h2 {font-size: 22px; margin-top:5px;}
h3 {font-size: 12px; margin-top:5px;}
h4 {font-size: 12px;}


/* images and misc. */

img{ border: none;
   padding: 0px; 
   margin-top: 0px;}
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 6px;
   -khtml-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   img a{border:none;}
   

img.left{ float: left; border: none; padding: 0 4px 5px }
img.right{ float: right; border: none; padding: 0 4px 5px }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 7px;
}

.alignright {
   float: right;
   margin-left: 7px;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #fff;
   padding-top: 0px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 6px;
   -khtml-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   font-style: italic;
   line-height: 15px;
   padding: 0 0px -5px;
   margin-top: 2px;
}

blockquote{
	border-left:1px solid #ddd;
	margin:10px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:Times, "Courier New", Courier, monospace;}


/* links */

a{
	color:#884503;
	text-decoration:none;
	}

a:hover{color:#a4905b;text-decoration: none;}



/* container */


#container {
	width:1000px;
	margin:0 auto;
	padding:0;
	color:#000;
	background: #fff;
	}
	
/* header */

#header {
  	width:1000px; 
	color:#fff; 
	height:291px;
	margin-top: 15px;
	background:url(images/header.png);
	}

#header h1{
    display: none;
	font: normal 40px times, garamond, georgia, palatino linotype, arial, times;
	letter-spacing: 1px;
	margin: 0px 0 1px 0;	
	padding: 8px 12px;
	float: right;
	background: transparant;
	}
	
#header h1:hover{
	background: transparant;
	}
	
#header h1 a{color: #fff; text-decoration: none;}


#header h2{
    display: none;
	font:normal 13px georgia, palatino linotype, arial, times;
	font-style: italic;
	color: #fff;
	background:url(images/h2.png);
	letter-spacing: 1px;
	margin: 0;	
	padding: 0px 8px;
	float: right;
	clear:both;	
	}

/* main menu */


#menu {
    display: none;
	background:#4a3e29;
	width:100%; 
	border-top: 1px solid #fff;
	overflow:hidden;
	font-size: 14px;
}


#menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 5px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	display:block;
	border-right:1px solid #fff;
}

#menu ul li a:hover {
	background:#7e684e;
	color:#fff;
}



/* content */


#content {
	float: left;
	width: 550px;
	overflow: hidden;
    margin-top:30px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	}
	
#content .title{
	font: bold 20px times, georgia, sylfaen, times, verdana;
	font-variant: small-caps;
	color:#000;
    
	
	}

.post {
	margin: 5;
	line-height: 14pt;
	}

.post h2{
	font: bold 20px times, georgia, sylfaen, times, verdana;
	font-variant: small-caps;
	color:#623003;
	}
	
.post h2 a{
	color: #623003;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #000;
	text-decoration: none;
	}
	
.post h3{
	font: normal 12px times, georgia, sylfaen, times, verdana;
	color:#999;
	padding: 0 0 5px 0;
	}

.post ul {margin:12px 0;
padding-left: 20px;}

.post li {
list-style-type:round; 
line-height: 14pt;
padding-left 10px;
}

.entry p
    {margin:10px 0;}

.more-link{
	font: normal 13px times, georgia, tahoma, arial, verdana;
	font-variant: small-caps;
	padding:4px;
	margin-top: 10px;
	margin-bottom:25px;
	margin-left: 430px;
	background: #f4e6b5;
	border: 2px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#000;
	text-decoration:strong;
	display:block;
	width:110px;
	height:auto;
	text-align:center;
	}
	
.more-link:hover{
	background:#fff;
	color:#000;
	text-decoration:none;
	}

.spacer{
    display: none;
	width:550px;
	height:1px;
	background:#E5E4DA;
	margin:10px 0 0 10px;
	}
	
.recentposts{
	padding:0px;
	}
	
.repost{
	border-bottom:1px dotted #E5E4DA;
	padding: 0 0 0px 0;
	}
	
.repost h2{
	font: normal 14pt times, georgia, sylfaen, times, verdana;
	padding:0;
	color:#000;
	}
	
.repost h2 a{
	color:#000;
	}
	
.repost h2 a:hover{
	color:#723710;
	}
	
.repost h3{
	font: normal 8pt times, georgia, sylfaen, times, verdana;
	padding:0;
	color:#000;
	}
	
.repost ul {margin:0px 0px;}

.repost li {list-style-type:none; line-height: 14pt;}


.postmetadata{
	clear: both;
	background:#fff;
	padding:6px;
	margin-top: 10px;
	}

.repostmetadata{
	font: normal 8pt times, georgia, sylfaen, times, verdana;
	padding:0px 0 0 0;
	color:#000;
	line-height:14pt;
	}
	

.navigation {
	font-size:12pt;
	float:left;
	width:100%;
	}
	
.alignleft a{
	float:left; 
	margin:0px 0;
	font: normal 10pt times, georgia, tahoma, arial, verdana;
	padding:4px 6px;
	background:#723710;
	border: 2px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#fff;
	text-decoration:none;
	}
	
.alignleft a:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}
	
.alignright a{
	float:right; 
	margin:0px 0;
	font: normal 10pt times, georgia, tahoma, arial, verdana;
	padding:4px 6px;
	background:#723710;
	border: 2px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#fff;
	text-decoration:none;
	}

.alignright a:hover{
	background:#605140;
	color:#fff;
	text-decoration:none;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* left sidebar */

#left {
	font: normal 14px times, bookman old style, georgia, verdana, arial, tahoma;
	text-align: center;
	width: 160px;
	float:left;
	margin-top: -95px;
	padding: 5px;
	overflow:hidden;
	background: #f4e6b5;
	}

#left h2{
	font: 16px times, georgia, sylfaen, times, verdana;
	margin-top: 20px;
	padding:0px;
	display:block;
	color:#000;
	font-variant:small-caps;
}

#left p {margin:0; padding: 10px 6px 10px 0; color:#6a6a6a; }
#left .textwidget{margin:0; padding: 10px 10px 10px 10; color:#6a6a6a;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:10px 0;
	padding:10;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 10;
	line-height: 14pt;
	list-style-type: none;
	color:#D6D3C4;
	}

#left ul ul {
	margin: 12px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	color:#D6D3C4;
	margin:0;
	padding:0;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color:#D6D3C4;
}



/* right sidebar */

#right{
	font: normal 14px times, bookman old style, georgia, verdana, arial, tahoma;
	width: 190px;
	float:right;
	margin-top: -253px;
	margin-right: 10px;
	padding: 4px;
	overflow: hidden;
	color: #434343;
	}

#right h2{
	font: normal 16px times, georgia, sylfaen, times, verdana;
	margin-top: 20px;
	display:block;
	color:#000;
	font-variant:small-caps;
}

#right p {margin:0; padding: 0 0px 0 8px;}
#right .textwidget{margin:0; padding: 0 0px 0 0px; color: #727272;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:10px 0;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	color:#838383;
	}

#right ul ul {
	margin: 12px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	color:#838383;
	margin:0;
	padding:0;
	}

#right ul ul ul{
	margin: 0;
	padding: 12px 0;
}

#right ul ul ul li{
	padding: 0;
	list-style-type: none;
	color:#838383;
}



/* comments */



.commsection{
  margin: 0px 0 0px 0px;
  font-size: 12px;
  padding:0 4px;
  width:530px;
  border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
  font-family: times, georgia, times, verdana;

  }

#commentssection{
	font-family: times, georgia, times, verdana;
	font-size: 12px;
	padding: 0;
	margin: 0;
	}

#commentssection h3{
	font-family: times, georgia, times, verdana;
	font-size: 11px;
	font-style: normal;
	color: #000;
	}

#commentssection .respond{
	font-family: times, georgia, times, verdana;
	font-size: 12px;
	font-style: normal;
	color: #000;
	}

#commentform{
    font-family: times, georgia, times, verdana;
	margin: 8px 0 8px 0;
	padding:5px;
	background:#f7f0da;
	}

#commentform .respond{
	font-family: times, georgia, times, verdana;
	font-size: 12px;
	font-style: normal;
	color: #000;
	margin: 0 0 8px 0;
	}

#commentform p{
    font-family: times, georgia, times, verdana;
	color: #000;
	font-size: 12pt;
	}

#commentform label{
    font-family: times, georgia, times, verdana;
	color: #000;
	font-size: 12pt;
	}

#commentform .formwhite{
	margin: 0 2px;
	padding:2px;
	background:#723710;
	font-size: 12px;
	color:#fff;
	}

#commentform a{
    font-family: times, georgia, times, verdana;
    font-size: 12pt;
    color: #723710; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
	font-family: times, georgia, times, verdana;
	font-size: 12pt;
	color: #000;
	}

#commentbox{
	width:98%;
	margin:5px 0;
	font-family: times, georgia, times, verdana;
    font-size: 13px;

	}

#author, #email, #url, #commentbox{
	background: #fff;
	font-family: times, verdana, arial, times;
	font-size: 12pt;
	margin:5px 6px 2px 0;
	border: none; 
	padding: 4px;
	border:1px solid #C9C9C9;
	}

#submit{
	font-family: times, verdana, arial, times;
	font-size: 12pt;
	margin:5px 6px 0 0;
	border: 2px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#000;
	padding: 4px;
	margin:5px 5px 0 0;
	background:#fff;
	}

#submit:hover{
background:#605140; color:#fff;	border: 2px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

ol.commentlist {list-style-type: none;
font-family: times, verdana, arial, times;
font-size: 12px;
	}

ol.commentlist li {
	background: #fff;
	font-size: 12px;
	margin:0 0 14px 0;;
	padding:0;
	list-style-type:none;
	}

ol.commentlist li p {margin: 8px 0 8px 0; padding: 0 12px 0 0; font: normal 14px times, arial, verdana, times; color:#000; }

ol.commentlist li img {float:left; margin: 0 4px 0 0; padding:0;}

.commentmetadata{
  overflow:hidden;
  font-family: times, arial, verdana;
  color: #000; 
  font-size: 12px;
  line-height: 13pt;
  margin: 0 0 12px 0;
  }

.commentmetadata img{
	float: right;
	font-size: 12px;
	padding:0;
	margin: 4px 12px 4px 4px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	}

cite {
	font-family: times, tahoma, verdana;
	font-size: 12pt;
	font-style: normal;
	}

cite a{border-bottom: 1px dotted #000;}

.commentinfo{background:#e8e3d2; margin:14px 0 0 0; padding:0;
font-size: 12pt;}

.children{
	margin:0;
	padding: 0;
}

.commentlist li ul li { 
	margin-left:14px;

	}
	
.reply a{font-style:italic;}


/* search */

#searchform{
	padding: 10px 0 6px 0;
	font-family: verdana, arial, times;
	
	}

#searchform input#s{
	padding: 4px;
	margin: o;
	border: 0px solid #000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#000;
	width: 174px;
	}
	
#searchform input#s:hover{
	background:#D8D6C4;
	}
	
#searchform input#s:focus{
	background:#EAE8DE;
	}



/* footer */

#footer {
	background:#fff url(images/footer.jpg) no-repeat bottom;
	clear: both;
	width:1000px;
	height: 120px; 
	margin: 0;
	padding:0;
	overflow:hidden;
	}
	
#footer p.fleft{padding:90px 10px;margin: 0; color: #CEC9B7; line-height: 14pt; width: 43%; float: left;}
#footer p.fright{padding:90px 10px;margin: 0; color: #CEC9B7; line-height: 14pt; width: 50%; float: right; text-align: right;}
#footer a{color: #fff;text-decoration: none;}
#footer a:hover{color: #AFA795;text-decoration: none;}


