@charset "utf-8";

html {
    background: #FF0;
}
#me {
	background: #FFC;
	margin: 0 auto;
	padding: 2rem;
}
header {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.cap-tion {
    background-color: transparent;
    display: table-caption;
    caption-side: top;
    top: 0;
    margin: 1rem auto;
    padding: 1rem;
    width: 85%;
    text-align: center;
    overflow: hidden;
}
#me header {
	border-bottom: 1px solid #F00;
}
h1, .Three-Dee {
	color: #000;
	text-shadow: 2px -3px #FFF;
	font-family: kingthings_foundation, serif;
	text-align: center;
	font-size: 5rem;
	line-height: 150%;
	cursor: pointer;
}
#index a {
	color: #F00;
	text-decoration: none;
}
#me h1 {
	color: #F30;
	text-shadow: -2px 3px #00C;
	font-family: arizonia-regular, serif;
}
.t-head {
    display: table-header-group;
    background-color: transparent;
    text-align: center;
    margin: 1rem auto;
    padding: 1rem;
    width: 75%;
}
.t-head h2 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: .35rem .35rem .35rem #000, -.3rem -.3rem .45rem #F0F;
}
.t-head h2:hover, .t-head .hoverstate {
    text-shadow: .35rem .35rem .35rem #FFF, -.35rem -.35rem .65rem #FFF,
                 .5rem .5rem .45rem #000, -.5rem -.5rem .75rem #000;
}
article, section {
	width: 100%;
	margin: 1rem auto;
	padding: 1rem;
	background: #1F1;
	border: 1px solid #111;
	border-radius: 1rem;
}
.gray {
	background: #AAA;
	height: 800px;
}
.leftcol, .rightcol {
	width: 49%;
	margin: 1.5rem  auto;
	padding 0;
	background: #CCC;
	border: 1px solid #003;
	border-radius: 1rem;
	cursor: pointer;
}
.leftcol {
	float: left;
	margin-left: .5rem;
}
.rightcol {
	float: right;
	margin-right: .5rem;
}
p {
	margin: 5vh auto;
	padding: 0 5vw;
	text-indent: 5%;
	text-align: justify;
	line-height: 1.5;
    text-align-last: auto;
}
#index p {
	width: 75%;
	border: 2px outset #AAA;
	border-radius: 5px;
}
footer {
	width: 100%;
	height: 3.75rem;
	margin: 2rem 0 0 0;
	padding: 2rem;
	border-top: 1px solid #000;
	position: relative;
}
#resume {
    width: 85%;
    margin: 2rem auto;
    padding: 1rem;
}
$resume > ul {
    margin-bottom: 2rem;
}
#resume li {
    font-size: 1.25rem;
    margin: 1rem;
}
div.notepad {
	display: block;
    background-image: url('http://lukasko.org/.pix/gl/note2.gif');
    height: 45px;
    width: 115px;
    margin: 0;
    padding: 0;
    float: right;
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.notepad:hover {
	-webkit-transform:  rotate(360deg);
	-moz-transform:  rotate(360deg);
	-o-transform:  rotate(360deg);
	transform:  rotate(360deg);
}
.button {
	width: 120px;
	height: 18px;
	background: linear-gradient(#c8c8c8, #969696);
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 10px 5px;
	border: 1px solid rgb(0,0,255); 
	border-radius: 15px;
	cursor: pointer;
}
.button a {
	font-family: calligraffiti, cursive;
	font-size: 16px;
	color: #F00;
	text-decoration: none;
}
.button:hover {
	width: 125px;
	height: 15px;
	padding-bottom: 10px;
	background: linear-gradient(#969696, #c8c8c8);
	border: 2px solid #F0F; 
	border-radius: 5px;
}
.button:hover a {
	font-family: morpheus, serif;
	color: #0F0;
	margin: -20px 0 30px;
}
.button:hover a:hover {
	font-family: belligerent, sans-serif;
	color: #00F;
	text-decoration: underline;
}
#box_thing {
	width: 618px;
	height: 245px;
	margin: 20px auto;
	padding: 5px;
	border: 5px outset #003;
	font-family: condiment-regular, serif;;
	border-radius: 15px;
	background-color: #FF0;
}
#box_thing a {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #FFF;
	font-family: carrington, sans-serif;
}
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.0);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	position: relative;
	width: 360px;
	margin: 10% auto;
	color: #F00;
	text-align: center;
	padding: 5px 20px 13px 20px;
	border: 2px outset #000;
	border-radius: 10px;
	background-color: #0F0;
}
#index .modalDialog > div p {
	text-align: center;
}
.map1 {
	display: block;
	margin 0;
	padding: 0;
	width: 300px;
	height: 240px;
	border: 2px outset #000;
	border-radius: 5px;
	float: left;
}
.map2 {
	display: block;
	margin 0;
	padding: 0;
	width: 300px;
	height: 240px;
	border: 2px outset #000;
	border-radius: 5px;
	float: right;
}	
.close {
	background: #606061;
	color: #FFF;
	line-height: 1.5rem;
	position: absolute;
	right: -.8rem;
	text-align: center;
	top: -.8rem;
	width: 1.5rem;
	font-family: architectsdaughter !important;
    text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	border-radius: .8rem;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close a {
	font-family: architectsdaughter, sans-serif !important;
	color: #0FF !important;
	text-decoration: none;
}

.close:hover { 
	background: #00d9ff;
}
