@charset "UTF-8";

/* CSS reset, baby*/
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;	
}

ol, ul, li {
	list-style: none;
	display: inline;	
}

/* All done -- Now lets get started!*/

header, footer, section, article, aside, hgroup {
	display: block;
}



@font-face { font-family: DroidSans; src: url('DroidSans.ttf'); } 
@font-face { font-family: DroidSans; font-weight: bold; src: url('DroidSans-Bold.ttf'); }

html {
	background: url(images/top.png) repeat-x top, url(images/right.png) repeat-y right, url(images/bottom.png) repeat-x bottom, url(images/left.png) repeat-y left, url(images/bg.png) repeat;

}

body {
	font-family: DroidSans, Helvetica, sans-serif;
	color: #333;
	letter-spacing:1px;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

p {
	font-size: 10pt;
	line-height: 150%;
	text-align: justify;	
}

a {
	color: #333;
	text-decoration:none;
}

a:active {
	position:relative;
	top: 1px;		
}

textarea, input, button{ outline:none;}

header {
	width: 800px;
	height: 110px;
	margin-top: 10px;
	margin-bottom: 30px;
}

section {
}
/*-- Navigation --*/

nav {
	font-size: 14pt;
	font-weight: bold;
	float: right;
	margin-top: 65px;
}

nav li a {
	padding: 5px 10px 5px 10px;
	margin-left: 10px;
	opacity: 0.6;
	color: #333;
	text-decoration: none;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;	
	transition: opacity 0.2s linear;
	
	cursor: pointer;
}

nav li a:hover, nav li a:focus {
	opacity: 1;
	text-decoration: underline;
}

nav li a:active {
	color: #000;
}


/*-- Logo --*/

#logo {
	position:relative;
	height:110px;
	width:62px;
	float: left;

}
#logo img {
	position:absolute;
	left: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;	
	transition: opacity 0.2s linear;
}

#logo img.top {
	opacity: 0;	
	
}

#logo img.top:hover, #logo img.top:focus {
	opacity: 100;
}

/* -- Sections -- */

section header {
	background: url(images/line.png) top repeat-x;
	float:left;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	height: auto;
}

section header h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12pt;
	float: left;

}

section header h2 {
	font-weight: normal;
	font-size: 10pt;
	margin-left: 10px;
	position: relative;
	top: 2px;
	float:left;
}

section header h3 {
	background: url(images/up.png) left no-repeat;
	padding-left: 17px;
	font-weight: normal;
	font-size: 10pt;
	float: right;
	cursor: pointer;
	opacity: 0.5;
	
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;	
	transition: opacity 0.2s linear;
}

section header h3:hover, section header h3:focus {
	text-decoration: underline;
	opacity: 1;
}

section header h3:active {
	position: relative;
	top: 1px;	
}

/* -- Projects -- */
#projects li img {
	margin-top: 15px;
	margin-right: 20px;
	overflow:visible;
	width: 400px;
	height: 250px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #fff solid 3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	transition: all 0.3s linear;
	
}

#projects li img:hover {
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
}

#projects li aside {
	margin-top: 15px;
	float: left;
	width: 350px;
}

#projects li h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12pt;
}

#projects li h2 a {
	cursor: pointer;
	margin-top: 20px;
	float: right;
	border: 1px solid #333;
	
	background: #a0a0a0; /* Old browsers */
	background: -moz-linear-gradient(top, #a0a0a0 1%, #5b5b5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a0a0a0), color-stop(100%,#5b5b5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a0a0a0 1%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a0a0a0 1%,#5b5b5b 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a0a0a0 1%,#5b5b5b 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a0a0a0 1%,#5b5b5b 100%); /* W3C */
	
		
	padding: 10px;
	margin-bottom: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	font-size:12pt;
	text-transform:uppercase;
	font-weight: bold;
	color: #fff;
	text-shadow:1px 1px #000;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	transition: all 0.3s linear;
}

#projects li h2 a:hover, #projects li h2 a:focus {
	background: #bfbfbf; /* Old browsers */
	background: -moz-linear-gradient(top, #bfbfbf 1%, #878787 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#bfbfbf), color-stop(100%,#878787)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfbfbf 1%,#878787 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfbfbf 1%,#878787 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bfbfbf 1%,#878787 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#878787',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bfbfbf 1%,#878787 100%); /* W3C */
	
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
}

#projects li h2 a:active {
	position:relative;
	top: 0;
	background: #595959; /* Old browsers */
	background: -moz-linear-gradient(top, #595959 0%, #939393 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #595959 0%,#939393 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #595959 0%,#939393 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #595959 0%,#939393 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #595959 0%,#939393 100%); /* W3C */
}
/* -- About us -- */

#about h5 {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	
	background: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-size:12pt;
	color: #CCC;
	padding: 10px;
	opacity: 0.6;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	transition: all 0.3s linear;
}	

#about h5:hover {
	opacity: 1;	
}

#about article {
	margin-top: 15px;
	margin-right: 20px;
	float: left;
	width: 390px;	
}

#about aside {
	margin-top: 15px;
	float: left;
	width: 390px;
}

#about img {
	float: left;
	height: 79px;
	width: 79px;
	margin-right: 20px;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;	
	transition: opacity 0.2s linear;
}

#about img:hover {
	opacity: 1;	
}

#about aside h1 a {
	float: left;
	font-size: 12pt;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: right -3px;
	padding-right: 35px;
	height: 31px;
	display: block;
	vertical-align: middle;
	opacity: 0.6;
	
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;	
	transition: opacity 0.2s linear;
}

#about aside h1 a:hover, #about aside h1 a:focus {
	opacity: 1;
	text-decoration: underline;
}

#about aside p {
	float: left;
	font-weight: normal;
	width: 291px;
	min-height: 79px;
	margin-bottom: 20px;
}

/* -- Contact -- */ 

#contact h4 {
	font-weight: normal;	
	margin-bottom: 10px;
	line-height: 150%;

}

#contact h4 a {
	cursor: pointer;
	font-style:normal;
	font-weight:bold;
	border-bottom: dotted 1px #666;
		
}

#contact h4 a:hover, #contact h4 a:focus{
	color: #000;
	border: none;	
}

#contact h5 {
	text-transform:uppercase;
	margin-top: 20px;	
}

#contact p a {
	cursor: pointer;
	font-style:normal;
	font-weight:bold;
	border-bottom: dotted 1px #666;
}

#contact p a:hover, #contact p a:focus {
	color: #000;
	border: none;		
}

#contact aside {
	margin-top: 15px;
	float: right;
	width: 360px;
}

#contact article {
	margin-top: 15px;
	margin-right: 20px;
	float: left;
	width: 390px;	
}

#contact aside form label {
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
}	

#contact aside form label.error {
	color: #C80000;
}	


#contact aside form input {
	overflow:visible;
	color: #333;
	width: 340px;
	font-size: 12pt;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #fff solid 3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	transition: all 0.3s linear;
}

#contact aside form input.error {
	background: #FF9797;
}

#contact aside form textarea {
	font-family: DroidSans, Helvetica, sans-serif;
	overflow:visible;
	color: #333;
	width: 340px;
	border: #fff solid 3px;
	height: 150px;
	font-size: 12pt;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	transition: all 0.3s linear;
}

#contact aside form textarea.error {
	background: #FF9797;
}

#contact aside form input:focus {
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
}

#contact aside form textarea:focus {
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
}

#contact aside form button {
	border: 1px solid #333;
	
	background: #a0a0a0; /* Old browsers */
	background: -moz-linear-gradient(top, #a0a0a0 1%, #5b5b5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a0a0a0), color-stop(100%,#5b5b5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a0a0a0 1%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a0a0a0 1%,#5b5b5b 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a0a0a0 1%,#5b5b5b 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a0a0a0 1%,#5b5b5b 100%); /* W3C */
	
		
	padding: 10px;
	margin-bottom: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	font-size:12pt;
	text-transform:uppercase;
	font-weight: bold;
	color: #fff;
	text-shadow:1px 1px #000;
	
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 1px rgba(0,0,0,0.3);
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	transition: all 0.3s linear;
	
}

#contact aside form button:hover, #contact aside form button:focus {
	background: #bfbfbf; /* Old browsers */
	background: -moz-linear-gradient(top, #bfbfbf 1%, #878787 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#bfbfbf), color-stop(100%,#878787)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfbfbf 1%,#878787 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfbfbf 1%,#878787 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bfbfbf 1%,#878787 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#878787',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bfbfbf 1%,#878787 100%); /* W3C */
	
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.5), 0px 0px 1px rgba(0,0,0,0.9);
	
}

#contact aside form button:active {
	background: #595959; /* Old browsers */
	background: -moz-linear-gradient(top, #595959 0%, #939393 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #595959 0%,#939393 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #595959 0%,#939393 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #595959 0%,#939393 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #595959 0%,#939393 100%); /* W3C */
	
}

#contact aside h2 {
	background: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-size:12pt;
	color: #CCC;
	padding: 10px;
	margin-bottom: 10px;
}


/* -- FOOTER -- */
footer {
	float: left;
	font-size: 10pt;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(images/line.png) top repeat-x, url(images/owlfooter.png) center 15px no-repeat;
}

footer em {
	font-style:normal;
	float: right;	
}
