/*	BOOKMARKS*/

h1 {
	font-size:2.6em;
	font-weight:bold;
	color:#444;
	margin:15px 0;
}

h2,h3,h4,h5,h6 {
	font-size:1.8em;
	color:#777;
	text-transform:uppercase;
	margin:24px 0 0 0;
	
}

h3 {
	margin-top:32px;
	
}

#toc li {
	text-decoration:none;
	text-transform:uppercase;
	font-size:1em;
	margin:5px 0 0 30px;
	font-weight:bold;
	
}

#toc li a {
	text-decoration:none;
	width:100%;
	display:block;
}

a.title:visited {
	color: #0cf; 
}

.bookmarks {
	padding:0 0 8px 30px;
}
.bookmarks li {
	color:#999;
	padding:0;
	width:100%;
	margin-top:8px;
	margin-bottom:16px;
}

.bookmarks div {
	margin:0 0 0 2px ;
	font-size:11px;
	line-height:16px;
}

.bookmarks li a {
	color:#fff;
	display:block;
	text-decoration:none;
	margin:3px 0 0 0;
	width:100%;
	font-size:1.2em;
}
.bookmarks a:hover {
	color:#000;
}

.bookmarks.left {
	float:left;
	width:320px;
	display:block;
}
.bookmarks.right {
	float:right;
	width:320px;
	display:block;
}

hr {
	border-color:#444;
}
