/**
  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
	{
	font-size:100.01%;	
	}

body 
	{
	 background:url('../images/background_repeat-.png'); /**fixed no-repeat top left; */
	 margin:0px;
	 padding:0px;
	 display:inline;
	font-size:62.5%;
	font-family: calibri,arial,helvetica,verdana,sans-serif;
	color:#150915;
	 }

a
	{
	color:#AD0068;
	}
	
/** from the old stylesheet */

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
	{
	text-decoration: none;
	}
	
h4
	{
	float:left;
	width:620px;
	padding-left:40px;
	margin-top:-10px;
	font-size:2.4em;
	}

h5
	{
	float:left;
	width:620px;
	padding-left:40px;
	font-size:1.8em;
	}
	
/** from the old stylesheet */			
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

	
#wp-calendar a {
	/**text-decoration: none;*/
	/**font-weight:bold;*/
	}

span.time_machine
	{
	float: left;
	width: 240px;
	margin-bottom: -10px;
	padding-top: 30px;
	text-align: center;
	font-size: 1.8em;
	display:inline;
	}
	
#wp-calendar caption {
	font-size: 0.7em;
	text-align: center;
	display: none;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	display: none;
	}
/** from the old stylesheet */

#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0px;
	line-height: 1;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
	font-size: 1.6em;
	}
/** from the old stylesheet */
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
/** from the old stylesheet */
#wp-calendar #prev a {
	padding-left: 4px;
	text-align: left;
	}
/** from the old stylesheet */
#wp-calendar a {
	display: block;
	}
/** from the old stylesheet */
#wp-calendar caption {
	text-align: center;
	}
/** from the old stylesheet */
#wp-calendar td {
	padding: 0px 0;
	text-align: center;
	}
	
/** from the old stylesheet */
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/** from the old stylesheet */


#header 
 {
  width:920px;
  height:90px;
  margin:0 auto;
  padding:0px;
  }
#header a.home
	{
	float:left;	
	display:inline;
	}  
 #header a.home img
 	{
 	border:0px;
	float:left;
	padding-top:20px;
 	}
/** 
 * SEARCH BOX
 */	
.search_box
	{
	float:right;
	padding-top:10px;
	padding-left:50px;
	padding-right:20px;
	padding-bottom:20px;
	margin-top:20px;
	display:inline;	
	}
.search_box .search_field
	{
	background:url('../images/search_background.png') no-repeat;
	border:0px;
	
	float:left;
	font-style:italic;
	width:130px;
	height:18px;
	font-size:1.3em;
	font-family:Calibri,Arial,sans-serif;
	padding-bottom:0px;
	padding-right:15px;
	padding-left:0px;
	display:inline;
	}
.search_box .magnify_glass
	{
	float:right;	
	display:inline;
	padding-right:5px;
	}		 
  /**
    Nav and Subnav
    Split these out if you want the two levels to look different
  */
  #nav
  {
    list-style: none;
    padding-right: 0;
	clear:right;
	float:right;
	height:29px;
	margin-top:20px;
	margin-right:0px;
	padding-top:12px;
	display:inline;
  }
  #subNav 
  {
    list-style: none;
    padding: 0;
    margin: 0;
	clear:right;
	float:right;
	height:29px;
	margin-top:20px;
	margin-right:18px;
	display:none;
  }
    #nav li,
    #subNav li {
      display: inline;
    }
/**#nav li.left_spacer
	{
	background: url('../images/header_menu_bkgr_left.png') no-repeat left center;	
	float:left;
	width:10px;
	height:29px;
	display:block;
	}	
#nav li.right_spacer
	{
	background: url('../images/header_menu_bkgr_right.png') no-repeat right center; 
	float:left;
	width:10px;
	height:29px;
	display:block;
	}	*/
 #nav a	
 	{
 	float:right;	
 	color:white;
	padding: 0px 0px 0px 45px;
	letter-spacing: 0.5px;
	margin-right: 0px;
	text-decoration:none;
	background:none;
	height:29px;
	font-size:2.3em;	
 	}	
	
    /* Currently selected page nav item (and parent) if applicable */
    .current_page_item a,
    .current_page_parent a {
      text-decoration: none;
    }
      .current_page_item a:hover,
      .current_page_parent a:hover {
        text-decoration: underline;
      }

/**      main content     */
#primary_content {

  width:920px;
   margin: 0 auto;
}
#primary_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
 
 #primary_content h1.postTitle,
  #primary_content h2.postTitle
  {
  float:left;
  width:500px;
  margin-left:40px;
  display:inline;
  }
  /* titles are h2 on homepage and h1 for internal */
  #primary_content h1.postTitle a,
  #primary_content h2.postTitle a {
	color:#29001e;
	text-decoration:none;
	padding:10px 0px 0px 0px;
	float:left;
	font-weight:bold;
	display:inline;
  }
  #primary_content h1.postTitle
  	{
  	font-size:3.2em;	
  	}
  #primary_content h2.postTitle
  	{
  	font-size:2.4em;	
  	}
  #primary_content h3 {
    padding: 0;
    margin: 10px 0 0 0;
	display:inline;
  }
  ol#posts {
    list-style: none;
	background:white;
    margin: 0;
    padding: 0;
	float:left;
	width:660px;
	clear:both;
	display:block;
  }
ol#posts a
	{
	background:none;
	}
ol#posts a.more-link
	{
	font-style:italic;
	} 
 h2#comments,
 h2#postcomment
 	{
 	float:left;
	padding-left:40px;
 	} 
ol#posts li 
 	{
 	float:left;	
	background:white;
	width:660px;
	list-style-type:none;
 	}
ol#commentlist 
	{
	background:red;
	padding:0px;
	margin:0px;
	margin-left:20px;	
	}	
ol#commentlist li	
	{
	width:620px;
	padding:4px;
	background:url('../images/post_separator.png') no-repeat bottom center;	
	}	
img.avatar
	{
	padding-left:20px;
	}
 ol#posts li.heading 
 	{
 	float:left;	
	background:transparent;
	font-size:1.4em;
 	}	
 ol#posts li p 
 	{
 	clear:both; 	
 	float:left;
	font-size:1.2em;
	line-height: 1.5em;
	word-spacing: 1px;
	font-family:arial,helvetica,verdana,sans-serif;
	background:white;
	margin:0px;
	padding-left:40px;
	padding-bottom:15px;
	width:580px;
	display:inline;
 	}	 
ol#posts li.top_spacer /** ????? */
	{
	float:left;
	background: transparent url('../images/post_bkgr_up.png') no-repeat top center; 
	height:15px;
	display:none;	
	width:660px;
	}
ol#posts li.bottom_spacer
	{
	float:left;
	background: transparent url('../images/post_bkgr_down.png') no-repeat bottom center; 
	height:15px;
	display:none;	
	width:660px;
	}	
div.post_spacer
	{
	float:left;
	width:620px;
	height:1px;	
	margin-left:30px;
	margin-top:20px;
	display:inline;
	background: white url('../images/post_separator.png') no-repeat ; 	
	}   
div.post_right_block
	{
	display:inline;	
	float:right;
	margin-right:15px;
	text-align:right;
	font-size:1.2em;
	}
div.post_right_block span	
	{
	clear:left;	
	float:left;	
	display:block;
	width:50px;
	background:none;
	padding-right:15px;
	margin:0px;
	text-align:center;
	color:#29001e;
	}	
div.post_right_block span.day
	{
	font-size:2.8em;
	font-weight:bold;
	line-height:0.7em;
	padding-top:30px;
	}
div.post_right_block span.month
	{
	font-size:0.8em;
	}	
div.comments_category
	{
	display:inline;	
	width:600px;
	float:left;
	padding-left:40px;
	}
div.comments_category span.category
	{
	font-size:1em;
	font-family:Arial,Helvetica,sans-serif;
	float:right;
	padding-right:20px;
	}	
div.comments_category span.category a
	{
	font-style:italic;
	font-size:1.2em;
	font-family:Calibri,arial,helvetica,verdana,sans-serif;
	}	
div.comments_category span.comments
	{
	float:left;
	font-size:1em;
	}	
div.comments_category span.comments a
	{
	font-style:italic;
	font-size:1.2em;
	}	
		
/**       sidebar          */
div.sidebar
	{
	background:white;
	float:right;
	list-style-type:none;
	width:240px;
	display:inline;
	}
div.sidebar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	display:inline;
    }

div.sidebar {display: inline-block;}  /* for IE/Mac */
	
div.sidebar ul,
ul.sidebar_list	
	{
	float:left;
	padding:0px;
	margin:0px;
	list-style-type:none;
	display:inline;	
	}
div.sidebar ul li.heading
	{
	text-align:left;	
	font-size:1.8em;
	padding-bottom:15px;
	padding-left:15px;
	display:inline;
	width:200px;
	}
div.sidebar ul li.flickr
	{
	width:240px;
	padding-bottom:10px;
	display:inline;
	}
div.sidebar ul li,
ul.sidebar_list	 li
	{
	float:left;
	width:240px;
	/**background:white; */
	padding:0px;
	margin:0px;	
	display:inline;
	}
ul.sidebar_list	li img
	{
	float:left;
	border:0px;	
	}
div.sidebar ul	 li.contact_details img
	{
	padding:0px 0px 0px 10px;	
	float:left;
	display:inline;
	}
div.sidebar ul li.contact_details ul
	{
	float:right;	
	margin:0px;
	padding:0px;
	}
div.sidebar ul li.contact_details ul li
	{
	float:right;	
	clear:both;
	width:160px;
	text-align:right;
	font-size:1.3em;
	margin-right:7px;
	display:inline;
	}
div.sidebar_spacer
	{
	float:left;
	width:200px;
	height:1px;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:10px;
	display:inline;
	background:white url('../images/sidebar_separator.png') 6px 0px no-repeat ; 	
	}
div.sidebar li.twitter_updates
	{
	list-style-type:none;
	float:left;	
	display:inline;
	}
div.sidebar li.twitter_updates .tweet
	{
	clear:both;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	width:185px;
	float:right;	
	padding-left:35px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	display:inline;
	}
div.sidebar li.twitter_updates .heading
	{
	text-align:center;	
	font-size:1.8em;
	display:block;
	}	
div.sidebar li.twitter_updates img
	{
	float:left;	
	margin-top:-7px;
	padding-left:30px;
	display:inline;
	}
div.sidebar li.twitter_updates span
	{
	float:left;
	padding-left:5px;
	display:inline;
	}
/**
div.sidebar li.twitter_updates a
	{
	color:#d75d94;
	}
*/
div.sidebar li.aktt_more_updates
	{
	float:none;
	font-size:0.9em;
	font-family:Arial,Helvetica,sans-serif;
	display:inline;
	}
div.sidebar li.aktt_more_updates a
	{
	float:right;
	font-size:1.2em;
	font-style:italic;
	/**padding:5px 5px 10px 0px;*/
	padding-top:0px;
	padding-right:25px;
	}	
div.carousel
	{
	float:left;
	width:170px;
	margin-right:10px;
	margin-left:8px;
	}	
a.prev
	{
	float:left;
	padding:0px;
	margin:16px 0px 0px 10px;	
	display:inline;
	}	
a.next
	{
	float:right;
	padding:0px;
	margin:16px 10px 0px 0px;	
	display:inline;
	}	
div.carousel ul	
	{
	float:left;	
	}											
div.carousel ul	li
	{
	float:left;	
	display:inline;
	width:55px;
	padding:5px 15px 0px 15px;
	}	
div.sidebar ul li p	
	{
	font-size:1.3em;
	float:left;
	padding:0px 8px 0px 8px;
	text-align:right;
	}		
div.sidebar ul li.top_spacer,
ul.sidebar_list	li.top_spacer
	{
	background:transparent url('../images/sidebar_bkgr_up.png') no-repeat top center; 
	height:15px;
	display:block;	
	width:240px;
	}	
div.sidebar ul li.bottom_spacer,
ul.sidebar_list	li.bottom_spacer
	{
	background:transparent url('../images/sidebar_bkgr_down.png') no-repeat bottom center; 
	height:15px;
	display:block;	
	width:240px;
	}				
  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }
  
span.lastfm-timestamp
	{
	
	}
div.sidebar ul.lastfm
	{
	padding-left:35px;
	width:180px;
	font-family:arial,helvetica,verdana,sans-serif;
	}
a.lastfm-link
	{
	font-size:1em;
	}
#comment {
  width: 500px;
}
/** FOOTER **/
div#footer
	{
	float:left;
	width:660px;
	display:inline;
	margin-top:10px;	
	}
ul.footer-links
	{
	text-align:center;
	list-style:none
	}
ul.footer-links li
	{
	display:inline;	
	padding:0px 5px 0px 5px;
	}
ul.footer-links li a,
ul.footer-links span
	{
	color:black;
	text-decoration:none;
	font-size:1.8em;	
	}
p.footer-text
	{
	text-align:center;
	font-size:1.2em;
	color:white;	
	}
p.footer-text a
	{
	color:#e02378;	
	}	
	
			
/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


