@import url(navigation.css);

* {
	margin: 0;
	padding: 0;
}

html {
	background: #ccc url(../img/html_bg.png) center top repeat-y;	
}

body {
	color: #333;
	background: transparent url(../img/body_bg.png) center top no-repeat;
	font: 75%/1.5em "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	min-height: 900px;
}

html>body {
	font-size: 12px;
}

#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

#page_header {
	width: 840px;
	padding-top: 24px;
	overflow: hidden;
	text-align: center;
}

#page_content {
	width: 792px;
	min-height: 440px;
	margin: 2.2em auto 1.5em auto;
	padding: 0 24px;
	text-align: left;
}

#page_footer {
	width: 840px;
	height: 2em;
	padding-top: 1.5em;
	text-align: center;
	clear: both;
	color: #666;
}

.alignLeft, #leftCol {
	float: left;
	text-align: left;
}

#navigation, .alignRight, #rightCol {
	float: right;
	text-align: left;
}

#page_content div.alignLeft, #page_content #leftCol {
	width: 386px;
	float: left;
	margin-right: 10px;
}

#page_content div.alignRight, #page_content #rightCol {
	width: 386px;
	float: right;
	margin-left: 10px;
}

.entry {
	margin: 2em 0 3.5em 0;
	position: relative;
}

.clear {
	clear: both;
}

ul {
	list-style-type: none;
}

ul li {
	line-height: 1.5em;
}

ul#contactInfo {
	min-height: 72px;
}

ul#contactInfo li span {
	display: block;
	float: left;
	min-width: 4.5em;
}

a img {
	border: none;
}

/* FORMS */

fieldset {
	border: none;
}

label {
	min-width: 4.5em;
	display: block;
	float: left;
}

input {
	width: 60%;
	color: #707070;
	font-size: 1em;
	font-style: italic;
	background: #ebebeb;
	border-width: thin;
	padding: 0.15em;
}

input.button {
	width: auto;
	padding: 0.15em;
	color: #333;
	font-style: normal;
}

input.button:focus {
	border: thin inset #000;
}

textarea {
	width: 80%;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background: #ebebeb;
	border-width: thin;
	padding: 0.15em;
}

input:focus, textarea:focus {
	border: thin solid #B8DD36;
	color: #333;
	font-style: normal;
}

/* TYPOGRAPHY */

p, ul {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#page_footer p {
	font-size: 0.833em;
	margin: 0;
}

.entry p {
	margin: 0;
	width: 700px;
}

.entry .toplink {
	position: absolute;
	right: 0px;
	top: 269px;
}

.entry .firstWord {
	font-weight: bold;
}

.intro {
	font-size: 1.166em;
	line-height: 1.5em;
	margin-bottom: 1.8em;
}

.twitter {
	text-indent: -9999px;
	padding-top: 0.75em;
}

#fscroller {
	font-family: Georgia, "Times New Roman", serif;
	min-height: 121px;
	float: right;
	width: 386px;
}

blockquote p {
	color: #888;
	font: 1.166em/1.5em Georgia, "Times New Roman", serif;
	margin-bottom: 0.8em;
}

blockquote p em {
	color: #99cc33;
	font-style: normal;
}

blockquote.en p em {
	color: #c20b7f;
	font-style: normal;
}

blockquote p span {
	font-weight: 600;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
}

h1 {
	font-size: 2em;
	line-height: 1.4em;
	margin-bottom: 0.66em;
	padding-bottom: 0.1em;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.166em;
	line-height: 1.286em;
	font-weight: 600;
	letter-spacing: 0.1pt;
}

h4, #about h3 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: 0.1pt;
}

#page_header h3 {
	font-size: 1.5em;
	line-height: 2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

h1#logo {
	text-indent: -6000px;
	background: transparent url(../img/logo.png) left top no-repeat;
	width: 169px;
	height: 70px;
	margin: 10px 0 0 24px;
	float: left;
}

h1#h_work span, h1#h_about span, h1#h_contact span, h1#h_english span {
	color: #707070;
	font-size: 0.583em;
	line-height: 1em;
	margin-left: 1em;
	visibility: hidden;
}

h1#h_work:hover span, h1#h_about:hover span, h1#h_contact:hover span, h1#h_english:hover span {
	visibility: visible;
}

h1#h_work {
	border-bottom: 3px solid #2a9eb3;
}

h1#h_about {
	border-bottom: 3px solid #95c846;
}

h1#h_contact {
	border-bottom: 3px solid #efb607;
}

h1#h_english {
	border-bottom: 3px solid #c20b7f;
}