/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* thisisalan.com styles */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #222;
        width: 100%;
}

div.container {
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	border: 3px dashed #222;
	padding: 5%;
	padding-bottom: 5%;
	background: #fff;
}

p {
	padding-top: 0.4em;
	padding-bottom: 0.6em;
}

p.indent {
	margin-left: 10px;
	padding-left: 10px;
	
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	border-left: 4px solid #666;
}

span.bold {
	font-weight: bold;
}

ul {
	list-style: square;
	margin-left: 1.2em;
}

.projects ul {
	margin-left: 65px;
	list-style: none;
}

li {
	margin-left: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

.projects li {
	margin-left: 6px;
	padding: 2px;
	padding-left: 6px;
}

.projects li.notable {
	background: #ffffcc;
}

span.yellow {
	color: #ddbb44;
}

a {
	color: blue;
}


/* header */

div.header {
	padding-bottom: 40px;
	border-bottom: 1px dashed black;
}

img.iconLeft {
	float: left;
	margin-right: 10px;
        margin-bottom: 20px;
}

h1 {
	padding-top: 30px;
	font-size: 2em;
}

h2 {
	font-size: 1.2em;
	font-style: italic;
}

.projects h3 {
	font-size: 1.5em;
	float: left;
}

div.header a {
	color: inherit;
	text-decoration: none;
}


/* navigation */

div.navigation {
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px dashed black;
	cursor: default;
}

div.navigation a {
	margin-right: 10px;
}

div.navigation a.selected {
	color: black;
	text-decoration: none;
	cursor: default;
}


/* content */

div.content {
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* footer */

div.footer {
	border-top: 1px dashed black;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 0.9em;
	color: #666;
}

