/* Initial reset
---------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, p, blockquote, form, fieldset, legend {
	margin: 0;
	padding: 0;
	font: 100%/120% "Open Sans", Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
fieldset, img {
	border:0;
}
input, select, textarea {
	font-size: 100%;
}
/* General
---------------------------------------------------------- */
html {
	font-size:100.01%;
}
body {
	font-size:13px;
	color:#626262;
	background:#f1f2f6 url(../images/bg.jpg);
}
a {
	color:#ee6b31;
	text-decoration:none;
}
a:hover {
	color:#ff5205;
}
p {
	line-height:150%;
	padding-bottom:12px;
}
/* Container
---------------------------------------------------------- */
#container {
	width:900px;
	margin:0 auto;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#fff;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
	padding:0 30px 20px 30px;
	margin-top:36px;
}
/* Header
---------------------------------------------------------- */
#header {
	position:relative;
	padding:20px 0 0 0;
}
h1 a {
	text-indent:-9000px;
	display:block;
	width:192px;
	height:31px;
	margin:14px auto 0 auto;
	background:url(../images/caneidia-logo.png) no-repeat;
	padding-bottom:32px;
}
h2 {
	font-family:"Petrona", Georgia,  serif;
	font-size:28px;
	text-align:center;
	padding:22px 0 12px 0;
	border-top:1px solid #e8ecf0;
}
h3 {
	color:#828282;
	text-align:center;
	text-transform:uppercase;
	padding-bottom:20px;
	border-bottom:1px solid #e8ecf0;
}
.contact {
	overflow:hidden;
	position:absolute;
	right:0;
	top:20px;
	width:126px;
}
.contact a {
	float:left;
	display:block;
	width:34px;
	height:33px;
	text-indent:-9999px;
	margin-left:8px;
}
.contact .email a {
	background:url(../images/icon-email.png) no-repeat 0 0;
}
.contact .email a:hover {
	background:url(../images/icon-email.png) no-repeat 0 -33px;
}
.contact .twitter a {
	background:url(../images/icon-twitter.png) no-repeat 0 0;
}
.contact .twitter a:hover {
	background:url(../images/icon-twitter.png) no-repeat 0 -33px;
}
.contact .dribbble a {
	background:url(../images/icon-dribbble.png) no-repeat 0 0;
}
.contact .dribbble a:hover {
	background:url(../images/icon-dribbble.png) no-repeat 0 -33px;
}
/* Portfolio
---------------------------------------------------------- */
#portfolio {
	overflow:hidden;
	width:900px;
	padding:30px 0 0 0;
}
#portfolio .column {
	float:left;
	width:400px;
	margin:0 30px 0 0;
}
#portfolio .column:first-child {
	margin:0 40px 0 30px;
}
#portfolio .column img {
	-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
	margin-bottom:30px;
}
/* Footer
---------------------------------------------------------- */
#footer {
	font-size:11px;
	color:#929292;
	width:940px;
	margin:0 auto;
	padding:18px 10px 60px 10px;
}
