@charset "utf-8";
/* CSS Document */
@import url('reset.css');


body{
background:#333; }

h1 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
}

a:link {
	color: #96C;
	font-weight: bold;
}
a:visited {
	color: #93C;
}

.form {
	margin-left: 275px;
	margin-top: 125px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}


.content {
		background-color: #333333;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		width: 1200px;
		height: 1024px;
		margin-top: 25px;
		}
		
.header {
		background: transparent;
		background-repeat: no-repeat;
		width: 400px;
		height: 150px;
		}
		
		
	
.text 	{
	background-image: url(../blog/shadowed/images/contentbg.png);
	background-repeat: repeat;
	width: 868px;
	height: 734px;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	left: 349px;
	top: 197px;
	padding: 5px;
		}
 
 .text li{
   	margin: 7px 0 8px 10px;
  }



 .text ul{
    text-indent: -10px;
    padding: 0 0 0 10px;
    list-style: none outside none;
  }
 
.lower_right {
	background-image:url(../images/lowerright.png);
	position: absolute;
	width: 554px;
	height: 485px;
	top: 580px;
	left: 693px;
	background-repeat:no-repeat;
			}
 
.lower_left {
	background-image: url(../images/lowerleft.png);
	position: absolute;
	width: 525px;
	height: 502px;
	top: 561px;
	background-repeat:no-repeat;
			}	
			
.upper_right {
	background-image: url(../images/upperright.png);
	position: absolute;
	width: 288px;
	height: 250px;
	top: 26px;
	background-repeat:no-repeat;
	left: 957px;
}

.footer {
	font-family:Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 10px;
	margin-top: 400px;
	text-align: center;
}


#nav
{
width:350px;
height:500px;
}


#navigation li
{
float:left;
display:block;
}

#navigation li a
{
background-image: url(../images/navigation.png);
display: block;
	outline: none;
	position: relative;
	height: 30px;
	text-decoration: none;
	width: auto;

}



	
	#navigation .home 
	{
	background-position:0px -3px;
	width:250px;
	height:30px;
	
	
	}
	
	#navigation .books 
	{
	background-position:0px -33px;
	width:250px;
	height:30px;
	}
	
	#navigation .books1 
	{
	background-position:0px -240px;
	width:250px;
	height:30px;
	margin-left: 15px;
	}
	
	#navigation .books2 
	{
	background-position:0px -270px;
	width:250px;
	height:30px;
	margin-left: 15px;
	}
	
	#navigation .books3 
	{
	background-position:0px -300px;
	width:250px;
	height:30px;
	margin-left: 15px;
	}
	
	#navigation .books4 
	{
	background-position:0px -327px;
	width:250px;
	height:30px;
	margin-left: 15px;
	}
	
	#navigation .books5 
	{
	background-position:0px -357px;
	width:250px;
	height:30px;
	margin-left: 15px;
	}

	
	#navigation .blog 
	{
	background-position:0px -390px;
	width:250px;
	height:30px;
	}
	
	#navigation .guestbook 
	{
	background-position:0px -392px;
	width:250px;
	height:30px;
	}
	
	#navigation .movie 
	{
	background-position:0px -455px;
	width:250px;
	height:30px;
	}
	
	#navigation .visits 
	{
	background-position:0px -105px;
	width:250px;
	height:30px;
	}
	
	#navigation .author 
	{
	background-position:0px -180px;
	width:250px;
	height:30px;
	}
	
	#navigation .contact 
	{
	background-position:0px -213px;
	width:250px;
	height:30px;
	}
	
	
	#navigation a .hover {
	background: url(../images/navigationglow.png) no-repeat;
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
	}
	
	#navigation .home .hover {
	background-position: 0px -3px;
	
	}
	#navigation .books .hover{
	background-position: 0px -33px;
	
	}
	#navigation .books1 .hover {
	background-position: 0px -240px;
	}
	#navigation .books2 .hover {
	background-position: 0px -270px;
	}
	#navigation .books3 .hover {
	background-position: 0px -300px;
	}
	#navigation .books4 .hover {
	background-position: 0px -327px;
	}
	#navigation .books5 .hover {
	background-position: 0px -357px;
	}
	#navigation .blog .hover{
	background-position: 0px -390px;
	}	
	#navigation .guestbook .hover{
	background-position: -0px -392px;
	}	
	#navigation .movie .hover{
	background-position: 0px -455px;
	}
	#navigation .visits .hover{
	background-position: 0px -105px;
	}
	#navigation .author .hover{
	background-position: 0px -180px;
	}
	#navigation .contact .hover{
	background-position: 0px -213px;	
	}
	
	
/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 650px;	 
	width: 868px;
	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:180px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;

}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:868px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#fff;
}

#actions a:hover {
	text-decoration:underline;
	color:#fff;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	



