/*
Theme Name: Photo Blog
Theme URI: http://lightcutfilm.com/
Description: Template wordpress per Giancarlo Benelli Immagini
Author: Giulio Tiberi
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: photo blog.
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: 
http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


body { 
	background-color:#000; 
	font-size:11px; 
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	font-weight: normal;
	background: url(images/Back_Page.jpg) center top no-repeat #000	;
	text-align: center;
	}


body.home {background: #000; background-image: none;} /* body per la home page */
body.single {} /* body per i singoli post */

a:link, a:active, a:visited {color: #CCC; text-decoration:none;}
a:hover {color: #69F;}

img {border: 0; margin: 0; padding: 0;}
img.btnEntra {dorder: 0; text-align:center;}


#wrapper {margin: 0 auto; width: 1000px; display: inline;}

#header {width:100%; float: left;}
#branding {margin: 15px 0 0 0;}
#branding h1 {width: 100%; font-weight: normal; text-align:center; text-transform: uppercase; color:#CCC;}
#branding h1 a:link, #branding h1 a:active, #branding h1 a:visited {color: #CCC;}

#site-description {text-align: center;}

#main {margin: 0 auto; width: 1000px; text-align:left; }

.homepage {width: 1000px; margin: 0 auto;}
.homepage img {border: 0 solid #999	; margin: 0;}

#sidebar {width: 180px; float: left; padding: 0 20px 0 0; text-align: left;}
	#sidebar ul { border: 0; margin: 0 0 10px 0;}
	#sidebar li { list-style: none; padding: 8px 5px; border: 0; border-bottom: 1px dotted #333;}
	.fixed-link {margin: 0 0 20px 0;}
	
	
#content {width: 730px; padding: 0 35px; float: left; }

.one-column #content {width: 980px; padding: 10px; float: left; }

.single-post h1 {margin: 0 0 15px 0; padding: 5px 0; border: 0; border-bottom: 1px dotted #333; font-size: 14px; text-transform: uppercase;}
.single-post h2 {margin: 20px 0 15px 0; padding: 5px 0; border: 0; border-bottom: 1px dotted #333; font-weight: normal; font-size:12px; text-transform: uppercase;}
.single-post p { line-height: 150%; margin: 0 0 10px 0;}


.navigation {width: 100%; float: left; margin: 30px 0 0 0;}
	.nav-previous {width: 50%; float: left; text-align:left;}
	.nav-next { width:50%; float: right; text-align:right;}
	
#footer {width:100%; float: left; margin: 30px 0 0 0; padding: 10px 0; border: 0; border-top: 2px solid #CCC;}

#site-info { text-align:center;}
#site-generator {display: none;}

/***** NEXT GEN GALLERY *****/
.slideshowlink {display: none; }
.ngg-gallery-thumbnail {width: 110px; height: 190px;}
