/*
Theme Name:   EddeQ Clean
Theme URI:    http://www.eddequincey.com
Description:  A clean, organized theme based on DePo Clean.
Version:      1.0
Author:       Ed de Quincey
Author URI:   http://www.eddequincey.com
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: black;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: "Lucida Grande", Arial, sans-serif;
    background: #222 url(/images/bg.gif) repeat-x;	
}

/* Links */

a { color:#fff; text-decoration: none }
a:hover { color:#666; text-decoration: underline }

/* Basic Typography */

p, ul, ol, li { 
    margin-bottom: 18px; 
}

ul {
    list-style-type: square;
    margin-left: 14px;
}

h1 { 
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 24px; 
    line-height: 40px;
    margin-bottom: 18px;
    font-weight:normal;
    font-family: Georgia, Arial, sans-serif;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin-bottom: 12px;
    font-weight:normal;
    font-family: Georgia, Arial, sans-serif;
}
h4 { 
    font-size: 15px; 
    font-weight:normal;
    margin-bottom: 6px;
    color: #666;

}


/* Container */

.container {
    margin: 0 auto;
    padding: 0;
    width: 840px;
}

/* Header */

.header {
    padding: 32px 0 0px 0;
    text-align:left;
}

.header h1 {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
}

.header span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-family: Georgia, Arial, sans-serif;
}

.header a {    color: #fff;}
.header a:hover { color: #666; }

.header h2 a {    color: #fff; border-bottom:1px solid white; padding-bottom:2px;font-style:italic;}
.header h2 a:hover { color: #666; text-decoration: none ; border-bottom:1px solid #666; padding-bottom:2px;}

/* Content */

.pagecontent{
    text-align:left;
    padding: 0 0 22px 0;
}
.pagecontent p{
    font-size:14px;
    line-height:24px;
}
.pagecontent a{
    text-decoration:underline;
}

/* Footer */

.footer {
    padding: 22px 0 10px 5px;
    border-top: 1px solid #666;
    text-align:left;
    font-size: 12px;
    color: #666;
}
.footer small{
    font-size:10px;
}
.footer div {
    width:152px;
    margin: 0 20px 0 0;
    float:left;
}

.footer h3 a {    font-size:14px; font-weight:normal; color: #fff; border-bottom:1px solid white; padding-bottom:3px;}
.footer h3 a:hover { color: #666; text-decoration: none ; border-bottom:1px solid #666; padding-bottom:3px;}

.footer img {
    border:0;
    border: 1px solid #666;
}

.footer div.last {
    width:142px;
    margin: 0 0 0 0;
}

.copyright {
    margin:12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #666;
    text-align:right;
    font-size: 12px;
    color: #666;
}

span.previous { padding: 0 20px 0 0; float: left; }

.feedExtrapubdate{
    display:inline;
}

/* flickr */

.flickr {
    text-align:left;
    padding: 22px 0 10px 3px;
    border-top: 1px solid #666;
}

.flickr img {
    width: 58px;
    height: 58px;
    margin: 1px 4px;
    border: 1px solid #666;
}

.flickr img:hover {
    width: 72px;
    height: 72px;
    margin: -6px -3px;
    border: 1px solid #777;
}

.flickr span {
    float:left;
    width: 56px;
    font-size: 14px;
    color: #666;
}

.flickr span a { color: #666; }

.flickr small {
    font-size:9px;
}

/* delicious */

.delicious-tags { font-size:11px; color:#666 }
.delicious-tags a { font-weight:normal; color:#333 }

ul.nav li { margin: 0 }
ul.delicious li { margin: 0 }
span.delicious-timestamp { font-size:10px; }