/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('reset.css');

html {
	min-height: 100%;
	background-color: #666666;
	background-image: url('images/stellona2.svg');
	background-position: center top;
	background-repeat: no-repeat;

}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url('images/sub_background.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
	color: #06C;
	text-decoration: none;
}

a:visited {
	color: #06C;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

strong, b {
	font-weight: bold;
}

#wrapper {
	width: 870px;
	margin: 0 auto 0 auto;
	background-color: transparent;
}

div#sub-wrapper {
	width: 870px;
	margin: 0 auto 0 auto;
	background-color: lightgrey;
}

#cozza_sx {
	float: left;
	width: 185px;
	height: 100px;
	margin-top: 50px;
}

#cozza_dx {
	position: relative;
	float: left;
	width: 185px;
	height: 0px;
	top: 35px;
	left: 885px;
	background-image: url('images/logo_dx.png');
}

#header {
	width: 870px;
	/* height: 248px; */
	margin: 0 auto 0 auto;
}

#header img {
	width: 870px;
	height: 218px;
}


/*------------------------------------------------------------------------------
	MENU */
#menu {
	width:870px;
	height: 30px;
	margin: 0 auto 0 auto;
	background-color: black;
	opacity: 0.8;
	line-height: 30px;
    overflow: hidden;
}

#menu.fixed {
	position: fixed;
	top: 0;
	z-index: 1000
}

#menu ul {
	height: 30px;
}
 
#menu ul li {
	float: left;
	height: 30px;
	padding: 0px;
}

#menu ul li:hover {

}

#menu ul li a{
	display: none;
	color: white;
}

#menu ul li a{
	display: inline;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu ul li a:hover{
	background-color: #f17bb0;
	color: #333;
}

#menu ul li.current_page_item a {
	background-color: #f17bb0;
	color: #333;
}


/*----------------------------------------------------------------------------*/
/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
	float:left;
	clear: left;
	margin:0 -260px 0 20px;
	width:550px;
	background-color: lightgrey;
}

div#content {
	margin:0 -260px 0 0;
	background-color: lightgrey;
	width: 550px;
}

div.sidebar {
	float:right;
	overflow:hidden;
	width:240px;
	background-color: white;
	margin-top: 20px;
	margin-right: 20px;
	padding:10px;
	color: #777;
	font-size: 11px;
}

div#secondary {
	clear:right;
	background-color: white;
}

div#footer {
	clear: both;
	width: 830px;
	margin: 0 auto 80px auto;
	height: 80px;
	text-align: center;
	line-height: 90px;
	font-size: 12px;
}

/*
*/

.page-title {
	margin-top: 20px;
	color: #f17bb0;
}

.page-title span {
	color: #06C;
}

.entry-title {
	font-size: 2em;
	text-decoration: none;
	margin-top: 20px;
	color: #333;
}

.entry-title a {
	color: #333;
}

.entry-title a:visited {
	color: #333;
}

.entry-time, .entry-date {
	color: #777;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.5em;
}

.entry-content p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: justify;
}

.entry-meta {
	color: #777;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 5px;
	padding-left: 0px;
	border: 1px solid lightgrey;
	margin-bottom: 20px;
}

/*
*/

#searchform {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 11px;
	text-align: center;
}

#s {
	width: 130px;
}

#searchsubmit {
	
}

/*
*/

.widgettitle {
	color: #333;
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
}

.widget {
	margin-bottom: 10px;
}

.vp-center {
  display: block;
}
#nav-above {
	display: none;
}

#nav-below {
	line-height: 16px;
	height: 22px;
	font-size: 12px;
	padding: 3px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

#comments {
	color: #333;
	font-size: 12px;
}

#comments-list h3 {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#comments-list ol li {
	/*
	background-color: lightgrey;
	*/
}

#comments-list ol li p {
	/*
	background-color: lightgrey;
	*/
}

#comment-notes {
	font-size: 10px;
}

.comment {
	background-color: #ccc;
	border: 1px solid #666;
	padding: 9px;
	margin-bottom: 10px;
}

.comment p {
	padding-left: 40px;
	line-height: 16px;
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: justify;
}

.comment-author {
	font-size: 13px;
}

.comment-meta {
	color: #777;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	padding-left: 36px;
}

.comment.alt {
	background-color: #bbb;
}

#respond h3 {
	font-size: 16px;
}

.form-label {
	margin-right: -550px;
	float: left;
	clear: left;
	padding-top:12px;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	vertical-align: bottom;
}

label[for] {
	margin-left: 250px;
}

label[for="comment"] {
	margin-left: 410px;
}

.form-input { 
	float:left;
	margin-top: 10px;
}

.form-input input {
	width: 240px;
	height: 18px;
}

.form-textarea {
	float:left;
	margin-top: 10px;
}

.form-textarea textarea {
	width: 400px;

}

.form-submit {
	float: left;
	clear: left;
	margin-top: 10px;
}

#login {
	line-height: 16px;
	height: 22px;
	padding: 3px;
}

/* thumbnail galleria
*/

.gallery {
	height: 180px;
}


.gallery-row { 
	height: 180px;
}

.gallery-icon {
	float: left;
	margin-left: 25px;
	display: inline-block;
}

div > dl:first-child > dt {
	margin-left: 25;
}

#nav-images {
	height: 180px;
}

.ngg-singlepic {
	padding: 0px !important;
}

.ngg-gallery-thumbnail img {
	padding: 0px !important;
}
/*
*/

.dd_post_share {
	clear: left;
}


.FBConnectButton_Small {
	margin-top: 1px;
}


#hu-revoke {
	display:none !important;
}

