/*
Theme Name: Gevoel
Theme URI: http://wordpress.org/
Description: Wordpress theme voor Zwitserleven.
Version: 1.0
Author: Theo Loupatty
Author URI: http://www.burning-arrow.com/
*/


* {
	list-style: none;
	outline: none;
}


body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: center;
vertical-align: top;
background:#fff;
//background:#fff url(images/bg_grad3.jpg) repeat-x 0 0;
//background-color: #f7f7f7; //
//background:#486682 url(images/bg_grad2.jpg) repeat-x 0 0;//

color: #000000;
}

h1{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited{
text-decoration: none;
color: #990000;
}


img{
border:0;
}

img.rechts, img.alignright {
float:right;
margin-left:15px;
}

img.links, img.alignleft {
float:left;
margin-right:15px;
}

img.aligncenter {
margin: 10px auto 10px auto;
display:block;
}

p{
padding: 10px 0 0 0;
}


#topnavbar{
margin: 0 auto 0 auto;
width: 970px;
height:20px;
}



#wrapper{
margin: 0 auto 0 auto;
width: 970px;
text-align: left;
background:url(images/bgshade.png) repeat-y 0 0;
}

#wrapper-top{
margin: 30px auto 0 auto;
width: 970px;
height: 80px;
background:url(images/bgshade4-top.png) repeat-y 0 0;
}


#wrapper-bottom{
margin: 0 auto 20px; auto;
width: 970px;
height: 39px;
background:url(images/bgshade-bottom.png) repeat-y 0 0;
}

#fpss{
	padding:0 0 30px 0;
	background: url(images/post-divider.png) no-repeat 0 bottom;
}




#corporate-logo{
float:left;
width: 153px;
height: 26px;
margin: 20px 40px 0 58px;
}


#header{
margin: 0 auto 30px auto;
width: 920px;
}


#inner-wrapper{
margin: 0 auto 0 auto;
width: 850px;
text-align: left;
}

#header-logo{
float:left;
width: 188px;
height:25px;
margin: 45px 0 0 55px;
}

#search-form{
float:right;
width:250px;
height:20px;
margin:15px 50px 0 0;
}



/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}
/*- Search -*/
#search {
	height: 40px;
	padding: 0px 0 0;
	border:0;
}
#search input {
border: 1px solid #ccc;
float: left;
padding: 8px;
width: 250px;
font-weight:bold;
}

#search input.btn {
	background: none;
	border: 0;
	margin: 8px 0 0 -30px;
	padding: 0;
	width: auto;
}




.post-image{
float:left;
width:150px;
}

.post-content{
float:right;
width:380px;
}




/* @top navigation */


#navigation {
	float: left;
	margin: 35px 0 0 0;
	font: bold 13px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*text-shadow: #fff 0 1px 1px;*/
}

#navigation li {
	float: left;
	padding-right: 2px; 
	background: none;
	/*background: url(images/nav-li.png) no-repeat right 0;*/
}

#navigation li a {
	float: left;
	padding: 1px 20px 5px; 
	background: none;
	/*background: url(images/nav-a.png) repeat-x 0 0;*/
	color: #fff;
}

#navigation li.selected a,
#navigation li.selected a:hover {
	color: #FFFFCC;
	cursor: default;
	text-decoration: none;
}

#navigation li.selected a:focus {
	color: #069;
}

#navigation li a:hover,
#navigation li a:focus {
	color: #FFFFCC;
	text-decoration: underline;
}

#navigation li a:active {
	padding-top: 2px;
	padding-bottom: 4px;
}

#navigation li.first a { 
	background: none;
	/*background: url(images/nav-a-first.png) no-repeat 0 0;*/
	padding-left: 22px;
}

#navigation li.last {
	background: none;
	padding: 0;
}

#navigation li.last a { 
	background: none;
	/*background: url(images/nav-a-last.png) no-repeat right 0;*/
	padding-right: 22px;
}

/* @end */







#container{
	float: left;
	width: 560px;
}

.post{
	padding: 15px 0 15px 0;
	background: url(images/post-divider.png) no-repeat 0 bottom;
}

.post h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 24px;
	font-weight:normal;
	padding: 0;
}


h2.pagetitle{
	font-size: 24px;
	font-weight: normal;
}


.entry{
	line-height: 1.6em;
}

p.postmetadata{
	border-bottom: 1px dotted #ccc;
	margin: 2px 0 10px 0;
	padding:0 0 6px 0;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
	line-height:1.3em;
}

.navigation{
	padding: 10px 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}



.sidebar{
	float: right;
	width: 255px;
	background: #fff;
	margin: 0 0 0 10px;
	background:url(images/sidebar-grad.jpg) no-repeat 0 43px;
	display: inline;
}

.sidebar-inner{
	float: right;
	width: 240px;
	background: none;
	margin: 0 0 0 10px;
	display: inline;
}

.sidebar-inner ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 10px 25px 10px;
	
	background: url(images/sidebar-divider.png) no-repeat 0 bottom;
}





.sidebar-inner ul li{
	padding: 5px 0 5px 0;
	border-bottom:1px solid #eeeeee;
	line-height: 1.2em;

}

.sidebar #extras{
	margin-top:20px;
}


.last_item{
border:none;
}



.sidebar-inner ul li h2{
	font:bold 2.45em Arial, Helvetica, sans-serif;
}

.sidebar-inner ul ul li{
	padding: 0;
	line-height: 24px;
}

.sidebar-inner h2{
	font:normal 1.8em Arial, Helvetica, sans-serif;
	margin: 15px 0 10px; 0;
	padding: 0 0 0 25px;
	background:url(images/bullet-h2.gif) no-repeat 0 3px;
}

.horz-divider{
margin:15px 0 10px 0;
}


.archive-list ul {
	border: 1px solid #cfcfcf;
	padding:10px;
}


.archive-list ul li {
	background: url(images/bulletarrow.png) no-repeat center left;
	padding:0 0 0 20px;
	margin: 0 0 .4em;
}


wp-pagenavi{
	margin:20px 0 0 0;
}
.recentdate{
margin-right:10px;
}

table#wp-calendar{
	width: 100%;
}


#footer{
	clear: both;
	float: left;
	width: 850px;
	padding-top:10px;
	margin:20px 0 30px 0;
	border-top:1px solid #333;
}

#footer p{
	line-height: 18px;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin: 0 0 15px 15px;
}

li.categories { font-size:14px;}  /* outermost list item */
li.cat-item { border-bottom:1px solid #ccc; line-height:21px;}
li.cat-item-7 {  }  /* category ID #7, etc */
li.current-cat { font-weight:bold;  }
li.current-cat-parent {  }
ul.children {  }

.links li { border-bottom:1px solid #ccc; line-height:21px;} 








