﻿@charset "UTF-8";
/*
	----------------------------------------
	AUTHOR/COPYRIGHT: 
	Chris Johnson (scientific.imaging@gmail.com).
	Copyright (c) 2009, Townsend Center.
	All Rights Reserved.

	DESCRIPTION:
	This file handles structure and layout of boxes organizing information
	on the home page.
	
	CREDITS:
	Portions of this source code adapted from the following source:
	http://www.sohtanaka.com/web-design/examples/smart-columns/

	REVISIONS:
	09/25/09 - Document created.
	10/20/09 - Removed unused styles and cleared the columns right.
	----------------------------------------
*/

img {
	border: none;
}
.container {
	padding: 10px 5%;
}
ul.column {
	width: 98%;
	padding-left: 12px;
	/*margin: 15px 0 0px 0;*/ /*50px;*/
	list-style: none;
}
ul.column li {
	float: left;
	width: 274px;
	padding: 0;
	margin: 5px 0;
	display: inline;
	clear: right; /* Added 10-20-09 */
}
.block {
	height: 400px; /*355px*/
	font-size: 1em;
	margin-right: 10px;
	padding: 20px;
	background: #000; /*#e3e1d5;*/
	color: #fff;
}
.block h2 {
	font-size: 1.8em;
	color: #CCCCCC;
}
.block img {
	width: 89%;
	padding: 5%;
	margin: 0 auto;
	background:#fff;
	display: block;
}
.shadow1 {
	float : left;
	padding-bottom : 1em;
	padding-left: 1em;
}
.block h3 {
	font-size: 1.3em;
	margin: 10px 0;
	padding: 10px 0;
	color: #CCCCCC;
}
