/* Site Styles */

body {
	color: #32363F;  
	background-color: #fff;
	}
a {
    color: #369;
    text-decoration: none;}
    
a:hover {
    text-decoration: underline;} 

div#container{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	}

div#branding {
	padding: 0;
	position:relative; 
	margin-bottom: 0;
	height: 69px;}
	
div#branding h1 {
	padding: 0;
	margin: 10px 0 0 ;
	text-indent: -9999px;
	float:left; 
	width: 304px; 
	height: 79px;
	overflow: hidden;
	position:absolute;
	top: 0px;
	left: 39px;
	}

div#branding h1 a span {  
	display:block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer; 
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images_site/logo.png);
	overflow: hidden;
	}	
	
div#banner-img {
    height: 161px;
    width: 960px;
	background-repeat: no-repeat;
	/* background-image: url(../images_site/image_main_about_chick.jpg); */
	overflow: hidden;
	margin-bottom: 10px;
    }
    
#banner-img.home {
	background-image: url(../images_site/image_main_home.jpg);
	height: 362px;
	} 
	
#banner-img.about {
	background-image: url(../images_site/image_main_about_chick.jpg);
	}    
	
#banner-img.comment {
	background-image: url(../images_site/image_main_commentaries.jpg);
	}   
	
#banner-img.contact {
	background-image: url(../images_site/image_main_order.jpg);
	}   
	
#banner-img.reviews {
	background-image: url(../images_site/image_main_reviews.jpg);
	}   
	
#banner-img.books {
	background-image: url(../images_site/image_main_books.jpg);
	}   
    
div#inner-container {
	background-repeat:repeat-x;
	background-image: url(../images_site/bg.jpg);
	padding: 39px;
	/* position: relative; */
	overflow: auto;
	}

div#main-content {
    width:503px;
    float: left; 
    min-height:500px;
    height:auto !important;
    height:500px;
    }

div#sub-content {
    width:295px;
    float: right;
    font-size: 13px;
    line-height: 20px;
    }  
    
div#sub-content a {
    color: #369;
    text-decoration: none;}
    
div#sub-content a:hover, div#sub-content a.active {
    color: #369;
    text-decoration: underline;}
    
div#sub-content h3 {
    font-size: 13px;
    color: #333;
    margin-bottom: 0; }

div#navigation{
	margin-top: 10px;
	margin-bottom: 10px;
}

div#navigation {
	padding: 0;
	position: absolute;
	top: 14px;
	right: 28px;
}

div#navigation ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:13px;
	font-weight:bold;
}

div#navigation ul li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
div#navigation ul li a
{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	padding:8px 10px;
}
	

div#navigation ul li a.current
{
	display:inline;
	float:left;
	margin:0;
} 

div#navigation ul li a:hover, div#navigation ul li.active a { color: #369;}

/* COMMENTARIES */
div.commentaries {
    border-bottom: solid #ccc 1px;
    margin: 1em 0;
}

div.commentaries h3 {
    margin: 0;
}

div.commentaries p {
    margin-top: 1em;
}


/* FOOTER */

div#footer {
	padding: 39px;
	font-size: 11px;
	line-height: 18px;
	color: #666;
}

div#footer a {
    text-decoration: none;
    color: #666;
    }

div#footer p {
	margin-bottom: 0;
}

/* Home page */

.home-box {
    width:182px;}
    
.home-box h1 a {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    } 
   
.home-box img {
    margin-bottom: 20px;
    } 
    
#box1, #box2, #box3, #box4 {
    float:left;
    margin: 0 25px;
    }
    
#box1 {
    margin-left: 0;
    }

#box4 {
    margin-right: 0;
    }
    

/* Typo */

h1.title {
	font-size: 20px;
	color: #369;
	font-weight: normal;
	margin-bottom: 30px;
}

h1.alternate {
	color: #333;
	margin-top: -10px;
}

h1.sec-title {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0px;
}

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; padding: 1em; margin: 1.6em 0;  }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

#container blockquote *:first-child { margin: .8em 0; }
#container hr, #container p, #container ul, #container ol, #container dl, #container pre, #container blockquote, #container address, #container table, #container form { margin-bottom: 1.6em; }

/* Utility */
.center {text-align: center}
.left {float:left; margin: 0.3em 1em 1em 0;}
.right {float:right; margin: 0.3em 0 1em 1em;}

.over{cursor: pointer; text-decoration: none;}
div.home-box.over {border-bottom: 3px solid #369;}

div.spacer {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* .over h1 {border-bottom: 3px solid #369;} */

/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}