@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700|PT+Mono|Merriweather:400,700|Sanchez:400,400i|Space+Mono:400,700');

* {margin:0;padding:0;}

body { 
	font-family:Nunito, Verdana, Arial, Helvetica, sans-serif;
	font-size:1rem;
}

h1 { 
	font-size:2.5rem;
	text-align: right;
}

h1 span.mini {
	font-size:1rem;
	font-style: italic;
}

h2 {
	padding-top:1.5em;
}

div {
	/*margin:10px;*/
	position:relative;
}

a {
	color:#993300;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:white;
	background:#1227da;
}

p {
	margin:10px;
	line-height:1.5em;
}

p.hey {
	font-size:1.25rem;
	font-weight:bold;
	padding:20px 42px;
}

ul {
	margin:10px 0 10px 30px;
}

ul li {
	font-style:normal;
	margin:2px;
}

ul#projects-menu {
	position: fixed;
	background: url(/images/blue_bg.png) #3366CC;
	top:0;
	height:29px;
	margin: 0;
	padding:0;
	overflow: hidden;
	list-style:none;
	color:white;
	width:100%;
	z-index:2;
}

* html ul#projects-menu {
	position:absolute;
}

ul#projects-menu li {
	float: left;
	list-style: none;
	padding:0;
	margin-top:3px;
}

ul#projects-menu li.backLava {
	border: 1px solid #aaa;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	background-color:#333;
	z-index: 5;
	position: absolute;
}

ul#projects-menu li.selectedLava a {
	color:#fff;
}

ul#projects-menu span {
	padding: 2px 10px 0;
	display: block;
	font-style:italic;
	font-weight:bold;
    text-shadow: rgba(0,0,0, .7) 2px 2px 2px;
}

ul#projects-menu li a {
	text-decoration: none;
	color: #ddd;
	outline: none;
	text-align: center;
	padding: 1px 10px 4px;
	z-index: 10;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
	font-weight:normal;
}

ul#projects-menu li a:hover {
	text-decoration:none;
	background:transparent;
	color:#FFF;
}

div.buffer {
	margin:10px;
}

div#project {
	margin:10px;
	margin-left:55px;
	margin-right:270px;
}

.ll {
color:#da2712;
}

div#project h1 {
	border: 2px inset #06c;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;  
	border-radius: 5px;
    text-shadow: rgba(255,255,255, 1) 4px 2px 7px;
	background:url(/images/high-mts-h2-bg.jpg) #becc99 repeat-y;
	margin:10px 0 10px -33px;
	padding:5px 15px;
	color:#6c1e06;
	letter-spacing: .05em;
	line-height:1em;
	font-family: Merriweather, serif;
	font-weight: bold;
}

div#project h1 a:hover, div#project h1 a { background: none; color:#0066CC; text-decoration: none;}

div#project h2 {
	font-family:Merriweather, serif;
	font-size:2rem;
	-webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topleft: 7px;  
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px; 
	-moz-border-radius-topright: 7px;  
	border-top-right-radius: 10px;
	background:url(/images/soft-orange-sky-header.jpg) bottom left no-repeat;
	margin:10px 10px 20px -17px;
	padding:1.6em 0px 5px 30px;
	color:#333;
}

div#project ul li { line-height: 1.5em; margin-bottom:10px;}

div#right-column {
	float:right;
	width:250px;
	padding:0;
	z-index:1;
	margin:10px;
}

div#right-column a {
	font-weight:normal;
/* 	color:#8B472A; */
	font-size:.9rem;
}

div#right-column a:hover {
	color:#039;
	background:none;
	text-decoration:underline;
}

div.info-box {
	border: 2px solid #333;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	margin:5px;
	padding:0;
	background:url('/images/projects-sidebar-blue-orange.jpg') no-repeat ;
	font-size:1.1rem;
	line-height:1.1em;
}

div.info-box h1 {
	margin:0;
	padding-bottom:5px;
	background:url('/images/bg-orange-waves.jpg') no-repeat;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color:white;
	background-color:#333;	
}

div.info-box ul {
	margin:7px 0 7px 20px;
	list-style:url(/images/blue-wrench12.png);
}

div.info-box ul li {
	margin-left:10px;
}

dl { margin:10px;
	margin-right:30px;}
dt { margin:5px;
	 margin-bottom:0;
	 border:1px solid #ddd;
	 border-bottom:0;
	 background:#333;
	 color:white;
	 padding:7px 0 8px 13px;
	 font-size:1.5rem;
	 line-height:1em;
	-webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topleft: 10px;  
	border-top-left-radius: 10px;
	background:url('/images/bg-orange-waves.jpg') no-repeat;
	letter-spacing: .1em;
	font-family: Sanchez, monospace;
	font-weight: bold;
}
dd { line-height:1.4em;
	 margin:5px;
	 margin-top:0;
	 border:1px solid #ddd;
	 border-top:0;
	 padding:5px;
	-webkit-border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px;  
	border-bottom-right-radius: 10px;
	}

code {
	color:#ad6f42;
	font-weight:bold;
	font-size:1rem;
	font-family: "PT Mono", monospace;
}

dl.ref-list {
	font-family: Sanchez, monospace;
}

dl.ref-list dt {
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	font-style:normal;
	font-size:16px;	
	color:#333;
	background-image:none;
	background-color:#ddd;
	border:none;
	border-top:2px black solid;
	border-right:2px black solid;
}

dl.ref-list dd {
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	line-height:1.5em;
	border:none;
	border-right:2px black solid;
	padding-left:10px;
	font-size:.9em;
}

p.example-head {
	font-style: italic;
}

div#copyright {
	position:fixed;
	background: url(/images/blue_bg.png);
	bottom:0;
	height:29px;
	margin: 0;
	padding:0;
	width:100%;
	overflow: hidden;
	z-index:1;
}

* html div#copyright {
	position:absolute;
}

div#copyright p {
	color:white;
	text-align:center;
	font-style:italic;
	margin-top:5px;
}

div#copyright a {
	color:white;
	background:none;
	font-weight:normal;
	text-decoration:none;
}

div#copyright a:hover {
	color:white;
	background:none;
	text-decoration:underline;
}


/* CSS3 'button' classes from http://www.webdesignerwall.com/demo/css-buttons.html */
	.button {
		-moz-border-radius:0.5em;
		-webkit-border-radius: 0.5em;
		border-radius: 0.5em;
		-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
		cursor:pointer;
		display:inline-block;
		font:14px/100% Arial,Helvetica,sans-serif;
		margin:0 2px;
		outline:medium none;
		padding:0.5em 2em 0.55em;
		text-align:center;
		text-decoration:none;
		text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
		vertical-align:baseline;
	}
	.button:hover {
		text-decoration:none;
	}
	.button:active {
		position:relative;
		top:1px;
	}
	.bigrounded {
		-moz-border-radius:2em;
		-webkit-border-radius: 2em;
		border-radius: 2em;
	}
	.medium {
		font-size:12px;
		padding:0.4em 1.5em 0.42em;
	}
	.small {
		font-size:11px;
		padding:0.2em 1em 0.275em;
	}
	.orange {
		background:-moz-linear-gradient(center top , #FAA51A, #F47A20) repeat scroll 0 0 transparent;
		border:1px solid #DA7C0C;
		color:#FEF4E9;
	}
	.orange:hover {
		background:-moz-linear-gradient(center top , #F88E11, #F06015) repeat scroll 0 0 transparent;
	}
	.orange:active {
		background:-moz-linear-gradient(center top , #F47A20, #FAA51A) repeat scroll 0 0 transparent;
		color:#FCD3A5;
	}
	.red {
		background:-moz-linear-gradient(center top , #ED1C24, #AA1317) repeat scroll 0 0 transparent;
		border:1px solid #980C10;
		color:#FADDDE;
	}
	.red:hover {
	background:-moz-linear-gradient(center top , #C9151B, #A11115) repeat scroll 0 0 transparent;
	}
	.red:active {
		background:-moz-linear-gradient(center top , #AA1317, #ED1C24) repeat scroll 0 0 transparent;
		color:#DE898C;
	}
	.blue {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ADEE', endColorstr='#0078A5'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#00ADEE), to(#0078A5)); /* for webkit browsers */
		background:-moz-linear-gradient(center top , #00ADEE, #0078A5) repeat scroll 0 0 transparent;
		border:1px solid #0076A3;
		color:#D9EEF7;
	}
	.blue:hover {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095CC', endColorstr='#00678E'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#0095CC), to(#00678E)); /* for webkit browsers */
		background:-moz-linear-gradient(center top , #0095CC, #00678E) repeat scroll 0 0 transparent;
	}
	.blue:active {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078A5', endColorstr='#00ADEE'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#0078A5), to(#00ADEE)); /* for webkit browsers */
		background:-moz-linear-gradient(center top , #0078A5, #00ADEE) repeat scroll 0 0 transparent;
		color:#80BED6;
	}
