/*  
Theme Name: Lark4
Theme URI: http://www.lark4.com
Description: Theme for the Lark4 site.
Version: 1.0
Author: Stephan Lough
Author URI: http://www.loughcreative.com
*/

html {
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #e5dcd7 url(images/bg-paper.jpg) repeat-x top left;
	color: #555;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

a, a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

#page {
	background: white;
	margin: 24px 0 50px 240px;
	width: 674px;
}

#header {
	text-align: right;
}

#header .title {
}

#sidebar {
	float: right;
	margin-right: 20px;
	width: 165px;
	height: 475px;
	position: relative;
	display: inline;
}

#sidebar ul, #sidebar li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .portfolio-menu {
}
#sidebar .static-menu {
	position: absolute;
	bottom: 20px;
	right: 0;
	text-align: right;
}

.nav-arrows a img {
	float: left;
	display: block;
	width: 42px;
	height: 21px;
	background-position: bottom left;
}
.nav-arrows a.rewind img {
	background-image: url(images/arrow-rewind.gif);
}
.nav-arrows a.left img {
	background-image: url(images/arrow-left.gif);
}
.nav-arrows a.right img {
	background-image: url(images/arrow-right.gif);
}
.nav-arrows a:hover img {
	background-position: top left;
}

#content-container {
	float: left;
	margin-left: 20px;
	width: 468px;
	text-align: center;
	overflow: auto;
}
#content {
	min-height: 420px;
	_height: 420px;
}
.poste {
	text-align: right;
}

#footer {
	background: #a99f96;
	padding: 3px 35px 15px;
	color: #fff;
	text-transform: uppercase;
}
#footer .left {
	text-align: left;
}
#footer .right {
	text-align: right;
}

