/* @override http://okudart.es/showcase/ndxz-studio/site/okuda/style.css */

/* @override 
	http://localhost:8888/showcase/ndxz-studio/site/okuda/style.css
	http://okudart.es/showcase/ndxz-studio/site/okuda/style.css
*/

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

.clear-both {
	clear: both;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff url(images/pattern.gif) repeat fixed;

}

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; }

a img { border: none; }

div#header-okuda {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	z-index: 10000;
	border-bottom: 1px solid #efeded;
}

#menu {
    width: 143px;
    overflow: auto;
    top: 90px;
    bottom: 0;
	left: 12px;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	padding-bottom: 3px;
}

#menu ul li.section-title {
	display: block;
	text-transform: uppercase;
	font: normal normal 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	padding-left: 2px;
	background-color: #d6d3d3;
}

#menu ul#section-1 li.section-title {
	background-color: #56f5c1;
}

#menu ul#section-2 li.section-title {
	background-color: #56bef5;
}

#menu ul#section-3 li.section-title {
	background-color: #a156f5;
}

#menu ul#section-4 li.section-title {
	background-color: #ff43a4;
}

#menu ul#section-5 li.section-title {
	background-color: #ff7b45;
}

#menu ul#section-6 li.section-title {
	background-color: #fff649;
}

#menu ul#section-7 li.section-title {
	background-color: #bbff49;
}

#menu ul li {
	display: block;
	font: normal normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	color: #000;
}

#menu ul li a {
	margin-top: 2px;
	padding: 2px;
}

#menu ul li a:link,
#menu ul li a:visited {
	color: #666;
	display: block;
	background-color: #fffbfb;
}

#menu ul li a:hover,
#menu ul li a:active {
	color: #ccc;
	display: block;
	background-color: #000;
	text-decoration: none;
}

#menu ul li.active a {
	background-color: #666;
	color: #fffcfc;
}

#content {
    margin: 99px 12px 0 164px;
	/*max-width: 750px;*/
}

.container {
}

#content p {
	margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 {
	width: 310px;
	height: 90px;
	display: block;
}

h1 a {
	width: 310px;
	height: 90px;
	background-image: url(images/okuda_art.gif);
	text-align: left;
	text-indent: -5555px;
	display: block;
}
h2 { }
h3 { }
h4 { }

#img-container	{ margin: 0; padding: 0; }

#img-container p {
}

#img-container p img {
	background-color: #fff;
	padding: 14px;
	border-bottom: 2px solid #d4d1d1;
	border-right: 1px solid #e5e2e2;
}

#img-container span.nothumb {
	background-color: #fff;
	padding: 14px;
	border-right: 1px solid #e5e2e2;
	margin-right: 12px;
	color: #999;
	clear: both;
}

#img-container span.nothumb strong {
	color: #666;
}

#img-container span.nothumb img {
	margin-bottom: 6px;
}

#img-container p span {
	background-color: #fff;
	padding: 6px 12px 12px;
	border-bottom: 2px solid #d4d1d1;
	border-right: 1px solid #e5e2e2;
	width: 10px;
}

#img-container p span#num {
	background-color: transparent;
	padding: 0px;
}

#once { clear: left;
}

#s1 div img.img-bot {
	padding: 14px;
	background-color: #fff;
	margin: 0;
}

#s1 div p {
	background-color: #fff;
	padding: 14px;
}

div.bio {
	background-color: #fff;
	padding: 14px;
	width: 650px;
	border-bottom: 2px solid #d4d1d1;
	border-right: 1px solid #e5e2e2;

}

div.bio-image {
	background-color: #fff;
	float: left;
}

div.bio-text {
	float: right;
	width: 436px;
}

img#random {
	padding: 12px;
	background-color: #fff;
	border-bottom: 2px solid #d4d1d1;
	border-right: 1px solid #e5e2e2;

}