/*
Theme Name: Example Theme	
Theme URI: http://
Description: Basic theme with simple structure made for classes XHTML & CSS. Saxion University of Applied Sciences, Art & Technology
Author: Kasper Kamperman
Author URI: http://www.saxion.nl
Tags: basic, saxion

read everyting about templatetags and their structure at :
http://codex.wordpress.org/Template_Tags 
http://widgets.wordpress.com

*/

/* ----------- general ------------- */

body 
{	margin:0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
text-align: center;
}

#container
{	position: relative;
	width: 960px;
	background-color: #ffffff;
	margin: 0px auto;
text-align: left;
}

a:visited, a:link 
{	color: #000000;
}

.center 
{	text-align: center;
}

/* ------------- header ------------- */

#header 
{	background-color: #ffffff;	
	height:130px;	
}


#header img
{	border-right: 0px solid #0033CC;
border-bottom: 0px solid #0033CC;
border-left: 0px solid #0033CC;
border-top: 0px solid #0033CC;
}

#header h1
{ margin:0px;
}

#navmenu
{ 	position:absolute;
margin: 0px auto;
        top: 100px;
        left: 0px;
	height:25px; 				/* height navmenu a + padding */
	width:800px;
 	background-color:#ffffff;
border-top: 2px solid #0033CC;
line-height: 25px;
vertical-align: middle;

}

#navmenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navmenu ul li 
{   display: inline;
	margin-left: 0;
	margin-bottom: 0;	
	list-style: none;	
}

#navmenu a
{	
	
	height:10px;				
	padding: 0px 10px 0px 10px;	
	
	
	text-decoration:none;
	color:#000000;
	background:#ffffff;
	
	
	
}

#navmenu .current_page_item a 
{ background:#ffffff;
	
} 


#navmenu a:hover
{	background:#ffffff;
color: #0033CC;
}



/* ------------- content ------------- */


#content 
{
	
position: relative;
top: 2px;
left: 0px;
width: 790px;
padding-left: 3px;
padding-right: 7px;
float: left;
background: #f5f9ff;
border-right: 2px solid #0033CC;
border-top: 2px solid #0033CC;
border-bottom: 2px solid #0033CC;
}

#content img
{
padding: 5px;
border: 0px;
}

.post 
{	
	border-bottom: 1px #0033CC solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.title 
{	
}

.entry 
{	padding-left: 10px;
padding-right: 10px;
}

.postmetadata 
{	
	font-style: italic;
}

.navigation 
{	font-size: 12pt;
}

/* ------------- comments ------------- */

#comments
{ 	
  padding: 10px;
}

#comments li
{ 	 
  list-style-type: none;
  padding:10px;
  margin-bottom:10px;
  border:1px dotted #000000;
}

#respond
{ 
  padding: 10px;	
} 

#respond textarea
{ width:100%;
}

/* ------------- sidebar =------------ */

#sidebar 
{	background: #ffffff;
font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
margin: 0px auto;
position: absolute;
	left: 805px;
top: 130px;
width: 135px;
	padding: 10px;

}

#sidebar ul li 
{	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, ol 
{	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#sidebar li li 
{	margin: 0;
	padding: 0;
}

#sidebar h2 
{	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

/* ------------- footer ------------- */

#footer 
{	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	text-align: center;
	clear: both;	
}


/* ------ classes for correct image display in content ------ */
/* leave it like this */

.aligncenter, div.aligncenter 
{  display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft 
{  float: left;
}

.alignright 
{  float: right;
}

.wp-caption 
{  border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;  
}

.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;
}

/* stylesheet classes for widgets */

.widgettitle 
{	font-variant: small-caps;
	color: #0033CC;
	padding-bottom: 5px;
}

.widget_search 
{	
}

.widget_meta 
{	
}

.widget_calendar 
{	
}

.widget_pages 
{	
}

.widget_archive 
{	
}

.widget_categories 
{	
}

.widget_links 
{	
}

.widget_recent_entries 
{	
}

.widget_recent_comments 
{	
}

.widget_tag_cloud 
{	
}

.widget_text 
{	
}

