/*
Theme Name: Noordhoek
Theme URI: http://heartcoded.nl
Description: The theme for the website of Lidie Noordhoek.
Author: HeartCoded
Version: 1.0
Date: September 2010

*/

/* General styles */
*{
	margin:0px;
	padding:0px;
}
body{
	background: url(images/bg1.jpg) no-repeat #ffffff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#555555;
}
img{
	border:none;
}
a, a:visited, a:active{
	color:#444444;
	text-decoration:none;
}
a:hover{
	color:#999999;
}
#wrapper{
	width:900px;
	margin:0 auto;
}

/* Following styles keep the footer pushed down: */
html, body{height:100%;}
#wrapper{
	min-height:100%;
	position:relative;
	text-align:center;
}
#content{
	padding-bottom:30px;
	clear:both;
	padding-top:40px;
	line-height:15px;
	max-width:350px;
	margin:0 auto;
}
#footer{
	position:absolute;
	bottom:0px;
	height:20px;
	width:100%;
	left:0px;
	text-align:left;
}
/* End of styles to keep footer down. */

div#logo img{
	margin:0 auto;
	display:block;
}
div#logo{
	width:900px;
	height:73px;
	margin-bottom:0px;
	padding-top:55px;
}

/* The following code centers the menu horizontally without using a fixed width, because 
we don't know in advance how many menu-items we will have. */
#navigation ul {
	text-align: center;
}
#navigation li {
	display: inline; /* Menu links are horizontally aligned using display: inline */
}
#navigation li a {
	padding: 7px 5px 6px 5px;
}
#navigation li.current-menu-item a{
	color:#555555;
	cursor:text;	/* Make believe this is not a link, because clicking it gives you the same page you are watching already */
}
.home #navigation li{
	display:block;	/* Menu links on homepage are not horizontal. */
	list-style:none;
	line-height:18px;
}

#content p{
	margin-bottom:10px;
}
#content img{
	margin-bottom:5px;
}
#content ul.simple{
	list-style:none;
}
#series{
	text-align:left;
	width:100px;
	margin:0 auto;
}
#photonav{width:750px;}
#photonav ul{list-style:none;float:right;}
#photonav li{float:left;margin-left:10px;}

/* End General styles */

/* Wordpress styles*/
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin-right:5px;
}
.alignright {
   float: right;
   margin-left:5px;
}
.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: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px; */
}
.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;
}
/* End Wordpress styles */
