/* CSS reset */
html, body,
div, span, code,
h1, h2, h3, h4, h5, h6,
p, ul, ol,
table, tbody, thead, tfoot, tr, th, td, 
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
	line-height: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0; /* Pseudobrowsers still need <table cellspacing="0"> */ 
}
ol, ul {
	list-style: none;
}
/* close CSS reset*/
html {
	font-size: 62.5%;
}
body {
	font: 1.6em/1.25 Georgia, serif;
	text-align: center;
	color: #333333;
	background: #882c03 url('/img/bg-wood.jpg');
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	padding: 0 10px;
}
h1 span {
	display: none;
}
p {
	margin-bottom: 1em;
}
a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #ee0000;
}
a.external {
	padding-right: 14px;
	background: url('/img/bg-a-external.png') 100% 50% no-repeat;
}
dl {
	margin: 0 0 1em 0;
}
dt {
	float: left;
	font-style: italic;
}
dd {
	margin: 0 0 .5em 7em;
}
#header {
	height: 364px;
	background: url('/img/bg-header.png') 0 0 no-repeat;
}
.headertop {
	height: 92px;
	padding-left: 760px;
}
.headertop a.twitter {
	display: block;
	float: left;
	width: 75px;
	height: 90px;
	background: url('/img/twitter.png') 0 -46px no-repeat;
}
.headertop a:hover.twitter {
	background-position: 0 -31px;
}
.headertop .sticker {
	float: left;
	width: 121px;
	height: 92px;
	margin-left: 10px;
	background: url('/img/sticker.png') 0 -21px no-repeat;
}
#shadow {
	padding: 0 10px;
	background: url('/img/bg-shadow.png') 0 0 repeat-y;
}
#paper {
	background: #eee7d3 url('/img/bg-paper.png') 0 0 repeat;
}
#leftside {
	float: left;
	width: 460px;
	padding: 0 0 0 40px;
}
#paper #leftside ul {
	margin-bottom: 1em;
	padding-left: 10px;
}
#paper #leftside li {
	padding-left: 30px;
	background: url('/img/rightarrow.png') 0 0 no-repeat;
}
#menu {
	padding: 3px 0 15px 0;
	font: 1.3em/1.25 Arial, sans-serif;
	text-transform: uppercase;
}
#menu a {
	display: block;
	float: left;
	height: 77px;
	text-align: center;
	text-decoration: none;
	color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#menu a span {
	color: #000000;
}
#menu #menu1 {
	width: 137px;
	padding-top: 23px;
	background-image: url('/img/bg-menu-1.png');
}
#menu #menu2 {
	width: 167px;
	padding-top: 23px;
	background-image: url('/img/bg-menu-2.png');
}
#menu #menu3 {
	width: 152px;
	padding-top: 23px;
	background-image: url('/img/bg-menu-3.png');
}
#menu a:hover {
	background-position: 0 -100px;
}
#menu a.active {
	background-position: 0 -200px;
}
#menu a:hover.active {
	background-position: 0 100%;
}
#paper #leftside ul#navigation {
	padding-left: 0;
}
#paper #leftside #navigation li {
	float: left;
	width: 113px;
	padding: 0;
	margin-bottom: 1em;
	font: .75em/1.0 Arial, sans-serif;
	text-align: center;
	background: none;
}
#paper #leftside #navigation li.nofloat {
	float: none;
}
#navigation li a {
	display: block;
	color: transparent;
	text-decoration: none;
}
#navigation li a:focus {
	background: #ffffff;
}
#navigation li a strong {
	color: #800000;
}
#navigation li img {
	padding: 10px 10px 11px 11px;
	background: url('/img/bg-smallthumb.png') 0 0 no-repeat;
}
#rightside {
	float: left;
	width: 431px;
	margin-left: 16px;
}
#rightside .mywork {
	width: 265px;
	height: 50px;
	margin: 15px 0 5px 30px;
	background: url('/img/mywork.png') 0 0 no-repeat; 
}
#box {
	width: 431px;
	height: 416px;
	padding-bottom: 20px;
	overflow: hidden;
	background: url('/img/bg-rightside.png') 0 0 no-repeat;
}
#window {
	float: left;
	width: 347px;
	height: 416px;
	overflow: hidden;
}
#slider {
	width: 99999px;
}
#slider li {
	float: left;
	width: 347px;
	height: 396px;
	margin-right: 50px;
	padding: 20px 0 0 0;
}
.bigthumb {
	float: left;
	width: 320px;
	height: 240px;
	padding: 13px 14px 14px 13px;
	background: url('/img/bg-bigthumb.png') 0 0 no-repeat;
}
#slider li h2 {
	padding: 5px 40px 0 4px;
	margin-bottom: .4em;
	font-size: 1.2em;
	color: #008080;
}
#slider li p {
	margin-bottom: .75em;
	padding-left: 4px;
	font: .9em/1.25 Arial, sans-serif; 
}
.prev, .next {
	display: block;
	float: left;
	width: 42px;
	height: 48px;
	margin-top: 130px;
	color: transparent;
}
a.prev:hover, a.next:hover {
	color: transparent;
}
.prev {
	background: url('/img/big-leftarrow.png') 0% 50% no-repeat;
}
.next {
	background: url('/img/big-rightarrow.png') 100% 50% no-repeat;
}
#footer {
	clear: both;
	height: 93px;
	font-style: italic;
	text-align: center;
	background: url('/img/bg-footer.png') 0 0 no-repeat;
}
#footer p {
	padding-top: 30px;
}
.myhand {
	height: 326px;
	background: url('/img/bg-myhand.png') 0 0 no-repeat;
}
/* helpers */
.clear {
	clear: both;
}
.nofloat {
	float: none;
}
.separator {
	height: 1px;
}
