/*
Theme Name: Thema Schillebeeckx
Theme URI: http://www.arterror.nl/
Version: 1.0
Description: Arty Blue. Thema ontworpen voor Stichting Edward Schillebeeckx
Author: Frank Schrijvers
Author URI: http://www.arterror.nl
*/

/* standard elements */
html {min-height: 100%;}

*#suckerfishnav {
	font-size:12px;
        background: url('img/dropmenu.jpg') no-repeat;
	padding-left:240px;
	width: 610px;
	height: 30px;
}

* {
	margin: 0;
	padding: 0;
}
.commentlist li {
border-bottom:1px solid #CCCCCC;
}

.fn {
font-weight:bold;
font-style:normal;
color: #095F7A;
}

a {color: #15728D; text-decoration: none;}
a:hover {color: #333; text-decoration:underline;}
a img {border: none;}

body {
	font: normal 12px Arial;
	/*padding-top: 10px;*/
}
#blogtitle { 
display: none;
}

p,code {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
font: normal 18px Arial;
color:#095F7A;
}
h2 {font: normal 18px Arial;}
h3 {font: bold 12px Arial;}

h1,h2,h3 {padding-top: 0px; color: #095F7A; margin-bottom: 10px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 12px Arial;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 0px solid #D7D7D2;
	font-size: 12px;
        color: #333;
	margin: 0 auto;
	padding: 10 10 10;
	width: 850px;
}

.outer-container {
	background: #15728d;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #15728d url('img/header.jpg') no-repeat;
	height: 100px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 0px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 12px Arial;
	padding-bottom: 0px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 12px Arial;
	padding-top: 0px;
}

/* path */
.path {
	background: url('img/nav.gif');
	color: #FFF;
	font: bold 12px Arial;
	padding: 8px;
        padding-left:220px;
}
.path li,.path ul {display: inline;}
.path a {
	color: #FAFAFA;
	text-decoration: none;
	margin-right: 26px;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url('img/background.jpg') repeat-y;
	/*padding: 8px 12px 0 0;*/
        min-height:600px;
        height:auto !important;
        height:550px;
}

/* content */
.content {
	float: right;
	width: 585px;
        margin-right: 10px;
}
.content .descr {
	color: #664;
	font-size: 12px;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	/*list-style: url('img/li.gif');*/
	margin-left: px;
}
.content p {font: Arial;
font-size:12px;



}

/* navigation */
.navigation {
        backgroundcolor: #666;
        margin-left: 7px;
        width: 200px;
}
.navigation h2 {
	color:#073340 ;
	font: bold 16px Arial;
	line-height: 25px;
	padding-left: 0px;
}
.navigation ul {
	padding;
}
.navigation li {margin-left:7px;}
.navigation li a {
	font-size: 12px;
	color: #554;
	display: block;
	padding: 8px 5px;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* footer */
.footer {
        clear:both;
        height:50px;
	background: url('img/footer.jpg');
	font: 11px arial;
        color: #fff;
	padding: 10px 12px;
}
.footer a {
	color: #fff;
	text-decoration: none;
        margin-top: 25px;
}
.footer a:hover {
        color: #fff;
        margin-top 25px;
}

/* posts */
.post h1 a {
	border-bottom: 1px dashed #AAA;
	color: #666;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #666;
	color: #82c5d9;
}

.post {margin: 5px 0 2px;}
.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
        border: 1px solid #ccc;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/*.post img {
	border: 4px solid #DDD;
	margin: 0;
        float:right;
}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}
*/
.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {
background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	/*background: #FAFAFA;*/
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
        font-style:italic;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

.textwidget {
color:#4B637D;
font-size: 12px;
padding:8px;
line-height: 12pt;
float: left;
}
.copyright {
color:eee;
float: right;
margin-top: 35px;
}
#navtopright {
	float:left;
	list-style:none;
	line-height:1;
	padding:0;
	width:100%;
        font-family:verdana,sans-serif;
        font-size:11px;
        font-weight:bold;
        color:#fff;
}
#navtopright a{
        color: #fff;
        text-decoration: none;
}
#navtopright a:hover{
        color: #82c5d9;
        text-decoration: none;
}

#navtopright li {
	float:right;
        padding-top: 50px;
	padding-right:15px;
        font-family:verdana,sans-serif;
        font-size:11px;
        font-weight:bold;
        }
input#s { 
color: #999; 
width: 120px;
border: 1px solid #ccc; 
}

input#searchsubmit{ 
border: 0px;
background: #fff;
color:#999;
}
