/*
Theme Name: Images and Words 2010
Theme URI: http://wordpress.org/
Description: Images-and-words template voor 2010.
Version: 1
Author: Saskia
Author URI: http://images-and-words.nl
Tags: blue, two columns, widgets
*/

* {
	margin: 0;
	padding: 0;
	list-style-type : none;
	text-decoration : none;
	border : 0;
}

.alignleft {
	float: left;	
}

.alignright {
   float: right;
}

.navigation{
	margin-bottom : 50px;
}

a{
	color : #6699CC;
}

p{
	margin-bottom : 15px;
}

body{
	text-align : center;
	background : #515151 url(images/main_bg.png) repeat-x;
	font : 11px/18px Tahoma, Arial, Helvetica, sans-serif;
	color : #666666;
}

#wrapper{
	width : 1200px;
	margin : 0 auto;
	background : url(images/bg_main.png) repeat-y;
}

#wrapper-top{
	width : 900px;
	margin : 0 auto;
}

#header{
	background : url(images/bg_header.png) no-repeat center top;	
}

#nav{
	text-align : right;	
	line-height : 45px;
	float : right;
}

#zoeken{
	float : left;	
}

#content{
	width : 830px;
	margin : 0 auto;
	padding-top : 190px;
	/*text-align : left;*/
}

#main{
	width: 550px;
	float: right;
	text-align : left;
}

#sidebar{
	width : 250px;
	float: left;
	margin-top: 185px;
	text-align : left;
}

.spacer{
	clear: both;
	width : 0px;
}

#footer{
	background : #222222 url(images/bg_footer.png) no-repeat center top;
	padding-top : 50px;
	color : White;
	display : table;
	width: 100%;
}

/* CONTENT
 ------------------------------------------------------------------------------------------------------*/
H2, H2 a, H2 a:hover, H2 a:visited{
	font : 20px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color : Black;	
}

.entry{
	
}

.entry ul{
	padding-left : 30px;
	padding-bottom: 15px;
}

.entry li{
	list-style-type : disc;	
}

.entryfooter, .postmetadata {
	margin : 20px 0 75px 0;
	clear : both;
	border-top : 1px solid #DDDDDD;
	border-bottom : 1px solid #DDDDDD;
	padding : 5px 0 5px 0;
}

.wp-pagenavi{
	margin : 20px 0 20px 0;	
}

BLOCKQUOTE {
	padding : 10px;
	margin-bottom : 15px;
	border: 1px solid #ddd;	
	background-color: #F3F3F3;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/* comments
 ------------------------------------------------------------------------------------------------------*/
H3#comments, #respond H3{
	font : 22px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}

.comment{
	padding : 10px;
	margin-bottom : 15px;
	border: 1px solid #ddd;	
	background-color: #F3F3F3;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bypostauthor{
	background-color: White;
}

.comment-meta {
	border-bottom : 1px solid #ddd;
	margin-bottom : 20px;
	padding-top : 15px;
	text-align : right;
}

.commentmetadata a{
	color : #AAAAAA;	
}

.avatar{	
	float : left;
	padding : 5px;
	margin : 0 15px 15px 0;
	border: 1px solid #ddd;
	background-color: White;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.reply {
	text-align : right;
	padding : 10px 0 10px 0;
}

/* SIDEBAR
 ------------------------------------------------------------------------------------------------------*/
#sidebar ul{	
	margin-bottom : 25px;
}

#social ul li{
	margin: 0;
	padding: 0;
	display : inline;
	list-style : none;
	
}

/* CONTENT PLAATJES
 ------------------------------------------------------------------------------------------------------*/
.ngg-singlepic, .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}


/* FORMS
 ------------------------------------------------------------------------------------------------------*/
form { 
 padding : 5px;
}

input {
	background-color: transparent;
	margin : 2px;
	padding : 3px;
	border : 1px solid #DDDDDD;
	font-size : 11px;
}

select {
 
}

textarea {
	border : 1px solid #DDDDDD;
}

/* GALLERY
 ------------------------------------------------------------------------------------------------------*/
.ngg-gallery-thumbnail img, .ngg-thumbnail img{
	border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}