/*----------------------------------------------------------*/
/*-------------------------GLOBAL---------------------------*/
/*----------------------------------------------------------*/


* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	background: #000;
	color: #888;
	font-family: arial,verdana,sans-serif;
	font-size: 62.5%;
}

ul {
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #888;
	outline: none;
}

a:hover, .on a{
	color: #fff;
}

/*#footer{
	clear : both;
	width: 954px;
	height: 1px;
	background: #fff;
}*/



/*----------------------------------------------------------*/
/*--------------------MAIN CONTAINERS-----------------------*/
/*----------------------------------------------------------*/



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


#left{
	float: left;
	position: fixed;
	width: 180px;
	/*background: #00ff00;*/
}


#right{
	float: right;
	position: relative;
	width: 786px;
	padding: 5px 0 20px;
}

#right.clients{
	/*margin-right: 256px;*/
	width: 786px;
	padding-top: 1px;
}



/*----------------------------------------------------------*/
/* navigation */
/*----------------------------------------------------------*/


ul#navigation{
	margin-top: 30px;
}

ul#navigation li {
	float: left;
	clear: both;
	margin-bottom: 1px;
}


ul#navigation li a{
	font-size: 1.2em;
	float: left;
	clear: both;
	white-space: nowrap;
}

ul#navigation li.level1 a{
	color: #999;
	margin-top: 1px;
	text-transform: uppercase;
}

ul#navigation li.level1.weblink a{
	
}

ul#navigation li.level1 a:hover, ul#navigation li.level1.on a{
	color: #fff;
}



/*----------------------------------------------------------*/
/* type */
/*----------------------------------------------------------*/



 h1 a{
 	display: block;
	width: 140px;
	height: 34px;
	background: url(../images/logo.gif) no-repeat;
 	font-size: 2em;
	line-height: 0.9em;
	color: #fff;
	font-weight: normal;
	text-indent: -2000px;
 }


h2{
	float:left;
	clear:left;
	white-space: nowrap;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	margin: 25px 0 5px 0;
}


h2.biog{
	
	display: block;
	width: 91px;
	height: 21px;
	text-indent: -20000px;
	background: url(../images/biography.gif);
}


h3{
	width: 776px;
	height: 215px;
	display: block;
	margin: 2px 0 26px 0;
	background: url(../images/about.gif);
	text-indent: -20000px;
}


.clients p{
	margin-bottom: 15px;
	line-height: 1.3em;
	white-space: normal;
	width: 545px;
}




h4{
	font-size: 1.3em;
	margin: 25px 0 0 60px;
}

p{
	float: left;
	clear: left;
	white-space: nowrap;
	font-size: 1.2em;
}


/*----------------------------------------------------------*/
/* overview page */
/*----------------------------------------------------------*/


ul#thumbgallery{
	float: left;
	margin-bottom: 30px;
}

#thumbgallery li{
	float: left;
	width: 254px;
	margin: 0 11px 20px 0;
	position: relative;
}

#thumbgallery li a{
	cursor: hand;
	font-size: 1.2em;
	color: #767676;
}

#thumbgallery li a .outline {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 254px;
	height: 334px;
}

#thumbgallery li a:hover .outline {
	background: url(../images/panel_border.gif) no-repeat 0 0;
}

#thumbgallery li.last{
	margin-right: 0;
}

#thumbgallery li a img{
	padding-bottom: 8px;
	margin: 0;
	float: left;
}

#thumbgallery li a:hover{
	color: #fff;
}




/*----------------------------------------------------------*/
/* project page */
/*----------------------------------------------------------*/



#right img{
	float: left;
	margin: 0 0 11px 1px;
}



/*----------------------------------------------------------*/
/* bookmarks */
/*----------------------------------------------------------*/


#bookmarks {
	
	position: absolute;
	right: 0;
	bottom: 20px;
	height: 23px;
	
	width: 325px;
}


#bookmarks ul {
	clear:none;
	display:inline;
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:2px 0 0;
	position:relative;
	width:325px;
}


#bookmarks li {
	float:right;
	padding-left:6px;
}


#bookmarks ul a {
	display:block;
	height:18px;
	width:18px;
}


#bookmarks ul a:hover {
	background-position:0 -25px;
}


#bookmarks ul a .service {
	color:#888;
	font-size:1.2em;
	position:absolute;
	right:147px;
	text-indent:-2000px;
	top:1px;
}


#bookmarks ul a:hover .service {
	text-indent:0;
}


#bookmarks a.digg {
	background:transparent url(../images/digg.gif) no-repeat;
}


#bookmarks a.facebook {
	background:transparent url(../images/facebook.gif) no-repeat;
}


#bookmarks a.delicious {
	background:transparent url(../images/delicious.gif) no-repeat;
}


#bookmarks a.twitter {
	background:transparent url(../images/twitter.gif) no-repeat;
}


#bookmarks a.email {
	background:transparent url(../images/email.gif) no-repeat;
}


#bookmarks a.stumbleupon {
	background:transparent url(../images/stumbleupon.gif) no-repeat;
}



/*----------------------------------------------------------*/
/* email popup */
/*----------------------------------------------------------*/


fieldset{
	margin: 10px 0 0 10px;
}


label{
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 6px 0 4px 0;
}

label .emailsmall{
	font-weight: normal;
	color: #333;
	
}

.formrow{
	float: left;
	clear: both;
	margin: 3px 0 0 0;	
}

textarea{
    font-family: arial,verdana,sans-serif;
    font-size: 1.2em;
}

input, textarea{
	float: left;
	clear: left;
	
	font-family: arial,verdana,sans-serif;
	font-size: 1.2em;
	color: #333;
	
	padding: 3px;
	width: 280px;
	
	border: 1px solid #aaa;
}

input:focus, textarea:focus{
	background: #fffff0;
}

.submitbutton{
	float: left;
	
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	background: #fff;
	
	border: 1px solid #B5B5B5;
	cursor: pointer;
	margin: 20px 0 0 0;
	padding: 2px 4px;
	width: 60px;
}

.submitbutton.cancel{
	font-weight: normal;
	clear: none;
	margin-left: 4px;
}

.submitbutton:hover{
	color: #333;
	border: 1px solid #333;
}


/*----------------------------------------------------------*/
/* clients */
/*----------------------------------------------------------*/


.clients h2{
	width: 761px;
	height: 18px;
	padding: 0px 0 8px 0;
	margin: 0 0 0 0;
	color: #fff;
	font-size:1.2em;
	text-transform: uppercase;
}

.clients h2.first{
	margin-top: 6px;
}


ul.clients{
	float: left;
	clear: left;
	width: 766px;
	margin: 0 0 19px 0;
	padding: 0 0 15px 0;	
	background: url(../images/dotted.gif) repeat-x 0 bottom;
}

ul.clients.last{
	border: none;
	background: none;
}

.clients li{
	float: left;
	width: 132px;
	margin: 0 0 2px 0;
	position: relative;
	color: #a8b8d5;
	font-size: 1.2em;
}

.clients li.last{
	margin-right: 0;
	width: 90px;	
}



/*----------------------------------------------------------*/
/* contact */
/*----------------------------------------------------------*/


h2.contact{
	width: 202px;
	height: 96px;
	margin-top: 1px;
	display: block;
	background: url(../images/contact.gif) no-repeat;
	text-indent: -2000px;
}


.mail{
	width: 200px;
	height: 20px;
	display: block;
	margin-top: 70px;
}



