/*
Theme Name: Laboratory Old
Theme URI: http://laboratory.vg/
Description: The official theme for Laboratory LLC's website.
Version: 1.0
Author: Clayton Grey
Author URI: http://laboratory.vg/
Tags: one column, fixed width

	Laboratory 1.0
	
	This theme was designed by Clayton Grey and
	Samuel Strick for Laboratory.

	This theme may not be used without permission and it 
	includes company specfic IP.

*/



/* Begin Typography & Colors */

body {
	/*font-size: 62.5%;  Resets 1em to 10px */
	font-size: 14px;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	background-color: #e8e5d4;
	color: #000;
	text-align: center;
	}

#page {
	/*background-color: #f0eee4; */
	text-align: left;
	}

#header {
	}
	
img {
	border: 1px solid #fdca00;
	}

img.borderless {
	border: none;
	}
	
.olive {
	margin-top: 64px;
	}

#content {
	float: left;
	width: 500px;
	margin: 0 64px;
	}

.entry p{
	line-height: 1.4em;
	}


.thread-alt {
	background-color: #f8f8f8;
	}
	
.thread-even {
	background-color: white;
	}

.depth-1 {
	border: 1px solid #ddd;
	}

.alt {
	border-top: 3px dotted #60af1e;
	border-bottom: 3px dotted #60af1e;
	}

#footer {
	border: none;
	}

small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
h4, h5 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1 {
	/*font-size: 4em;*/
	text-align: center;
	}

h2 {
	/*font-size: 1.6em;*/
	}

h3 {
	/*font-size: 1.3em;*/
	}

h1 {
	text-decoration: none;
	color: white;
	}

h2, h3 {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	/*font-size: 1em;*/
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	/*font-size: 1.1em;*/
	}

.commentlist p {
	font-weight: normal;
	/*line-height: 1.5em;*/
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, strike {
	color: #797874;
	}

code {
	/*font: 1.1em 'Courier New', Courier, Fixed;*/
	}

acronym, abbr, span.caps {
	letter-spacing: .07em;
	}

a {
	color: #0168b5;
	text-decoration: none;
	}

a:hover {
	color: #60af1e;
	text-decoration: none;
	}
	
	a.authorlink {
	color: #e60005;
	}

a:hover.authorlink {
	color: #ef7800;
	}

/* End Typography & Colors */



/* Begin Structure */
* {
	margin: 0;
	}

html, body {
	height: 100%;
	}

img.hr {
	/*margin-bottom: 32px;*/
	}

#page {
	background: #efede1 repeat-y url('images/columnBG.gif');
	padding: 0;
	width: 628px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	}

#header {
	margin: 0;
	padding: 0;
	height: 143px;
	width: 628px;
	}
	
#featuredbox {
	margin-bottom: 32px;
	}

.post {
	margin: 0;
	text-align: justify;
	/* margin-bottom: 32px;*/
	}

.post hr {
	display: block;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	margin-bottom: 32px;
	clear: both;
}

.clear {
	clear: both;
}

.push {
     height: 48px;
}

#footer {
	height: 48px;
	padding: 0;
	margin: 64px auto 0;
	width: 628px;
	clear: both;
	}

#footer p {
	margin: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	/*padding-top: 70px;*/
	margin: 0;
	}

h2 {
	}

h2.pagetitle {
	/*margin-top: 32px;*/
	text-align: center;
}

h3 {
	padding: 0;
	/*margin: 30px 0 0;*/
	}

#comments {
	padding: 0;
	/*margin: 32px auto 16px ;*/
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#respond {
	margin-bottom: 32px;
	}

#commentform p {
	margin-bottom: 16px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	}
	
#commentform textarea {
	width: 100%;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	padding: 16px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }



.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 16px 30px 16px 0px;
	padding: 16px 24px 16px 24px;
	border-left: 5px solid #fdca00;
	background-color: #faf9f6;
	}

.entry blockquote p {
	margin: 0;
	padding: 0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.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;
}
/* End captions */

/* Start Site Navigation Template */

#mainnavigation {
	height: 14px;
	width: 500px;
	margin-bottom: 16px;
	}
	
#mainnavigation h2 {
	padding: 0;
	background: none;
	display: inline;
}

#mainnavigation div {
	width: 25%;
	float: left;
}

#mainnavigation .first {
	text-align: left;
}

#mainnavigation .middle {
	text-align: center;
}
#mainnavigation .middleright {
	text-align: right;
}

#mainnavigation .last {
	text-align: right;
	float: right;
}

/* End Site Navigation Template */

h2 {
	line-height: 22px;
	font-size: 19px;
	font-weight: normal;
	padding-left: 16px;
	background: no-repeat url('images/articleAccent.gif');
	margin-bottom: 10px;
	}
	
h2.sIFR-replaced {
	padding-top: 3px;
	}

.sIFR-active h2.rep_sifr {
	visibility: hidden;
	letter-spacing: 3px;
	text-align: right;
}

h5 {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #797874;
}

h5 a {
	text-transform: uppercase; 
	text-decoration: none;
	color: #e60005;
}
	
h5 a:hover { 
	color: #ef7800;
	}

.post h5 {
	/*padding-top: 12px;
	padding-left: 32px;
	margin-bottom: 10px;*/
	}

.sIFR-active h5.rep_sifr {  
	visibility: hidden;
	}
	
.author {
	height: 12px;
	padding-left: 32px;
	padding-top: 2px;
	padding-bottom: 18px;
	}

#bios {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #60af1e;
}

.bio {
	margin-bottom: 16px;
}

.bio p{
	line-height: 1.4em;
	}

p.justify {
	text-align: justify;
}

.entry {
	margin-bottom: 16px;
}

.entry p {
	margin-bottom: 16px;
}

.hr {
	margin-bottom: 32px;
	}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	




