@font-face {
	font-family: 'FuroreRegular';
	src: url('../fonts/Furore-webfont.eot');
	src: local('â˜º'), url('../fonts/Furore-webfont.woff') format('woff'), url('../fonts/Furore-webfont.ttf') format('truetype'), url('../fonts/Furore-webfont.svg#webfontTfocvpCC') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
Sticky Footer Solution by Steve Hatcher
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;}

/* must declare 0 margins on everything, also for main layout components use padding, not
vertical margins (top and bottom) to add spacing, else those margins get added to total height
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 30px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
}

/* CLEAR FIX*/
.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 */

/* General */
body {
    background: #5b82a3 url(../images/background.jpg) repeat-x;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #fff;
}

h1, h2, input#submit {
    font-family: FuroreRegular,Verdana,Arial,Helvetica,sans-serif;
}
h1, h2 {
    text-shadow: 2px 2px 2px #417ba7;
}
h1 {
    font-size: 50px;
}
h2.sub {
    font-size: 19px;
    margin-bottom: 20px;
}
h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
p {
    font-size: 14px;
    line-height: 20px;
}

#main_content, .footer_content {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}


/* Portfolio */
.portfolio {
    background: url(../images/portfolio_bg.jpg) repeat-x #002859;
    width: 960px;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}
.portfolio div {
    padding: 10px;
    width: 940px;
    height: 180px;
    overflow: hidden;
}
.portfolio div img {
    float: left;
    margin-right: 20px;
}
.portfolio div p {
    margin-bottom: 10px;
    padding-right: 80px;
}
.portfolio div a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}
.portfolio div a:hover {
    text-decoration: underline;
}
.portfolio .portfolio_nav {
    float: right;
    width: 65px;
    padding: 0px;
    text-align: right;
}
.portfolio .portfolio_nav_js {
    float: right;
    width: 65px;
    padding: 10px 10px 0px 0px;
    text-align: right;
}
.portfolio .portfolio_nav a, .portfolio .portfolio_nav_js a {
    display: block;
    background: #fff;
    border: 1px solid #fff;
    color: #004e59;
    padding: 5px;
    width: 50px;
    text-align: center;
    font-size: 12px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.portfolio .portfolio_nav a:hover, .portfolio .portfolio_nav_js a.next_button:hover {
    background: #004e59;
    color: #fff;
    text-decoration: none;
}
.portfolio .portfolio_nav_js a.prev_button:hover {
    background: #002859;
    color: #fff;
    text-decoration: none;
}
a.next_button {

}
a.prev_button {
    margin-bottom: 124px;
}

/* Left content */
.left_content {
    width: 650px;
    margin-bottom: 60px;
}
.left_content h3 {
    width: 120px;
    display: block;
    float: left;
    font-weight: 700;
    font-size: 1em;
}
.about, .skills {
    margin-bottom: 20px;
}

/* Contact */
.contact {
    float: right;
    width: 250px;
    margin-bottom: 30px;
}
input, textarea {
    width: 240px;
    margin-bottom: 10px;
    border: none;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
input.randomness {
    height: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
input#submit {
    background: #002859;
    color: #fff;
    height: 30px;
    cursor: pointer;
}
label {
    display: block;
    margin-bottom: 5px;
}
form p {
    padding-bottom: 10px;
}

/* Footer */
.footer_content p {
    font-size: 12px;
    text-align: right;
}
