/*
Theme Name: Logo Design Blog
Theme URI: http://www.sjlwebdesign.co.uk
Description: Initial wordpress template for the logo design blog.
Version: 0.1
Author: Sam Logan
Author URI: http://www.sjlwebdesign.co.uk


	Logo Design Blog by SJL 
	 http://www.logodesignblog.co.uk */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	color:#333333;
}

.wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.header{
	width: 751px;
	height: 150px;
	background-image:url(images/header-bg.jpg);
	background-position: center;
}

.logo{
	padding-top: 70px;
	padding-left: 25px;
	float: left;
}

.navigation{
	width: 378px;
	float: right;
	padding-top:118px;
	color:#e9e8d3;
	text-transform: uppercase;
	height: 20px;
}

.navigation a.left{
	color:#e9e8d3;
	text-decoration:none;
	padding-left: 23px;
}

.navigation a.center{
	color:#e9e8d3;
	text-decoration:none;
	padding-left: 35px;
}
	
.navigation a.end{
	color:#e9e8d3;
	text-decoration:none;
	padding-left: 40px;
}

.navigation a.left:hover{
	color:#9d979a;
	text-decoration:none;
	padding-left: 23px;
}

.navigation a.center:hover{
	color:#9d979a;
	text-decoration:none;
	padding-left: 35px;
}
	
.navigation a.end:hover{
	color:#9d979a;
	text-decoration:none;
	padding-left: 40px;
}

#main{
	width: 871px;
	margin-left: 27px;
	padding-top: 0px;
	clear:both;
	
}

.main-left{
	position: relative;
	width: 695px;
	min-height: 400px;
	background-image:url(images/main-bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	float:left;
	padding-bottom: 25px;
}

.bottom-img{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.main-right{
	width: 146px;
	height: 337px;
	background-image: url(images/main-right-bg.jpg); background-repeat: no-repeat;
	float:left;
	padding-top: 55px;
	padding-right: 20px;
	padding-left: 10px;
}
.content{
	width: 640px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}

.main-bottom{
	position: absolute;
	bottom: 0px;
}

.main-right ul{
	list-style-type: none;
}

.main-right li{
	list-style-type: none;
}

.main-right h2{
	font-size: 14px;
	text-transform:uppercase;
	color: #666666;
}

.main-right p{
	font-size: 12px;
	text-transform:uppercase;
	color: #999999;
}

a{
	color: #990066;
	text-decoration: none
}

a:hover{
	color: #666666;
	text-decoration: none
}

h1{
	font-size: 20px;
	text-transform:uppercase;
	color: #666666;
	font-weight: normal;
	letter-spacing: -1px;
}

h2, h3, h4{
	font-size: 14px;
	text-transform:uppercase;
	color: #666666;
		font-weight: normal;
	letter-spacing: -1px;
}

h1 a, h2 a, h3 a, h4 a{
	color: #666666;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	color: #999999;
	text-decoration: none;
}

p{
	line-height: 18px;
}

.post{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 95%;
}

.thumbnails{
	width: 189px;
	height: 128px;
	float: left;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}

.postdata{
	width: 500px;
	padding-top: 10px;
}

.comments{
	width: 507px;
	height: 202px;
	padding-left: 30px;
	margin-top: 20px;
	padding-top: 10px;
}

.comment-text{
	width: 400px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #EEEEEE;
	font-style: italic;
}

.nopadd{
	padding: 0px;
	margin: 0px;
}

h3.padd{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.formstyle{
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #999999;
}

.form{
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
}

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}

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
	}


.footer{
	clear:both;
	width: 695px;
	margin-left: 27px;
	color:#999999;
}

.footer-left{
	width: 200px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 10px;
}

.footer-right{
	width: 495px;
	float:left;
	margin-top: 10px;
}

.footer a{
	color: #999999;
	text-decoration: none;
}

.footer a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

h1.index{margin-top: 15px; margin-bottom:2px;}
p.index{margin-bottom:4px; margin-top: 4px;}