html, body, div, span, object, h1, h2, h3, h4, p, a, img, strong, ul, li, form, label{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body{
	background: #222;
	font: 10px/13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #ccc;
}

a{
	text-decoration: none;
	background: #181818;
	color: #91D8F4;
	padding: 2px 3px;
}


img{
	max-width: 530px;
	_width: 530px;
}


a:hover{
	cursor: pointer;
}

ul, li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

h1{
	font-weight: normal;
	color: #99CB65;
	font-size: 12px;
	margin-bottom: 20px;	
}

#header{
	position: relative;
	height: 60px;
	width: 934px;
	margin: 40px auto 0 auto;

}

#logo{
	position: absolute;
	left: 0;
	top: -7px;
	text-indent: -9999px;
	width: 152px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url('images/logo.png') no-repeat;
	_background: url('images/ie6/logo.gif')  no-repeat; /* IE 6 and below */
	
}

#logo:hover{
	cursor: pointer;
}


#logo:active{
	top: -8px;
}

#globalNavigation{
	position: absolute;
	right: 0;
	top: 0;
}

#globalNavigation li a{
	padding: 0;
	font-size: 12px;
	display: block;
	float: left;
	margin-left: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #171717;
	color: #999999;
	
}

#globalNavigation li a.selected{
	background: #0C0C0C;
	color: #91D8F3;
}

#globalWrapper{
	position: relative;
	width: 934px;
	margin: 40px auto 0 auto;
}

#contentWrapper{
	position: relative;
	float: right;
	min-height: 600px;
	float: right;
	width: 530px;
	padding: 20px;
	background: #181818;
	margin-bottom: 30px;
}



.post{
	font: 10px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #ccc;
}

.post p{
	margin: 20px 0;
	line-height: 150%;
}

.post h2{
	padding-bottom: 0px;
	color: #99CB65;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#sidebar{
	position: absolute;
	left: 0;
	top: 0;
	width: 360px;
	min-height: 500px;
}

.sidebarPost{
	position: relative;
	margin-bottom: 18px;
}


.thumbImage{
	width: 110px;
	height: 95px;
	position: absolute;
	top: 0;
	left: 0;
	background: #555;
	padding: 0;	
}

.sidebarPost .time{
	display: block;
	font-size: 9px;
	color: #666;
	margin-bottom: 2px;
}

.sidebarPost .title{
	background: #181818;
	color: #91D8F4;
	padding: 0 3px;
}

.moreNews a{
	background: #181818;
	color: #91D8F4;
	padding: 2px 3px;
	text-transform: lowercase;
}

#footer{
	position: relative;
	clear: both;
	width: 934px;
	margin: 40px auto 0 auto;
	z-index: 10;
	background: url('images/footer.png') no-repeat;
	_background: url('images/ie6/footer.gif') no-repeat;
	height: 12px;
	margin-bottom: 30px;
}

#footer h1{
	display: none;
}

#footer li{
	color: #777;
	position: absolute;
	background: transparent;
	text-indent: -9999px;
	height: 22px;
	top: 0px;
}

#footer_copyright{
	right: 0px;
	width: 120px;
}

#footer_address{
	left: 60px;
	width: 210px;
}

#footer_providence{
	left: 0;
	width: 56px;
}

#footer_amsterdam{
	left: 600px;
	width: 70px;
}

#footer_sf{
	left: 520px;
	width: 70px;
}


#footer_phone{
	left: 275px;
	width: 100px;
}

#footer_email{
	width: 130px;
	left: 380px;
}

#footer_email a{
	display: block;
	background: transparent;
}





#socialNavigation{
	position: absolute;
	left: 675px;
	top: -7px;
	width: 130px;
	height: 25px;
}

#socialNavigation li a{
	position: absolute;
	width: 9px;
	height: 17px;
	margin-right: 3px;
	background: url('images/socialSmall.png') no-repeat;
	_background: url('images/ie6/socialSmall.gif') no-repeat; /* IE 6 and below */
	text-indent: -9999px;
}



#socialNavigation .rss{
	background-position: 0px;
	left: 0px;
}

#socialNavigation .vimeo{
	background-position: -15px;
	left: 20px;
}

#socialNavigation .twitter{
	background-position: -30px;
	left: 40px;
}

#socialNavigation .flickr{
	background-position: -45px;
	left: 60px;
}

#socialNavigation .facebook{
	background-position: -60px;
	left: 80px;
}

