/*
Theme Name: jamesrobinsongallery
Theme URI: http://www.jamesrobinsongallery.co.uk/
Description: Theme for jamesrobinsongallery adapted from WordPress Default 1.6
Version: 1.0
Author: Nick Graham
Author URI: http://www.linkedin.com/in/nickgrahamuk
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

div#blog-header {
  width: 720px; 
  height: 180px; 
  background-image: url(/images/blog-header.jpg); 
  margin-bottom: 20px;
}

div#blog {
  width: 500px; 
  float:left; 
  margin-right: 20px;
}

div#blog h2 {
  font: 24px Times New Roman;
  padding-bottom: 4px;
  border-bottom: 1px solid #bcbbb9; 
  margin-bottom: 4px;
}

div#blog h2 a {
  text-decoration: none;
  color: #745829;
}

div#blog small {
  display: block;
  font-size: 10px; 
  color: #cac6be;
  margin-bottom: 10px;
}

div#blog small a {
  text-decoration: none;
  color: #cac6be;
}

div#blog p {
  font-size: 12px; 
  line-height: 18px;
  margin-bottom: 12px;
}

div#blog p a {
  text-decoration: none;
  color: #a8a8a7;
}

div#blog p a:hover {
  color: #745829;
}

div#blog-links {
  width: 200px;
  float:left;
}  

div#blog-links h3 {
  text-transform: uppercase; 
  font-size: 11px; 
  color: #745829; 
  padding-bottom: 4px; 
  border-bottom: 1px solid #bcbbb9; 
  margin-bottom: 10px;
}

div#blog-links ul {
  margin-bottom: 20px;
}

div#blog-links li {
  margin: 0 0 5px 10px;
}

div#blog-links a {
  font-size: 12px;
  text-decoration: none;
  color: #a8a8a7;
}

div#blog-links a:hover {
  color: #745829;
}

.clear {
	clear: both;
}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	color: #a8a8a7;
	font-size: 14px;
}

.navigation a {
  text-decoration: none;
  color: #a8a8a7;
}

.navigation a:hover {
  color: #745829;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}