/*
Theme Name: Clair's Homepage
Theme URI: http://cds-world.co.uk
Description: Now with extra lovliness
Version: 7.0
Author: Clair
*/

* {
    margin: 0;
    padding: 0;
}


/* Layout */
body {
    background: url(images/background.png) top center repeat-y;
	color: #000;
    font-family: "Gill Sans", "Gill Sans MS", Arial, Verdana;
    font-size: 12pt;
}

#container {
    margin: 15px auto;
    width: 974px;
}

ul#nav {
    text-align: right;
}

ul#nav li {
    display: inline;
    margin: 0 5px 5px 0;
    padding: 2px;
}

#main {
    clear: both;
    padding-top: 30px;
}

#footer {
    clear: both;
    font-size: 8pt;
    padding-top: 10px;
    text-align: right;
}


.twocol-left {
    float: left;
    width: 50%;
}
.twocol-right {
    float: right;
    width: 50%;
}

.twocol2-left {
    float: left;
    width: 66%;
}
.twocol2-right {
    float: right;
    width: 30%;
}


.twocol8020-left {
    float: left;
    width: 80%;
}
.twocol8020-right {
    float: right;
    width: 18%;
}
.twocol8020-right li {
    list-style-type: none;
    margin-top: 10px;
}

.threecol {
    float: left;
    margin-right: 25px;
    width: 30%;
}

/* End layout */


/* Typography */
h1,h2,h3,h4,h5,h6 {
    border-bottom: 1px solid;
    color: #00841c;
    font-family: "American Typewriter", Courier, sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}
.portfoliopage h2, .blog h3, .blog h4 {
    border: none;
    margin: 0;
	padding-top: 10px;
}

.lead {
    color: #00841c;
    font-family: "American Typewriter", Courier, sans-serif;
    font-size: 16pt;
}

.twocol8020-left ul, .twocol8020-left ol {
    margin-left: 1em;
    margin-bottom: 1ex;
}

code {
    background-color: #e4e59a;
}

/* End typography */


/* Links */
#main a {
    color: #1a508d;
    padding: 1px;
}
#main a:visited {
    color: #536f8d;
}
#main a:hover {
    color: #461a8f;
}

a.web-visitsite{
    background-color: #e2e500;
    border: 1px solid #000;
    color: #000 !important;
    float: right;
    padding: 10px 20px !important;
    text-decoration: none;
}

.twocol8020-right a{
    border: 1px solid #888;
    color: #000 !important;
    display: block;
    padding: 3px !important;
    text-decoration: none;
    background-color: #e3e55d;

    box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 5px #888;
    -webkit-box-shadow: 1px 1px 5px #888;
}
.twocol8020-right a:hover, a.web-visitsite:hover{
    background-color: #e6bd00;
}
/* End links */


/* Misc */
img {
    border: 0;
}

p {
    margin-bottom: 1.5ex;
}

.clear {
    clear: both;
}

img#wpstats{width:0px;height:0px;overflow:hidden}
/* End misc


/* Homepage */
.aktt_tweets ul, .aktt_tweets li{
    margin: 0; padding: 0;
    list-style-type: none;
}
.aktt_tweet_time {
    font-size: 8pt;
}
li.aktt_more_updates{
    margin-top: 10px;
}
/* End homepage */


/* Blog */
.navigation {
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
.alignright {
    float: right;
}
.alignleft {
    float: left
}

.post {
    clear: left;
}

.postmetadata {
    padding-bottom: 50px;
    font-size: 8pt;
    text-align: right;
    clear: both;
}

ol.commentlist li {
    margin-top: 10px;
    border-bottom: 1px dashed #999;
}
.commentmetadata {
    margin-bottom: 20px;
}
.comment-meta{ /* Timestamp */
    display: none;
}
.fn, .says { /* Author name */
    font-size: 10pt;
    font-weight: bold;
}

.timestamp {
    font-size: 8pt;
    float: right;
}

.blogsb {
    margin-bottom: 30px;
}

.footnotes {
	border-top: 1px solid #000;
	margin-top: 5ex;
	padding-top: 2px;
}
/* End blog */



/* Image related stuff */
.image-right img, .image-left img, .image-centre img {
    border: 1px solid #000;
}
.image-right p, .image-left p {
	font-size: 8pt;
}

.image-right {
	float: right;
	padding: 0 0 8px 20px;
}
.image-left {
	float: left;
	padding: 0 20px 0 0;
}
.image-centre {
    margin: auto;
}

.lightbox{
	position: relative;
}
.lightbox span{
	background: url(images/glass.png) no-repeat;
	height: 42px;
	position: absolute; bottom: 28px; right: 1px;
	width: 38px;
}
/* End image stuff */

