/*-- Clear --*/
body, h1, h2, h3, a{
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
}

/*-- General --*/
html, body {
	background-color: #FFF;
}

#container { 
	position: absolute;
	left: 25px;
	top: 25px;
	min-width: 80%;
}

h1, 
h1 a,
h1 a:hover {
	padding: 0 0 0 0;
	font-size: 1.2em;
	color: #006699;
	font-weight: bold;
}

h2, 
h2 a,
h2 a:hover {
	font-size: 1.05em;
	color: #006699;
	font-weight: bold;
	padding: 20px 0 0 25px;
}

body.resume h2, 
body.resume h2 a,
body.resume h2 a:hover {
	font-size: 1.05em;
	color: #006699;
	font-weight: bold;
	padding: 0 0 0 25px;
}

h3,
h3 a,
h3 a:hover {
	font-size: 1em;
	color: #006699;
	padding: 20px 0 0 50px;
}

body.resume h3,
body.resume h3 a,
body.resume h3 a:hover {
	font-size: 1em;
	color: #006699;
	font-style: italic;
	padding: 0 0 0 50px;
}

h4, 
h4 a,
h4 a:hover {
	margin: 15px 0 0 50px;
}

.ul_stack {
	float: left;
	margin: 0;
	list-style-image: url(../images/design/bullet.gif);
}

.ul_stack_right {
	float: left;
	margin: 0 0 0 50px;
	list-style-image: url(../images/design/bullet.gif);
}

.clear {
	clear: both;
}

.level_1 {
	list-style-image: url(../images/design/bullet.gif);
}

.level_2 {
	list-style-image: url(../images/design/bullet_2.gif);
}

.indent_date {
	font-size: 14px;
	margin: 0 0 0 25px;
}

.source,
.source a {
	color: #006699;
}

.source a:hover {
	color: #006699;
}

/*--- Header ---*/
#header {
	min-width: 100%;
	height: 150px;
	background-color: #006699; 
	border-color: #99c2d6;
	border-style: solid;
	border-width: 0 0 3px 0;
	background-image: url(../images/design/logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#header .photo {
	float: left;
	margin: 15px 0 0 70px;
	border-style: dashed;
	border-width: 2px;
	border-color: #99c2d6;
}

#header .logo {
	padding: 0 0 0 15px;
}

#header h1 {
	float: left;
	padding: 52px 0 0 50px;
	color: #FFF;
	font-size: 30px;
}

/*--- Navigation ---*/

#navigation {
	margin: 40px 0 0 0;
	padding: 125px 0 0 40px;
	width: 150px;
}

.navi  {
	margin: 20px 0 5px 5px;
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #99c2d6;
}

.navi a {
	color: #006699;
}

#navigation .navi a:hover {
	display: block;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	margin: 0 0 -2px 0;
}

body.about .nav_about,
body.samples .nav_samples,
body.resume .nav_resume,
body.intro .nav_intro {
	display: block;
	margin: 0 0 -2px 0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/*--- Content ---*/
#content {
	position: absolute;
	top: 100px;
	left: 180px;
	margin: 25px 20px 5px 10px;
	max-width: 75%;
	padding: 10px 0 15px 25px;
	min-height: 475px;
	border-left-color: #99c2d6;
	border-left-style: solid;
	border-left-width: 1px;	
}

#content p {
	margin: 20px 0 0 0;
}


#content img {
	border-color: #99c2d6;
	border-style: dashed;
	border-width: 2px;	
	padding: 1px;
	margin: 0 10px;
}
p a,
p a:visited,
p a:active {
	border-bottom-color: #99c2d6;
	border-bottom-style: dotted;
	border-bottom-width: 1px;	
}

p a:hover {
	border-bottom-color: #99c2d6;
	border-bottom-style: dotted;
	border-bottom-width: 2px;	
}

.caption, 
.caption a {
	font-size: 10px;
}
