@import url('reset.css');

body {
	background: #ececec;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
}

#container {
	position: relative;
	width: 800px;
	margin: 15px auto 15px auto;
	padding: 10px 30px 10px 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #2a2a2a;
	-webkit-box-shadow: 0px 0px 5px #2a2a2a;
	z-index: 1;
}

#container > h1 {
	position: relative;
	color: #174c6f;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 1.8em;
	text-align: center;
	text-shadow: 2px 2px 5px #7a7a7a;
}

#container > h1 > span {
	font-weight: lighter;
	text-transform: lowercase;
}

.flap {
	position: relative;
	float: left;
	clear: right;
	width: 1px;
	height: 1px;
	border-top: 11px solid transparent;
	border-left: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid #03395c;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	top: -12px;
	left: -22px;
	margin-bottom: 20px;
	z-index: -1;
}

#container > h2 {
	display: block;
	width: 790px;
	position: relative;
	color: #fff;
	background: #174c6f;
	display: block;
	padding: 10px 40px 15px 40px;
	text-align: left;
	margin: 20px 0px 0px 0px;
	left: -26px;
	font-size: 1.5em;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 0px 0px 2px #2a2a2a;
	-webkit-box-shadow: 0px 0px 2px #2a2a2a;
	z-index: 2;
	text-transform: uppercase;
}

#container > h3 {
	font-weight: bolder;
	font-style: italic;
	margin: 5px 0px -5px 20px;
	text-align: left;
	font-size: 1.2em;
}

#container > h4 {
	font-weight: lighter;
	font-style: italic;
	margin: 5px 0px 5px 20px;
	text-align: left;
	font-size: 1.1em
}

#container > h5 {
	font-weight: lighter;
	font-style: italic;
	margin: 5px 0px 5px 20px;
	text-align: left;
	font-size: 1em;
}

h3,h4,h5 {
	color: #174c6f;
}

#container > ul {
	font-weight: lighter;
	font-size: 0.9em;
	margin: 5px 0px 20px 20px;
	list-style-position: inside;
}

#container > ul > li:before {
	color: #03395c;
	font-weight: bolder;
	content: '// ';
}

#container > ul > li {
	margin: 0px 0px 5px 0px;
}

#container > ul#skills {
	position: relative;
	float: none;
	display: block;
}

#container > ul#skills > li {
	position: relative;
	float: left;
	display: block;
	margin-right: 2px;
}

#container > ul#skills > li:before {
	content: '';
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear:both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
