@charset "utf-8";
/* Stylesheet for Ed Palmer's Personal Web Site */

/* Selectors */

body {
	background-color: #a7c3da; 
	color: #010d16; 
	font-size: 14px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	}

a:link, a:visited, a:active {
	text-decoration: none; 
	color: #2a4f6e;
	}
	
a:hover {
	text-decoration: underline; 
	color: #2a4f6e;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}

hr.footnote-sep {
	width:10%;
	text-align:left;
	margin-left:0;
	}

li {line-height:1.5em;}

p {line-height:1.5em;}

p.dropcap:first-letter {
	float:left;
	margin-right:.1em;
	font-size:3em;
	line-height:1;
	display:block;
	}

p.footnote {font-size:smaller;}


/* Classes */

/* Colors */
/* Palette URL: http://paletton.com/#uid=13y0u0kllll86O4eItRrYcPCJ4k */
.mid-accent { color: #2A4F6E }	/* Main Primary color */
.mid-bg { background-color: #2A4F6E }	/* Main Primary color */
.lightest-accent { color: #A7C3DA }
.lightest-bg { background-color: #A7C3DA }
.light-accent { color: #587C99 }
.light-bg { background-color: #587C99 }
.dark-accent { color: #0C2A42 }
.dark-bg { background-color: #0C2A42 }
.darkest-accent { color: #010D16 }
.darkest-bg { background-color: #010D16 }

/* Alignment */
.image_left {
	float: left; 
	margin-top: 5px; 
	margin-right: 8px;
	}
	
.image_right {
	float: right; 
	margin-top: 5px; 
	margin-left: 8px;
	}

.center {text-align:center;}
.right {text-align:right;}
.top {vertical-align:text-top;}

/* Special margins */
.cite {
	margin-left:3em; 
	text-indent: -3em;
	}
	
.resume-detail {margin-left:2em;}

.small-margins {
	margin-left: .2em; 
	margin-right: .2em;
	}

/* Page layout */
.gutter {
	width:10%;
	max-width:100px;
	min-width:10px;
	}
	
.container {
	width:80%;
	max-width:860px;
	min-width:400px;
	}
	
.content-cell {
	padding-top: 25px; 
	padding-bottom:25px; 
	padding-left:1em; 
	padding-right:1em;
	}
	
.link-cell {padding-left:100px;}
.link-header {text-indent:-50px;}

