/*
===== Reset Style =================================
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p { 
	margin:0;
	padding:0;
}
img { 
	border:0;
}
strong {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,strong {
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}
q:before,q:after {
	content:'';
}
/*
===== Universal Style =================================
*/
html,body {
	background: #111111;
}
body {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #111111;
	color: #666;
	/* text-align:center; */
	padding: 35px;
	/* IE6: border: 10px solid #222222; */
}
#wrap{
	width:980px;
	/* margin: 0 auto; */
	text-align:left;
}
a {
	color: #666;
	outline: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	color:#fff;
	text-decoration: none;
}
p {
	margin-bottom: 18px; 
}
strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
ul {
	margin-bottom: 18px;
}
li{
}
h1 {
	font: 20px/18px Arial, Verdana, sans-serif;
	color:#fff;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color:#fff;
	margin-bottom: 0;
	
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
}
h4 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}
.clear {
	clear: both;
}
a.link_style {
	color:#777;
	margin:2px;
	padding:2px 4px;
	line-height:25px;
	border:#333 solid 1px;
	background-color:#222;
}
a.link_style:hover, a.link_style:hover {
	color:#fff;
	background-color:#444;
}
ul li {
	padding-left:8px;
	background: url(../images/layout/list.gif) left center no-repeat;
}
/*
===== Sidebar =================================
*/
#sidebar {
	width:200px;
	height: 100%;
	overflow: auto;
	overflow-x: hidden; /* IE7 */
	position: fixed;
    top: 0;
}
div#logo {
	margin: 49px 0 32px;
}
div#logo h1 {
	background:url(../images/layout/daisukesakurai.png) left center no-repeat;
	display:block;
	width:190px;
	height:38px;
	text-indent:-9999px;
}
div#logo h1 a {
	width:180px;
	height:18px;
	padding:10px 0;
	display:block;
}
#navi {
	width:170px;
	padding-bottom:10px;
}
#navi ul li{
	font-size: 11px;
	line-height:18px;
	padding-left:8px;
	background: url(../images/layout/list.gif) left center no-repeat;
}
#navi .selected a{
	color:#fff;
}
#navi .title {
	font-size: 11px;
	line-height:18px;
	color:#aaa;
	display:block;
	padding:4px 0 4px;
}
/*
===== Main =================================
*/
#main {
	position:absolute;
	left: 245px;
	top:120px;
	padding:4px 0 30px;
	width:736px;
}
#main p{
	margin:7px 0 0;
	line-height:16px;
}
#main p.role{
	margin:10px 0 0;
}
.work {
	padding:7px 0 15px;
	width:736px;
}
.work img{
	width:730px;
	background-color:#333;
	padding:3px;
	margin-bottom:6px;
}
img.no-border {
	background: none;
}
.work .video{
	width:730px;
	background-color:#333;
	padding:3px;
	margin-bottom:11px;
}
#palmpixi{
	height:439px;
}
#demoreel{
	height:417px;
}
#qlikview{
	height:410px;
}
#dvf{
	height:410px;
}
.work a:hover img{
	background-color:#fff;
}
.role {
	font-style:italic;
}
/*
===== Home =================================
*/
.home .work {
	margin-bottom:6px;
}
.home .work img{
	margin-bottom:0;
}
/*
===== Profile =================================
*/
#main.profle h2,#main.archive h2  {
	margin-bottom:12px;
}
#main.profle p, #main.archive p {
	margin-bottom:8px;
}

/*
===== Archive =================================
*/
.archive .work {
	margin-bottom:6px;
}
.archive .work img{
	margin-bottom:0;
}
#main.archive ul {
	margin-bottom:8px;
}
/*
===== Footer =================================
*/
#footer {
	clear:both;
	width: 980px;
	font-size: 10px;
	margin: 30px 0 0 210px;
	padding:24px 0 4px;
	background: url(../images/layout/line.gif) left 20px no-repeat;
}

#top, #bottom, #left, #right {
background: #222222;
position: fixed;
}
#left, #right {
top: 0; bottom: 0;
width: 10px;
}
#left { left: 0; }
#right { right: 0; }

#top, #bottom {
left: 0; right: 0;
height: 10px;
}
#top { top: 0; }
#bottom { bottom: 0; }
/*
===== For JS =================================
*/
/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	border:solid 1px #999999;
	padding: 5px;
	width:300px;
	height:auto;
	font-size:11px;
}
#tooltip_text {
	display:none;
}
/* END tooltip */

