/*  
Theme Name: Cutflat
Theme URI: http://cutflat.net/
Description: A simple photo website theme for Wordpress.
Version: 1.0
Author: Tim Raupach
Author URI: http://cutflat.net
*/

/* Hide the gif that wp stats puts on the page */
img#wpstats{width:0px;height:0px;border:0px;overflow:hidden;}

.blogHeading {
    overflow:hidden;
    width:800px;
    vertical-align:bottom;
}

.postArea {
    position:absolute;
    left:50%;
    margin-left: -400px;
    border:0;
    text-align:left;
    width:800px;
    height:90%;
}

.archPostArea {
    position:absolute;
    left:50%;
    margin-left: -329px;
    border:0;
    text-align:left;
    width:758px;
    height:90%;
}

.vertCentre {
    display:table;
    height:100%;
    width:800px;
}

.postRow {
    border:0;
    display:table-cell;
    vertical-align:middle;
    height:100%;
}

.postCell {
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:800px;
}

.vertFiller {
    height:50%;
}

body {
    font-family: sans-serif, Arial;
    background: #FFFFFF;
    color: #000000;
    text-align:left;
    min-width:600px;
    min-height:700px;
    font-size:small;
}

p {
    text-align:justify;
}

.commentsPopup {
    margin:5px 5px 5px 5px;
}

h1 {
    font-family: sans-serif;
    font-size: 30pt;
    margin-bottom: 0px;
    margin-top: 20px;
}

h2 { 
   font-family: sans-serif;
   font-size: 15pt;
   margin-bottom: 0px;
}

h3 { 
   font-family: sans-serif;
   font-size: 12pt;
   margin-bottom: 0px;
}

.archivesCentreWrapper {
    position:absolute;
    left:50%;
    margin-left:-375px;
    width:750px;
}

.thumbTable {
    display:table;
}

.thumbRow {
    display:table-row;
}

.thumbLinkImage {
    display:table-cell;
    padding-left:2px;
    padding-right:2px;
    padding-top:2px;
    padding-bottom:2px;
}

img {
 border: 1px black solid;
}

img.noborder { 
 border: 0;
}

.infoline { 
 padding-bottom: 7px;
}

.infotext { 
 text-align:justify;
}

img.thumbnail { 
 border: 0;
 height: 100px;
 width: 150px;
}

table {
    font-size: small;
}

.exif {
 color:#555;
 font-size:small;
 padding-top:4px;
 padding-bottom:2px;
 width:100%;
 text-align:right;
}

.photo {
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.photoDescription {
    color:#000000;
    width:100%;
    text-align:right;
    font-size:small;
    padding-bottom:5px;
}

.commentsNav {
    width:100%;
    text-align:right;
    color:#555;    
    font-weight:bold;
}

.footer {
 text-align:center;
 margin-bottom: 10px;
 margin-top:10px;
 width:100%;
 font-size: 11px;
 color: #555;
}

.navText {
 float: right;
 margin-top:41px;
 font-size: 11px;
 color: #555;
}

a:hover { 
 text-decoration: underline;
}

a {
 color: #555;
}

.spacer {
    height:20px;
}

a.hiddenLink {
    text-decoration: none;
    color: black;
}

.header {
 text-decoration:none;
 color: black;
 text-align:left;
}

hr.infopagehr{ 
 border-top: 0px;
 border-left: 0px;
 border-right: 0px;
 border-bottom: solid 1px black;
 line-height: 1px;
 width: 80%;
 text-align: center;
 margin: 15px 0 15px 0;
}

hr {
 border-top: 0px;
 border-left: 0px;
 border-right: 0px;
 border-bottom: solid 1px black;
 line-height: 1px;
 width: 100%;
 text-align: left;
 margin: 10px 0 10px auto;
}

.lyrics {
 margin-left:20px;
 margin-top:10px;
 margin-bottom:10px;
 color: #333;
}