/* --CAMTESSA STYLESHEET-- */


/* BODY STYLE */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #888;
	width: 960px;
	margin: 0 auto;
}


/* MAIN TAGS */

a {
	color: #63c6d2;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	line-height: 22px;
}

ul {
	list-style: none;
}


/* HEADER, CONTAINER */

#header {
	height: 100px;
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
}

#header h1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

#header h1 a {
	background: url(/images/logo.png) no-repeat;
	display: block;
	width: 162px;
	height: 19px;
	text-indent: -9999px;
}

#header ul#main {
	position: absolute;
	right: 0;
	bottom: 0;
}

#header ul#main li {
	float: left;
	margin-left: 60px;
}

#header ul#main li a {
	color: #222;
	font-size: 14px;
	text-transform: uppercase;
}

#header ul#main li a:hover {
	color: #63c6d2;
	text-decoration: none;
}

#header ul#main li.active a {
	border-top: 2px solid #222;
	color: #222;
}

#container {
	overflow: hidden;
}

#container h2 {
	margin-bottom: 20px;
}


/* HOME */

h1#introduction {
	background: url(/images/home/introduction.png) no-repeat left;
	height: 36px;
	margin: 0;
	text-indent: -9999px;
	font-size: 36px;
}

#feat_box {
	margin-top: 30px;
	background: url(/images/home/featured.png) no-repeat;
	height: 300px;
	position: relative;
}

#feat_box h1 a {
	position: absolute;
	top: 85px;
	left: 490px;
	color: #222;
	font-size: 36px;
	font-weight: normal;
}

#feat_box h1 a:hover {
	color: #63c6d2;
	text-decoration: none;
}

#feat_box p {
	position: absolute;
	top: 130px;
	left: 490px;
}

#feat_box span#more a {
	position: absolute;
	bottom: 17px;
	right: 15px;
	color: #222;
	text-transform: uppercase;
	padding: 5px 5px 3px;
}

#feat_box span#more a:hover {
	background: #222;
	color: #fff;
	text-decoration: none;
}


/* PORTFOLIO */

#container h2.portfolio {
	background: url(/images/portfolio/title.png) no-repeat;
	width: 89px;
	height: 20px;
	text-indent: -9999px;
}

ul#portfolio li {
	width: 225px;
	float: left;
	margin: 0 0 40px 20px;
}

ul#portfolio li.first {
	margin-left: 0;
}

ul#portfolio li.bottom {
	margin-bottom: 0;
}

ul#portfolio li:hover {
	opacity: 0.7;
}

ul#portfolio li a {
	text-decoration: none;
}

ul#portfolio li a strong {
	display: block;
	font-size: 18px;
	line-height: 12px;
	color: #222 !important;
	margin: 20px 0 15px;
}

ul#portfolio li a {
	color: #888 !important;
	font-weight: normal !important;
	line-height: 22px;
}

/* PORTFOLIO DETAIL */

.portfolio.left,
.about.left,
.error.left {
	float: left;
	width: 470px;
	margin-right: 20px;
}

.portfolio.right,
.about.right,
.error.right {
	float: left;
	width: 470px;
}

.portfolio h1,
.about h1,
.error h1 {
	font-size: 36px;
	font-weight: normal;
	color: #222;
}

.portfolio h2,
.about h2 {
	font-size: 14px;
	line-height: 10px;
	text-transform: uppercase;
	color: #222;
	margin-top: 32px;
	margin-bottom: 15px !important;
}

ul#dots {
	text-align: center;
	margin-top: 20px;
}

ul#dots li {
	display: inline;
}

ul#dots li a {
	display: inline-block;
	padding: 2px 6px 3px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-decoration: none;
	font-size: 11px;
}

ul#dots li a.selected {
	color: #fff;
	background: #222;
}


/* ABOUT */

#container h2.about {
	background: url(/images/about/title.png) no-repeat;
	width: 58px;
	height: 20px;
	text-indent: -9999px;
}

.about h1 {
	margin-bottom: 7px;
}

/* CONTACT */

#container h2.contact {
	background: url(/images/contact/title.png) no-repeat;
	width: 78px;
	height: 20px;
	text-indent: -9999px;
}

.contact.left {
	float: left;
	width: 225px;
	margin-right: 20px;
}

.contact.right {
	float: left;
	width: 715px;
}

.contact.right div {
	overflow: hidden;
	margin-bottom: 20px;
}

.contact.right div label {
	display: block;
	float: left;
	width: 225px;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	color: #222;
	text-align: right;
	margin: 10px 20px 0 0;
}

.contact.right div input,
.contact.right div textarea {
	float: left;
	font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #222;
}

.contact.right div input:focus,
.contact.right div textarea:focus {
	border-color: #63c6d2;
}

.contact.right div input {
	width: 211px;
	height: 16px;
	border: 2px solid #e0e0e0;
	padding: 5px;
}

.contact.right div textarea {
	width: 456px;
	height: 186px;
	border: 2px solid #e0e0e0;
	padding: 5px;
	resize: none;
}

.contact.right input#send {
	display: block;
	float: right;
	background: url(/images/contact/send.png) no-repeat;
	width: 112px;
	height: 30px;
	text-indent: -9999px;
	border: 0;
}


/* FOOTER */

#footer {
	margin-top: 40px;
	padding: 20px 0;
	border-top: 1px solid #f2f2f2;
}

#footer p {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}


/* ERROR */

.error.left {
	text-align: right;
}