/* CSS Document */

html, body {
	margin:0;
	padding:0;
	}
#logo {
	position:absolute;
	top:20px;
	left:24px;
	}
#video {
	position:absolute;
	top:70px;
	left:24px;
	width:512;
	height:400;
	}
#description {
	position:absolute;
	top:490px;
	left:24px;
	font-family:Helvetica, Arial, sans-serif;
	color:#4D4D4D;
	font-size:12px;
	line-height:125%;
	}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AEB0B3;
	padding-top:10px;
	text-align:left;
	text-decoration: none;
	}
.title {
	color:#ff2411;
	font-size:18px;
	font-weight: bold;
	}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #acb0b1;
	}
a:link {
	color: #ff2411;
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	color: #ff2411;
	}
a:hover {
	text-decoration:none;
	color: #97f408;
	}
a:active {
	text-decoration:none;
	color: #ff2411;
	}
	
	
	#navbar-wrap{
	width:900px;
	height:102px;
	display:block;
	position:absolute;
	background-image:url(/wp-content/themes/doc/images/navbar/background.png);
	}
	
#navbar-wrap a{
	display:block;
	position:relative;
	text-indent:-9999px;
	}
	
#navbar-home{
	width:170px;
	height:102px;
	}
	
div#navbar-work a{
	width:65px;
	height:15px;
	top:-56px;
	left:418px;
	background: url(/wp-content/themes/doc/images/navbar/work.png) no-repeat -200px;
	}
	div#navbar-work a:hover {
	background-position: 0px 0px;
	}
	
div#navbar-scrapbook a{
	width:111px;
	height:15px;
	top:-51px;
	left:418px;
	background: url(/wp-content/themes/doc/images/navbar/scrapbook.png) no-repeat -200px;
	}
	div#navbar-scrapbook a:hover {
	background-position: 0px 0px;
	}
	
div#navbar-about a{
	width:71px;
	height:15px;
	top:-86px;
	left:576px;
	background: url(/wp-content/themes/doc/images/navbar/about.png) no-repeat -200px;
	}
	div#navbar-about a:hover {
	background-position: 0px 0px;
	}
	
div#navbar-profile a{
	width:89px;
	height:15px;
	top:-81px;
	left:576px;
	background: url(/wp-content/themes/doc/images/navbar/profiles.png) no-repeat -200px;
	}
	div#navbar-profile a:hover {
	background-position: 0px 0px;
	}
	
div#navbar-blog a{
	width:57px;
	height:15px;
	top:-96px;
	left:713px;
	background: url(/wp-content/themes/doc/images/navbar/blog.png) no-repeat -200px;
	}
	div#navbar-blog a:hover {
	background-position: 0px 0px;
	}
	
div#navbar-contact a{
	width:87px;
	height:15px;
	top:-111px;
	left:813px;
	background: url(/wp-content/themes/doc/images/navbar/contact.png) no-repeat -200px;
	}
	div#navbar-contact a:hover {
	background-position: 0px 0px;
	}
