/* @override 
	http://localhost:8888/Davide%20Bozzalla/wp-content/themes/bozz/style.css
	http://www.davidebozzalla.it/web/wp-content/themes/bozz/style.css
*/

/*
Theme Name: Bozz
Theme URI: http://www.davidebozzalla.it/
Description: another simple theme
Version: 0.1
Author: Andrea Pinchi + Paolo Libanore.

Author URI: http://www.andreapinchi.it/
Tags: grey, fixed width

	bozz v1.0b
	http://www.davidebozzalla.it

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* reset all */
@import "master.css";

/* basic */
a{
	color: #fff;
}

a:hover{
	text-decoration: underline;
}

p{
	padding: 0;
}

ul, ol{
	padding: 0;
}

h1,h2,h3{
	letter-spacing: 0.2em;
	color: #ffffff;
}

/************/
body, html{
	background:#464646;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #999;
}


#container {
	text-align: left;
	width:850px;
	margin: 0 auto;
	background: url(images/bg.jpg) center repeat-y;
}

/* HEADER */
#header{
	height: 67px;
	width: 800px;
	padding: 0 25px;

	float: left;
}

#header h1{
	padding: 0;
}

#header h1 a{
	padding: 0;
	float: left;
	text-indent: -5000em;
	background: url(images/title.jpg) 12px center no-repeat;
	display: block;
	width: 224px;
	height: 57px;
	margin-top: 5px;
	padding-left: 20px;
}

#header h2{
	position: absolute;
	top: -5000em;
}

#subnav{
	float: right;
	padding-right: 5px;
}

#subnav ul li{
	float: left;
	margin-top: 38px;
	margin-left: 10px;
}

#subnav a{
 	display: block;
 	padding: 5px;
 	color: #999;
}

#subnav a:hover{
 	text-decoration: none;
 	color: #fff;
}

#subnav ul li a.private_gallery {
	padding: 5px 15px;
	display: block;
	border-left: solid 1px #666;
	color: #CC0033;
	font-weight: bold;
}

#subnav ul li a.private_gallery:hover {
	background: #666;
}



/* NAV */
#nav{
	margin-left: 25px;
	width: 800px;
	clear: both;
	background: #6a6a6a;
}

#nav ul{
	height: 30px;
}

#nav ul li{
	float: left;
	background: url(images/divider.jpg) right bottom no-repeat;
}

#nav ul li a{
	line-height: 30px;
	padding: 0 20px;
	text-shadow: #4c4c4c 0 2px 3px;
}

#nav ul li a:hover{
	text-decoration: none;
	color: #333;
}

#nav ul li a.selected{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

/* HOME PAGE */
#homecontent{
	text-align: center;
	padding: 20px 0 10px 0;
}

#homecontent img{
	border: solid 15px #fff;
}

/* FOOTER */
#footer{
	text-align: center;
	clear: both;
	color: #666;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 40px; 
	padding-left: 25px;
	width: 800px;
	background: url(images/bgbottom.jpg) no-repeat center bottom;
}

#footer p{
	border-top: solid 1px #4c4c4c;
	padding-top: 10px;
}

#footer a{
	color: #999;
	line-height: 1.5em;
}

/****************/
/* LAYOUT ARCHIVES */
#content{
	float: left;
	margin-bottom: 20px;
	width: 800px;
	padding: 0 25px;
}

#leftcol{
	width: 270px;
	float: left;
	padding: 20px;
}

#rightcol{
	padding: 20px 0 0 0;
	float: left;
	width: 480px;
}

#rightcol img{
	width:450px;
	border: solid 10px #fff;
}

/* POSTS */
div.date{
	color: #999;
	font-size: 10px;
}

#content div.SinglePost{
	margin-left: 15px;	
	margin-bottom: 20px;
}

#leftcol div.post{
	float: left;
	width: 120px;
	margin-right: 15px;	
	margin-bottom: 20px;
}

#leftcol div.post img{
	width: 80px;
	height: 80px;
	margin-bottom: 7px;
	border: solid 5px #fff;
}

/* PRIVATE POSTS */
#privatecol{
	padding: 20px;
	color: #fff;
}
div.date{
	color: #999;
	font-size: 10px;
}

#privatecol div.privatepost{
	float: left;
	margin-right: 15px;	
	margin-bottom: 20px;
}

#privatecol div.privatepost img{
	width: 100px;
	height: 100px;
	margin-bottom: 7px;
	border: solid 5px #fff;
}

/* NAV */
.navigation{
	clear: both;;
}

.navigation a{
	background: #333;
	padding: 5px;
}

.navigation a:hover{
	background: #4c4c4c;
	text-decoration: none;
}

.alignright{
	text-align: right;
}

/* PAGES */

#leftpagecol {
	width: 270px;
	float: left;
	padding: 20px;
}

#rightpagecol {
	padding: 20px 20px 0 0;
	float: left;
	width: 460px;
	color: #999;
}

#rightpagecol h2{
	padding: 0 0 10px 0;
	color: #fff;
}

#rightpagecol p{
	margin-bottom: 20px;
}


