/* CSS layout designed by Josiah Cochran */

/* blog sets formatting rules for articles written on site */
.blog {
	width: 94%;
	margin: auto;
	margin-bottom: 25px;
	padding: 5px 2%;
	font-family: "times new roman";
	font-size: 12pt;
	text-align: left;
	border-style: ridge;
	border-color: blue;
	border-width: 5px;
	border-radius:15px;
	-moz-border-radius:15px; /* Firefox 3.6 and earlier */ }

#disclaimer {
	color: #ff0000; }
	
	
div.blog_menu {
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	padding: 10px;}
	
#blog_articles, #blog_pics, #blog_tutorials {
	margin: auto;
	text-align: left;
	max-width: 480px; 
	min-width: 300px; } /* -20 for borders and padding */
	
h2.blog-section {
	display: inline;
	text-align: left;
	background-color: grey;
	border: solid;
	padding: 3px; }
	
h2.blog-center {
	text-align: center; 
	margin-bottom: 3px;}
	
p.blog-descript {
	text-align:justify;
	margin: 0;
	margin-bottom: 10px; }
	
#diversity-series {
	height: auto;
	background-color: #00008b;
	background-image: url('pics/diversity_series.png');
	background-repeat: no-repeat; 
	background-attachment: scroll;
	background-position: left center;
	padding: 5px 5px 5px 30px;
	border-style: ridge;
	border-color: #ff3300;
	border-width: 5px;
	border-radius: 15px;
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */}
	
#quality-control-series {
	background-color: #00008b;
	padding: 5px 10px 5px 10px;
	border-style: ridge;
	border-color: #ff3300;
	border-width: 5px;
	border-radius: 15px;
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */}
	
/* ************************* Bio ********************************** */
#bio_page {
	width: 98%;
	margin: auto;
	padding: 5px 0;
	font-family: "times new roman";
	font-size: 12pt;
	text-align: left; }


#bio_credentials, #bio_history {
	background-color: #d3d3d3;
	color: #000000;
	border-style: ridge;
	border-color: blue;
	border-width: 5px;
	border-radius:15px;
	-moz-border-radius:15px; /* Firefox 3.6 and earlier */
	padding: 5px; }

#bio_style {
	background-color: #d3d3d3;
	color: #000000;
	border-style: ridge;
	border-color: #ff3300;
	border-width: 5px;
	border-radius:15px;
	-moz-border-radius:15px; /* Firefox 3.6 and earlier */
	padding: 5px;}

</style>

