/*
Theme Name: TU Delft
Theme URI: http://home.tudelft.nl/
Description: TU Delft theme for WordPress
Author: TU Delft
Author URI: http://www.tudelft.nl/
Version: 1.1.1
Tags: tudelft, branding, theme-options

License:
License URI:
*/

/* Screen styles */
@import "tu-branding.css";
@import "tu-page.css";

/* Extra styles not available through tu-branding and tu-page */
h2 a {
        color: inherit;
        text-decoration: none;
}

body.admin-bar #wrap {
    top: 241px;
}

body.admin-bar #menu {
    top: 193px;
}

#content h1 .input {
    font-style: italic;
}

div.post div.entry-header {
    margin-bottom: 1.25em;
}

div.post.single div.content p:first-child {
    font-weight: bold;
}

div.pager-navigation,
div.hentry div.entry-footer {
/*    color: #00a6d6;  */
    color:#002b60;
    padding: 4px 0;
    border: solid #e5e5e5;
    border-width: 1px 0;
}

div.pager-navigation:after,
div.comments div.comment div.footer:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

div.pager-navigation div.navigation-prev {
    float: left;
}

div.pager-navigation div.navigation-next {
    float: right;
}

#navigation-above {
    margin-bottom: 1.25em;
}

#respond label {
    display: block;
}
#respond code {
    display: block;
    font-size: 1.1em;
    line-height: 1.3em;
}

div.comments div.comments-list {
    margin: 1em 0 2em;
}
div.comments div.comment {
    margin-left: 60px;
    margin-bottom: 10px;
}
div.comments ul.children {
    margin-right: 0;
}
div.comments div.comment.depth-1 {
    margin-left: 0;
}
div.comments div.comment.depth-2 {
    margin-left: 20px;
}
div.comments div.comment.depth-3 {
    margin-left: 40px;
}
div.comments div.comment div.content {
    border:  1px solid #e5e5e5;
    border-bottom-width: 0;
    padding:  4px;
}
div.comments div.comment div.content p {
    margin: 0;
}
div.comments div.comment div.content span.pending {
    font-style: italic;
    color: #666666;
}
div.comments div.comment div.footer {
    background: url('images/balloon-bottom.png') top right no-repeat;
    padding-top: 16px;
}
div.comments div.comment div.footer a {
    margin:  0;
    padding: 0;
    background: none;
    line-height: 20px;
}
div.comments div.comment div.footer div.footer-meta {
    float: left;
/*    color: #00a6d6; */
    color:#002b60;
}
div.comments div.comment div.footer div.footer-meta a {
    margin-right: 1em;
}
div.comments div.comment div.footer div.footer-author {
    float: right;
    vertical-align: middle;
}
div.comments div.comment div.footer div.footer-author img,
div.comments div.comment div.footer div.footer-author a {
    vertical-align: middle;
}
div.comments div.comment div.footer div.footer-author img {
    padding: 0 4px;
}


.widget {
  margin-bottom:30px;
  border:solid 1px #e5e5e5;
  padding-left:10px;
  padding-bottom:8px;
  padding-top:10px;
}

.widget .title {
background: url(images/header.gif) no-repeat scroll right top transparent;
    height:40px;
    margin-top:-13px;
    margin-right:-1px;
    margin-left:-10px;
}

.widget h4 {
background: url(images/header_h4.gif) no-repeat scroll right top transparent;
    display: inline;
    font-size: 1.4em;
    height: 40px;
    line-height: 2em;
    padding: 7px 14px 10px 7px;	
}

.mu_register {
	padding-top:50px;
	padding-bottom:40px;
}

.mu_alert {
  margin-bottom:20px 
}

