/*
Theme Name: JoelCohen
Theme URI: http://www.joelcohen.co.uk
Description: Joel Cohen's Blog and Online Thinkspace
Version: 1.0
Author: Joel Cohen 
Author URI: http://www.joelcohen.co.uk
*/

body {
	background-image: url('http://www.joelcohen.co.uk/includes/img/bg.gif');
	background-repeat: repeat;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #474A51;
}

/* Main Blocks */

.canvas {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
}

.content {
	background-color: f4f4f4;
	padding: 20px;
	height: auto;
}

.floatL {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.floatR {
	float: right;
	padding-left: 10px;
	line-height: 18px;
}


/* Navigation */

.nav {
	width:auto;
	height: 30px;
}

.nav_link {
	margin-left: 30px;
	margin-top: 5px;
	float: right;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 2px;
        text-decoration: none;
}

.nav_link #non  {
       text-decoration: none; 
       color: #333333;
}

#current {
	color: #FFFFFF;
        text-decoration: none;
}

/* Footer */
.footer {
	vertical-align: bottom;
	font-size: 10px;
	line-height: 1.4em;
	background-image: url('http://www.joelcohen.co.uk/includes/img/noise-earth.gif');
}

.footer_fade {
	height: 2px;
	width: 100%;
	background-image: url('http://www.joelcohen.co.uk/includes/img/fsplit.gif');
	background-repeat: repeat-x;
}

.footer_column {
	height: auto;
	padding: 10px 20px 10px 20px;
	vertical-align: text-top;
}

.ftitle {text-align: right;}

.fbooks {
 	width: 100%;
	position: relative;
}
 
.fbooks_cover {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
 
.fsub {
	text-align: center;
	width: 100%;
}

/* Sidebar */

.sidebar {
	float: right;
	width: 170px;
	top: 0;
	right:0;
}

.side_module {
	vertical-align: text-top;
	margin-bottom: 17px;
}

.linkcat {
	vertical-align: text-top;
	margin-bottom: 17px;        
}



/* Blog */
.posts {
        width: 77%;
}

.post {
	top: 0px;
	left: 0px;
	margin-bottom: 30px;
}

.post #title {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 25px; 
	text-decoration: none;
	text-align: left;
	text-transform: none;
}

.post #subhead {
	color: #999;
	border-bottom: 1px #666666;
}

.post #body {
	margin-top: 5px;
	margin-bottom: 5px;
}

.post #meta {
	color: #999;
	margin-bottom: 5px;
}

/* Blog - Posts */

legend{
  padding: 2px 15px 10px 15px;
  color: #8b8b89;
  text-transform: uppercase;
  font-style: italic;
  font-size: 115%;
}

blockquote{
  background: transparent url(images/blockquote.png) no-repeat left top;
  margin: 10px 65px 10px 10px;
  padding: 20px 20px 10px 10px;
  font-style: italic;
  color: #939494;
}

blockquote p{
  padding: 8px;
  margin: 2px;
  border: 1px dotted #939494;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float:left;
}

.alignright {
   float:right;
}

.wp-caption {
   border:1px solid #ddd;
   text-align:center;
   background-image: url('http://www.joelcohen.co.uk/includes/img/noise-earth.gif');
   padding-top:4px;
   margin:10px;
   -moz-border-radius:3px;
   -khtml-border-radius:3px;
   -webkit-border-radius:3px;
   border-radius:3px;
   line-height: 1.4em;
   font-size: 10px;
}

.wp-caption img {
   margin:0;
   padding:0;
   border:0 none;
}

.wp-caption-dd {
   font-size:11px;
   line-height:17px;
   padding:0 4px 5px;
   margin:0;
}


/* Text Classes */

h1 {
	font-family: Georgia, serif;
	text-align: left;
	text-transform: capitalize;
	margin: 0 0 10px 0;
	font-weight: 200;
	font-size: 36px;
	color: #333333;
}

h2, h2 a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333333;
        text-decoration: none;
}

a {
	color: #317B9E;
	text-decoration: underline;
	border: 0px;
}

strong {
	font-weight: bold;
	color: #317B9E;
}
