/*  
Theme Name: iyo Theme
Theme URI: Dandyraffe.nl
Description: Dandy's first theme.
Version: 1.0
Author: Robert van Raffe
Author URI: http://www.dandyraffe.nl

*/


body{
	margin-top: 5%;
	font-family: Georgia, Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	
	color: #000000;
}

img { padding:5px; margin-left:8px; margin-bottom:5px;border: solid 1px #ccc;}

.alignright { float:right; }


a:link, a:visited{
	text-decoration: none;
	color: #333333;
}

a:hover{
	text-decoration: none;
	color:#999966;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#header{
	float: left;
	width: 750px;
	background-color:none;
}

#box a{
		text-decoration: underline;
}


#box{
margin-top:10px;
 padding:16px;
 background-color:#FFFFFF;
 filter: alpha(opacity=80);
 opacity: 0.8; 
 float: left;
 width: 500px;
}


#box:hover{
opacity:1.0;
filter: alpha(opacity=100);
}



.sidebar{
	float: left;
	width: 233px;

	margin: 0 0 0 10px;
	display: inline;
}



.sidebar li {
list-style: none;
}

.sidebar a {
font-size:14px;
	color: #fff;
	display: block;
	margin: 3px;
	padding: 8px 12px;
	text-decoration: none;
border-bottom: dotted 1px #fff;
}
.sidebar a:hover {
	color: #ff0090;
	margin: 3px;
	padding-bottom: 8px;
}



#faq a {
	background: url("images/postit.png") left no-repeat;
	color: #333333;
	display: block;
	margin: 3px;
	padding: 8px 12px;
	text-decoration: none;
	height:150px;

}

#faq a:hover {
	background: url("images/postit.png")left no-repeat;
	color: #333;
	margin: 3px;
	padding-bottom: 8px;
}

#rss a:hover {
	background: #FF3300 url("images/hover.gif") left center no-repeat;
	}

#footer{
background-color:#FFFFFF;
	float: left;
}


.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: Arial, 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;
}

.navigation{
font-size:75%;
color:#999999;
}


.postmetadata{
font-size:75%;
color:#999999;
}

input#s{
  width:180px;
  margin-top:7px;
  padding:2px;
}

input#searchsubmit {
	cursor: pointer;
	align: left;
	width:60px;
}
