/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }	/*Always a scrollbar*/
body {
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
	color: #999999;
	font-size: 11px;
	line-height: 1.2em;
	font-family: "Helvetica",Arial,sans-serif;
	text-align: center;

	
}
#labslinks ul, #labslinks li {
	display: inline;
}
#labslinks li:after{
	content: " / ";
}
#labslinks li.last {
	content: "";
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	display: inline-block;
	list-style-type: none;
}

ul.block li{
	display: block;
}
ul.block strong {
	font-weight: normal;
	/*color: black;*/
}

h3 {
font-weight: bold;
font-size: 11px;
line-height: 0.2em;
padding: 5px 0 0 0;
color: #000000;
}
a.hidden {
text-decoration: none;
border: 0;
}
/* dont display images from labs posts that are lead-ins */
.labs-lead-in {
	display: none;
}
.hideThumb{
opacity: 0;
}
#nav {
	float: left;
	width: 100%;
	padding-top: 10px;
}
#tags {
	float: left;
}
#cvcontact {
	float: right;
}
#thumbs{
	border-top: 1px solid #000000;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	
}
.thumb {
	opacity: 0;
	background-repeat: no-repeat;
	height: 106px;
	float: left;
	margin: 2px;
	color: #00adef;
	cursor: pointer;
	float: left;
	line-height: 1.2em;
}
.thumb:hover {
	outline: 1px solid #00adef;
}
.thumb h3 {
	margin: 10px 10px 2px 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 0px;
	line-height: 1.0em;
	color: #00adef;
}

.thumb p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.alt {
	border-top: 1px #999999 dotted;
	padding-top: 20px;
}
.description {
	width:400px;
	padding-bottom: 10px;
}

.projlink {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}


.default {
	float: left;
	width: 100%;
}

.divFilled{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #000000;
	-webkit-transition: height ease-in 1s;
	/*height: 300px;*/
	/*overflow: auto;*/
}
h2 {
	color: #000000;
	line-height: 1.2em;
}
#main {
	text-align: center;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	width: 100%;
	height: 100%;
	border-top: 8px solid #000000;
	/*max-width: 1050px;*/
}
#leftheader {
	text-align: left;
	width: 400px;
	float: left;
	margin-right: 25px;
	padding-top: 15px;
}
#rightheader{
	margin-left: 0px;
	margin-top: 2px;
	/*width: 400px;*/
	float: right;
}
@-webkit-keyframes fadeIn
{


from {

	opacity: 0;
}

to {

	opacity: 1;
}

}
img {
border: 0px;
}
.padimg {
	padding: 2px;
}
/* Lists */
ul#navigation {
	float: left;
	margin: 0px;
	padding-left: 0px;
	text-align: left;
	list-style-type: none;
	color: #00adef;
	font-size: 11px;
	padding-bottom: 8px;
}

ul#navigation li{
	display: inline;
}
ul#navigation a:hover {
	border: 1px solid #00adef;
	padding: 5px;

}

.selectedThumb
{
	background-color: #00adef;
	color: #ffffff;
}
ul#navigation a {
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
}

ul#cv {
	margin: 0px;
	padding-left: 0px;
	text-align: left;
	list-style-type: none;
	color: #00adef;
	font-size: 11px;
	padding-bottom: 8px;
}

ul#cv li{
	display: inline;
}
ul#cv a:hover {
	border: 1px solid #00adef;
	padding: 5px;

}
ul#cv a {
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
}


a {
	color: #00adef;
}

input, textarea {
background-color:#eeeeee; 
border:1px solid #000000;
padding:5px;
margin-top: 5px;
margin-bottom: 5px;

}

#copyright
{
	font-style: oblique;
}
div#footer
{
	float: left;
	width: 100%;
}
div#labs
{
	margin-top: 50px;
	float: left;
	width: 100%;
	min-height: 300px;
}
div#labs h2
{
	margin-top: 4px;
	margin-bottom: 2px;
}
div#labs h4
{
	margin-bottom: 9px;
	margin-top: 7px;
	font-weight: normal;
}
div#labs #labspost
{
	margin-top: 10px;
	width: 400px;
	float: left;
}
div#labs #labslinks
{
	float: left;
	margin-top: 65px;
	width: 400px;
	margin-left: 75px;
}