/* @override http://localhost/site/site.css */

html {
	margin: 0px;
}

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-color: darkgray;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	height:  100%;
}

body a {
	text-decoration: none;
	color: #0035bc;
}

#hcard-nick-doty {
	width: 550px;
	border: 1px solid #999;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	top: 10%;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	position: relative;
}

#map {
	position:fixed !important;
    left:0px !important;
    top:0px !important;
    width:100% !important;
    height:100% !important;
}

#timestamp {
	position:fixed !important;
    left:0px !important;
    top:0px !important;
}

b#clear {
	display: block; 
	clear: both; 
	height: 1px;
}

#timestamp {
	font-style: italic;
	font-size: 11px;
	color: gray;
	background-color: #efefef;
	padding: 3px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

#reified {
	font-style: italic;
	font-size: 13px;
	color: gray;
	padding-left: 3px;
}

h2 {
	font-size: 24px;
	display: block;
	margin: 0 0 10px 0;
}

h2 .alt-name {
	font-size: 16px;
}

h2 a {
	text-decoration: none;
	color: #000;
}

div.photo-container {
	width: 195px;
	float: left;
	display: block;
	padding-top: 20px;
}

.contact-details {
	width: 305px;
	margin-left: 20px;
	padding-top: 20px;
	float: left;
}

.adr {
	margin-top: 15px;
}

.tel {
	margin-bottom:  15px;
}

.org {
  margin-bottom: 10px;
}

.filetype {
	font-variant: small-caps;
	font-size: small;
}

ul {
	padding-left: 0em;
}

ul.lines {
	list-style-type: none;
}

ul.lines li {
	padding-bottom: 1em;
}

ul.lines li:last-child {
	padding-bottom: 0px;
}

ul.lines li.additional {
	display:  none;
}

ul.lines li#more, li#less {
	text-align: right;
	font-style: italic;
	color:  gray;
	margin-top: -1em;
	margin-bottom: 0;
	padding-bottom: 0;
	cursor: pointer;
	text-decoration: underline;
}

ul.lines li#less {
	display: none;
}

div.container {
	margin-bottom: 10px;
	margin-top: 10px;
}

.key {
  font-family: monospace;
}

div.links {
  margin-top: 5px;
}

.logos img {
  height: 16px;
  margin-right: 10px;
  border: 0px;
}

hr {
  width: 90%;
  background-color: gray;
  height: 1px;
  border: 0px;
  margin-top: 15px;
}
