/*
Theme Name: Frederik Brinck
Theme URI: http://frederikbrinck.com/
Description: A theme made by frederikbrinck.com to serve its purpose for his trip to brazil.
Version: 1.0
Author: Frederik Brinck
Author URI: http://frederikbrinck.com/
*/

/* Main Structure */
body{
    margin:0 0 0 0;
    text-align:center;
}
h2{
    margin:0 0 0 0;
    line-height:11px;
}
#frederikbrinck{
    margin:0 auto;
    width:700px;
    text-align:left;
}

#header{
    margin:0 0 1px 0;
    width:700px;
    height:250px;
    background-color:#dddddd;
}
#banner{
    width:700px;
    height:225px;
    background-image:url("images/banner.jpg");
}

#menu{
    width:700px;
    height:25px;
}

#main{
    overflow:hidden;
    margin:0 0 1px 0;
    width:700px;
    background-color:#dddddd;
}
#content{
    float:left;
    padding:15px 0 15px 15px;
    width:455px;
}
#sidebar{
    overflow:hidden;
    padding:15px 15px 15px 15px;
    width:200px;
}

#footer{
    clear:both;
    padding:7px 0 0 0;
    width:700px;
    height:18px;
    text-align:center;
    background-color:#dddddd;
}
/* End Main Structure */



/* Sidebar Structure */
.ngg_images{
    text-align:center;
}

/* End Sidebar Structure */



/* Post Structure */
p{
    margin:10px 0 10px 0;
}

.title{
    width:485px;
}
.entry{}
.data{
    margin:0 0 30px 0;
    border-top:1px dashed #777777;
}
.image{
    overflow:hidden;
    clear:both;
    padding:15px;
    background-color:#eeeeee;
}
.image img{
    float:left;
    margin-right:6px;
    border:5px solid #dddddd;
}
/* End Post Structure */



/* Widget */
.widget{
    margin:0 0 15px;
    padding:15px 15px 15px 15px;
    width:170px;
    background-image:url("images/widget.gifS");
    background-color:#bbbbbb;
    background-repeat:no-repeat;
    font-size:11px;
}
.widgettitle{
    text-align:center;
    margin:0 0 0 0;
    padding:0 0 0 0;
    line-height:11px;
    font-size:14px;
    font-family:Calibri, Tahoma, Sans-Serif;
    font-weight:bold;
}
/* End Widget Structure */



/* Comment Structure */
.commentlist{
    padding:0;
    border-top:1px dashed #777777;
}
.commentlist ul{
    margin:15px 0;
    padding:0;
}
.commentlist li{
    margin:0;
    padding:10px 10px 10px 10px;
    list-style-type:none;
}
.commentlist li.even{
    background-color:#eeeeee;
}
li.comment img.avatar{display:none;}

li.comment-author-admin{}
/* End Comment Structure */



/* Menu */
.menu{
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.menu ul{
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.menu ul li{
    padding:0 0 0 0;
    display:inline;
    list-style-type:none;
    
    font-size:16px;
    font-family:Calibri, Tahoma, Sans-Serif;
    font-weight:bold;
}
.menu ul a{
    padding:10px 15px 6px 15px;
}
.menu ul a, .menu ul a:visited, .menu ul a:active{
    color:#222222;
}
.menu ul a:hover{
    background-color:#222222;
    color:#777777;
}

/* End Menu */



/* Typography */
body{
    font-size:12px;
    font-family:Calibri, Tahoma, Sans-Serif;
    color:#222222;
}
a,a:visited,a:active{
    color:#222222;
    text-decoration:none;
}
a:hover{
    color:#777777;
    text-decoration:none;
}

h2{
    font-size:16px;
    font-family:Calibri, Tahoma, Sans-Serif;
    color:#222222;
    font-weight:bold;
}

small{
    font-size:11px;
    font-family:Calibri, Tahoma, Sans-Serif;
    color:#777777;
    font-weight:bold;
}

.more-link{
    color:#777777;
}

.grey{
    color:#777777;
}

/* End Typography */