/*
Theme Name: Open Source Primato
Theme URI: http://www.robelia.nl
Description: A Wordpress Theme inspired by the wish to create a simple web for primary schools.
Author: Rob Huis in 't Veld
Version: 1.1 
Author URI: http://www.robelia.nl
Tags: orange, simple, two-columns, right-sidebar, fixed-width 
License: GPLv3 or Later. (c) 2010 Robelia
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* Make it easy to alter stuff... */
@import url("css/layout.css");
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/content.css");
@import url("css/sidebar.css");
@import url("css/footer.css");
@import url("css/wordpress.css");
@import url("css/tweeks.css");

/* Begin Global Resets */
* {
    margin:0;
    padding:0;
}
body {
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-size:8pt;
margin:0px;
background-color:#bdbbbc;
line-height:1.3em;
text-align:center;  /*IE6 Center hack */
}
td {vertical-align:text-top;
}
table {
    border-collapse:collapse;empty-cells:hide;
}
h1,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
    margin: 3px 7;
}
h2 {margin: 3px 3}
ul, ol, dd {
    margin-left:1em;
}
a {
    text-decoration:none;
    color:#000000;    
}
a:hover {
    color:#FFF;outline:none;
}
/* Remove the dotted highlight when clicked */ 
a:focus {
    outline:none;
}
a img {
    border:0;
}
/* End Global resets */

/* Following needed for Wordpress Theme Directory Compliance. */
/* And to support image and other WP generated content positioning - obviously */
.alignright {
	float:right;hspace:6px;
}
.alignleft {
	float:left;hspace:6px;
}
.aligncenter, div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.flash_image {z-index: 1;}
