* {
	margin:0;
	padding:0;
}

body, html {
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
}


body, input, textarea {
	color: #111;
}

/* Headings */
h1, h2, h3 {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7em;
}

/* Text elements */
p {
	margin-bottom: 12px;
}

ul, ol {
	margin: 0 0 1.7em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-style: italic;
	margin: 0 30px 1.7em;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em;
}

code {
	font: 12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type="text"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}

textarea {
	padding-left: 3px;
	width: 98%;
}

input[type=text] {
	padding: 3px;
}

/* Links */
a {
	color:#0066cc;
	text-decoration:none;
}

a:hover{
	text-decoration: none;
	color:#000;
}

/* content */

/* MAIN TEMPLATE */

#main-page {
	margin: 0;
	padding: 50px;
	width: 1306px;
}

#main-container {
	width: 300px;
	height: 638px;
	position: relative;
	float: left;
}

.navigation {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.navigation li {
	height: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation li a {
	font-size: 12pt;
	color: #111;
	line-height: 20px;
}

.copyright {
	position: absolute;
	left: 0;
	bottom: 0;
}

.content {
	font-size: 10.5pt;
}

#slideshow {
	position: relative;
	margin-left: 350px;
	height: 638px;
	width: 950px;
	overflow: hidden;
}

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

#slideshow .prev, #slideshow .next {
	position: absolute;
	top: 50%;
	height: 1px;
	width: 80px;
	font-family: 'pulsarjsregular';
}

#slideshow .prev {
	left: 0;
	opacity: 0;
}

#slideshow .next {
	right: 0;
	opacity: 0;
}

#slideshow .prev a, #slideshow .next a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 80px;
	text-align: center;
	top: -40px;
	height: 80px;
	opacity: 0.7;
	background: #000;
	font-size: 60px;
	line-height: 80px;
	color: #fff;
}

#slideshow .prev a {
	border-radius: 0 10px 10px 0;
}

#slideshow .next a {
	border-radius: 10px 0 0 10px;
}

#slideshow .pause {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 1px;
	font-family: 'sosa';
	opacity: 0;
}

#slideshow .pause a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 140px;
	text-align: center;
	top: -70px;
	left: -70px;
	height: 140px;
	opacity: 0.7;
	background: #000;
	font-size: 80px;
	line-height: 140px;
	color: #fff;
	border-radius: 70px;
}

.email {
	width: 145px;
	height: 11px;
	background: url(../images/email.png);
}

/** Bio page **/

.bio {
	text-align: left;
	font-size: 11pt;
}

.bio img {
	margin-bottom: 10.5pt;
}

/** Contact page **/

ul.contact {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
}

ul.contact li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9.5pt;
}

ul.contact .right {
	display: block;
	float: right;
}

input[type=text], textarea {
	width: 290px;
}

textarea {
	height: 70px;
}

#fsc-submit-1 {
	background: #ddd;
	margin: 2px;
	padding: 1px 5px;
	border: 2px solid #ccc;
	border-radius: 5px;
}
#fsc-submit-1:hover {
	background: #eee;
	border: 2px solid #ddd;
	color: #222;
}

img {
	border: none;
}