/*
	lsd.css
*/

body {
	font-family: 'Open Sans', Verdana, Sans-serif;
	font-size: 11pt;
	color: #20282f;
	background: #ffffff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

table {
	font-size: 100%;
}

div.lsdmain {
}

@media only screen and (min-width: 1200px) {
	div.lsdcenterpiece {
		width: 78em;
	}

	div.lsdheadertextarea {
		width: 78em;
		margin: 0 auto;
	}

	div.lsdfooterbarinner {
		width: 78em;
		margin: 0 auto;
	}

	div.lsdpageBody {
		width: 78em;
		margin: auto;
	}
}

@media only screen and (min-width: 600px) {
	div.lsdlinkbar a {
		padding: 0.5em 1.5em !important;
	}
}

div.lsdcenterpiece {
	position: relative;
	text-align: left;
}

div.lsdheaderbar {
	background-color: #808488;
	color: #efefef;
	text-align: right;
}

div.lsdheaderbar a {
	color: #bfdfff;
}

div.lsdheadertextarea {
	padding: 0.5em;
	height: 100px;
}

div.lsdheaderimage {
	float: left;
	width: 177px;
	height: 100px;
	background: url('/images/header.png') top left no-repeat;
}

div.lsdsocialnav {
	margin: 1em 0;
}

div.lsdsocialnav a {
	opacity: 0.5;
	padding: 0 0.5em;
}

div.lsdsocialnav a:hover {
	opacity: 1;
}

div.lsdlinkbar {
	padding: 1em 0;
	text-align: center;
	background-color: #e0e4e8;
}

div.lsdlinkbar a {
	display: inline;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	padding: 0.5em 0.5em;
	color: #202020;
	font-weight: bold;
	border-radius: 8px;
}

div.lsdlinkbar a:visited {
	color: #000000;
}

div.lsdlinkbar a:hover {
	color: #4080FF;
	background-color: #e8ecef;
}

div.lsdlinkbar a.active {
	background-color: #f8fcff;
}

div.lsdfooterbar {
	margin-top: 2em;
}

div.lsdfooterbarinner {
}

div.lsdfootertext {
	padding: 4px;
	font-size: 80%;
}

div.lsdpageBodyOuter {
}

div.lsdpageBody {
	min-height: 30em;
	padding: 1em;
}

div.title {
	font-weight: bold;
	color: #224466;
	letter-spacing: 3px;
	border-bottom: #dddddd solid 1px;
	padding-bottom: 0.25em;
	margin: 0.5em 0;
}

div.subtitle {
	color: #aabbcc;
	letter-spacing: 1px;
	border-bottom: #eeeeee solid 1px;
	padding-bottom: 0.25em;
	margin: 0.5em 0;
	font-style: italic;
}

div.imageViewerBackground {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.75;
	display: none;
}

div.imageViewerOuter {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 100%;
	text-align: center;
}

div.imageViewerInner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

div.imageViewer img {
	border: solid 16px black;
	background-color: black;
}

table.projectsTable {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 1em 0;
}

table.projectsTable td {
	padding: 0 2em 1em 0;
}

table.projectsTable td a {
	font-weight: bold;
}

table.infoTable {
	margin-bottom: 1em;
	border-collapse: collapse;
}

table.infoTable th {
	text-align: left;
	font-weight: bold;
	padding: 0.2em 0.5em;
	margin: 0;
	background-color: #eeeeee;
}

table.infoTable td {
	margin: 0;
	text-align: left;
	padding: 0.2em 0.5em;
}

ul.featureList {
	margin-left: 0;
}

ul.featureList div.featureName {
	font-weight: bold;
}

ul.downloads {
	list-style-type: none;
	list-style-image: url('/images/download.png');
	margin: 0;
	padding: 0;

	margin-bottom: 1em;
}

ul.downloads li {
	margin: 0;
	padding: 0;
	margin-left: 2em;
	vertical-align: center;
}

ul.downloads li a:first-child {
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:link {
	color: #0066AA;
}

a:visited {
	color: #0066AA;
}

a:hover {
	color: #2255AA;
}

a img {
	border: 0;
}

p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


div.alignleft {
	float: left;
}

div.alignright {
	float: right;
}
