* { 
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	font-family: 'Istok Web', Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #c0c0c0;
	color: #333;
}

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

a:hover { color: #c00; }

a img {
	border: none;
}

h1 { font-size: 26px; letter-spacing: 3px; color: #333; font-weight: normal; }
h1 a { color: #333; }
h1 a:hover { color: #333; }

h1 #subtitle {
	font-size: 11px;
	letter-spacing: 1px;
}

h2 { 
	font-size: 19px; 
	color: #333;
	margin-bottom: 20px;
}

#intro h2, 
#contact h2 { 
	margin-bottom: 30px;
}

h3 { 
	font-size: 15px; 
	color: #333; 
	font-weight: bold; 
	margin-bottom: 15px;
}

h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

#wrap {
	padding: 25px 0;
}

#container {
	width: 660px;
	margin: 0 auto;
	padding: 25px 25px 10px 25px;
	background-color: #fff;
	border: 5px solid #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 25px #333;
	-webkit-box-shadow: 0 0 25px #333;
	box-shadow: 0 0 25px #333;
}

#header {
	padding: 0 10px 3px 10px;
	border-bottom: 1px solid #aaa;
}

#navi {
	font-size: 13px;
	font-weight: normal;
	width: 640px;
	padding-top: 3px;
	margin-bottom: 30px;
	letter-spacing: .5px;
}

#navi ul {
	list-style: none;
	width: 660px;
	height: 15px;
}

#navi li {
	/*display: inline;*/
	float: left;
	border-left: 1px solid #aaa;
	padding-left: 5px;
	margin-left: 5px;
}

#navi a {
	margin: 0;
	padding: 0;
}

#navi ul li#int {
	border: none;
	padding-left: 0;
	margin-left: 10px;
}

body#intro #int a,
body#portfolio #por a,
body#education #edu a,
body#contact #con a {
	color: #999;
}

#content {
	width: 640px;
	margin-left: 10px;
}

#content p {
	margin-bottom: 10px;
}

.pretentious {
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
	text-align: left;
}

.indent {
	text-indent: 22px;
}

.center {
	text-align: center;
}

.subContent {
	clear: both;
	margin-bottom: 30px;
}

.subContent h3 {
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
    padding: 0 0 5px 3px;
}

.subContent .subLink {
	font-size: 13px;
	margin-bottom: 13px;
	color: #999;
}
.subContent .subLink img {
	margin: 0 3px;
	vertical-align: bottom;
}
.subContent .subLink a { color: #666; }
.subContent .subLink a:hover { color: #f00; }

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

#footer {
	clear: both;
	font-size: 11px;
	width: 640px;
	margin-top: 25px;
	border-top: 1px solid #aaa;
	padding: 3px 10px;
	color: #999;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #f00;
}

/* Specifics */

#intPortrait {
	float: right;
	margin-left: 1em;
}

.thumbs {
	position: relative;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 10px;
	clear: both;
}

.thumbs a {
	display: block;
	float: left;
	width: 100px;
	height: 75px;
	margin: 0 5px;
	background-color: #f2f2f2;
	border: 1px solid #333;
	border-radius: 10px;
	-moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}

#education #colA {
	float: left;
	width: 310px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
	margin-bottom: 1em;
}

#education #colB {
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-bottom: 1em;
}

/* http://positioniseverything.net/easyclearing.html */
.easyclear:after,
.subContent:after,
.thumbs:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

