/***** Master Style Sheet - Nuzzi Construction - Created by Keith Fiore ******/

body {
	background: #777;
	color: #aaa;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

/***** Headings *****/


h1, h2, h3, h4, h5, h6 {
 	margin:0;
 	padding:0;
 	font-weight:normal;
}
h2/****** Formatting ******/

{
	width:860px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 2px 2px 2px;
}


#main{
	width: 858px;
	height: 634px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	visibility: visible;
	background:#000;
	padding: 0px;
}

#main-gallery{
	height:500px;
	position:relative;
	overflow:auto;
	color:#aaa;
}

#spacer{
	position:relative;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	width:850px;
	display:block;
	margin-right:auto;
	margin-left:auto;
	background:#777;
	margin-top:0px;
	margin-bottom: 0px;
	z-index:2;
	border-top: 4px #bedcfa solid;
	padding:4px;
	//opacity: .70;
	//filter: alpha(opacity=80); 
}

.identifier{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}


#nav {
	position:absolute;
	float: left;
	width: 858px;
	background-color:#000;

}

#right {
	position:absolute;
 	top:30px;
 	right:0px;
	padding:20px;
	width:220px;
	color:#bddcfa;
}

#left-content {
	position:absolute;
	top:14px;
 	left:0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#bddcfa; //#1e5683;
	width: 560px;
	padding: 18px;
}

#descript {
	position: absolute;
	padding-left:4px;
	padding-right:4px;
	z-index: 899;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	left: 382px;
	width: 408px;
	top: 66px;
	line-height: 18px;
}

#footer {
	width:836px;
	height: 10px;
	position:relative;
	display:block;
	margin-right:auto;
	margin-left:auto;
	border-top: 1px #777 solid;
	border-bottom: 4px #bddcfa solid;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#bddcfa;
	margin: 0 auto;
	clear: both;
	text-align: center;
	vertical-align: center center;
	padding:10px;
}

/* 
#footer ul {
	position: relative;
}

#footer ul li a {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 8px;
}
*/
#copy{
	text-align:center;
	text-align: -moz-center; /*firefox fix */
}


.spaced {
clear:both;
}


img.port{
	position:relative;
	border:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	z-index:3;
}


/*The color of the border will actually also define the color of the progresser inside*/
div.progress-bar{
	border:1px solid #fff;
	background-color:#000;
}

/*try not to make the border thicker than 1px*/
div.missing-thumbnail{
	background:#333 url('redx.gif') center center no-repeat;
	cursor:pointer;
	border:1px solid #bbb;
}

div.error-message{
	color:#bbb;
	font-size:1.2em;
	margin-top:-0.6em;
	position:relative;
	text-align:center;
}

div.caption{
	background-color:#000;
	color:#fff;
}

/*to style the direct link inside the caption*/
div.caption a{
	color:#fff;
}




/****** Whatever is left ******/

a{
	color:#bddcfa;
}

label{
	display:inline;
	float:none;
	width:auto;
	text-align:justify;
	padding:0;
}


div.block{
	color:#aaa;
	padding:20px;
	text-align:justify;
}

li{
	margin:10px;
}

ul.dependencies{
	font-size:0.8em;
}

ul.dependencies li{
	margin:2px 5px;
}

span.point{
	color:#FFB119;
	font-weight:bold;
}

div.code{
	color:#ddd;
	font-family:"Courier New",Courier, monospace;
	font-size:0.7em;
	white-space:nowrap;
	padding:10px 20px;
	overflow:hidden;
	border:1px dotted #444;
}

div.indent{
	padding-left:20px;
}
span.tag{
	color:#3A83DD;
}
span.property{
	color:#FD5C5C;
}
span.comment{
	color:#4DAB20;
}
.highlight{
	background-color:#99c7ec;
	font-weight:bold;
	font-family:"New Times Roman", Times, serif;
	color:#000;
}


span.color-preview{
	float:left;
	height:20px;
	width:172px;
	border:1px solid #888;
	display:block;
	margin-left:8px;
	padding: 2px;
}

p{
	clear:both;
}

#color-demo{
	padding:40px;
}

#color-preview-1{
	background-color:#f00;
}

#color-preview-2{
	background-color:#0f0;
}

#color-preview-3{
	background-color:#00f;
}

#text-demo{
	padding:40px;
}

#text-demo label{
	color:#aaa;
	display:block;
	float:left;
	width:140px;
	text-align:right;
	padding:6px;
}




.img-profile { 
	float: right; 
	padding: 10px; 
	border: 3px;
	border-color:#514d4d;
}

fieldset{
	border:1px solid #888;
	width:50%;
	margin:20px;
	text-align:center;
}

.new{
	color:#f00 !important;
}

/****FORM****/
form {
	width: 540px;
	height:300px;
	background: #000;
	color: #99c7ec;
	border: 6px solid #222;
	text-align: left;
	padding:4px;
}

label {
	clear: left;
	float: left;
	width: 90px;
	margin: 6px 0 10px 0;
}

legend {
	display: none;
}

input, select, textarea {
	float: left;
	margin-bottom: 10px;
	width: 240px;
	background: #000000;
	color: #99c7ec;
	border: 3px solid #222;
	font: 100% "Times New Roman", Times, serif;
}

input.button {
	clear: both;
	float: none;
	display: block;
	margin-left:100px;
	width: auto;
	cursor: hand;
	cursor: pointer;
}
#container {
	margin-top: 2px;
}
#galwrap {
	margin-bottom: 30px;
	margin-top: 20px;
}
#basebox {
	margin-top: 2px;
}
#renderwrap {
	margin-bottom: 80px;
}
