/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/

body {
	background-image:url(images/header_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#d4d4d4;
	margin:0 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	position:relative;
	margin:0 auto;
	width:744px;
	height:100px;
}

#home_link {
    display: block;
	width:500px;
	height:100px;
	position:absolute;
	left:-5px;
	top:5px;
}

#contact_link {
    display: block;
	width:200px;
	height:50px;
	position:absolute;
	right:-5px;
	top:30px
}

div#wrapper {
	margin:0 auto;
}

div#container {
	margin:0 auto;
	width:744px;
	position:relative;
}

div#content {
	width:744px;
	position:absolute;
	top:0;
	left:10px;
	z-index:10;
}

div#sidebar {
	position:absolute;
	top:-94px;
	right:-72px;
}

.blog_title {
	position:absolute;
	top:-17px;
	left:-18px;
}


.contact_title {
	position:absolute;
	top:-17px;
	left:-94px;
}

.contact {
	position:absolute;
	top:211px;
	left:0px;
}

.contact_form {
	position:absolute;
	top:211px;
	left:0px;
}

.grey_box {
	background-color:#eee;
	margin:0 0 24px 0;
	padding:8px;
}

.title_space {
	height:55px;
}

.entry-meta {
	font-size:10px;
	color:#888;
	text-align:right;
}

.entry-meta a, .entry-meta a:hover, .entry-meta a:visited {
	color:#C03;
	text-decoration:none;
}

h2, .entry-title {
	margin:0;
	padding:0;
	color:#444;
}

h2,.entry-title {
	font-size:20px;
}

h2 a, h2 a:hover, h2 a:visited, .entry-title, .entry-title a, .entry-title a:hover, .entry-title a:visited, a, a:hover, a:visited{
	text-decoration:none;
	color:#C03;
}

.date {
	font-size:11px;
	color:#444;
}

.entry-title,.entry-meta {
clear:both;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

p.wp-caption-text{
font-style:italic;
}

div#header,div#footer {
text-align:center;
}

.entry-content p, .entry-content li {
	font-size:13px;
	line-height:16px;
}

.entry-content li {
	margin-right:30px;
}

.entry-content a, .entry-content a:hover, .entry-content a:visited {
	color:#C03;
	text-decoration:none;
}

#contact_form {
	position: absolute;
	left: 175px;
	top: 247px;
}

#name, #email_address, #phone, #message {
	border: 0;
	background-color: #ddd;
	font-size:15px;
}

#name {
	position: absolute;
	left: 0px;
	top: 0px;
}

#email_address {
	position: absolute;
	left: 0px;
	top: 47px;
}

#phone {
	position: absolute;
	left: 0px;
	top: 96px;
}

#message {
	position: absolute;
	left: 0px;
	top: 146px;
	width:500px;
	height:152px;
}

.wallpaper1 {
	position: absolute;
	left: 0px;
	top: 334px;
}

.wallpaper2 {
	position: absolute;
	left: 170px;
	top: 334px;
}

.wallpaper3 {
	position: absolute;
	left: 340px;
	top: 334px;
}

.wr1r {
	position: absolute;
	left: 122px;
	top: 430px;
}

.wr1w {
	position: absolute;
	left: 122px;
	top: 448px;
}

.wr2r {
	position: absolute;
	left: 292px;
	top: 430px;
}

.wr2w {
	position: absolute;
	left: 292px;
	top: 448px;
}

.wr3r {
	position: absolute;
	left: 462px;
	top: 430px;
}

.wr3w {
	position: absolute;
	left: 462px;
	top: 448px;
}

.wr1r_l {
	font-size:11px;
	width:144px;
	text-align:right;
	position: absolute;
	left: -22px;
	top: 432px;
}

.wr1w_l {
	font-size:11px;
	width:144px;
	text-align:right;
	position: absolute;
	left: -22px;
	top: 450px;
}

.wr2r_l {
	font-size:11px;
	width:144px;
	text-align:right;
	position: absolute;
	left: 148px;
	top: 432px;
}

.wr2w_l {
	font-size:11px;
	width:144px;
	text-align:right;
	position: absolute;
	left: 148px;
	top: 450px;
}

.wr3r_l {
	font-size:11px;
	width:144px;
	text-align:right;
	position: absolute;
	left: 318px;
	top: 432px;
}

.wr3w_l {
	font-size:11px;
	width:144px;
	text-align:right;
	position: absolute;
	left: 318px;
	top: 450px;
}

.gallery-item {
	float:left;
	margin:10px;
}

.nav-next {
	float:right;
}
.nav-previous {
	float:left;
}
#tag_cloud {
	position:absolute;
	right:-210px;
	top:-10px;
}
