@charset "UTF-8";
body  {
	font: 62.5%;
	background: #000000 url(../images/background.jpg) no-repeat fixed left top;
	margin: 45px 0px 0px;
	padding:0;
	font-family:"Tahoma";
	font-size:62.5%; /** 62.5% defaults all text size to 10px **/
	text-align: left;
	
}
a {color: #FFFFff; text-decoration:none;}
a:hover {text-decoration:none; color: #FF6C3C;}

p {
	font-size: 1.3em;
	line-height:2em;
	margin:0 0 1em 0;
	color: #ffffff;
}
h1,h2 {
	font-weight: normal;
	color: #f23d00;
	/*color:#FFFFff;*/
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}
img {
	border:0;
	border-style: none;
	}

.serif {
	font-family: "Tahoma";
	color: #f23d00;
}
.orange {
	color: #f23d00;
}
.italic {
	font-style: italic;
}
.formaggi {
	font-style: italic;
	font-family: "Tahoma";
	text-transform: capitalize;
	font-weight: normal;
}

/* Building blocks */

#container { 
	/*margin:auto;  the auto margins (in conjunction with a width) center the page*/ 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-bottom:0px;
	position:relative; 
	/* border: 1px solid #000000; */
	/* text-align: left; /* this overrides the text-align: center on the body element. */
} 


#header { 
	width: 768px; 
	height: 200px;
	background: transparent;
	padding: 0;
	margin-right: 16px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar {
	width:185px;
	margin-right:35px;
	position:relative;
	float:left;
	margin-left: 43px;
}
#sidebar p{
	color: #CCCCCC;
	margin-bottom: 0;
	line-height:1.5em;
}
#sidebar h1{
	font-size: 1.2em;
	line-height:1.7em;
}
#sidebar a{
	color: #CCCCCC;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6C3C;
	text-decoration: none;
}
#sidebar p.copyright{
	color: #f23d00;
	margin-bottom: 0;
	line-height: 0;
	margin-top: 50px;
	font-size: 1em;
}
.siderule {
	height:13px;
	border-bottom: 1px solid #f23d00;
	clear: both;
}
.sidespace {
	height:14px;
}
.thumbspace {
	height:4px;
}

.workrow, .photos, .project {
	width:710px;
	position:relative;
	float:left;
	margin-bottom:54px;
}
.photos, .projectslides {
	width:710px;
	position:relative;
	float:left;
}
#nav {
}
#nav1 {
	float: left;
	width: 105px;
}
#nav2 {
	width: 80px;
	float: left;
}
#nav ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;
	
}
#nav ul li {
	margin: 0px;
	margin-top:6px;
	padding:0px;
	font-size: 1.3em;
}
#nav ul li a {
	text-decoration:none;
	font-size: 1.3em;
	/*font-size:16px;*/
	color: #ffffff;
}
#nav ul li a.orange {
	color: #ffffff;
}
#nav ul li a:hover {
	text-decoration:none;
	/*font-size:16px;*/
	color: #FF6C3C;
}
#nav ul li span {
	text-decoration:none;
	color:#FFFFFF;
}

#nav ul li a#current {
	text-decoration:none;
	color: #CC3333;
}


#mainContent { 
	width:530px;
	/*padding-left:20px;*/
	position:relative;
	float:left;
	left: 20px;
	top:6px;
}
#mainContent p.name {
	font: bold 1.2em/1.4em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 1em 0 0;
	letter-spacing: .1em;
}
#mainContent p.italic {
	font-style: italic;
	font-family: "Tahoma";
}
#mainContent p.formaggi {
	font-style: italic;
	font-family: "Tahoma";
	/*line-height: 1.7em;*/
	margin: 0;
}
#mainContent h1{
	font-size: 1.5em;
	margin: 0 0 .5em;
	/*letter-spacing: .1em;*/
}
#mainContent h2 {
	font-size: 1.3em;
	margin: 1.5em 0 .5em;
}

#mainContent img {
	margin: 0 0 12px;
	border: thin solid #333333;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}