* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/* HTML5 tags */
header,section,footer,aside,nav,article,figure {
	display: block;
}

body {
	font: 24px/28px Exo, sans-serif;
	font-weight: 500;
	color: #4b4b4b;
	background: url(images/bg.png) top left repeat;
}	
#mantel {
	position: absolute;
	width:100%;
	margin:0;
	padding:0;
	background: url(images/stripe.png) top center fixed repeat;
}
#logo{
	position:fixed;
	width:100%;
	height:1200px;
	background-image: url(images/Logo2.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat:no-repeat;
}

::selection {
	background-color: rgba(82,170,38,0.4);
}

::-moz-selection {
	background-color: rgba(82,170,38,0.4);
	border: 10px solid red;
}

h1 {
	color: #fff;
	font: 24px/40px Exo, sans-serif;
	position: relative;
	top: 2px;
}

h1 a {
	color: #fff;
	font: 24px/40px Exo, sans-serif;
	border: none;
}

h1 a:hover {
	color: #ddd;
	border: none;
}

h2 {
	padding-left: 125px;
	font: 46px/60px Exo, sans-serif;
	color: #111;
	height: 105px;
}

h2 span.sub {
	font: 36px/45px Exo, sans-serif;
	float: left;
	color: #4b4b4b;
}

h2.intro {
	background: url(images/intro.png) no-repeat -10px -10px;
}

h2.work {
	background: url(images/portfolio.png) no-repeat -10px -10px;
}

h2.about {
	background: url(images/about.png) no-repeat -10px -10px;
}

h2.contact {
	background: url(images/contact.png) no-repeat -10px -10px;
}

a {
	color: #52aa26;
	text-decoration: none;
	border-bottom: 1px solid #52aa26;
	padding-bottom: 2px;
	-webkit-transition-property:color, text;
	-webkit-transition-duration: 0.6s, 0.6s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
	-moz-transition-duration:0.6s;
	-moz-transition-timing-function: linear, ease-in;

	-o-transition-property:color, text;
	-o-transition-duration:0.6s;
	-o-transition-timing-function: linear, ease-in;
}

a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	position: relative;
	top: 1px;
}
a:focus{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	position: relative;
	top: 1px;
}
p {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 36px;
}

strong {
	font-weight: 800;
}
span {
	font-size: small;
}
header {
	padding: 5px 0;
	width: 100%;
	background-color: #000;
	margin-bottom: 25px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	position: fixed;
	z-index: 10;
	float: left;
}

#headercontainer,#contentcontainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#contentcontainer {
	float: none;
	width:940px;
	padding-top: 0;
}

nav {
	width: auto;
	float: left;
	font: 20px/24px Exo, sans-serif;
}

nav ul {
	position: absolute;
	right: 0;
	display: block;
	margin-top: -30px;
}

nav ul li {
	display: inline;
	margin-left: 50px;
}

nav ul li a {
	border-bottom: none;
}

nav ul li a:hover,nav ul li a:active,nav ul li a:focus {
	color: #fff;
}

section {
	margin-bottom: 260px;
	padding: 75px 25px 25px;
	float: left;
	background: rgba(255,255,255,0.64) url(images/cellbg.png) bottom center repeat-x;
	border-radius: 15px;
	border: 10px solid #fff;
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.4);
box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.4);
width:960px;
}

#intro h2 a {
	padding-bottom: 0;
}

#intro a.featured {
	padding-bottom: 0;
	border-bottom: none;
}

#intro a img {
	border: 5px solid rgba(122,192,0,0.15);
	-webkit-border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 5px;
}

#intro a img:hover,#portfolio .work a img:hover,input:hover,textarea:hover {
	border: 5px solid rgba(250,250,250,1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

#intro a img:active,#portfolio .work a img:active {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#intro li {
	list-style-position: inside;
	padding-bottom: 1ex;
}

#portfolio ul.work a {
	border-bottom: none;
}

#portfolio ul.work a img {
	border: 5px solid rgba(250,250,250,0.15);
	-webkit-border-radius: 5px;
}

#portfolio ul.work {
	float: left;
	margin-left: -15px;
	width: 975px;
}

#portfolio ul.work li {
	list-style: none;
	float: left;
	margin-left: 9px;
	margin-bottom: 15px;
	padding-bottom:5em;
}
#portfolio ul.work li.end {
	clear:both;
}

#contact {
	margin-bottom: 500px;
}

#contact a,#contact a:link,#contact a:visited,#contact a:hover,#contact a:focus,#contact a:active {
	border: none;
}

input[type=text] {
	width: 350px;
}

textarea {
	height: 175px;
}

input,textarea {
	width: 350px;
	background-color: rgba(255,255,255,0.4);
	border: 5px solid rgba(122,192,0,0.15);
	padding: 10px;
	font-family: Keffeesatz, Arial;
	color: #4b4b4b;
	font-size: 24px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
	margin-top: -10px;
}

input:focus,textarea:focus {
	border: 5px solid #fff;
	background-color: rgba(255,255,255,1);
}

input[type=submit] {
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
	background-color: #7ac000;
	padding: 5px 36px 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.4);
	border-top: 1px solid rgba(255,255,255,0.6);
	background: 0 color-stop(0.62,#7ac000) );
	background: 0;
}

input[type=submit]:hover {
	color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	background-color: #ff5400;
	background: 0 color-stop(0.62,#ff5400) );
	background: 0;
}

input[type=submit]:active {
	position: relative;
	top: 1px;
	width: 400px;
}

footer {
	float: left;
	margin-top: 50px;
}

footer ul {
	margin-bottom: 150px;
}

footer ul li {
	display: inline;
	margin-right: 50px;
}

footer ul li a {
	font-size: 24px;
	margin-left: 10px;
}

footer ul li img {
	vertical-align: bottom;
	position: relative;
	top: 2px;
}

div.fleft {
	width: 390px;
	float: left;
}

div.fright {
	width: 390px;
	margin-left: 450px;
}
.fright, .fleft, .boxx {
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: rgba(82,170,38,0.7);
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 10px 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
	margin-top:5px;
}
#lightbox-secNav-btnClose:link,#lightbox-secNav-btnClose:visited,#lightbox-secNav-btnClose:hover,#lightbox-secNav-btnClose:active,#lightbox-secNav-btnClose:focus, #lightbox-nav-btnNext:link, #lightbox-nav-btnPrev:link,#lightbox-nav-btnNext:visited,#lightbox-nav-btnNext:visited, #lightbox-nav-btnPrev:hover, #lightbox-nav-btnPrev:hover, #lightbox-nav-btnNext:active, #lightbox-nav-btnPrev:active, #lightbox-nav-btnNext:focus, #lightbox-nav-btnPrev:focus{
	border-bottom: none;
}
.caption {
	width: 300px;
	position:absolute;
	padding: 0 10px 5px;
	font: 15px/21px Exo, sans-serif;
	margin-bottom:1px;
}
.clear {
	clear:both;
}
.caption h3 {
	font: 15px/27px Exo, sans-serif;
	color: #000;
}
.port {
	border-radius: 15px;
	border: 6px solid #fff;
}