/* Positioning */
html,body {
	height:100%;
}

body {
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
	font-size:14px;
	line-height: 18px;
	background-color:#333;
	padding:0;
	margin:0;
	
}

#container {
	width:100%;
	height:100%;
	bottom:0;
	padding:0;
	margin:0;
}

#headroom {
	height:105px;
	margin-top:0px;
}

#centro {
	width:75%;
	margin:0 0 0 25%;
	padding:0;
	position:relative;
	background:#fff;
	min-height:100%;
	bottom:0;
	float:right;
}

#continental {
	width:66%;
}

#buffer {
	height:54px;
}

#content {
	width:100%;
	position:relative;
	padding-left:0;
	background-color: white;
	height:100%;
}

#content {
position:relative;
	padding-left:60px;
	margin-right:0px;
	min-height:100%;
	padding-top:22px;
}

#content-content {
	padding-top:28px;
	background-color: white;
	min-height:100%;
	z-index:20;
	padding-left:0;
}

#content-content-c {
	margin-top:54px;
	padding-top:28px;
	background-color: white;
	min-height:100%;
	z-index:20;
	padding-left:0;
}

#content-content-cc {
	padding-top:67px;
	background-color: white;
	min-height:100%;
	z-index:20;
	padding-left:0;
}

#images {
	width:100%;
	height:426px;
	background-image:url(images/lia.jpg);
}

#left {
	width:25%;
	float:left;
	position:fixed;
	margin-left:0;
	background:#333;
	min-height:100%;
	bottom:0;
}

#header {
	margin-left:50px;
	text-shadow: black 0.0em 0.1em 0.0em;
}

#sidebar {
	width:295px;
	min-height:100%;
	color:#595959;
	position:relative;
	z-index:4;
	float:right;
	margin-right:-31px;
	margin-bottom:0px;
	margin-top:0px;
}

#scontent {
	margin-top:30%;
	position:absolute;
}

#nav {
	position:relative;
	z-index:9;
	width:295px;
}

#wraparound {
	z-index:5;
	position: absolute;
	background-color:purple;
	height:35px;
	width:40px;
	-webkit-transform: rotate(18deg); -moz-transform-origin: bottom left;
}

#bgstripes {
	position:relative;
	width:100%;
	margin-top:211px;
	z-index:2
}

/* Interiors styling */

#content-content img {
	margin-top:6px;
	padding:10 7 7 0;
	display: hidden;
}

#content-content p {
	margin-top:0px;
	margin-left:1px;
	line-height:16px;
	font-family: "Helvetica Neue UltraLight",Helvetica;
	font-weight: lighter;
	font-size:14px;
}

#work h2 {
	cursor:hand;
	padding:5px 0px 5px 0px;
	margin:0px;
	font-weight:lighter;
}

.headline:hover {
	cursor:hand;
}

#nav ul {
	display:block;
	padding-left:15px;
	width:295px;
	list-style: none;
	padding:0px;
}

#nav li {
	margin:0px;
	padding-top:0px;
	padding-left:50px;
	height:35px;
}
 
#nav li a {
	margin:0px;
	padding-top:9px;
	height:35px;
	display:block;
	border:none;
}

#nav li a:hover {
	width:100%;
}


#nav p {
	display: block;
	margin-top:0px;
	width:100%;
	padding-top:0px;
}

#bgstripes ul {
	display:block;
	padding-left:15px;
	width:100%;
	list-style: none;
	padding:0px;
}

#bgstripes li {
	margin:0px;
	padding-top:0px;
	padding-left:50px;
	height:35px;
}

#tags {
	min-height:65px;
}

#tags ul,li {
	display:block;
	padding-left:15px;
	list-style: none;
	padding:0px;
}

#tags li>a {
	color:white;
	padding:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#b8d9de;
	border:none;
	width:auto;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#tags li>a:hover {
	background:#00bdd3;
}

#footer {
	bottom:0;
	position:absolute;
	left:0;
	font-size:12px;
}

#footer p {
	color:#dadada;
	margin-left:60px;
	margin-bottom:10px;
}

#footer a {
	color:#dadada;
}

/* Global styles */

a {
	text-decoration: none;
	color:#333333;
	border-bottom: 1px solid #e0e0e0;
}

a:hover {
	color: #0066cc;
	border-bottom: 1px solid #bfdfff;
}

sup a {
	border-bottom:none;
	color:#0066cc;
}

h1 {
	font-size: 24px;
	line-height:22px;
	padding-bottom:0px;
	font-style: normal;
	font-weight: 300;
}

h2 {
	font-size: 20px;
	line-height:18px;
	padding-bottom:0px;
	font-style: normal;
	font-weight: 300;
}

.about-icon {
	background:#00cccc url('images/about.png') no-repeat 15 9;
}

.nav {
	width:215px;
}

.active {
	width:245px;
}

.bgli {
	width:100%;
}

.subtitle {
	color:#5f5f5f;
	font-size:12px;
}

.work-image {
	float:right;
	margin-right:20px;
	width:304px;
	height:200px;
	text-align: center;
	overflow: hidden;
	border:3px #f4f4f4 solid;
	background-color: black;
}

.subtitle {
	margin-top:10px;
	color:#a0a0a0;
	font-family: "Helvetica Neue UltraLight",Helvetica;
	font-weight: lighter;
	font-size:14px;
}

.details {
	font-family: "Helvetica Neue UltraLight",Helvetica;
	font-weight: lighter;
	font-size:14px;
}

.details a {
	color:white;
	padding:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#69b3ff;
	border:none;
}

.comment {
	color:white;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	float:right;
	font-size:18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:none;
	width:auto;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	background:#00bdd3;
}

.comment:hover {
	background:#b8d9de;
}

.date {
	color:#dadada;
}

.date a {
	color:#dadada;
	border-bottom: none;
}

.ref {
	color:#bbbbbb;
}

.ref a {
	color:#bbbbbb;
	text-decoration: none;
}

.show {
	display:block;
	margin-left:250px;
}

.hide {
	display:none;
	margin-left:220px;
}

.first {
	margin-top:39px;
}

.second {
	margin-top:74px;
}

.third {
	margin-top:109px;
}

.green {
	background-color:#00cc00;
	color:#005b09;
	
}

.green a {
	color:#005b09;
	text-shadow: #a7ffaf 0.0em 0.1em 0.0em;
}

.green a:hover {
	color:#d8ffdc;
	text-shadow: #008e0e 0.0em 0.1em 0.0em;
}

.teal {
	background-color:#00cccc;
	
}

.teal a {
	color:#006c79;
	text-shadow: #c8f9ff 0.0em 0.1em 0.0em;
}

.teal a:hover {
	color:#e0fcff;
	text-shadow: #00808f 0.0em 0.1em 0.0em;
}

.blue {
	background-color:#0066cc;
	
}

.blue a {
	color:#002a75;
	text-shadow: #3599ff 0.0em 0.1em 0.0em;
}

.blue a:hover {
	color:#e9f4ff;
	text-shadow: #004993 0.0em 0.1em 0.0em;
}

.seafoam {
	background-color:#cde3e1;
}

.about-icon {
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: 0 .6em;
}

.headline {
	cursor:pointer;
}

.deepgrey {
	background:#333333;
}

.projects-icon  {
	background-image: url(images/projects.png);
	background-repeat: no-repeat;
	background-position: 0 .7em;
}

.blog-icon {
	background-image: url(images/blog.png);
	background-repeat: no-repeat;
	background-position: 0 .7em;
}

.blue-font {
	color:#0066cc;
}

.altblue-font {
	color:#003b76;
}

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

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

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