/*
Theme Name: FancySeeingYouHere
Theme URI: http://fancyseeingyouhere.com
Description: Theme based on http://ilovetypography.com/ theme.
Version: 0
Author: Gregory Johnson
Author URI: http://graphicode.net
Tags: 


*/



/* Begin Typography & Colors */
body{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #FFF url(images/bg-body.gif) repeat-x 0 0;
}
a{
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #333;
}
a:hover{
    color: #71CBD2;
    border-bottom: 1px dotted #71CBD2;
}
hr{
    visibility: hidden;
    clear: both;
}
abbr{
    border: 0;
}

#page{
    margin: 0 auto;
    width: 775px;
}

#header{
    position: relative;
    height: 200px;
}
#header #mainnav{
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    display: block;
    margin: 6px 0;
    padding: 0;
    width: 100%;
    list-style: none;
    clear: both;
}
#header #mainnav li{
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    height: 15px;
}
#header #mainnav li a,
#header #mainnav li a:link,
#header #mainnav li a:visited{
    margin: 0 1px 0 0;
    padding: 5px 10px;
    border: 0;
}
#header #mainnav li a:hover,
#header #mainnav li.current_page_item a{
    color: #333;
    background: #F5F5F5;
}
#header #mainnav li.subscribe{
    float: right;
}
#header #mainnav li.subscribe a{
    color: #71CBD2;
}
#header h1{
    position: absolute;
    top: 76px;
    left: 0;
    margin: 0;
    padding: 0;
}
#header h1 a{
    display: block;
    width: 570px;
    height: 80px;
    text-indent: -5000px;
    overflow: hidden;
    background: transparent url(images/bg-title.gif) no-repeat 0 0;
    border: 0;
}
#header .description{
    display: none;
}


#content{
    float: left;
    margin-right: 42px;
    padding-left: 10px;
    width: 520px;
}
#content .details{
    font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
    font-size: .714em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #555;
}
#content .details a{
    border: 0;
}
#content h2{
    margin: .3em 0 .6em;
    font-size: 2em;
    font-weight: normal;
}
#content h2 a{
    text-decoration: none;
    color: #333;
    border: 0;
}
#content .entry{
    padding: 6px 0 0;
    border-top: 1px dotted #CCC;
}
#content .entry p{
    margin: 1em 0;
}
#content .entry img{
    padding: 8px;
    background: #FFF;
    border: 1px dotted #CCC;
}
#content .postmetadata{
    padding-bottom: 2em;
    border-bottom: 1px dotted #CCC;
}

#sidebar{
    float: left;
    width: 182px;
}
#sidebar h3{
    margin-bottom: 0;
    padding: 2px;
    font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 1px;
    color: #71CBD2;
}
#sidebar ul{
    padding-left: 0;
    list-style: none;
}
#sidebar ul ul{
    border-top: 1px dotted #333;
}
#sidebar ul ul li{
    display: block;
    width: 100%;
    border-bottom: 1px dotted #333;
}
#sidebar ul ul li a{
    padding: 3px 2px;
    text-decoration: none;
    border-bottom: 0;
}
#sidebar ul ul li a:hover{
    color: #71CBD2;
    border-bottom: 0;
}

#sidebar form#searchform label{
    display: none;
}
#sidebar form#searchform input{
    display: inline;
    padding: 5px 4px;
    width: 112px;
    border: 1px dotted #CCC;
}
#sidebar form#searchform input#searchsubmit{
/*    margin-right: 5px;*/
    padding: 4px 2px 4px 3px;
    width: 54px;
    background-color: #71CBD2;
    border: 1px solid #CCC;
    text-align: center;
    text-transform: uppercase;
}

#adbar {
    display: none;
    float: left;
    margin-left: 35px;
    width: 170px;
    height: 400px;
/*    background-color: #DDD;*/
}

#footer{
    clear: both;
    margin: 10px 10px 0;
    padding: 0 0 20px;
    font-size: .9em;
/*    border-top: 1px dotted #CCC;*/
}

/* COMMENTS PAGE */
.commentlist {
    margin: 0;
    padding: 0;
}
.commentlist li{
    position: relative;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 10px 10px 30px;
    list-style: none;
    border: 1px dotted #CCC;
}
.commentlist li .comment-author,
.commentlist li .comment-author a{
    color: #71CBD2;
}
.commentlist li .comment-author a{
    border-bottom-color: #71CBD2;
}
.commentlist li .comment-author img{
    margin-right: 10px;
    padding: 4px;
    background: #EFEFEF;
    border: 1px dotted #CCC;
}
.commentlist li .comment-author .fn{
    font-size: 1.4em;
}
.commentlist li .comment-author .says{
    display: none;
}
.commentlist li .comment-meta{
    position: absolute;
    bottom: 10px;
    font-size: .9em;
}
.commentlist li .comment-meta a{
    color: #999;
}
form#commentform input {
    margin-right: 10px;
    border: 1px solid #CCC;
}
form#commentform label {
}
form#commentform textarea#comment {
    width: 518px;
    border: 1px solid #CCC;
}
form#commentform input#submit{
    padding: 5px;
    cursor: pointer;
}
