@import url(font/style.css);

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 18px;
	color: #b29c7c;
	text-align: center; /* stupid ie... */
}

a {
	color: #9CC43E;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #c2dd7e;
	outline: none;
}

a:focus {
	outline: #c2dd7e dashed 2px;
}

.imagelink {
	border: none;
	display: block;
}

.imagelink img {
	border: none;
}

.wrapper {
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	text-align: left;
}

* html .wrapper {
	width: 500px;
}

.full-wrapper {
	width: 100%;
	height: 100%;
	display: table;
}

.full-position {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

* html .full-position {
	margin-top: 300px;
}

.full-image {
	width: 100%;
}

* html .full-image {
	width: auto;
}

#header {
	position: relative;
	bottom: 50px;
}

#splatter-line {
	height: 205px;
	background: url(splatters.gif) 50% 50% white;
	margin-top: -200px;
}

#brown {
	border-top: 1px solid #f5eadb;
	background: url(faint-logo.gif) 100px 50px no-repeat fixed;
	background: url(gradient.png) top repeat-x,
				url(faint-logo.gif) 10% 50% no-repeat fixed;
	background-color: #f5eadb;
	padding-bottom: 200px;
}

* html #brown {
	background: #f5eadb;
}

h1 {
	color: #c2dd7e;
	font-size: 30px;
	font-weight: normal;
	font-family: "ComfortaaBold", sans-serif;
	margin-bottom: 0.25em;
	margin-top: 2em;
}

* html h1 {
	font-family: sans-serif;
}

h1.first {
	margin-top: 0;
}

h1 .highlight {
	color: #b29c7c;
}

h2 {
	font-size: 21px;
	margin-bottom: 0.25em;
	padding-bottom: 0;
	font-weight: normal;
	font-style: italic;
}

p.hug-top {
	margin-top: 5px;
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(arrows-inside.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

a.nivo-nextNav {
	background-position: -30px 0px;
}

@media all and (min-width: 700px) {
	.nivo-directionNav a {
		top: 110px;
		background-image: url(arrows.png);
	}
	a.nivo-nextNav {
		right: -60px;
	}
	a.nivo-prevNav {
		left: -60px;
	}
}

#portfolio-slider {
	background-color: #c2dd7e;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

* html #portfolio-slider {
	height: 260px;
}

#portfolio-images img {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;	
}

#portfolio-images a {
	display: block;
}

#portfolio-desc {
	padding-left: 10%;
}

#portfolio-desc h2 {
	font-weight: bold;
	font-style: normal;
}

#portfolio-desc p {
	padding-top: 0;
	margin-top: 0;
}

#boxers {
	margin-top: -237px;
	z-index: 9999;
}

.caption {
	color: #eee;
	text-align: center;
}