/* Author: Maurizio Pedriale (maurizio@pedriale.it) */

/* COLOR PALETTE */
/*
	 Orange: #eb7c17;
*/

/* CSS Document */
* {

	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color:#000;

}

h1, h2, h3, h4, h5 {
}

p, li, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size:12px;	
	margin-bottom: 12px;
}

a {
	border: 0px;
	text-decoration:none;
	color: #000;
}

/* IDs */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	width: 1011px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url(../img/headerLogo.png) no-repeat right bottom;
	height: 100px;
	margin-bottom: 20px;
}

#header h1{
	
}

img.header{
	
}

#homeGal { }


#menu { 
}

/* CLASSES */

ul.mainMenu
{
	list-style:none;
}

ul.mainMenu > li
{
	background-color:#CCC;
	color: #222;
	display: block;
	font-size:22px;
	margin-bottom: 2px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.mainMenu > li
{
	background: url(../img/menuBg.png) repeat-y left top;
}

ul.mainMenu > li:hover
{
	background: url(../img/selectedMenuBg.png) repeat-y left top;
}


ul.mainMenu li a
{
	display: block;
}

ul.subMenu {
	background:inherit;
	margin-left: 50px;
	list-style-type:none;
}

ul.subMenu li a {

}

ul.subMenu li a:hover {
	color: #FF3300;
}

div.blog {
	color: #fff;
	padding: 10px;
	text-align:center;
}

div.blog h3 {
	line-height: 32px;
}

div.blog img {
	border: 8px solid #fff;
}

div.homeGal
{
	display: inline;
	height: 333px;
	width: 333px;
}

div.homeGal img
{
	margin:0px;
	padding: 0px;
}


div.breadCrumbs, div.breadCrumbs a {
	font-size: 10px;
	color: white;
}

div.breadCrumbs a {
	text-decoration:underline;
}

div.content{
	display: inline;
	float: left;
	margin-left: 42px;
	width: 670px;
}

h2.content {color:#fff; margin-top:10px;}

.content a{
	color: #DDD;
}

div.companionImage{
	display: inline;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	width: 252px;
}

div.textualContent {
	color: #fff;
	margin-top: 10px;	
	padding: 10px;	
}

div.textualContent img{
	/*float: left;
	margin-right: 35px;*/
	clear: both;
}

/* Photoblog */
div.image{

	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

div.image img{
	border: 10px solid #eb7c17;;
}

div.imageFooter, div.imageFooter a{
	color: #fff;
	font-size: 12px;
	text-align: center;
}

div.imageFooter ul li{
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}

/* Photoblog / */

.footer, .push {

	height: 20px; /* .push must be the same height as .footer */
	width: 100%;
}

.footer {
	background-color:#333;
}

.footer a { color:#eb7c17; }

.footer p { padding: 3px; }

.center
{
	text-align:center;
}

.right_text{
	float: right;
}

.primaryFG
{
	color: #FFF;
}

.secondaryFG
{
	color: #EEE;
}

.primaryBG
{
	background-color:#000;
}

.secondaryBG
{
	background-color:#F93;
}

/* SLIDING DIV STYLES */
.hideInitially{
	display: none;
}
/* END SLIDING DIV STYLES */

/* COMMENTS */
#comment-middle, #addcomment{
	color: #eb7c17;
}

#comment-middle h3, #addcomment h3{
	font-size:14px;
	margin-bottom:8px;
}

#comment-middle ul{
	color: #fff;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight:bold;
	list-style-type:none;
}

#comment-middle ul li{
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}

#addcomment{
	color: #eb7c17;
	font-size: 12px;
	padding: 10px;
}

#addcomment input{
	border: 1px solid #aaa;
}
/* COMMENTS / */

.info{ font-size:small; text-align:right;}
.info a {color:#eb7c17;}
.otherContent {margin-bottom:10px; padding-top: 10px; border-top:1px solid #333;}
.posterImage {float:left; padding:5px; margin-top:10px;}

a.contentLink {color:#eb7c17;}

div.products { }
p.book {color:#fff;}