/* @override http://jiwostudio.com/portfolio/css/styles.css */

* {
	margin: 0;
	padding: 0;
}

html { height: 100%; margin-bottom: 1px; }


body {
	background: #e7e8ea url(../img/bg-water-color-2.jpg) no-repeat center -16px;
	border-top: 1px solid white;
	font: 20px/39px "Helvetica Neue", Helvetica, "Arial Unicode MS", sans-serif;
		text-shadow: white 0 1px 2px;
	color: #56585d;
}

.wrap {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}

#header {
	text-align: center;
	position: relative;
	height: 390px;
	background: url(../img/mask-shadow.png) no-repeat center 210px;
	width: 600px;
}

.logo {
	width: 100%;
	height: 82px;
	text-indent: -9999px;
	line-height: 82px;
	background: url(../img/logo.png) no-repeat center 0;
	position: absolute;
	z-index: 10;
	top: 89px;
}

.head {
	position: absolute;
	z-index: 20;
	overflow: hidden;
	height: 168px;
	display: block;
	top: 218px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	background-position: center 0;
	background-repeat: no-repeat;
	left: 180px;
}

.mask {
	display: block;
	width: 100%;
	height: 110px;
	background: #e7e8ea url(../img/mask.png) no-repeat center top;
	z-index: 30;
	position: absolute;
	top: 280px;
	right: 0;
	left: 0;
}

.arrow-up {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	background: url(../img/arrow-up.png) no-repeat center 0;
	top: 178px;
}

.konami {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	background: url(../img/konami.png) no-repeat center 0;
	top: 152px;
	left: 18px;
}

#content {
	position: relative;
	margin-top: -50px;
	z-index: 50;
}

p {
	padding-bottom: 20px;
}

h2 {
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 60px;
	position: relative;
	background-repeat: no-repeat;
	color: #8e8e8e;
	font: bold 36px/40px Palatino, "Palatino Linotype", "Book Antiqua", serif;
	left: -63px;
	background-position: left center;
}

h2 span {
	color: #3d3e3e;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	display: none;
}

h3 {
	text-transform: none;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 22px;
	line-height: 39px;
}

h3 a.go img {
	margin: 0 0 -4px;
	border-style: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

h3 a.go {
	border-style: none;
	margin-left: 10px;
}

.block img.noborder {
	border-style: none;
}

.block img {
	border: 2px solid white;
	margin-bottom: 30px;
}

.block img.noborder {
    border-style: none;
    margin: 0;
    position: relative;
    top: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.block a {
    border-style: none;
}

.block a:hover {
    text-decoration: none;
    border-style: none;
}

.hello {
	background: url(../img/hello.png) no-repeat;
}

.stuff {
	background: url(../img/stuff.png) no-repeat;
}

.available {
	background: url(../img/available.png) no-repeat;
}

#content {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.switch {
	position: absolute;
	z-index: 60;
	font-size: 12px;
	font-weight: bold;
	width: 79px;
	height: 23px;
	background-image: url(../img/switch.png);
	line-height: 23px;
	text-align: center;
	right: 10px;
	letter-spacing: -1px;
	bottom: -260px;
}

.switch span {
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	border-style: none;
	text-transform: uppercase;
	color: #959597;
	cursor: pointer;
}

.switch span:hover {
	border-style: none;
	text-shadow: white 0 0 2px;
	opacity: 0.6;
}

.switch span.selected {
	text-shadow: white 0 0 7px;
	color: white;
}

a {
	color: #3d7799;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	border-bottom-style: solid;
}

#portfolio {
	background-color: #d6d9e0;
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: #b1b1b3;
	border-width: 1px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.ok {
	padding-left: 13px;
	background: url(../img/ok.png) no-repeat 0 11px;
}

.not-ok {
	padding-left: 13px;
	background: url(../img/ok.png) no-repeat 0 11px;
}

.bold {
	color: black;
	font-weight: bold;
}

.chinese .bold {
	font-size: 21px;
	font-weight: bold;
	vertical-align: 1px;
}

.chinese a.button {
	width: 193px;
	padding-left: 5px;
}

a.button {
	width: 168px;
	height: 47px;
	display: block;
	background-image: url(../img/button.png);
	border-style: none;
	text-align: center;
	text-shadow: rgba(0,0,0,0.39) 0 1px 1px;
	color: white;
	font-weight: bold;
	line-height: 47px;
	padding-left: 30px;
}

a.button:hover {
	opacity: 0.8;
	background-position: 0 bottom;
}
a.button:active {
	opacity: 1;
}

#footer {
	color: #bbbcbe;
	margin-top: 40px;
	margin-bottom: 40px;
	font-style: italic;
	font-weight: bold;
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
	text-align: center;
}

.hidden {
	display: none;
}

.quote {
	font-size: 40px;
	line-height: 55px;
	color: #006a8a;
	letter-spacing: 0;
	height: 210px;
	margin-top: 30px;
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
}

.left {
	width: 50%;
}

.right {
	font-size: 44px;
	line-height: 63px;
	color: #06232c;
}

.steve {
	font-size: 20px;
	float: right;
	position: absolute;
	color: #c5c6c8;
	right: 13px;
	top: 56px;
	font-style: italic;
}

small {
	font-size: 12px;
	font-weight: bold;
	color: #a7a7a7;
}



.hide_from_ie {
	display: block;
	_display:none;
}

#slide_content {
}

.description {
	font-size: 14px;
	line-height: 24px;
	width: 500px;
}

.description span {
	color: #a4a6ab;
}

.block {
	display: block;
	width: 600px;
    margin-bottom: 50px;
}

.stuff {
	position: relative;	
}

.controls {
	position: absolute;
	top: 0;
	right: 190px;
	width: 120px;
    display: none;
}

span.go_left, span.go_right {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	background-image: url(../img/buttons.png);
}

span.go_left {
	background-position: 0 0;
	margin-right: 20px;
}

span.go_right {
	background-position: -40px 0;
}

span.go_left:active {
	background-position: 0 -40px;
}

span.go_right:active {
	background-position: -40px -40px;
}