/*  
Theme Name: CoatesVisual_theme
Theme URI: http://www.coatesvisual.com
Description: This is my theme for CoatesVisual.
Version: 1.0
Author: Tig Coates
Author URI: http://www.coatesvisual.com/

*/

body {
	margin: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
	
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 100px;
	background-repeat: repeat-x;
	background-image: url(images/header.jpg);
	background-position: center top;
}

.logo a {
	display:block;
	width:270px;
	height:65px;
	position:absolute;
	top:20px;
	left:0px;
	cursor:pointer;
	z-index:999;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/coatesvisual_logo.png');
}
.logo[class] a {
	background: url(images/coatesvisual_logo.png) no-repeat;
}

.header_text {
	left: -9999px;
	position: absolute;
}

.login a {
	display:block;
	color: #c3c3c0;
	position: absolute;
	top: 10px;
	right: 20px;
	margin: auto;
}

.tel {
	font-weight: bold;
	right: 20px;
	top: 17px;
	position: absolute;
	font-size: 1em;
	color: #ffffff;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 980px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-image: url(images/background.jpg);
	overflow: hidden;
}

.content {
	font-size: 0.9em;
	margin-bottom: 15px;
	padding: 0px;
	width: 700px;
}

.sidebar{
	color: #666666;
	float: right;
	width: 260px;
	margin: 0 0 0 10px;
	padding: 0px;
}

.sidebar ul{
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 0px;
	padding-top: 0;
	list-style-type: none;
	margin: 0;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-size: 1.2em;
	background-image: url(images/sidebar_title.jpg);
	background-repeat: no-repeat;
	height: 40px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.sidebar ul ul li{
	margin-left: 10px;
	padding: 0;
	line-height: 1.4em;
}

.sidebar ul ul li a:link,.sidebar ul ul li a:visited {
	color: #0764f1;
}

table#wp-calendar{
	width: 100%;
}

#footer {
	padding-bottom: 35px;
	padding-top: 35px;
	color: #0764f1;
	text-align: center;
	font-size: .7em;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0764f1;
}

a:hover {
	text-decoration: none;
}

.post {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/post_footer.jpg);
	margin-bottom: 30px;
}

.post_title {
	background-repeat: no-repeat;
	background-image: url(images/post_title.jpg);
	height: 70px;
}

.post h2 {
	padding-left: 50px;
	padding-top: 20px;
	font-size: 1.8em;
}

.post h2 a:link, a:visited {
	color: #ffffff;
}

.entry {
	line-height: 1.8em;
}

p.postmetadata {
	font-size: 0.9em;
	line-height: 1.2em;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

p.postmetadata a:link, p.postmetadata a:visited {
	color: #0764f1;
}

p {
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-top: 10px;
	letter-spacing: 1px;
	color: #666666;
	word-spacing: 1px;
	line-height: 27px;
	-webkit-text-size-adjust: 100%;
}

.post li {
	margin-left: 50px;
	letter-spacing: 1px;
	color: #666666;
	word-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}