/*
Theme Name: Phototrop
Theme URI: 
Description:
Version: 1.0
Author:
Author URI:
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/
@charset "utf-8";
/* CSS Document */

html, body, div, img, ul, li {
	border:0;
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#001e82;
	margin:0;
	padding:0;
}
h1 {
	margin-top:0;
}
h4 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
p {
	margin-top:0;
}
#container {
	margin:0 auto;
	width:981px;
	background:url(images/page-bg.gif) repeat-y center;
}
#contro_container {
	background:url(images/page-bg-footer.gif) no-repeat bottom center;
	display: table;
	width: 981px;
}
#header {
	margin:0 auto;
	width:955px;
	text-align: left;
	height: 228px;
}
#page {
	margin:0 13px 11px;
	text-align: left;
	clear:both
}
#footer {
	margin:10px auto;
	width:955px;
	font-size:9px;
}
/*******/
#header .logo {
	margin-left:78px;
	display:block;
}
.home #header {
	background:url(images/header-home.jpg);
}
.home #page {
	background-color:#edc04e;
}
.home p { margin:0; padding:0; }
.inside #header {
	background:url(images/header-inside.jpg);
}
.inside #page {
	background:url(images/page-bg-inside.png) top no-repeat #d8e3f0;
	padding:55px 65px;
}
#page ul {
	padding-left:16px;
}
/*****/
div.upmenu {
	position:relative;
}
ul.mainmenu {
	height:52px;
	list-style:none;
	clear: both;
	margin: 0;
	padding:0;
}
ul.mainmenu li {
	background:url(images/menu-roll.jpg) top left;
	padding:0;
	margin:0;
	width:187px;
	height:52px;
	float:left;
	margin-right:5px;
	text-align:center;
}
ul.mainmenu li:hover, ul.mainmenu li.current_page_item {
	background:url(images/menu-roll.jpg) bottom left;
}
ul.mainmenu li a {
	text-decoration:none;
	color:#001e82;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	line-height:52px;
	display:block;
}
ul.mainmenu li a.doubleline {
	line-height:20px;
	margin-top: 6px;
}
#container ul.menu_tendina {
	width:150px;
	background:url(images/menubg.gif) top;
	padding:20px 7px 20px 30px;
	text-align:left;
	margin:0;
	z-index:1;
	display: block;
	float:left;
	position:absolute;
}
#container .menu_tendina li {
	line-height:30px;
	float:none;
	line-height:16px;
}
#container .menu_tendina li:hover {
	float:none;
}
#container .menu_tendina li a {
	text-decoration:none;
	display:block;
	font-weight:normal;
	float:none;
	color:#001F77;
	padding:3px 0;
}
#container .menu_tendina li a:hover {
	background-color:#001F77;
	width: inherit;
	color:#FFFFFF;
	float:none;
}
/*****/
#page li {
	line-height: 20px;
}
#page ul {
	padding-bottom:5px;
}
.center1d2 {
	float:left;
	padding-left:150px
}
.center2d2 {
	float:right;
	padding-right:150px
}
.big-bot a {
	text-decoration:none;
	color:#001e82;
}
.big-bot a:hover {
	color:#f29400;
}
#page a {
	text-decoration:none;
	color:#001e82;
}
#page a:hover {
	color:#f29400;
}
.clear { clear:both; }
.center { text-align:center; }
.evidenziato { color:#f29400; }




#page img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#page img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

#page img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#page .alignright {
	float: right;
	}

#page .alignleft {
	float: left;
}

/* Captions */
#page .aligncenter,
#page div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#page .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#page .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#page .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* End Images */
hr { clear:both; border-color:#D8E3F0; background:#D8E3F0; border:none;}