body
{
	background-color: #202020;
	color: #fefdf8;
	font-family: georgia, times;
}

#menu a {
	color: #202020;
}
#menu a:hover {
	text-decoration: none;
	color: #38201e;
}

.menustyle
{
	text-align: center; border-right: 1px solid black;
}

a{ color: #412522; }
a:hover{ color: #e69999; }

#blog-title a{ color: #e69999; }

#blog-title a:hover{ color:#FEFDF8; }

blockquote
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content_light a{
	color: #38201e;
	text-decoration: underline;
}
#content_light a:hover{
	color: #202020;
	text-decoration: none;
}


h1{
	font-size: 1.2em;
	line-height: 18px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
h3{
	font-style: italic;
}
h2{
	font-size: 1em;
	line-height: 14px;
	margin-bottom: 10px;
	text-transform: normal;
	font-style: italic;
	text-decoration: underline;
}


#backlink{
	text-align: right;
	display: block;
}
.purchaselink{
	display: block;
	padding-top: 20px;
}
#rightside h1{
	text-align: left;
	}
#leftside h1{
	text-align: right;

}
#bigcontainer{
	width: 100%;
	text-align: center;
}
#container{
	width: 758px;
	text-align: left;
}
#headercontainer{
	width:758px;
	text-align:left;
	margin:0 auto;
}
#container_light{
	width: 758px;
	background-color: #38201e;
	color: #202020;
	text-align: left;
	background-image: url(images/background_light.jpg);
	background-repeat: repeat-y;
}


#banner{
	background-image: url(images/header.jpg);
	width: 758px;
	height: 68px;
}
#banner, #menu{
	background-color: #fefdf8;
	color: #38201e;
}
#menu{
font-size: .8em;
text-transform: uppercase;
}

#content{
	background-image: url(images/footer.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom:10px;
	background-color: #412522;
}

#content_light{
	background-image: url(images/background-overlay_grey.png);
	background-repeat: no-repeat;
	background-position: top left;
  float:left;
}

#content_light_min
{
  height: 430px;
  float:left;
}

#content_block{
	margin-left:171px;
	margin-top:22px;
	width:550px;
	padding: 10px;
	color:#38201E;
	background-color:#FEFDF8;
  float:left;
}
.leftcontent{
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
}

.rightcontent{
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

#clear{
	margin-bottom: 35px;

}
.featuredsmall{
	font-size: .9em;
	display: block;
}
#miniquote{
	font-size: .9em;
	width: 115px;

	
}


.featuredtextinfo{
	width: 90px;
	text-align: left;

}
.featuredimage img{
	padding-left: 8px;
	padding-right: 18px;
	float: right;
	text-align: right;
	width: 90px;
}
.featuredworktop{
	display: block;
}
.newstext{
	display: block;
	font-size: 11px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;

}
.newslink{
	display: block;
	text-align: right;
	font-size: 1em;
}

.newsdate{
display:block;
text-align: right;
margin-right: 10px;
font-style: italic;
font-size: .8em;
}
#leftside{
	vertical-align: top;
	width: 50%;
	text-align: right;
	border-right: 1px solid #202020;
	padding-bottom: 20px;
}
#across{
	padding-right: 10px;
}
#rightside{
	vertical-align: top;
	width: 50%;
	text-align: left;
	padding-bottom: 20px;
}
#footer{
	height: 20px;
	font-size: 11px;
	padding-top: 10px;
	vertical-align: middle;
	color: #fefdf8;
}

#footer, #footer .footertext{
  text-align:center;
}
#footer a{
	color: #e69999;

}
#footer a:hover{
color:#FEFDF8;
}
#workscontent{
	width: 393px;
	float: right;
}


#worksimage{
float: left;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
#worksimage img{
text-align: center;
}

.workdescription{

}
.workcomment{

}
.workselfreview{

}

#search
{
  float:right;
  width: 10em;
  text-align: right;
}

#search h3
{
  margin:0;
  padding:0;
}

.sidebar{
float:left;
width:145px;
font-size:11px;
font-family:arial;
}
.sidebar a{
	color:#fefdf8;
	font-weight:bold;
	text-decoration:none;
}
.sidebar a:hover{
	text-decoration:underline;
}
.sidebar ul{
	margin:0px;
	padding:0px;
	padding-left:10px;

}
.sidebar li{
	list-style-type:none;
}

/* clearfix is used to force containers to expand to height of floated children */
.clearfix {overflow:hidden;display:inline-block;}
.clearfix {display:block;}
.cleaner {clear:both;}
.alignleft{float:left;}
.contentalignright{margin-left:190px;}

