/**
  Theme Name: Naked
  Theme URI: http://www.siftware.co.uk/wordpress-naked
  Version: 1.1
  Author: Siftware
  Author URI: http://www.siftware.co.uk
  Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blank-slate
  Licence: GPL
  
  Description: A theme created with developers in mind which should enable rapid WP reskinning. The CSS is minimal but consistent cross-browser, there are a couple of SEO tweaks and the page navigation works sensibly but can modified easily.

  The CSS that follows is what I feel is the bare minimum of styling for a two column, fixed width and centred layout that should be
  consistent in 'modern browsers'
*/

html {
  overflow-y: scroll;
}

body {font-family: arial; margin-top:160px; background-image:url(http://iamchriscollins.com/logo.png); background-position: top left; background-repeat: no-repeat;}
a{color:black;}
h1{margin:0px; padding-left: 50px;}
h2{margin:0px; padding-left: 50px;}
h3{margin:0px; padding-left: 50px;}
h4{margin:0px; padding-left: 50px;}
h5{margin:0px; padding-left: 50px;}
h6{margin:0px; padding-left: 50px;}

.archive{text-align: justify; padding-left: 50px; padding-right: 50px; padding-bottom: 150px;}
.archive h1{margin:0px; padding-left: 0px; display:inline;}
.archive h2{margin:0px; padding-left: 0px; display: inline;}
.archive h3{margin:0px; padding-left: 0px; display: inline;}
.archive h4{margin:0px; padding-left: 0px; display: inline;}
.archive h5{margin:0px; padding-left: 0px; display: inline;}
.archive h6{margin:0px; padding-left: 0px; display: inline;}

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


.entry{padding-left:50px; border-bottom: 1px dotted black; clear:both; margin-bottom:30px; margin-top:30px;}
.comments{position:relative; top:-10px; padding:5px;font-size:10px; float:right; margin-right:20px; margin-bottom:20px; border:1px dotted black; background-color:white;}
.navigation{width:100%; text-align: center; padding-top:20px;}
.date{padding-left:50px; font-size:10px;}

#browse{text-align: center; color:gray; margin-bottom: 10px;}
#browse p{font-size: 10px;}
#browse ul{margin: 0px; padding: 0px;}
#browse li{display: inline; padding:0px; margin-bottom:10px;}
#browse li a{color:gray; font-size:10px; text-decoration: none;}
#browse li a:hover{color:black; font-size:10px; text-decoration: none;}
.active{background-color:black; color:white; font-size:10px;}
.active a:hover{color:white; font-size:10px; text-decoration: none;}



