@charset "UTF-8";
/* CSS Document 

font-family: 'Donegal One', serif;

*/

body {
	font-family: 'Donegal One', sans-serif;
	font-size:100%;	
	margin:0;
	padding:0;
	color: #1B3531;
}

.print-only {
	display:none;
}

div.wrapper {
	border: 35px solid #fff;
	border-top-color: rgb(96, 191, 185);
	border-left-width:0;
	border-bottom-width:0;	
	padding: 1.6em 0 1.6em 1.6em;
}

h1 {
	font-size: 1.3em;
	color: rgb(96, 170, 170);
	padding:0;
	margin:0;	
}

p {
	font-size: 1em;
	line-height: 1.5em;	
	margin: 1.1em 0;
}

.first {
	font-size: 1.2em;	
}

.wrapper a, .wrapper a:link, .wrapper a:active {
	text-decoration:none;
	border-bottom:1px dotted rgb(96, 170, 170);	
	color: rgb(96, 170, 170);
}

.wrapper a:hover {
	border-bottom:none;
}

div.portfolio-content {
	text-align:center;
	}
	
.portfolio{
	border-style:solid;
	border-width:1px;
	border-color:#999;
	padding:0;
	margin:0 auto;
	display:block;
	}
	
a.portlink {
	display:inline-block;
	border-style:solid;
	border-width:5px;
	border-color:white;
	margin: 5px 5px 0 5px;
	padding:0;
	width:300px;
	}
	
a.portlink.left {
	margin-right:0;
	}

.resume .first {
	font-size: .8em;
	margin-top:0;
}

.resume h2 {
	font-size:1em;
	border-bottom: 1px dotted rgb(140,190,190);
	margin: 0 -33px .5em -32px;
	padding: 0 32px;
	display:inline-block;
	color: rgb(140,190,190);
}

.resume h3 {
	margin:.5em 0 0 0;
	padding-bottom:.1em;
	padding-right:.5em;
	display:inline-block;
}

.resume .employer {
	margin:0;
	display:inline-block;
	font-size: 1em;
}

.resume .dates {
	/*
	background-color: #DAEFEB;
	border-top:1px solid #C2D3D0;
	padding:.2em .7em .3em .7em;
	*/
	margin: 0 0 .7em 0;
	font-size: .8em;	
	color: rgb(140,190,190);
	border-bottom:0;
	border-right:0;
}

.resume .description {
	margin:0 0 1em 0;
	color:#42605A;
}

.resume .footer {
	background-color:transparent;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	padding: 1em 1em 2em 3em;	
	border-top: 1px dotted rgb(140,190,190);
}


@media only screen and (min-width:40em){

	body {
		text-align:center;
		background-color: #CCF2ED;
	}
	div.wrapper {
		max-width: 40em;
		text-align:left;
		margin: 0 20%;
		padding:2em;
		background-color:#fff;
	}
	
	.resume .footer {
		border-top:0;
	}


	}