
/*
                                                 
-> Project: najboljeknjige.com                    
-> Author: Igor Gotal-Luksa / Dobbin			 
-> Copyright (c) 2010: Dobbin
                   							                         
*/


/* CLEARING METHODS
----------------------------------------------------------------------------*/

	.clearfix:after { 
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0; 
		height: 0; 
		}
	
	.clearfix {
		display: inline-block; 
		}
	
	html[xmlns] .clearfix {
		display: block; 
		}
	
	* html .clearfix {
		height: 1%; 
		}
	
	.clear {
		clear: both; 
		}
		
		
/* RESET & NORMALIZE
----------------------------------------------------------------------------*/

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strong, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
		}

	:focus {
		outline: 0;
		}

	ol, ul {
		list-style: none;
		}
		
	a {
		outline: none;
		}
		
		
/* BODY
----------------------------------------------------------------------------*/

	body {
		font: 62.5%/1.8 "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		background-color: #fff;
		text-align: center;
		padding-bottom: 20px;
		}
		
		
/* LAYOUT CONTAINER & CONTENT WRAPPER
----------------------------------------------------------------------------*/

	#layout-container {
		width: 960px;
		margin: 0px auto;
		padding-bottom: 10px;
		text-align: left;
		background-color: #fff;
		}
		
		
/* HEADER
----------------------------------------------------------------------------*/

	#header {
		display: none;
		}

		
/* MAIN NAVIGATION
----------------------------------------------------------------------------*/

	#main-navigation {
		display: none;
		}

		
/* SERVICE BLOCK
----------------------------------------------------------------------------*/
		
	 #service-block {
		display: none;
	 	}
		
		
/* BOOK SCROLLER
----------------------------------------------------------------------------*/

	#book-scroller-wrapper {
		display: none;
		}

		
/* FOOTER
----------------------------------------------------------------------------*/

	#footer {
		display: none;
	 	}

		
/* COPYRIGHT
----------------------------------------------------------------------------*/

	#copyright {
		display: none;
		}
		
		
/* BOOK DETAILS
----------------------------------------------------------------------------*/

	#book-details-menu {
		display: none;
		}
				
	#book-details-block {
		font: normal 18px/150% "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
		}
		
	.addthis_button {
		display: none;
		}
		
	#book-summary h2 {
		font: normal 26px/150% "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
		margin-bottom: 30px;
		}
		
	#send-and-print {
		display: none;
		}
		
	#paging, #paging-bottom {
		display: none;
		}
		
	.pp_fade {
		display: none;
		}
		

	

