/*  
Theme Name: Anne10
Theme URI: http://www.anneten.nl/
Description: Versie 1.0.dev van de Portfolio site
Version: 1.01dev - Start portfolio site
Author: Arjen Cleij
Author URI: http://www.126a.nl
*/


body{
	font-family: "Courier New", Courier, monospace;
	/*font-family: "Courier New", Courier, monospace;*/
	text-align: center;
	font-size: 12px;
	color: #5a9abe;
	background: #fff;
}



/* --- Layout --- */	
 
	
#pagecontainer{
		margin:0 auto;
		width:800px;
                height:auto;
}
#pageheader{
		width:800px;
		height:90px;
		border-bottom: 1px solid #e0eefb;
		font-size:12px;
}
#pagecontent{
		width:800px;
		text-align: left;
}
#footer{
		width:800px;
		height:24px;
                margin-top:12px;
		
		text-align:left;
		clear: both;
		float: left;
}	
#copyright {width:800px; text-align:left;border-top: 1px solid #e0eefb;}	


/* --- Header --- */


	
#pageheader #pagelogo{
		width:210px;
}
#pageheader #topnav{
		width: 500px;
		float:right;
		padding: 40px 0 0 0;
}	
#pageheader #topnav ul{
                float:right;
}
#pageheader .fl{
	float: left;
}
#pageheader a img{
	border: none;
}

/* --- Topnavigatie --- */

	
#pageheader ul{
		list-style-type:none;
}
#navigation ul{
		/*display: block;*/
		/*float: right;*/
display:inline;
		list-style: none;
}	

/* test */

#navigation ul li a{
float:left;
}
#navigation li a{
		float:left;
		padding: 3px 12px;
		color: #6ebae2;
		text-decoration:none;
}
#navigation li a:hover{
		float:left;
		padding: 3px 12px;
		color: #6ebae2;
		text-decoration:underline;
}
#navigation li.current_page_item a{
	        text-decoration:underline;
}
#navigation ul li a{
		color: #5a9abe;
		/*display: block;*/
		float: left;
		padding: 5px 10px;
		margin: 0 3px;
		text-decoration: none;
		font-size:12px;
}
#navigation li.page_item{
	        float:left;
}
#navigation ul li.current_page_item a {
		color: #b43334;
font-weight:bold !important;
}


/* --- Typografie --- */


#pagecontent a{
	color: #6ebae2;
	text-decoration: underline;
}
#pagecontent a:hover{
	color: #6ebae2;
	text-decoration: none;
}	
h1{
	font-size: 14px;
	color: #27AECD;
}
h2{
	font-size: 14px;
	color: #27AECD;
}
h3,h4,h5,h6{
	font-size: 12px;
	color: #27AECD;
	line-height:14px;
	margin:0;
}		
p{
	font-family: "Courier New", Courier, monospace;
        font-size:12px;
	line-height:16px;
	margin:6px 0 10px 0;
}

div.contentbox{
        width:800px;
        height:auto;
        margin:12px 0;
        overflow:hidden;
}
div.contentbox a img{
        border:none;
}


/* --- Portfolio Items --- */


div.content-box{
        width:160px;
        height:130px;
	margin: 0;
        padding: 0;
	float:left;
}
div.content-box a img{
	border:none;
}
#description{
        border-bottom: 1px solid #e0eefb;
        margin-bottom:7px;
}		
#description h2{
        text-align:center;
}

/* Meerdere foto's per project */

#imgbrowser a{
        color: #b43334;
        text-decoration:none;
        font-size:16px;
}
div.imagebrowser a{
	font-style: normal;
}
div.imagebrowser h3{
        display:none;
}
div.imagebrowser-desc{
        text-align:center;
}
div.counter{
        display:none;
}
div.back{
        float:left;
        display:block;
}
div.next{
        float:left;
        display:block;
        margin-left:6px;
	font-style: normal;
        font-variant:normal;
}


/* --- Bladeren maar! --- */

div#browse{
	width:800px;
	height:20px;
	display:inline;
}
#browse .alignleft{
	float:left;
}
#browse .alignright{
	float:right; /*duh*/
}

/* --- pagenavi --- */

.wp-pagenavi {margin:6px 0; display:block; }
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #b43334;
}
.wp-pagenavi a:hover {	
	color: #114477;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #000000;
}