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

* { padding: 0; margin: 0; }

body {
	background:url('images/homepage/background.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

body.page1 a#page1,
body.page2 a#page2,
body.page3 a#page3,
body.page4 a#page4,
body.page5 a#page5,
body.page6 a#page6 {
color: #fff;
}

.text {
	color:#F9F4E7;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:.7em;
	text-align:left;
	letter-spacing:.1em;
	line-height:normal;
}

.text3 {
	color:#F9F4E7;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-align:left;
	letter-spacing:.05em;
}

.text4 {
	color:#F9F4E7;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-align:left;
	letter-spacing:.05em;
}

.padding {
	margin:20px 30px 0 30px;
}

.padding2 {
	margin:20px 160px 0 30px;
}

#wrapper {
	margin:0 auto;
	width:980px;
}

#header {
	height:230px;
}

#main-home {
	margin:0 auto;
	width:960px;
	background-color:#333;
	filter:alpha(opacity=90);
	opacity:.9;	
}

#main {
	margin:0 auto;
	width:960px;
	height:470px;
	background:url('images/bkgd2.png');
}

#home-img {
	padding:10px 0 10px 0;
	width:960px;
}

.home {
	border:none;
	margin:0 4px 0 4px;
}

.inside {
	border:none;
	margin:0 4px 0 4px;
	float:left;
}

.headline {
	text-align:center;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:1.2em;
	font-style:italic;
	letter-spacing:.5px;
	padding:15px 0 5px 0;
}

#logo {
	margin-top:50px;
	border:none;
}

#restoration {
	position:absolute;
	margin:100px 0 0 170px;
	border:none;
}

#headshot {
	position:absolute;
	top:0;
	margin-left:701px;
	border:none;
}

#contact-info {
	text-align:left;
	position:absolute;
	color:#847965;
	top:100px;
	margin-left:875px;
}

.link {
	color:#847965;
	text-decoration:none;
	font-size:.8em;
	letter-spacing:.1em;
	font-family: 'Didact Gothic', sans-serif;
}

.link2 {
	color:#847965;
	text-decoration:none;
	font-size:1em;
	letter-spacing:.1em;
	font-family: 'Didact Gothic', sans-serif;
	outline:none;
}



li.projects:active {
	color:#FFFFFF;
}

.license {
	color:#847965;
	text-decoration:none;
	font-size:.8em;
	letter-spacing:.1em;
	font-family: 'Didact Gothic', sans-serif;
}

.phone {
	font-weight:bold;
	font-size:1em;
	letter-spacing:.1em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.phone1 {
	font-family: 'PT Sans', sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:.9em;
}

#left-content {
	float:left;
	width:225px;
	margin:10px;
}

#right-content {
	float:left;
	width:695px;
	margin:18px 10px 0 10px;
}


#right-content2 {
	float:left;
	width:695px;
	margin:0 10px 0 10px;
}

/*NAVIGATION*/

#nav {
	text-align:center;
	margin:0 auto;
	width:960px;
}

#menu{
padding:0;
margin:20px 0 0 0;
width:960px;
color:#847965;
font-family: 'Didact Gothic', sans-serif;
font-size:.9em;
letter-spacing:.1em;
}

#menu ul{
padding:0;
margin:0;
}

#menu li{
position: relative;
float: left;
list-style: none;
margin: 0 33px 0 33px;
padding:0;
} 

#menu li a{
height: 30px;
display: block;
text-decoration:none;
text-align: center;
line-height: 30px;
background-color:none;
color:#847965;
}

#menu li a:hover{
background-color:none;
color:#FFF;
}

#menu ul ul{
position: absolute;
top: 30px;
visibility: hidden;
background-color:white;
} 

#menu ul li:hover ul{
visibility:visible;
} 

/* gallery */

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


/* SPLASH */

body#splash {
	background:#FFFFFF;
}

.splash {
	color:#645D50;
	outline:none;
	text-transform:uppercase;
	font-family: 'Didact Gothic',sans-serif;
	text-decoration:none;
}

.splash:hover {
	color:#609A88;
	outline:none;
	text-transform:uppercase;
	font-family: 'Didact Gothic',sans-serif;
	text-decoration:underline;
}