/*
Theme Name: 
Theme URI: http://www.cielcreations.co.uk/wordpress
Description: Custom theme for www.cielcreations.co.uk
Version: 1.0
Author: John Patrick
Author URI: http://www.actuanceconsulting.com
Tags: 
*/

html {
	background-color:#e0e0e0;
	background-image:url('bg-fade.png');
	background-repeat:repeat-x;
}
body {
	font-family: trebuchet MS, verdana, sans-serif;
	font-size:85%;
	color:#111111;
	text-align:center;
	margin:0;
}
a {
	text-decoration:none;
	color:#266a80;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
img {
	border:1px solid #999999 !important;
	padding:0 !important;
	margin:8px;
}
h1 {
	font-size:160%;
}
h2 {
	width:100%;
	font-size:140%;
	padding-top:10px;
	margin-top:0;
}

#container {
	width:974px;
	margin:auto;
	text-align: left;
}
#header {
	background-color:#ffffff;
	border-top:3px solid #555555;
	margin-top:8px;
}
#header img {
	float:left;
	border:none !important;
	margin:0;
}
#topMenu {
	background-color:#333333;
	background:url('breadcrumb-fade.png');
	border-top:1px solid #888888;
	background-position:left bottom;
}
#topMenu ul {
	display:inline-block;
	list-style-type:none;
	border-right:1px solid #888888;
	border-left:1px solid #333333;
	padding:0;
	margin:1px 1px 1px 40px;
	font-size:90%;
}
#topMenu li {
	display:inline;
	border-left:1px solid #888888;
	border-right:1px solid #333333;
	padding:0 4px 0 4px;
}
#topMenu a {
	color:#ffffff;
}
#copy {
	width:794px;
	float:left;
	height:auto;
	margin-left:16px;
	padding-bottom:10px;
	border-bottom: 2px solid #333333;
}
#archive-type {
	margin:8px 0 0 0;
	font-style:italic;
}
#sideBar {
	width:140px;
	margin:4px 10px 0 2px;
	float:left;
}
#sideBar a {
	color:#111111;
	font-weight:normal;
}
#sideBar a:hover {
	text-decoration:none;
	color:#266a80;
}
#sideBar ul {
	list-style:none;
	border-bottom: 1px solid #555555;
	margin:0;
	padding:4px 4px 8px 4px;
}

#sideBar h3.first {
	border-top: none;
}
#sideBar h3 {
	margin:0;
	padding:4px 0 0 0;
	border-top: 1px solid #eeeeee;
}
#moreInfo {
	width:894px;
	margin:0 40px 0 40px;
	padding-top:10px;
	border-top:1px solid #eeeeee;
}

#footer {
	margin:16px 0 10px 166px;
	padding:4px 0 8px 2px;
	text-align:left;
	clear:both;
	border-top: 1px solid #EEEEEE;
}
#tagCloud {
	padding-left:8px;
}
#searchform {
	margin-top:10px;
}
div.comments {
	margin:4px 0 8px 0;
}
.post {
	border-top:1px solid #eeeeee;
	border-bottom:2px solid #333333;
	clear:both;
}
.post:first-child {
	border-top:none;
}
.post:last-child {
	border-bottom:none;
}
.post .categories, .post .tags, .post .post-date {
	font-size:80%;
}
.post img {
	padding:2px;
	border-style:solid;
	border-color:#aaaaaa;
	border-width:1px;
}
.post img a {
}
.post h2 {
	margin-bottom:4px;
}
.post h3 {
	clear:both;
	padding-top:12px;
}
.alignright	 {
	float:right;
	margin:0 12px 12px 12px;
}
.alignleft {
	float:left;
	margin:0 12px 12px 0;
}
.attachment-thumbnail {
	float:right;
	margin:12px;
}
.post img.screenshot {
	border:none;
}
.wp-caption {
	padding-top:5px;
	text-align:center;
	color:#333333;
	border:1px solid #999999;
	margin:10px;
	font-size:90%;
}
.wp-caption img {
	margin:0;
	border:0 none;
}
.wp-caption p.wp-caption-text {
	padding:0 4px 4px 0;
	margin:0
}
.categories {
	clear:both;
}
#tagCloud {
	border-bottom:1px solid #333333;
	padding-bottom:8px;
}
.copyright {
	border-top:1px solid #eeeeee;
	padding-top:8px;
}
#archive {
	border-bottom: 1px solid #555555;
	padding:4px 4px 8px 2px;
}
.tw_button {
	clear:both;
	margin-bottom:4px;
}