/*  
Theme Name: Cutflat Snippets
Theme URI: http://snippets.cutflat.net/
Description: A simple theme to display iPhone photos as blog entries.
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;}

.column { 
    margin-top:30px;
    margin: 0 auto;
    width: 700px;
    background: #ffffff;
    height:100%;
    padding-bottom:1%;
    padding-top:1%;
}

.postArea {
  margin: 0 auto;
  width: 450px;
  background: #ffffff;
  height: 100%;
}

body {
    font-family: serif, sans-serif, Arial;
    background: #003366;
    color: #000000;
    margin-top:0px;
    margin-bottom:0px;
    font-size:small;
    padding-top:0px;
}

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

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

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

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

img {
 border: 1px black solid;
 width: 450px;
 height: 346px;
}

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:10px;
}

.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;
}

a:hover { 
 text-decoration: underline;
}

a {
 color: #555;
}

.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;
}

