/* 
	Screen Stylesheet
	  Created: June 20th, 2008.
		Author: Daniel Lacy.
		http://www.ignoredaesthetic.com/
	  Last Revised: July 17th, 2008.
		By: Daniel Lacy.
		http://www.ignoredaesthetic.com/
	
	Icons on the "About Daniel" page are provided by 
	the freely available Vaga Icon Set: 
	  http://www.tenbytwenty.com/products/icon-sets/vaga
*/

/* ## Style Resets ## */
html { margin: 0; padding: 0; font-size: 20px; }
body { background-color: #f9f9f9; margin: 0; padding: 0; font: 50%/1 Georgia, "Times New Roman", Times, serif; color: #333; }

div, iframe, form, input, embed, object, applet, label, img { margin: 0; padding: 0; border: none; outline: none; background-color: transparent; }

table, thead, tbody, tfoot, tr, th, td {
	margin: 0; padding: 0; vertical-align: top;
	text-align: left; font-weight: normal; font-style: normal;
	border-style: none; }

ol, ul { margin: 0; padding: 0; list-style-type: none; }

a, a:link, a:visited, a:hover, a:active { text-decoration: none; outline: none; }

p, h1, h2, h3, h4, h5, h6, dl, dt, dd, blockquote { font-size: 1em; margin: 0; padding: 0; }

/* ## Begin Site Styles ############# */
/* ## Layout ## */
div { margin-bottom: 17px; }

#width {
	width: 900px;
	margin: 0 0 0 20px;
	padding: 0 0 80px;
	overflow: auto;
	}

#header {
	width: 840px;
	margin: 22px 0 0 20px;
	clear: both;
	display: block;
	border-bottom: 1px dashed #efefef;
	}

#sidebar {
	width: 220px;
	margin: 17px 40px 0 20px;
	float: left;
	overflow: auto;
	display: inline;
	}

#content {
	width: 580px;
	margin: 17px 0 0;
	float: left;
	overflow: auto;
	display: inline;
	border-bottom: 1px dashed #efefef;
	}

#footer {
	width: 100%; height: 83px;
	display: block;
	margin: 0;
	position: fixed;
	bottom: 0;
	background: url(images/patterns/diamond-H-transparent.png) repeat-x 0 0;
	z-index: 10;
}

/* ## Typography ## */
a, a:link, a:visited { color: #17a1d5; }
a:hover, a:active { background-color: #17a1d5; color: #fff; }

h1, h2, h3, h4, h5 { line-height: 1; font-weight: 800; word-spacing: .2em; text-transform: uppercase; }

h1 { font-size: 4.5em; }

h2, h3, h4 { font-size: 1.8em; margin-bottom: 13px; }

h5 { font-size: 1.5em; margin: 20px 0 10px; }

.cap { font-size: 1.2em; }

h1 a, h2 a, h3 a, h4 a, h5 a, span.company a { color: #333; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, span.company a:hover { color: #333; background-color: transparent; }

p {
	font-size: 1.3em;
	line-height: 1.54;
	margin: 0 0 10px;
	text-align: justify;
	}

li {
	font-size: 1.3em;
	line-height: 1.54;
	}

/* ## Forms ## */
label { width: 200px; }

form, form p { text-align: left; }

input, textarea {
	background-color: #fff;
	border: 1px solid #666;
	margin: 0 0 10px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	direction: ltr;
	font: .9em/1.2 Arial, Helvetica, Geneva, sans-serif;
	}

input.textsmall { width: 50%; }

textarea.textbig { width: 90%; }

input.radio { margin: 0 10px 10px; }

input.submit { margin: -3px 0 0 10px; padding: 4px 8px;}

/* ## Header ## */
#header h1 a, #header h1 a:link, #header h1 a:visited {
	color: #333;
	background-color: transparent;
	text-decoration: none;
	}

#header h1 a:hover, #header h1 a:active {
	color: #333;
	padding-right: 49px;
	text-decoration: none;
	background: url(images/header_hover.gif) no-repeat right top;
	}

#header p { line-height: 1; margin: 0 0 17px; }

#header span.title {
	font-size: 1.5em;
	color: #666;
	font-style: italic;
	}

/* ## Contact Info ## */
#contactinfo p {
	font-size: 1.4em;
	line-height: 1.43;
	}

#contactinfo p span { display: block; margin-left: 10px; padding-left: 20px; }

#contactinfo p.website span { background: url(images/vaga/laptop.png) no-repeat left center; }

#contactinfo p.email span { background: url(images/vaga/mail.png) no-repeat left center; }

#contactinfo p.linkedin span { background: url(images/vaga/vcard.png) no-repeat left center; }

#contactinfo p.print span { background: url(images/vaga/print.png) no-repeat left center; }

/* ## Navigation ## */
#navigation span.current {
	border-bottom: 1px dashed #889496;
	color: #566669;
	}

#navigation li {
	font-size: 1.4em;
	line-height: 1.43;
	}

#navigation li li {
	font-size: .9em;
	margin-left: 8px;
	line-height: 1.58;
	padding-left: 12px;
	background: url(images/arrow.gif) no-repeat 0 7px;
	}

#navigation li li a, #navigation li li a:link, #navigation li li a:visited { color: #566669; }

#navigation li li a:hover, #navigation li li a:active {
	color: #fff;
	background-color: #566669;
	}

#navigation li li li { font-size: 1em; }

#navigation li li li a, #navigation li li li a:link, #navigation li li li a:visited { color: #889496; }

#navigation li li li a:hover, #navigation li li li a:active {
	color: #fff;
	background-color: #889496;
	}

/* ## Skills ## */
#skills li {
	font-size: 1.4em;
	line-height: 1.43;
	}

#skills li li {
	font-size: .9em;
	margin-left: 8px;
	padding-left: 12px;
	background: url(images/arrow.gif) no-repeat left center;
	}

/* ## Experience ## */
#experience li span { display: block; }

#experience li span.imgsample {
	margin: 20px 0; line-height: 0;
	}

#experience li span img {
	border: 10px solid #ededed;
	}

#experience li span.company {
	font-size: 1.1em;
	line-height: 1.43;
	padding-top: 2px;
	font-weight: 800;
	}

#experience li span.jobdate {
	color: #666;
	font-size: .9em;
	font-style: italic;
	}

#experience li span.duties {
	margin: 0 0 10px 0;
	text-align: justify;
	}

#experience li span.urlsample {
	text-align: justify;
	}

#experience li.additional {
	margin-top: 10px;
	text-align: right;
	font-style: italic;
	}

/* ## Education ## */
#education li span.school {
	font-size: 1.1em;
	font-weight: 800;
	}

#education li span.location {
	color: #666;
	display: block;
	margin-left: 20px;
	font-style: italic;
	}

#education li span.degree {
	margin: 0 0 0 20px;
	display: block;
	}

#education li span.graddate {
	margin: 0 0 10px 20px;
	font-style: italic;
	display: block;
	}

/* ## Warning ## */
#warning { background-color: #ff0080; }
