/*
Theme Name: CVA Theme
Theme URI: http://wordpress.org/
Description: A theme for the CVA Blog site.
Version: 1.0
Author: Creative Video Associates
Author URI: httr://www.cva.co.uk
Tags: green, custom header, fixed width, two columns, widgets

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

*/

* {
	padding: 0;
	margin: 0;
	}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	}

body {
	text-align:center;
	margin:0px 0px 30px 0px;
	background: #f8f4f0;
	font-family:arial;
	font-size:12px;
	color:#505050;
	}
	
#page {
	background-color: white;
	border: 1px solid #e0d8c8;
	width: 650px;
	margin: 0 auto;
	}

#content {
	float: left;
	background-color: white;
	text-align: left;
	margin:0px 0px 30px 0px;
	padding: 20px;
	}
	
#sidebar {
	border-top:1px solid #e0d8c8;
	border-right:1px solid #e0d8c8;
	border-left:1px solid #e0d8c8; 
	border-bottom:1px solid #e0d8c8;
	font-size:11px;
	padding:10px;
	float:right;
	width:210px;
	color:#606060;
	background:#f8f4f0;
	margin:10px 10px 10px 10px;
	text-align: left;
	}
	
#sidebar img {
	border: 1px solid #e0d8c8;
	}
	
#sidebar ul {
	list-style: none;
	margin: 5px;
	}
	
#sidebar ul ul {
	list-style-type: none;
	margin-left: 5 px;
	}
	
#sidebar ul h2 {
	font-weight: bold;
	color: #606060;
	padding: 2px;
	}
	
#sidebar a {
	text-decoration: none;
	color: #80bc28;
	}
 
#sidebar a:hover {
	text-decoration: underline;
	}
	
#sidebar p {
	line-height: 1.3em;
	margin-bottom:1.0em;
	}
	
#sidebar h2 {
	font-size:16px;
	}
	
#searchform {
	text-align: left;
	}
 
#searchform input {
	border: 1px solid #e0d8c8;
	background-color: #f8f4f0;
	}
 
#searchform #s {
	width: 70%;
	background-color: white;
	}

#searchform label {
	display: none;
	}
	
.post {
	margin-bottom: 5.0em;
	}
	
h2 {
	font-size:18px;
	margin-top:0.8em;
	}
	
h2 a:visited, h2 a {
	text-decoration: none;
	color: #ff9900;
	}
	
h2 a:hover {
	text-decoration: underline;
	}
	
.entry {
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
.postmetadata {
	padding: 2px;
	font-size: 10px;
	border-top: 1px solid #e0d8c8;
	}
 
.postmetadata a {
	color: #80bc28;
	}
	
.post p {
	line-height: 1.4em;
	margin-bottom: 1em;
	}
	
blockquote {
	margin: 1em 1.5em;
	padding: 1em 1.5em;
	border: 1px solid #e0d8c8;
	background: #f8f4f0 url(images/blockquote.png) no-repeat scroll top left;
	text-align:justify;
	}
 
.post li {
	margin-left: 20px;
	}
 
.post ul {
	list-style-image: url(images/listitem.png);
	list-style-type: bullet;
	margin-bottom: 10px;
	}
 
acronym, abbr, span.caps {
	cursor: help;
	}
 
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
 
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
 
.center {
	text-align: center;
	}
 
a img {
	border: none;
	}
 
h3 {
	margin-top: 1.5em;
	font-size: 1.4em;
	}
 
h4 {
	margin-top: 1.2em;
	font-size: 1.2em;
	}
 
h5 {
	margin-top: 1em;
	font-size: 1em;
	}
 
#footer {
	clear: both;
	/*position:center;*/
	border-top:1px solid #e0d8c8;
	border-right:1px solid #e0d8c8;
	border-bottom:1px solid #e0d8c8;
	border-left:1px solid #e0d8c8;
	float:center;
	width:300px;
	padding:2px;
	background:#fff;
	margin: 5px 5px 10px 35px;
	color:#ff9900;
	font-size:11px;
	}
	
hr {
	display: none;
	}
	
#header {
	margin-bottom: 20px;
	width: 610px;
	}
 
#headerimg {
	/* background: url(images/kubrickheader.jpg) no-repeat fixed top center; */
	height: 90px;
	width: 500px;
	}

#header a {
	text-decoration: none;
	color: white;
	}
 
#header h1 {
	font-size: 3em;
	}
	
.widecolumn {
	width:375px;
	}
	
ol.commentlist {
	width: 90%;
	margin: 0 auto;
	}
 
ol.commentlist li {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #e0d8c8;
	padding: 5px;
	background-color: #f8f4f0;
	line-height:1.4em;
	}
 
ol.commentlist a {
	color: #80bc28;
	}
 
small.commentmetadata {
	font-size: 10px;
	margin-bottom: 1.8em;
	display: block;
	}
	
#commentform {
	text-align: left;
	line-height:1.8em;
	padding: 2px;
	}
 
#commentform input {
	border: 1px solid #e0d8c8;
	background-color: #fff;
	padding:5px;
	margin:5px;
	}
#commentform textarea {
	border: 1px solid #e0d8c8;
	width:370px;
	padding:2px;
	}
	
#menu {
	align:top;
	margin: 0px 0px 10px 0px;
	font-size:14px;
	color:#80bc28;
	padding:0px;
	background:#fff;
	}
	
#menu a:link {
	font-family:courier new; font-size: 12px; color: #80bc28; text-decoration: none;
	}

#menu a:visited {
	font-family:courier new; font-size: 12px; color: #80bc28; text-decoration: none;
	}

#menu a:active {
	font-family:courier new; font-size: 12px; color: #80bc28; text-decoration: none;
	}

#menu a:hover {
	font-family:courier new; font-size: 12px; color: #99cc33; text-decoration: none;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size:10px
	}
 
.alignleft {
	float: left;
	text-align: left;
	width: 45%;
	}
 
.alignright {
	float: right;
	text-align: right;
	width: 45%;
	}