/*   
Theme Name: Claudia Myatt
Theme URI: http://www.claudiamyatt.co.uk/
Description: a-brief-description
Author: James Crickmere
Author URI: http://www.havenwebsites.co.uk/
.
   Written by James Crickmere
   Copyright (C) 2008 James Crickmere
   www.havenwebsites.co.uk
.
*/

@charset "UTF-8";

body {
	font-family:arial, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFFFFF;
}

#nav {
	margin:0;
	padding:0;
	width:100%;
	height:30px;
	background-color:#6895AB;
}

#nav_ol {
	list-style-type:none;
	padding:0;
	margin:0;
}

#nav_ol li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:7px 0 7px 8px;
	border-left:solid 1px #294857;
}

#nav_ol li:hover {
	background-color:#7A9BAB;
}

#nav_ol li a {
	color:#FFFFFF;
	font-size:20px;
	font-weight:light;
	letter-spacing:0.2em;
	text-decoration:none;
}

#nav_ol li a:hover {
	background-color:#7A9BAB;
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#head {
	margin:0;
	padding-bottom:10px;
	border-bottom:dotted 2px #283941;
}

#head_h1 {
	font-family:arial, sans-serif;
	margin:30px 0 10px 0;
	padding:0;
	font-weight:lighter;
	font-size:27px;
	font-style:normal;
	letter-spacing:0.3em;
	text-align:left;
	color:#294857;
}

#content {
	margin-bottom:20px;
	border-bottom:dotted 2px #283941;
}

#content_left {
	margin:0 10px 20px 0;
	padding:10px 10px 10px 0;
	text-align:left;
	float:left;
	width:520px;
}

p {
	color:#294857;
	line-height:1.3;
	text-align:justify;
}

h1 {
	font-family:Times, serif;
	font-size:25px;
	font-weight:light;
	color:#7A9BAB;
	font-style:italic;
	letter-spacing:0.2em;
	margin:10px 10px 10px 0;
}

h2 {
	font-family:Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#7A9BAB;
	margin:10px 0 10px 0;
	padding:0;
}

h3 {
	font-family:Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#7A9BAB;
	margin:6px;
}

a {
	color:#6895AB;
	text-decoration:underline;
}

a:hover {
	color:#6895AB;
	text-decoration:none;
}

.clearboth {
	clear:both;
}

#content_right {
	float:right;
	width:250px;
	margin:0;
	padding:20px 0 20px 10px;
}

.sidebar_box {
	margin:0 0 30px 0;
	padding:0;
	width:100%;
	text-align:left;
}

.sidebar_box_top {
	margin:0;
	padding:3px;
	background-color:#6895AB;
	border-top:solid 1px #294857;
	border-bottom:dotted 1px #294857;
	color:#FFFFFF;
	font-size:18px;
	font-weight:light;
}

.sidebar_box_top a {
	color:#FFFFFF;
	text-decoration:none;
}

.sidebar_box_top a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.sidebar_box_bottom {
	margin:0;
	padding:5px 0 5px 0;
}

#footer p {
	text-align:center;
	font-size:14px;
	color:#000000;
}

.nounderline {
	text-decoration:none;
}

.post {
	margin-bottom:20px;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px gray;
}

.post h2 a {
	text-decoration:none;
	font-family:Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#7A9BAB;
	margin:10px 0 10px 0;
}

.post h2 a:hover {
	text-decoration:none;
	font-family:Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#000000;
	margin:10px 0 10px 0;
}

.post_meta {
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
}

#sidebar_ul {
	list-style-type:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

li.widget ul {
	list-style-type:square;
	margin-left:20px;
	padding:0;
}

.commentlist {
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.comment {
	width:100%;
	display:block;
	border:none;
	margin:10px 0 10px 0;
	padding:10px;
}

.avatar {
	float:right;
}

.even {
	border:solid 1px #EEEEEE;
}

.odd {
	background-color:#EEEEEE;
}

img {
	border:none;
}

.aligncenter,
div.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-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
