@charset "UTF-8";

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #000;
}

a:hover {
	color: #69CAF3
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 62px;
	line-height: 60px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 15px;
}

h3 {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;
}

.description {
	font-size: 13px;
	line-height: 16px;
	border-bottom: 2px solid #000;
	padding-bottom: 55px;
}

#wrapper {
	width: 92%;
	background: url(images/main_bkg.jpg) bottom right no-repeat #ccc;
	margin: 0px 4%;
	position: relative;
	height: 700px;
}

#inner-wrapper {
	width: 960px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}

#content {
	margin: 30px 4% 10px 4%;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	overflow: auto;
}

#find-me {
	width: 12%;
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin-left: 10%;
	padding-left: 40px;
	background: url(images/arrow.gif) 0 0 no-repeat;
}

#get-in-touch {
	width: 12%;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

#project-content {
	width: 960px;
	margin: 80px auto 0px auto;
	overflow: hidden;
	clear: both;
	text-align: left;
	border-bottom: 8px solid #000;
}

.item {
	overflow: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	clear: both;
}

.left {
	float: left;
	width: 190px;
	text-align: right;
}

.left p {
	padding-bottom: 30px;
	font-size: 12px;
}

.right {
	float: right;
	width: 733px;
}

#back {
	margin: 25px 0px;
	height: 34px;
	background: url(images/arrow2.gif) 0 0 no-repeat;
	width: 150px;
}

#project-content h3 {
	padding: 0px 0px 0px 30px;
	line-height: 36px;
}

#back:hover {
	background-position: 0 -34px;
	color: #69CAF3;
}

#back a {
	display: block;
}

#hello {
	float: right;
	width: 50%;
}

#hello p {
	padding-bottom: 18px;
}

#hello h2 {
	border-bottom: 5px solid #000;
	margin-bottom: 15px;
}

#logo {
	width: 200px;
	background: url(images/stubbornfish-logo.gif) 0 0 no-repeat #000;
	height: 47px;
	float: left;
}

#logo a {
	width: 200px;
	height: 47px;
	display: block;
}

#creative {
	height: 47px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	float: right;
	line-height: 50px;
	width: 250px;
}

#projects {
	z-index: 3;
	clear: both;
	text-align: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#projects div a {
	font-weight: bold;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	padding: 12px 10px 5px 10px;
	background-color: #000;
	margin-top: 2px;
	width: auto;
	float: left;
	clear: left;
	white-space: nowrap;
}

#projects div a:hover {
	color: #fff;
	width: 100%;
	background-color: #69CAF3;
}

#video {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 378px;
	height: 448px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

.toggle_container {
	clear: left;
	margin: 0px 0px 2px 0px;
	color: #fff;
	width: 100%;
	background-color: #69CAF3;
	padding-left: 15px;
}
