/*
www.nicolajennings.co.uk
2008-06-30

By yours truly Lasse Gejl
@ www.gejl.net
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #3e3e3e;
	font: 15px/18px "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}
input, textarea, select {
	font: 11px/12px "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;;
}
hr {
	display: none;
}
p {
	margin: 15px 0;
}
a {
	color: #246c7a;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
fieldset {
	border: none;
}
.and {
	font-family: "Baskerville","Goudy Old Style","Palatino","Book Antiqua","Georgia", serif;
}
/* self clearing - start */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
	height: 1%;
}
.clear {
	display:inline-block;
}
.clear { 
	display:block;
}
/* self clearing - end */

#container {
	margin: 30px auto;
	padding: 0 30px;
	width: 780px;
}
#intro {
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 1px; 
	text-align: center;
	padding-bottom: 2px;
}
#intro h1 {
	color: #000;
	font-size: 50px;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
}
#intro p {
	border-bottom: 3px solid #ddd;
	margin: 0;
	padding-bottom: 30px;
}
#work {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
#work .slider {
	position: relative;
}
#work .slider .prev {
	background: url(../images/icon_arrow_left.gif) no-repeat left center;
	padding-left: 6px;
	position: absolute;
	left: -80px;
	top: 130px;
}
#work .slider .next {
	background: url(../images/icon_arrow_right.gif) no-repeat right center;
	padding-right: 6px;
	position: absolute;
	left: 801px;
	top: 130px;
}
#work .slidercontent {
	width: 801px !important;
	margin: 0;
}
#work li {
	float: left;
	list-style: none;
	margin: 0 30px 0 0;
	overflow: hidden;
	text-align: center;
	width: 240px;
	height: 300px;
}
#info {
	border-bottom: 3px solid #ddd;
	border-top: 3px solid #ddd;
	font-size: 13px;
	margin: 2px 0;
	padding: 20px 0 5px 0;
}
#info h2 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px; 
	margin-bottom: -12px;
	text-transform: uppercase;
}
#about {
	display: inline;
	float: left;
	width: 375px;
	margin-right: 30px;
}
#contact {
	float: left;
	width: 375px;
}
#footer {
	border-top: 1px solid #ddd;
	clear: both;
	color: #666;
	font-size: 12px;
	padding-top: 20px;
}