/* -- Main styles -- */

html, body{
	margin: 0px;
	padding: 0px;
}

body, td, input,textarea{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

body{
	/*background: url(../img/body_blue.gif) center 55px no-repeat #c9e1f4;*/
	background-color: #c9e1f4;
	background-attachment: fixed;
	text-align: center;
}

h1, h2, h3, h4{
	display: block;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2{
	font-size: 18px;
	float: left;
	font-weight: bold;
	color: #333;
}

	h1 .sub{
		font-size: 12px;
	}

h3{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}

	h3 a{
		color: #33C;
	}
	
	h3 .author{
		color: #00F;
	}

	h3 .author,
	h3 .submitter,
	.lightblock h3,
	#widgets h3{
		font-size: 18px;
		font-weight: normal;
	}

	h3 .book{
		font-size: 14px;
		font-weight: bold;
		color: #338;
	}

	h3 .book_author{
		font-weight: bold;
	}

h4{
	font-size: 12px;
	line-height: 14px;
}

p{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	border-width: 0px;
}

form{
	display: block;
	margin: 0px 0px -5px 0px;
	padding: 0px;
}

input, textarea{
	border: #333 solid 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #000;
	background-color: #F6F4F1;
	padding: 3px;
}

.greeninput{
	background-color: #F1F6F4;
	border-color: #383;
}

.avatar{
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}

input:focus,
textarea:focus,
input.focus,
textarea.focus{
	background-color: #FFF;
}

textarea{
	width: 360px;
	height: 100px;
}

td{
	padding: 3px 5px 2px 0px;
	color: #333;
}

#submit table{
	width: 500px;
}
	#submit .desc{
		font-weight: bold;
		width: 120px;
	}

	#submit .elem{
		width: 380px;
	}
	
ul, li{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul{
	clear: left;
}

li{
	margin-bottom: 10px;
}

.amazonlink{
	background: url(../img/template_blue.png) left -111px no-repeat;
	width: 90px;
	height: 25px;
	display: block;
}

.lightblock,
.bookblock,
.authorblock,
.memberblock,
.memberbit,
.blurbbit,
.blurbinfo,
.bookbit,
.leftwhite{
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: #666 solid 1px;
	background-color: #FFF;
	color: #333;
}

.authorImage,
.bookImage,
.memberImage,
.featuredImage{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: #666 solid 1px;
	display: block;
}

.featuredImage{
	float: right;
}

.authorImage img,
.bookImage img,
.memberImage img,
.featuredImage img{
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.darkblock,
.knownItem{
	padding: 5px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: #666 solid 1px;
	background-color: #ffcc66;
	color: #333;
	font-size: 10px;
}

.blurbbit{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-color: #CCC;
}

.blurbinfo{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top: none;
	background-color: #F3F2E4;
	color: #666;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
	.blurbinfo a{
		text-decoration: underline;
		color: #666;
	}

.blurbBlock .amazon{
	float: right;
}
	
.bookblock,
.authorblock{
	clear: both;
	margin-bottom: 10px;
}
	
	.bookblock .amazon{
		float: left;
		margin-right: 10px;
	}

.listTitle h2{
	float: none;
}

.claro{
	clear: both;
}

.error{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: #F00 solid 1px;
	background-color: #F0F0F0;
	color: #800;
	font-weight: bold;
	padding: 5px;
}

.button{
	background: url(../img/template_blue.png) left -170px no-repeat;
	height: 22px;
	padding-left: 8px;
	float: left;
	display: block;
	margin-left: -1px;
	margin-top: -1px;
	cursor: pointer;
}
	.button span{
		display: block;
		background: url(../img/template_blue.png) right -170px no-repeat;
		height: 22px;
		padding-right: 8px;
		color: #000;
		line-height: 20px;
		text-align: center;
		font-weight: bold;
		cursor: pointer;
	}
	
.button:hover{
	background-position: left -192px;
	text-decoration: none;
}
	
	.button:hover span{
		background-position: right -192px;
	}
	
.greenbutton{
	background-position: left -214px;
}

	.greenbutton span{
		background-position: right -214px;
	}
	
.greenbutton:hover{
	background-position: left -236px;
}

	.greenbutton:hover span{
		background-position: right -236px;
	}

/* -- Container and main block elemense --*/

#container{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

.leftContent{
	float: left;
	width: 680px;
	padding: 10px 0px 0px 10px;
	margin-bottom: -10px;
}

.rightContent{
	float: right;
	width: 200px;
	padding: 10px 0px 10px 0px;
}

#joinWidget .button{
	width: 120px;
}

/* -- The header -- */

#header{
	padding: 10px;
}

	#cabeza{
		float: left;
		padding: 0px;
		margin-left: -6px;
	}
	
		#cabeza a{
			display: block;
			width: 380px;
			height: 50px;
			background: url(../img/template_blue.png) left top no-repeat;
		}
		
	#userinfo{
		float: right;
	}
		
		#userinfo li{
			float: left;
			margin-left: 10px;
		}
		
	#crumbs{
		float: left;
		clear: both;
	}
	
		#crumbs ul,
		#crumbs li{
			float: left;
			padding: 0px;
			margin: 0px;
			background: none;
			border: none;
		}
		
		#crumbs li{
			padding-right: 5px;
		}
		
		#crumbs a{
			color: #FFF;
		}
		
/* -- The homepage -- */

#leftHome{
	width: 330px;
	margin-right: 15px;
	float: left;
}

#rightHome{
	width: 330px;
	float: left;
}

#homeContent #searchBox,
#homeContent #featuredBox{
	background-color: #FFF;
	border: #333 solid 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	width: 310px;
	float: left;
	margin-right: 10px;
	height: 130px;
}

	#homeContent h2{
		font-size: 15px;
		float: none;
		margin-bottom: 10px;
	}
	
	#featuredBox li{
		display: block;
		float: none;
	}
	
	
	#homeContent .listdot{
		display: block;
		width: 14px;
		height: 14px;
		float: left;
		margin-right: 5px;
		margin-top: -1px;
		background: url(../img/template_blue.png) -28px -140px no-repeat;
	}
	
	#homeContent .subinfo{
		display: block;
		padding-left: 19px;
		color: #666;
		font-size: 10px;
	}

	#homeContent form{
		padding-top: 8px;
		clear: both;
	}
	
	#homeContent .listTitle{
		padding-top: 15px;
	}
	
	#homeContent .listTitle h2{
		padding-bottom: 0px;
	}

/* -- navigation --*/

	#browseItems .darkblock{
		text-align: center;
		font-weight: bold;
	}
	
		#browseItems a{
			padding: 0px 3px;
		}
		
		#browseItems .active{
			color: #FFF;
		}

	#listoptions{
		clear: both;
		margin-bottom: 10px;
		font-size: 10px;
	}
	
		#itemCounter{
			float: left;
		}	
	
		#sortoptions{
			float: right;
			margin-right: 10px;
			width: 100px;
		}
		
			#sortoptions ul,
			#sortoptions li{
				border-width: 0px;
				background: none;
				margin: 0px;
				padding: 0px;
				display: block;
			}
			
			#sortoptions .darkblock{
				position: absolute;
				width: 100px;
				padding: 0px;
				z-index: 100;
			}
			
			#sortoptions li a{
				display: block;
				padding: 5px 10px;
			}
			
			#sortoptions a span{
				float: right;
				margin-left: 5px;
				display: block;
				width: 10px;
				height: 10px;
				background: url(../img/template_blue.png) -60px -56px no-repeat;
			}
			
			#sortoptions .ascend span{
				background-position: -40px -56px;
			}

			#sortoptions .active .descend span{
				background-position: -140px -56px;
			}
			
			#sortoptions .active .ascend span{
				background-position: -120px -56px;
			}
			
			#sortoptions ul .inactive{
				display: none;
			}
			
			#sortoptions ul:hover .inactive,
			#sortoptions .hovering .inactive{
				display: block;
			}

.pagenav,
.navspacer{
	float: right;
	clear: none;
	width: 300px;
	text-align: center;
}

.navspacer{
	border-color: #c9e1f4;
	background-color: #c9e1f4;
}

	.pagenav li{
		display: inline;
		padding: 0px;
		margin: 0px;
	}
	
	.pagenav .previous{
		display: block;
		float: left;
		width: 10px;
		background: url(../img/template_blue.png) 3px -56px no-repeat;
	}
	
	.pagenav .previous:hover{
		background-position: -77px -56px;
		text-decoration: none;
	}
	
	.pagenav .next{
		display: block;
		width: 10px;
		float: right;
		background: url(../img/template_blue.png) -17px -56px no-repeat;
	}
	
	.pagenav .next:hover{
		background-position: -97px -56px;
		text-decoration: none;
	}
	
	.pagenav .previous a:hover,
	.pagenav .next a:hover{
		text-decoration: none;
	}
	
	.pagenav .active a{
		color: #FFF;
	}
	
	.pagenav .filler{
		background: none;
	}
	
	.pagenav a,
	.pagenav span{
		padding: 5px 2px;
	}
	
.blurbList .blurbBlock{
	width: 100%;
}
		
	/* -- The top info for each blurb -- */
		
	.blurbList .topInfo{
		width: 578px;
		position: absolute;
		display: block;
		margin-left: -10px;
		margin-top: -10px;
		padding: 0px;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		z-index: 1;
	}
	
	#homeContent .blurbList .topInfo{
		width: 230px;
	}
	
		.blurbList .topInfo li{
			display: block;
			margin: 0px;
			padding: 0px;
			float: left;
		}
		
		.blurbList .topInfo .blurbAuthor,
		.blurbList .noAuthor .bookTitle{
			-moz-border-radius-topleft: 4px;
			-webkit-border-top-left-radius: 4px;
		}
		
		.blurbList .topInfo li a,
		.blurbList .topInfo li span{
			display: block;
			height: 26px;
			width: 162px;
			overflow: hidden;
			padding: 0px 0px 0px 0px;
			line-height: 26px;
			color: #333;
			border-bottom: #666 solid 1px;
		}
		
		#homeContent .blurbList .topInfo li a,
		#homeContent .blurbList .topInfo li span{
			width: 192px;
		}
		
		.blurbList .topInfo .bookTitle a,
		.blurbList .topInfo .bookTitle span{
			width: 202px;
		}
		
		.blurbList .topInfo .bookAuthor a,
		.blurbList .topInfo .bookAuthor span{
			width: 122px;
		}
		
		.blurbList .topInfo .bookTitle a,
		.blurbList .topInfo .bookTitle span,
		.blurbList .topInfo .bookAuthor a,
		.blurbList .topInfo .bookAuthor span{
			line-height: 20px;
			height: 20px;
		}
	
		.blurbList .topInfo .blurbAuthor a{
			padding-left: 10px;
		}
	
		.blurbList .topInfo .blurbAuthor,
		.blurbList .topInfo .bookAuthor{
			background-color: #D7D0C1;
		}
		
			.blurbList .topInfo .blurbAuthor a{
				font-size: 18px;
				font-weight: normal;
			}
			
		.blurbList .topInfo .spacer{
			width: 27px;
			height: 27px;
			padding: 0px;
			margin: 0px;
			background: url(../img/template_blue.png) -165px -75px no-repeat;
		}
		
			.blurbList .topInfo .about,
			.blurbList .topInfo .by{
				height: 8px;
				width: 60px;
				position: absolute;
				margin-left: 28px;
				margin-top: 1px;
			}
			
			.blurbList .topInfo .about{
				background: url(../img/template_blue.png) -195px -75px no-repeat;
			}
			
			.blurbList .topInfo .by{
				background: url(../img/template_blue.png) -195px -83px no-repeat;
			}
		
		.blurbList .topInfo .toTitle{
			background-position: -111px -75px;
		}
		
		.blurbList .topInfo .fromTitle{
			background-position: -138px -75px;
		}
		
		.blurbList .topInfo .bookTitle,
		.blurbList .topInfo .bookAuthor{
			font-weight: bold;
			padding-top: 6px;
			font-size: 11px;
		}
		
		.blurbList .topInfo .bookTitle{
			background-color: #EDE9E3;
		}
		
			.blurbList .topInfo .bookTitle a{
				color: #333;
			}
			
	/* Exceptions to the titles */
	.blurbList .onlyAuthor .toTitle,
	.blurbList .onlyAuthor .bookTitle,
	.blurbList .onlyAuthor .fromTitle,
	.blurbList .onlyAuthor .bookAuthor,
	.blurbList .noAuthor .blurbAuthor{
		display: none;
	}
	
	.blurbList .onlyAuthor .blurbAuthor .author{
		width: 540px;
	}
	
	.blurbList .noAuthor .bookTitle .book{
		width: 391px;
	}

	.blurbList .noAuthor .toTitle{
		width: 0px;
	}
	
	.blurbList .noAuthor .about{
		margin-left: 10px;
	}
	
	.blurbList .noAuthor .bookTitle .book{
		padding-left: 10px;
	}
			
	.blurbList .blurbDetails{
		padding-top: 26px;
	}
	
		.blurbList .image{
			float: left;
			border: #333 solid 1px;
			margin-right: 10px;
		}
		
			.blurbList .image img{
				display: block;
			}
			
		.blurbList p{
			padding: 0px;
			margin: 0px;
		}
	
	.blurbList .add{
		text-align: center;
	}
	
	.blurbList  .add ins{
		display: block;
		margin: 0px auto;
		text-align: left;
	}
	
.blurboptions{
	float: right;
	width: 110px;
	margin-top: -5px;
}
	
	.rating{
		float: right;
		width: 90px;
		height: 18px;
		background: url(../img/template_blue.png) left -75px no-repeat;
		margin-bottom: 10px;
	}

		.rating form{
			display: none;
		}

		.rating .score{
			position: absolute;
			width: 0px;
			height: 18px;
			z-index: 1;
			background: url(../img/template_blue.png) left -93px no-repeat;
		}
		
		.hovering .score{
			/*background-position: left -119px;*/
		}
		
		.rating a{
			position: absolute;
			width: 18px;
			height: 18px;
			display: block;
			z-index: 2;
		}
		
		.rating a:hover{
			text-decoration: none;
		}
		
		.rating .rate2{
			margin-left: 18px;
		}
		
		.rating .rate3{
			margin-left: 36px;
		}
		
		.rating .rate4{
			margin-left: 54px;
		}
		
		.rating .rate5{
			margin-left: 72px;
		}
	
.commentDate{
	float: right;
	color: #888;
	font-size: 9px;
}
		
/* -- submissions -- */

.visuals{
	float: right;
}

.knownItem{
	float: right;
	margin-bottom: 5px;
}

	.vink{
		position: absolute;
		margin-left: -4px;
		margin-top: -3px;
		width: 19px;
		height: 19px;
		background: url(../img/template_blue.png) -160px -53px no-repeat;
	}

	.knownItem span{
		display: block;
		padding: 0px 5px 0px 18px;
	}

.submissionimage{
	float: right;
	clear: right;
	margin-left: 5px;
	border: #333 solid 1px; 
}

#info img{
	margin: 5px;
	border: #333 solid 1px;
}

/* -- FAQ -- */

#faq ul,
#faq li{
	display: block;
	float: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}

	#faq h4{
		margin-top: 10px;
	}
	
	#faq .expander{
		display: block;
		width: 14px;
		height: 14px;
		float: left;
		margin-right: 5px;
		margin-top: -1px;
		background: url(../img/template_blue.png) left -140px no-repeat;
	}
	
	#faq h4 a:hover .expander{
		background-position: left -154px;
	}

	#faq .expanded{
		background-position: -14px -140px;
	}

	#faq h4 a:hover .expanded{
		background-position: -14px -154px;
	}
	
	#faq p{
		padding-left: 19px;
		display: none;
	}

/* -- Widgets -- */

#searchWidgets td{
	padding: 0px 5px 5px 0px;
}

#searchWidgets .input{
	width: 130px;
}
	
	.linkWidget ul,
	.linkWidget li{
		background: none;
		border-width: 0px;
		margin: 0px;
		padding: 0px;
	}

	.linkWidget li{
		padding: 0px 0px 5px 0px;
	}

	.linkWidget a{
		display: block;
		float: left;
		width: 155px;
	}
	
	#browseWidget a{
		display: block;
		width: auto;
		margin-right: 5px;
	}

/* -- footer -- */

#footer{
	clear: both;
	padding: 50px 10px;
	font-size: 10px;
	color: #888;
	text-align: center;
}

	#footer a{
		color: #888;
	}
		