/* HTML 5 STYLES */
header, nav, section, article, footer, address {
	display: block;
}

/* FONTS */

@font-face {
   font-family: Corbel;
   src: url(/js/fnt/corbel.eot);
   src: local('Corbel'), 
          url('corbel.woff') format('woff'), url('corbel.ttf') format('truetype'), url('corbel.svg#webfontoXF5vvuL') format('svg');
   font-weight: normal;
	font-style: normal;
}

.fontface h1, .fontface h2, .fontface h3, label, a.submit {
   font-family: Corbel, Helvetica, Arial, Verdana;
}


/* ELEMENTS */

body{
	font-family: Helvetica, Arial, Verdana;
	color:#575757;
}

table, figure{
	border:0;
	margin:0;
	padding:0;
}

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

a:hover{
	border-bottom:1px dotted #e2003b;
	text-decoration: none;
}

a.submit{
	padding:3px 10px 3px 10px;
	background-color: #e2003b;
	color: white;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

a.submit:hover{
	border:0;
	background-color: white;
	border:1px solid #ccc;
	color: #e2003b;
}

h1.search{
	margin:20px 0 0 0;
}

h2.search{
	margin:15px 0 0 0;
}

h2.search a{
	color:#575757;
}

p,ul,li{
	padding:0;
	margin:0;
}

.blogcontainer{
	width:860px;
	margin:0 auto;
}

.textpagecontainer li{
	min-height:19px;
	padding-top:5px;
	padding-left:28px;

}

.textpagecontainer h2{
	margin:24px 0 2px 0;
}

.blogcontainer li{
	list-style: none;
}

.blogcontainer aside{
	float:right;
	width:233px;
}

.blogcontainer aside li{
	margin-bottom:10px;
}

.blogcontainer aside span{
	font-size:10px;
	font-style: italic;
}

.author{
	display: none;
}

article.hentry{
	width:586px;
	float:left;
}


article.hentry .firstitem{
	padding-top:0;
	border-top:0;
}

article.hentry header{
	width:586px;
	float:left;
	border-top:1px solid #ccc;
	padding-top:25px;
}

h1{
	font-size:24px;
	color:#e2003b;
	margin:0 0 3px 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);	
}

article.hentry header .subheader{
	font-size:14px;
	color:#999;
	margin-bottom:10px;
}

article.hentry header .subheader a{
	color:#999;
}

article.hentry header .subheader a:hover{
	color:#e2003b;	
}

article.hentry .entry-content{
	color:#575757;
	line-height:24px;
	padding:0px 0 25px 0;
	width:586px;
}

article.hentry .entry-content ul{
	margin-left:30px;
}

article.hentry figure{
	width:233px;
	float:right;
	padding-top:25px;
	padding-left: 41px;
}

header#pageheader{
	position:relative; 
	width:860px;
	height:120px;
	margin:0 auto;
}

footer{
	width:860px;
	padding:45px 0 45px 0;
	margin:0 auto;
}

footer h3{
	font-size:18px;
	color:#575757;
	margin:0 0 10px 0;
}

label{
	display: block;
	font-size:16px;
	color:#575757;
	padding:10px 0 5px 0;
}

nav#header{
	position:absolute;
	height:50px;
	bottom:0;
	right:0;
}

nav#header ul{
	padding:0;
	margin:0;
}

nav#header ul li{
	display:block;
	float:left;
	height:50px;
	margin-left:30px;
}

nav#header .active{
	background:url(/images/nav_bg.gif) center bottom no-repeat;
}

nav#header ul li a{
	display:block;
	font-size:18px;
	color:#575757;
	text-transform: lowercase;
	text-decoration: none;
}

nav#header ul li a:hover{
	color:#e2003b;
}

nav#footer ul{
	padding:0;
	margin:0;
}

nav#footer ul li{
	display:inline;
	border-right:1px solid #ccc;
	padding:0 4px 0 3px;	
}

nav#footer ul li.first{
	padding:0 4px 0 0;	
}

nav#footer ul li.last{
	padding:0 0 0 3px;
	border:0;	
}

nav#footer ul li a{
	color:#575757;
}

nav#footer ul li a:hover{
	color:#e2003b;
}

#projectnav{
	width:860px;
	margin: 30px auto;
	font-size:14px;
	padding:50px 0 25px 0;
}

#projectnav a{
	color:#575757;
}

#projectnav a:hover{
	border: 0;
	color:#e2003b;
}

section{
	width:100%;
	background-color:#f5f5f5;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:35px;
}

section#intro{
	position: relative;
	width:932px;
	margin:0 auto;
	background:none;
	border:0;
	padding:0;
}

section#intro header{
	width:860px;
	margin:0 auto;
}

section#intro header h1{
	color:#575757;
	font-size:30px;
	margin:30px 0 0 0;
}

section#intro header h4{
	color:#999;
	font-size:18px;
	font-weight:normal;
	margin:0 0 30px 0;
}


/* IDs */

#bottom{
	width:860px;
	margin:0 auto;
	padding-top:40px;
	clear:both;
	font-size:11px;
	line-height:18px;
	color:#575757;
}

#bottom a{
	color:#575757;
}

#bottom a:hover{
	color:#e2003b;
}

#textpagewrapper{
	width:860px;
	margin:0 auto;
	padding-bottom:25px;
	line-height:24px;
}

#aboutwrapper{
	float:left;
	width:586px;
	line-height: 24px;
	padding-bottom:25px;
}

.first.column {
	padding-right:34px;
}

.clearcolumns{
	clear: both;
	height: 35px;
}

#contactwrapper{
	width:860px;
	margin:0 auto;
}

#contactwrapper aside{
	float:right;
	width:233px;
}

#contact{
	float:left;
	width:546px;
}

#logo{
	float:left;
	height:120px;
}

ul#portfolio{
	width:860px;
	padding:0;
	margin:0 auto;
}

ul#portfolio li{
	position:relative;
	display:block;
	float:left;
	width:200px;
	height:300px;
	margin-left:20px;
	overflow: hidden;
}

ul#portfolio li.nomargin{
	margin-left:0;
}

ul#portfolio .linkwrapper{
	width:200px;
	height:182px;
	overflow:hidden;
}

/*ul#portfolio .hover{
	display:none;
	position:absolute;
	width:243px;
	height:185px;
	top:0;
	left:0;
	background-color:#e2003b;
	-webkit-border-radius:5px;
	-webkit-box-shadow:0px 0px 6px #999;
	-moz-border-radius:5px;
	-moz-box-shadow:0px 0px 6px #999;	
}*/

ul#portfolio h2{
	font-size:18px;
	color:#575757;
	margin:13px 0 3px 0;
}

ul#portfolio h4{
	font-size:14px;
	line-height:24px;
	color:#999;
	font-weight:normal;
}

#projectinfo{
	width:273px;
	float:left;
}

#projectinfo h1{
	font-size:24px;
	color:#e2003b;
	margin:0;
}

#projectinfo h4{
	font-size:14px;
	color:#575757;
	margin:0;
	font-weight:normal;
}

#projectinfo p{
	font-size:14px;
	line-height:24px;
	color:#999;
	margin-top:30px;
}

#search{
	float:left;
	width:233px;
	height:115px;
	padding-left:40px;
	border-left:1px solid #eee;
}

#searchform input{
	width:217px;
	height:21px;
	padding:8px;
	background:url(/images/search_bg.gif) no-repeat;
	border:0;
	font-size:18px;
	color:#999;
}

#searchform input:focus{
	-webkit-box-shadow:0px 0px 6px #999;
	-moz-box-shadow:0px 0px 6px #999;	
}

figure.port_slideshow{
    position:relative;
    float:right;
    width:546px;
}

#slideshow.home_slideshow{
    border-right:1px solid #dddddd;
    border-top:1px solid #dddddd;
    border-left:1px solid #dddddd;
    line-height:0;
    overflow: hidden;
    width:932px;
    height:330px;
}

#socialnetworks{
	float:left;
	width:233px;
	height:115px;
	padding-right:39px;
	border-right:1px solid #ccc;
}

#socialnetworks ul{
	padding:7px 0 0 0;
	margin:0;
}

#socialnetworks ul li{
	display:block;
	float:left;
}

#socialnetworks a:hover{
	border:0;
}

#stats{
	width:233px;
	float:right;
	font-weight:bold;
}

#tweet{
	float:left;
	width:233px;
	height:115px;
	padding:0 39px 0 39px;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
}

#tweet p{
	font-size:12px;
	line-height:24px;
	color:#999;
}

#tweet li{
	list-style: none;
}

#tweet .tweetdate{
	font-weight:bold;
	font-size:11px;
}

#viewproject{
	width:860px;
	margin:0 auto;
}
	/* CLASSES */

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.home_slide{
	width:932px;
	height:330px;
}

.home_slide_caption{
	float:left;
	padding:90px 10px 10px 10px;
	height:100px;
	width:260px;
	line-height:24px;
}

.home_slide_caption h2{
	font-size:30px;
	font-weight:normal;
	color:#575757;
	margin:0;
}

.home_slide_caption h3{
	font-size:18px;
	font-weight:normal;
	color:#999;
	margin:15px 0 10px 0;
}

.home_slide_caption a{
	font-size:14px;
}

.home_slide_caption a:hover{
	text-decoration: none;
}

.inputsmall{
	width:217px;
	height:21px;
	padding:8px;
	background:url(/images/inputsmall_bg.gif) no-repeat;
	border:1px solid #cccccc;
	font-size:18px;
	color:#999;
}

.inputlarge{
	width:530px;
	height:21px;
	padding:8px;
	background:url(/images/inputlarge_bg.gif) no-repeat;
	border:1px solid #cccccc;
	font-size:18px;
	color:#999;
}

.inputtextarea{
	width:530px;
	height:104px;
	padding:8px;
	background:url(/images/inputtextarea_bg.gif) no-repeat;
	border:1px solid #cccccc;
	font-size:18px;
	color:#999;
}

.inputsmall:focus, .inputlarge:focus{
	-webkit-box-shadow:0px 0px 6px #999;
	-moz-box-shadow:0px 0px 6px #999;	
}


#left{
	left:0;
	background:url(/images/left.png) no-repeat;
}

#right{
	right:-1px;
	background:url(/images/right.png) no-repeat;
}

.slide_button{
	position:absolute;
	width:22px;
	height:51px;
	background:red;
	top:140px;
	z-index:99999;
}

.prevproj{
	display:block;
	height:22px;
	padding-left:19px;
	background:url(/images/arrowleft.png) top left no-repeat;
	float:left;
	line-height:24px;
}

.nextproj{
	display:block;
	height:22px;
	padding-right:19px;
	background:url(/images/arrowright.png) top right no-repeat;
	float:right;
	line-height:24px;
}
