/*
Theme Name: OZZ
Description: OZZ theme, child theme of the Twenty Ten 
Author: Ewout Fernhout
Template: twentyten
*/

@import url("../twentyten/style.css");

body {
    background-color: #AAC703;
    top: 0;
}
#site-title, #site-description {
    display: none;
}
#container {
    margin-left: 114px;
    margin-right: -240px;
    width: 775px;
    background-color: white;
    zoom: 1;
}

#primary {
    background: url("images/column-separator.png") no-repeat;
    margin-right: 35px;
    padding-left: 25px;
    width: 200px;
}

#footer{
    display: none;
}

#wrapper {
    background: none repeat scroll 0 0 transparent;
    margin-top: 10px;
    width: 960px;
    zoom:1;

}
#branding img {
    border: 0 none;
    margin-bottom: -400px;
    margin-top: 0;
    zoom:1;
position: relative;
z-index:-100;
}
#header {
    padding: 0;
    zoom:1;
z-index:-100;
}
#access {
    background: none;
    margin-left: 120px;
    margin-top: 10px;
    width: 800px;
}
#content {
   width: 515px;
   margin-left: 30px;
    zoom:1;
}

#main {
    padding-top: 65px;
    zoom:1;
}

#content, #content input, #content textarea {
    color: black;
    font-size: 14px;
    line-height: 18px;
}

.entry-meta {
    color: #888888;
    font-size: 0.75em;
}

.entry-title, .entry-title a {
    font-size: 18px;
    text-transform: uppercase;
}

.entry-title a:active, .entry-title a:hover {
    color: black;
    text-decoration: underline;
}



a:link {
    color: #006600;
}
a:visited {
    color: #003300;
}
a:active, a:hover, .entry-meta a:hover, .entry-utility a:hover, .navigation a:active, .navigation a:hover, .page-link a:active, .page-link a:hover,.page-title a:active, .page-title a:hover, .comment-meta a:active, .comment-meta a:hover, .reply a:hover, a.comment-edit-link:hover, .widget_rss a.rsswidget:hover {
    color: #AAC703;
}

.wp-caption p.wp-caption-text {
    color: #888888;
    font-size: 11px;
    font-familiy: Georgia,"Bitstream Charter",serif;
    margin: 5px;
}

/* reset menu hovers */

#access li:hover > a,
#access ul ul :hover > a {
	background: black;
	color: black;
}

/* Nieuws menu image styling */
#access ul li.menu-item-223 {
    margin-top:5px;
}

#access ul li.menu-item-223, #access ul li.menu-item-223 a, #access ul li.menu-item-223 a span {
    display:block;
    width: 89px;
    height: 39px;
    position: relative;
    padding: 0;
    color: black;
}

#access ul li.menu-item-223 a span {
    position: absolute;
    background: url("images/menu-nieuws.png") top left no-repeat;
}

#access ul li.menu-item-223 a:hover span, #access ul li.current-menu-item.menu-item-223 a span{
    background: url("images/menu-nieuws-active.png") top left no-repeat;
}

/* Wiki menu image styling */
#access ul li.menu-item-224 {
    margin-left: 30px;
}

#access ul li.menu-item-224, #access ul li.menu-item-224 a, #access ul li.menu-item-224 a span {
    display:block;
    width: 61px;
    height: 39px;
    position: relative;
    padding: 0;
    color: black;
}

#access ul li.menu-item-224 a span {
    position: absolute;
    background: url("images/menu-wiki.png") top left no-repeat;
}

#access ul li.menu-item-224 a:hover span, #access ul li.current-menu-item.menu-item-224 a span{
    background: url("images/menu-wiki-active.png") top left no-repeat;
}

/* Over menu image styling */
#access ul li.menu-item-222 {
    margin-left: 430px;
    margin-top:-5px;
}

#access ul li.menu-item-222, #access ul li.menu-item-222 a, #access ul li.menu-item-222 a span {
    display:block;
    width: 114px;
    height: 42px;
    position: relative;
    padding: 0;
    color: black;
}

#access ul li.menu-item-222 a span {
    position: absolute;
    background: url("images/menu-over.png") top left no-repeat;
}

#access ul li.menu-item-222 a:hover span, #access ul li.current-menu-item.menu-item-222 a span{
    background: url("images/menu-over-active.png") top left no-repeat;
}

.mp-loading { filter: Alpha(Opacity=0); }

/* Twitter widget */
.widget_twitter .time-meta { display: block; }
.widget_twitter .from-meta { display: none !important; }