@charset "UTF-8";

/* ===================================================================================== */
/* = Stylesheet developed by Datu Arellano; Last updated Wednesday; September 16, 2009   = */
/* ===================================================================================== */

body {
	border-top: 10px solid #000;
	background: #1F1D1B url(../images/background-stone.jpg) repeat fixed;
}
#logo-insight {
	background: url(../images/logo-insight.png) no-repeat;
	height: 110px;
	width: 430px;
	text-indent: -999em;
	margin: 20px 0 0 20px;
}
#logo-insight a {
	display: block;
	height: 110px;
	width: 220px;
}
#nav {
	width: 130px;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
	float: left;
	display: inline;
}
#nav li a {
	color: #CCC;
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 5px 10px 5px;
}
#nav li a:hover {
	background: #333;
	color:#FFF;
}
#nav li.active a {
	background:#000;
	font-weight: bold;
}
#content {
	width: 600px;
	margin-left: 150px;
}
.portfolio #content {
	width: 600px;
	margin-left: 400px;
}
#dict-def {
	height: 100px;
	width: 460px;
	background: url(../images/definition.png) no-repeat;
	text-indent: -999em;
	margin-top: 20px;
}
#logo-hiraya {
	height: 92px;
	width: 92px;
	background: url(../images/logo-hiraya.png) no-repeat;
	text-indent: -999em;
	margin: 0 auto 20px;
}
#footer {
	text-align: center;
	margin-top: 10em;
	font-size: 0.833em;
	color: #999;
}

/*Portfolio Subnav*/
#portfolio-subnav {
	background: #FFF;
	width: 220px;
	float: left;
	margin-left: 20px;
	color: #666;
	padding: 5px;
}
#portfolio-subnav h2 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing:1px;
	color: #FFF;
	background: #bbb;
	padding: 0 6px;
	line-height:2;
	cursor: pointer;
	border-bottom: 1px solid white;
	vertical-align: baseline;
}
#portfolio-subnav h2:hover {
	background-color:#666;
}
#portfolio-subnav h2.selected {
	background: black;
	font-weight: bold;
}
#portfolio-subnav h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background: #eee;
	padding: 0 6px;
	border-bottom: 1px solid #E0E0E0;	
}
#portfolio-subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#portfolio-subnav li {
	border-bottom: 1px solid #E0E0E0;
	font-size: 11px;
}
#portfolio-subnav a {
	color: #C30;
	display: block;
	padding: 3px 6px 3px 14px;
}
#portfolio-subnav a:hover {
	/*color: white;*/
	background-color: #FAEDEF;
}
#portfolio-subnav a.current {
	color: #FFF;
	background: #333 url(../images/wedge-small.png) right center no-repeat;
	padding: 3px 14px 3px 6px;
}

/*SLIDESHOWS*/
#slideshow {
	border: 5px solid black;
	background: black;
	height: 390px;
	width: 585px;
	overflow: hidden;
}
#slideshow div div {
	text-align: center;
	width: 585px;
}
#slideshow.usercycle {
	cursor: pointer;
}
#project-data {
	line-height:1.2;
}
#project-data span {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: url(../images/black-70.png);
}
#project-data em {
	font-size: .5em;
}
#flashvid {
	margin-bottom: 10px;
}
#additional-data {
	color: #D8D8D8;
}
#alternativeContent {
	background-color: #800000;
	padding: 1em;
	font-size: 1.5em;
}
#tooltip {
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}

/*Contact Form*/
form table, form td {
	border: none;
	margin: 0;
}
.contact form {
	background: url(../images/black-70.png);
	padding: 1em;
	width: 400px;
}
input.text {
	width: 134px;
}
input, textarea {
	border: 1px solid #434343;
	padding: 2px;
}
.button {
	padding: 4px;
	background: #252525;
	color: #E2E2E2;
	border: 1px solid #B3B3B3;
	margin-top: 1em;
	margin-bottom: 1em;
	cursor: pointer;
}
#reset {
	border: 1px solid #656565;
	color: #656565;
}
#submit:hover {
	background: #4A4A00;
	color: #FFFFFF;
	border: 1px solid #EEEEEE;	
}
#reset:hover {
	background: #4E0800;
	color: #FFFFFF;
	border: 1px solid #EEEEEE;	
}
label.error {
	color: #F00;
	font-style: italic;
	display: block;
	margin-bottom: 1em;
}
input.error, textarea.error {
	border: 2px solid #F00;
}
#messagesent {
	background-color:#FF9;
	color: #333;
	padding: 2em;
}
#captchoo {
	padding:0.2em 0.4em;
}