/* 
	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; }
body { margin: 0; padding: 0; font: 10pt/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;
	border-style: none;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	}

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: 10pt; margin: 0; padding: 0; }
/* End Style Resets */

/* ######################### */
/* ## Layout ## */
div { margin-bottom: 20px; }

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

#header {
	width: 860px;
	margin: 20px 0 20px 20px;
	clear: both;
	display: block;
	float: left;
	}

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

#content {
	width: 580px;
	margin: 20px 0 0;
	float: left;
	overflow: auto;
	display: inline;
	border-left: 1px dashed #ccc;
	padding-left: 40px;
	}

#footer { display: none; }

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

h1 {
	font-size: 30pt;
	line-height: 1;
	font-weight: 800;
	word-spacing: .2em;
	text-transform: uppercase;
	}

h2, h3, h4 {
	font-size: 13pt;
	line-height: 1;
	font-weight: 800;
	word-spacing: .2em;
	margin-bottom: 10px;
	text-transform: uppercase;
	}

h5 {
	font-size: 12pt;
	line-height: 1;
	font-weight: 800;
	word-spacing: .2em;
	margin: 20px 0 10px;
	text-transform: uppercase;
	}

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; }

.cap { font-size: 1.2em; }

p {
	font-size: 10pt;
	line-height: 1.4;
	margin: 0 0 10px;
	text-align: left;
	}

li {
	font-size: 10pt;
	line-height: 1.4;
	}

/* ## 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: 9pt/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 { float: left; display: inline; }

#header p { float: right; display: inline; margin-top: 22px; }

#header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
	color: #333;
	background-color: transparent;
	text-decoration: none;
	}

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

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

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

#contactinfo p.website span { }

#contactinfo p.email span { }

#contactinfo p.linkedin { display: none; }

#contactinfo p.print { display: none; }

/* ## Navigation ## */
#navigation span.current {
	color: #566669;
	}

#navigation li {
	font-size: 10pt;
	line-height: 1.4;
	}

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

#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: 10pt; }

#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: 10pt;
	line-height: 1.5;
	}

#skills li li {
	font-size: 9pt;
	margin-left: 10px;
	}

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

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

#experience li span.company {
	font-size: 10pt;
	font-weight: 800;
	}

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

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

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

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

/* ## Education ## */
#education li span.school {
	font-size: 10pt;
	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; }
