/**
 * Theme Name: Live at Edu
 * Theme URI: http://liveatedugebruikersgroep.nl/
 * Description: A custom Microsoft Live@EDU look-a-like
 * Version: 0.2
 * Author: Kaj Rietberg
 * Author URI: http://www.InternetInSchool.com
 *Template: hybrid
 */
 
 /* Get base CSS */
@import url('../hybrid/library/css/25px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');

* {
margin:0;
padding:0;
}

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
font-family:'Segoe UI', Tahoma, sans-serif;
}

body {
font-family:'Segoe UI', Tahoma, sans-serif;
width:100%;
}

#body-container {
font-family:Segoe UI, Tahoma, sans-serif;
margin: 0 auto;
width:100%;
}

#header-container {
background:#ABD8FF url('images/liveateduheader.png') no-repeat;
height: 170px;
margin:0 auto;
padding:0;
width:960px;
}

#header {
height:90px;
margin: 0 auto;
padding:45px 0 10px;
position:relative;
width:960px;
}

#site-title a {
color:#3366CC;
font-weight:600;
}

#navigation {
height:30px;
margin:auto;
position:relative;
width:960px;
}

#page-nav {
border-right:1px solid #666;
}

#page-nav ul li {
border-left:1px solid #666;
margin:0;
}

#page-nav ul li a{
color:#3366CC;
font-weight:500;
}

#page-nav li a {
border: none;
}

#page-nav ul li a:hover {

}

#page-nav li.current_page_item a {
color:#000;
}

#container {
margin:50px auto;
float:none;
}

#content {
background:#fff;
font-family: Segoe UI, Tahoma, sans-serif;
margin:0;
}

.hentry {
border-bottom:solid 2px #ABD8FF;
padding:0.5em;
}

.entry-title a {
color:#3366CC;
}

#primary {
float:right;
font-family: Segoe UI, Tahoma, sans-serif;
width:300px
}

.widget {
background:#fff;
}

.widget h3 {
background:url('images/achterprimary2.jpg')repeat-x 0 0 #ABD8FF;
padding:0.5em 0 0.5em 1em;
}

#footer-container {
background:#DDD;
font-size:10px;
margin:0;
text-align:center;
}

#footer-container p {
margin: 0 0 5px 0;
}

/*Changes by Alex-Jan*/
.post-meta-data, .byline{
display:none;
}
#header-container {
background-color: #FFF;
}
