/*  
Theme Name: Hugo|Blog|Photos 
Theme URI: http://hugo.thelucks.org/
Description: The theme for hugo.thelucks.org created by Andrew Luck, based on the default wordpress theme by Michael Heilemann
Version: 0.1
Author: Andrew Luck
Author URI: http://andrew.thelucks.org

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
    position:absolute;
    left:50%;
    margin-left:-382px;
    margin-top: 20px;
    background-color:#ACE1F3;
    width:764px;
}

#sideArea {
    width:204px;
    float:right;
}

.sidebar {
text-align:left;
width:204px;
margin:0px;
background-image:url(images/sidebarBackground.gif);
font-family:verdana;
font-size:10px;
}

.sidebarTop {
    width:204px;
    background-image:url(images/sidebarTop.gif);
    height:17px;
}

.sidebarBottom {
    width:204px;
    background-image:url(images/sidebarBottom.gif);
    height:17px;
}

.sidebarTitle {
    width:190px;
    margin:0px;
    margin-left:7px;
    margin-right:7px;
    background-image:url(images/sidebarTitle.gif);
    height:55px;
}

.prevPosts {
    width:190px;
    margin:7px;
    margin-top:20px;
}

.prevPostsTitle {
    background-image:url(images/prevPostsTitle.gif);
    width:120px;
    height:19px;
    margin-left:70px;
}

.sidebar ul {
    margin-left:10px;
    list-style:none;
    padding-left:0px;
}

.sidebar li {
    margin-left:0px;
    background-image:url(images/postBullet.gif);
    background-repeat:no-repeat;
    padding-left:20px;
    font-size:10px;
    font-family:verdana;
}

.sidebarComments {
        font-family:verdana;
    font-size:10px;
        color: white;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        text-align: left;

}

a img {
        border-color: black;
}



.prevMonths {
    width:190px;
    margin:7px;
    margin-top:20px;
}

.prevMonthsTitle {
    background-image:url(images/prevMonthsTitle.gif);
    width:141px;
    height:20px;
    margin-left:49px;
}

#headerPic {
    width:204px;
    height:307px;
    background-image:url(images/hugoHeader.jpg);

}

#main {
    width:540px;
    text-align:left;
    margin:10px;
    background-image:url(images/bodyBack.gif);
}

.mainTop {
    width:540px;
    height:14px;
    background-image:url(images/bodyTop.gif);
        background-repeat: no-repeat;
        line-height: 5px;
        margin: 0px;
        padding: 0px;

}

.mainBottom {
    width:540px;
    height:14px;
        line-height: 5px;
    background-image:url(images/bodyBottom.gif);
        background-repeat: no-repeat;
        background-position: bottom;
        margin: 0px;
        padding: 0px;
}
.postHeader {
    margin-left:30px;
margin-right: 30px;
    margin-top:10px;
}

.postTitle {
    font-family:Trebuchet MS;
    font-size:20px;
    color:#3A9BC2;
}
.postNav {
    font-family:Trebuchet MS;
    font-size:10px;
text-align: center;
    color:#333333;
}

.postList {
    font-family:Trebuchet MS;
    font-size:12px;
text-align: left;
    color:#333333;
}

.postDate {
    font-family:Trebuchet MS;
    font-size:10px;
    color:#3A9BC2;
}

.postBody {
    margin:10px 30px;
    padding-top:10px;
    border-width:1px 0px 0px 0px;
    border-style:solid;
    border-color:black;
    font-family:verdana;
    font-size:10px;
    color:#666666;
}

.comments {
    margin:0px 30px 20px 0px;
    font-family:verdana;
    font-size:10px;
    color:#CFA200;
    text-align:right;
}

.commentsAdd {
    margin:30px 0px 20px 0px;
        padding-left: 30px;
        padding-right: 30px;
    font-family:verdana;
    font-size:10px;
    color:#333333;
    text-align:left;
}

.comment-inner {
        border-color: black;
        border-style: solid;
        border-width: 1px;
        background-color: #DDDDDD;
        margin: 30px 30px 30px 0px;
        padding: 10px;
}

.comments a:link, .postBody a:link {
text-decoration:none;
    color:#CFA200;
}

.comments a:visited, .postBody a:visited {
text-decoration:none;
    color:#CFA200;
}

.comments a:hover , .postBody a:hover{
text-decoration:underline;
color:black;
}

.sidebar a:link {
text-decoration:none;
color:black;
}

.sidebar a:visited {
text-decoration:none;
color:black;
}

.sidebar a:hover {
text-decoration:underline;
color:black;
}


.postTitle a:link, .postNav a:link, .postList a:link {
text-decoration:none;
color:#3A9BC2;
}

.postTitle a:visited, .postNav a:visited, .postList a:visited {
text-decoration:none;
color:#3A9BC2;
}

.postTitle a:hover, .postNav a:hover, .postList a:hover {
text-decoration:underline;
color:#3A9BC2;
}


.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; margin-left:-15px}
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
