/* -- RESET --*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


body {
	line-height: 1;
	color: black;
	//background: #fff url(img/gridbg.gif) repeat;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
span:before, span:after,
q:before, q:after {
	content: "";
}
span, q {
	quotes: "" "";
}

/*---------------AREAS-----------------*/
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #525251;
	margin-top: 75px;
}
#header {
	height: 25px;
}
#logo {
	margin-top: 75px;
	display: block;
}

/*----------------TYPO-------------------*/
a, a:link, a:active {
	color: #16b0ff;
}
a:hover {
	color: #1f7eff;
}
a: visited {
	color: #1f7eff;
}
h2 a {
	text-decoration: none;
}
.text_hide {
	display: block;
	text-indent: -9999px;
}
h1 {
	height: 18px;
	width: 103px;
	float: left;
	margin-left: 20px;
}
.top {
	padding: 35px 0;
}
strong {
	font-weight: bold;
}
/*----------------INFOS-------------------*/
#infos {
	border-top: 5px solid #000;
	padding: 20px 0 20px 0;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
.about, .social, .address {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.about{
	width: 460px;
}
.social, .address {
	width: 220px;
}
#infos h2 {
font-size: 16px;
line-height: 18px;
margin:0;
text-transform:none;
}
/*----------------PROJECTS-------------------*/
.project {
	position: relative;
	border-top: 1px solid #000;
	padding: 10px 0 40px 0;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	min-height: 540px;
}
h2 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 12px;
	font-family: "buendia-1","buendia-2",serif;
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
}
.informations {
	width: 180px;
	float: left;
	padding: 0 10px;
}
.client {
	margin-bottom: 10px;
}
.screenshot {
	width: 720px;
	float: right;
	cursor: pointer;
}
.screenshot.thumbnail {
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #eee;
}
.thumbs{
	position: absolute;
	width: 200px;
	top: 483px;
	left: 10px;
}
.thumbs .screenshot{
	float: right;
	margin-left: 5px;
}

.date {
	color: #acada3;
}

span p {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin: 30px 0 9px 0;
}

span p.date {
	font-size: 11px;
	line-height: 20px;
	font-family: 'lucida grande',verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 9px 0;
	color: #999;
	text-transform: none;
}

#footer p{
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	font-family: 'lucida grande',verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #999;
}
