/*------------------------------------------------------------------  
# Project:    Freshness 
# Version:    1.1 
# Last change:    12/02/2009
# Copyright:    Studio AKT 
# Primary use:    Master Styles
# -------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 1em;
	font-family: "Arial", sans-serif;
}
body {
	background: url('img/bg-repeat.png') top center repeat;
}
#wrap {
	width: 883px;
	margin: 0 auto;
	position: relative;
}
#content {
	background: url('img/content-repeat.png') top center repeat-y;
	width: 826px;
	min-height: 1000px;
	padding-bottom: 20px;
}
#innerContent {
	background: url('img/innerContent-top.png') top center no-repeat;
	width: 826px;
	min-height: 572px;
	overflow: hidden;
}
h1 a {
	background: url('img/h1-logo.png') top center no-repeat;
	width: 176px;
	height: 51px;
	display: block;
	text-indent: -9000px;
	float: right;
	margin-right: 34px;
	margin-top: 18px;
}
h2 a {
	background: url('img/shop.png') top center no-repeat;
	width: 131px;
	height: 147px;
	display: block;
	text-indent: -9000px;
	position: absolute;
	right: 0;
	top: 170px;
}
/*Blog Posts******************************************************/
#block_content {
	width: 730px;
	margin: 0 auto;
	margin-top: 327px;
	overflow: hidden;
}
small {
	color: #666666;
	font-size: .7125em;
	text-transform: uppercase;
}
h3 a {
	color: #c00000;
	text-decoration: none;
	font-size: 1.65em;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h3 a:hover {
	color: #666666;
}
#block_content p {
	color: #fff;
	font-size: .785em;
	line-height: 1.6em;
	margin-bottom: 15px;
}
#block_content p img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.posts {
	width: 723px;
}
.posts li {
	list-style: none;
	background: url('img/post-div.png') top center no-repeat;
	padding-top: 25px;
	margin-top: 15px;
}
.posts li:first-child {
	background: none;
	padding-top: 0;
	margin-top: 0;
}
.separator {
	background: url('img/post-div.png') top center no-repeat;
	width: 721px;
	height: 19px;
}
a.more-link {
	color: #c00000;
}
a.more-link:hover {
	color: #666666;
}
/*Footer******************************************************/
#footer {
	overflow: hidden;
	width: 730px;
	margin: 0 auto;
	margin-top: 100px;
}
.footer-left {
	width: 500px;
	float: left;
}
.footer-left p {
	color: #666666;
	font-size: .7125em;
}
.footer-right {
	float: right;
	width: 90px;
	overflow: hidden;
}
a.akt {
	text-indent: -9000px;
	display: block;
	background: url('img/studioAkt.png') top center no-repeat;
	width: 61px;
	height: 21px;
	float: left;
}
a.ryos {
	text-indent: -9000px;
	display: block;
	background: url('img/arrows.png') top center no-repeat;
	width: 17px;
	height: 17px;
	float: right;
	margin-top: 4px;
}