/*****************
Colors: Dk. Blue:	#05568c
		Lt. Blue:	#00b7ee
		Green:		#a9cf0d
		Khaki:		#b9a023
		Orange:		#ffb800
		Red:  		#ff0423
		Magenta:	#df008f
		Gray:		#9babbb

*****************/
body {
	background-color: #275889;
	color: #333333;
	position:  relative;
	margin-top: 10px;
	}
body,
#difference .button {
	font-family: Arial, sans-serif;	
	}
section {
	margin-bottom: 1.5em;
	}
h1, 
h2, 
h3,
#difference span {
	font-family: Whitman,'Times New Roman', Times, serif;
	}
h3 {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 3px;
	letter-spacing: 1px;
	}
h3,
h3 a:link,
h3 a:visited {
	color: #ff0423;	
	}
h4 {
	font-size: 1.1em;
	margin-bottom: 0;
	}
ul {
	
	}
li {

	}
li p {
	margin-bottom: 0;
	}
input { 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	border-radius:2px;
	}

label, select, input[type='submit'], .point {cursor:pointer;}
a:link, a:visited {
	color: #275889;
	text-decoration: none;
	}
a:hover, a:active {
	color: #333333;
	text-decoration: none;
	}
input[type="text"] {
	padding: 3px 8px;
	}
.round {
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
.reset-list li {
	margin-left: 0;
	list-style-type: none;
	}
.doc,
.pdf,
.ppt,
.xls {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	text-indent: -9999%;
	margin: 5px;
	}
.doc {
	background: url('/images/site/icons/48px/file_doc.png') no-repeat 0 0;
	}
.pdf {
	background: url('/images/site/icons/48px/file_pdf.png') no-repeat 0 0;
	}
.ppt {
	background: url('/images/site/icons/48px/file_ppt.png') no-repeat 0 0;
	}
.xls {
	background: url('/images/site/icons/48px/file_xls.png') no-repeat 0 0;
	}
.replace {
	text-indent: -9999%;
	}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
	}
.aside {
	background-color: #b9a023;
	padding: 10px;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.aside div {
	padding: 7px;
	background-color: #ffffff;
	border: 1px solid #a9cf0d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.aside p {
	margin: 0;
	}
div.aside h4 {
	text-align: center;
	margin-bottom: 10px;
	}
.button {
	display: inline-block;
	margin: 15px auto 0;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	cursor:  pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, .6);
	background: #ffffff url('/images/site/backgrounds/button.png') repeat-x bottom left;
	}
a.button:link,
a.button:visited {
	color: #666666;
	}
a.button:hover,
a.button:active {
	color: #000000;
	}
	
#topper {
	margin: 20px auto;
	padding-top: 80px;
	width: 1100px;
	}
#sides {
	width: 1100px;
	}
#container {
	background-color: #fff;
	border-top: none;
	}
#header {
	height:  90px;
	margin-bottom: 1em;
	position: relative;
	}
#header h1 {
	position: absolute;
	top:  5px;
	left: 0;
	height: 90px;
	width: 300px;
	}
#header h1 a {
	display: block;
	background: #ffffff url('/images/site/lc-logo.jpg') no-repeat 0 1px;
	height: 90px;
	text-indent: -999%;
	width: 300px;
	}
#header h1 a:hover {
	background-position: 0 -99px;
	}
#header h1 a:active {
	background-position: 0 -98px;
	}
#search-etc {
	display: inline;
	text-align: right;
	position: absolute;
	left: 470px;
	top: 5px;
	}
#search-etc li {
	list-style-type: none;
	margin-bottom: 0;
	}
#search-etc a:link, #search-etc a:visited {
	color: #275889;
	}
#search-etc a:hover, #search-etc a:active {
	color: #333333;
	}
#s {
	}
#contactbox {
	text-align: right;
	}
#sitemap {
	text-align: right;
	}	
#navigation,
#lc-connect {
	border: 1px solid #99AABA;
	}
#navigation {
	background-color: #a9cf0d;
	margin-bottom: 1em;
	position: relative;
	}
#nav {
	margin-top: 2px;
	margin-bottom: 0;
	}
#nav li {
	margin-bottom: 0;
	text-align: center;
	list-style-type: none;
	}
#nav #home-link {
	position: absolute;
	left: 5px;
	top: 1px;
	margin: 0;
	}
#nav #home-link,
#nav #home-link a {
	height: 24px;
	width: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#nav #home-link a {
	display: inline-block;
	text-indent: -9999%;
	background: #a9cf0d url('/images/site/icons/20px/go-home_20.png') no-repeat 2px 2px;
	border: 1px solid #a9cf0d;
	}
#nav #home-link a:hover,
#nav #home-link a:active {
	border: 1px solid #ddd;
	}
#nav li h2 {
	margin-bottom: 0;
	font-size: 1.4em;
	text-shadow: 2px 2px 2px #333333;	
	}
#nav li h2 a {
	text-indent: -9999%;
	display: block; 
	}
#nav li h2 a:link,
#nav li h2 a:visited {
	color: #ffffff;
	}
#navigation a:link, #navigation a:visited {
	color: #333333;
	}
#navigation a:hover, #navigation a:active {
	color: #275889;
	text-decoration: none;
	}
li#vol-link a {
	background: url('/images/site/sections.png') 0 0 no-repeat;
	}
li#vol-link a:active {
	background-position: 0 1px;
	}
li#prog-link a {
	background: url('/images/site/sections.png') 0 -30px no-repeat;
	}
li#prog-link a:active {
	background-position: 0 -29px;
	}
li#don-link a {
	background: url('/images/site/sections.png') 0 -60px no-repeat;
	}
li#don-link a:active {
	background-position: 0 -59px;
	}
li#conn-link a {
	background: url('/images/site/sections.png') 0 -90px no-repeat;
	}
li#conn-link a:active {
	background-position: 0 -89px;
	}
li#ab-link a {
	background: url('/images/site/sections.png') 0 -120px no-repeat;
	}
li#ab-link a:active {
	background-position: 0 -119px;
	}

	
body#homepage #main {
	height: 325px;
	background: #ffffff url('http://literacychicago.org/images/site/section_pics/homepagepic.jpg') no-repeat top left;
	color: #ffffff;
	font-family: Whitman,'Times New Roman', Times, serif;
	font-size: 1.15em;
	text-align: center;
	}

#lc-about {
	position: relative;
	top: 10%;
	left: -10%;
	}
#lc-about p {	
	margin-left: -80px;
	margin-right: 80px;
	}
#tag-wrap {
	margin: -4px;
	}
#lc-tag {
	margin-left: -160px;
	position: relative;
	top: 60%;
	left: -35%;
	}
p.emph {
	letter-spacing: .1em;
	text-shadow: 2px 2px 3px #000000;
	}

section#main {
	padding: 0 40 0 30px;
	}
section#main section.intro {
	float: left;
	width: 190px;
	margin-top: 1em;
	margin-right: 20px;
	}
section#main section.intro.end {
	margin-right: 0;
	}
section#main section.intro h3 {
	text-align: center;
	}
section#main section.explain {
	margin-top: 1em;
	}

/* DONATEBOX COLUMN */

#donatebox-wrap {
	width: 138px;
	float: right;
	position: relative;
	}	
#donatebox {
	position: relative;
	height: 80px;
	top: 0;
	}
#donatebox p {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 136px;
	}
#donatebox p a {
	background: #fff url('/images/site/donate-button.png') no-repeat 0 0;
	display: block;
	height: 80px;
	width: 140px;
	text-indent: -999%;
	}	
#donatebox p a:active {
	background-position: 0 -80px;
	}
#donatebox-wrap .vcard {
	position: absolute;
	bottom: 2px;
	font-size: .8em;
	margin-bottom: 0;
	}
#donatebox-wrap .vcard fieldset {
	padding: 1em;
	margin: 0;
	}
#donatebox-wrap .vcard .org,
#donatebox-wrap .vcard .url {
	margin-bottom: 2em;
	display: none;
	}
.vcard .adr,
.vcard #phone {
	margin-bottom: 1em;
	}

/* END DONATEBOX COLUMN *?


/* Connect Bar */	
#lc-connect {
	background-color: #a9cf0d;
	margin-bottom: 1em;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#lc-connect form {
	margin-bottom: 0;
	}
#lc-connect form input[type="text"] {
	margin: 0;
	}
#social,
#social a:link, 
#social a:visited {
	color: #666666;
	}
#social a:hover, 
#social a:active {
	color: #ffffff;
	text-shadow: none;
	}
#social p {
	display:  inline;
	}
#social>p {
	float: left;
	margin: 0 10px 0 0;
	}
ul#social-sites {
	display: inline;
	margin-right: 20px;
	float: right;
	margin-bottom: 0;
	padding-top: 5px;
	}
#social-sites li {
	float: left;
	list-style-type: none;
	margin-left: 0;
	}
.social-links {
	margin-bottom: 0;
	margin-right: 20px;
	font-size: 1.1em;
	color: #9babbb;
	text-shadow: 1px 1px 1px rgba(255,255,255, .7);
	}
.social-links a {
	padding-left: 20px;	
	}
#social-linkedin {
	background: url('/images/site/icons/16px/linkedin.png') no-repeat 0 25%;
	}
#social-facebook {
	background: url('/images/site/icons/16px/facebook.png') no-repeat 0 25%;	
	}
#social-twitter {
	background: url('/images/site/icons/16px/twitter.png') no-repeat 0 25%;	
	}
#social-youtube {
	background: url('/images/site/icons/16px/youtube.png') no-repeat 0 25%;
	}
#social-email {
	margin-right: 0;
	background: url('/images/site/icons/16px/email.png') no-repeat 0 25%;
	}
.ul-entries p {
	margin-bottom: 0;
	}
.blog-entry {
	margin-bottom: 1em;
	}
#footer {
	margin-bottom: 1em;
	}
#footer h3 {
	text-align: center;
	background-color: #ff0423;
	font-size: 1.9em;
	border: 1px solid #9babbb;
	}
#footer h3,
#footer h3 a {
	color: #ffffff;
	}

/****** HOMEPAGE ******/

#homepage #footer li:last-child,
#homepage #footer li.last-child {
	border-bottom: none;
	}
#homepage #footer p.event-date {
	width: 50px;
	}

/****** END HOMEPAGE ******/

#home-events li,
div.blog.homepage li,
#twitterfeed li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 1em;
	font-size: 1.1em;
	padding-bottom: 10px;
	border-bottom: 1px dashed #333333;
	}
li.event-short p.event-date {
	position: absolute;
	top: 0;
	left: 0;
	}
li.event-short h4.event-head,
li.event-short p.event-body,
li.event-short p.event-purchase {
	position: relative;
	left: 60px;
	width: 320px;
	}
#lc-events {
	padding: 0 40px;
	}

div.blog.homepage, 
#twitterfeed {
	padding: 0 40px;
	}
#twitterfeed li {
	list-style-type: none;
	margin: 0 0 .75em;
	}
#twitterfeed li span {
	font-weight: bold;
	}
#copyright-info {
	text-align: center;
	color: #9facba;
	padding-top: 40px;
	}
div.photo-head {
	margin-bottom: 2em;
	}
	
/* MOST SITE PAGES */
p.page-text {
	text-align: justify;
	}
body div.photo-head div.topphoto {
	height: 361px; /* pic is 540 x 361 */
	border: 2px solid #666666;
	}


/* Universal Sidebars */
sidebar,
#main,
#donatebox-wrap {
	min-height: 300px;
	}
sidebar {
	font-size: 1.1em;
	}
sidebar h2 {
	padding-left: 10px;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 2.5em;
	}
sidebar div.side-wrap {
	padding-right: 10px;
	padding-left: 10px;
	border-top: 4px solid #888888;
/*	border-bottom: 4px solid #888888; */
	width: 180px;
	}
sidebar ul {
	padding-top: .5em;
	padding-bottom: .5em;
	margin: 0;
	}
sidebar ul li {
	}
sidebar ul li:last-child {
	margin-bottom: 0;
	}
sidebar ul li.current_page a {
	background-color: #a9cf0d;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
	}
sidebar ul li div {
	border: 1px solid #ffffff;
	}
sidebar ul li.current_page div {
	border: 1px solid #a9cf0d;
	padding: 0;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
sidebar ul a {
	display: block;
	padding: 3px 8px;
	border: 1px solid #ffffff;
	}
sidebar ul a:hover {
	background-color: #a9cf0d;
	color: #000000;
	text-shadow: 1px 1px 1px #ffffff;
	}
#volunteer-side ul ul {
	padding: 0;
	}
#volunteer-side ul ul li {
	padding-left: 20px;
	}

/* All Index Sections */
.main-wrap {
	margin-bottom: 1em;
	}
#homepage .main-wrap {
	background-color: #ffffff;
	}
div.border {
	padding: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	}
/* body.section-index */
section.topic div.border {
	min-height: 200px;
	}
/*body.section-index */
section.topic h3 {
	border-bottom: 1px solid #888888;
	text-align: center;
	}	

/* VOLUNTEER SECTION */

body.volunteer-section div.photo-head div.topphoto {
	background: #cccccc url('http://literacychicago.org/images/site/section_pics/volunteer.jpg') no-repeat 0 0;
	}


/* Volunteer Signup */

fieldset#signup {
	border: 1px solid #333333;
	float: right;
	width: 380px;
	background-color: #ffffff;
	margin-left: 20px;
	}
fieldset#signup p {
	margin-top: -20px;
	font-size: .9em;
	}
fieldset#signup p em {
	color: #ff0000;
	}
fieldset#signup ol,
fieldset#signup ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
fieldset#signup li {
	margin: 0;
	}
fieldset#signup label {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	}
fieldset#signup textarea {
	width: 250px;
	height: 75px;
	padding: 5px;
	}
fieldset#signup fieldset {
	border: none;
	position: relative;
	margin-bottom: 0;
	padding-right: 0;
	padding-bottom: 0;
	}
fieldset#signup fieldset legend {
	font-size: inherit;
	position: relative;
	left: -1.4em;	
	}
fieldset#signup ul {
	margin-top: -10px;
	margin-bottom: 10px;
	}
fieldset#signup ul li {
	float: left;
	margin-right: 15px;
	position: relative;
	}
fieldset#signup ul li input[type="checkbox"] {
	position: relative;
	top: 0;
	}
ul#tdates li {
	margin-bottom: 10px;
	}

/* Volunteer - Tutor Training */
#difference {
	font-size: 1.5em;
	font-family: "Arial Black", sans-serif;
	text-transform: uppercase;
	}
#difference span {
	color: #00b7ee;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	display: block;
	text-align: center;
	text-transform: lowercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	}
#difference .button {
	font-size: .7em;
	text-transform: none;
	}
/* PROGRAMS SECTION */

body.programs-section div.photo-head div.topphoto {
	background: #ccc url('http://literacychicago.org/images/site/section_pics/programs.jpg') no-repeat 0 0;
	}


/* DONATE SECTION */

body.donate-section div.photo-head div.topphoto {
	background: #ccc url('http://literacychicago.org/images/site/section_pics/donate.jpg') no-repeat 0 0;
	}

#donate-main h4 {
	font-size: 2em;
	}
#donate-ways {
	margin: 20px 0 0 300px;
	}
#donate-ways dt {
	display: inline-block;
	margin-left: -300px;
	float: left;
	font-weight: bold;
	width: 280px;
	padding-top: 10px;
	text-transform: uppercase;
	}
#donate-ways dd {
	padding: 10px 150px 10px 15px;
	border-bottom: 1px solid #333333;
	margin: 10px 0;
	position: relative;
	}
#donate-main #donate-ways .first {
	border-top: 1px solid #333333;
	}
#donate-ways dd a.donatelink {
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #777777;
	background-color: #ff0423;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	}
#donate-ways dd:first-child {
	border-top: 1px solid #333333;
	}

/* END DONATE SECTION */

/* CONNECT SECTION */

body.connect-section div.photo-head div.topphoto {
	background: #cccccc url('http://literacychicago.org/images/site/section_pics/connect.jpg') no-repeat 0 0;
	}

#calendar-more {
	margin-bottom: 0;
	padding: 0;
	}
#calendar-more li {
	margin-left: 20px;
	}
connect-events-detail .topic {
	border-top: 1px solid #333;
	}
#connect-events-detail h4.event-head {
	font-weight: normal;
	font-size: 2em;
	}
#connect-events-detail .event-date {
	font-weight: bold;
	}
#connect-events-detail .event-location {
	margin-bottom: 0;
	}
#connect-events-detail .event-location span {
	font-weight: bold;	
	}
#connect-events-detail a.button {
	display: inline-block;
	margin: 15px auto 0;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	cursor:  pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, .6);
	background: #ffffff url('/images/site/backgrounds/button.png') repeat-x bottom left;	
	}
#connect-events-detail a.button:link,
#connect-events-detail a.button:visited {
	color: #444;
	}
#connect-events-detail a.button:hover,
#connect-events-detail a.button:active {
	color: #fff;
	text-decoration: underline;
	}
#newsletter_files {
	margin-top: 20px;
	}
#newsletter_files li {
	clear: both;
	}	
	
	
/* Blog Page */
#main-blog {
	padding: 20px;
	background-color: #ffffff;
	}
li.post {
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	margin: 0 0 20px 0;
	position: relative;
	}
li.post h4 {
	font-size: 2em;
	}
li.post p {
	margin-bottom: 1em;
	}
li.post p.postmeta {
	margin-bottom: 10px;
	font-size: .9em;
	color: #666666;
	font-style: italic;
	}


/* Events Page */
#events li {
	position: relative;
	width: 350px;
	}
#events li div {
	padding: 5px 5px 5px 65px;
	}
#events li div p.event-date {
	position: absolute;
	top: 5px;
	left: 0;
	}
/* Large event calendar */
#calendar-large {
	border: 1px solid #666666;
	border-collapse: collapse; 
	background-color: #ffffff;
	font-size: 1.1em;
	-webkit-box-shadow: 2px 2px 5px #555555;
	margin: 0 auto;
	}
#calendar-large caption {
	}
#calendar-large .calendarMonthLinks {
/*	display: inline-block;
	width: 32px;
	height: 32px;
*/	}
#calendar-large .calendarMonthLinks a {
/*	display: block;
*/	}
/*#calendar-large #calendarMonthLinkBefore {
	background: #dddddd url('/images/site/icons/32px/arrow-lt.png') no-repeat top left;
	}
#calendar-large #calendarMonthLinkAfter {
	background: #dddddd url('/images/site/icons/32px/arrow-rt.png') no-repeat top left;	
	}
*/#calendar-large caption {
	font-weight: bold;
	font-size: 1.3em;
	vertical-align: baseline;
	}
#calendar-large th {
	border-bottom: 1px solid #666666;
	font-weight: normal;
	font-size: .8em;
	padding: 5px;
	}
#calendar-large td {
	width: 95px;
	border: 1px solid #666666;
	height: 100px;
	}
#calendar-large td.calendarBlank {
	background-color: #ddd;
	}
#calendar-large td span.date {
	display: block;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	}
#calendar-large td.entry span.date {
	display: block;
	}
#calendar-large td.entry span.date a:link,
#calendar-large td.entry span.date a:visited {
	color: #555555;
	}
#calendar-large td.entry span.date a:hover,
#calendar-large td.entry span.date a:active {
	color: #000000;
	text-decoration: underline;
	}
#calendar-large td.calendarToday span,
#calendar-large td.calendarToday.entry span {
	background-color: #ff0423;
	color: #ffffff;
	text-shadow: 2px 2px 2px #333333;
	}
#calendar-large td.entry div.entry-wrap {
	padding: 1px;
	font-size: .8em;
	}
#calendar-large td.entry div.entry-wrap ul {
	margin: 0;
	}
#calendar-large td.entry li {
	margin-bottom: 3px;
	}
#calendar-large td.entry li div {
	padding: 1px;
	overflow: hidden;
	}
#calendar-large td.entry li div a {
	display: block;
	}
#calendar-large td.entry li div a:hover,
#calendar-large td.entry li div a:active {
	text-decoration: underline;
	}

/* Small event calendar */
#calendar-small {
	border: 1px solid #999999;
	border-collapse: separate;
	border-spacing: 3px 3px;
	background-color: #ffffff;
	font-size: .9em;
	}	
#calendar-small caption {
	font-weight: bold;
	font-size: 1.3em;
	}
#calendar-small thead tr {
	border-bottom: 1px solid #999999;
	}
#calendar-small td {
	padding: 0;
	text-align: center;
	width: 29px;
	}
#calendar-small td.entry {
	font-size: 1.1em;
	}
#calendar-small td.entry a {
	display: block;
	padding: 2px 3px;
	background-color: #9babbb;
	}
#calendar-small td.entry a:link,
#calendar-small td.entry a:visited {
	color: #555555;
	}
#calendar-small td.entry a:hover,
#calendar-small td.entry a:active {
	color: #000000;
	text-decoration: underline;
	}
#calendar-small td.calendarToday {
	background-color: #ff0423;
	color: #ffffff;
	}
	

/* Newsletter Page */
#newsletters {
	background-color: #ffffff;
	padding: 10px;
	}
#newsletters p {
	margin-bottom: 0;
	}
#newsletters .aside div {
	background-color: #eeeeee;
	}
p.archive-year {
	text-align: left;
	font-weight: bold;
	}
ul.newsletter-archive li {
	display: inline-block;
	margin-right: ;
	width: 55px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
	}
ul.newsletter-archive li a {
	display: block;
	padding: 2px 0;
	}
ul.newsletter-archive li a:hover,
ul.newsletter-archive li a:active {	
	text-decoration: underline;
	}
#recent-newsletter {
	margin-bottom: 10px;
	font-size: 1.2em;
	}
#recent-newsletter a {
	display: inline-block;
	padding-right: 20px;
	background: url('/images/site/icons/16px/pdf-small.png') no-repeat center right;
	}

	
/* ABOUT US SECTION */

body.about-section div.photo-head div.topphoto {
	background: #ccc url('http://literacychicago.org/images/site/section_pics/aboutus1.jpg') no-repeat 0 0;
	}


/* Staff */
#staff {
	margin-bottom: 0;
	float: left;
	}
#staff li {
	display: inline-block;
	width: 440px;
	margin: 0 8px 20px;
	vertical-align: top;
	}
	#staff li.newLine {
		clear: both;
		}
#staff div.border {
	background-color: #fff;
	border: 1px solid #aaa;	
	}
#staff h4.staff-name {
	font-size: 1.1em;
	}
#staff p.staff-vis {
	width: 190px;
	float: right;
	padding: 5px;
	margin: 0 0 5px 5px;
	text-align: center;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.3em;
	color: #444;
	font-style: italic;
	font-weight: bold;
	min-height: 40px;
	background: #eeeeee url('/images/site/backgrounds/lquote.gif') no-repeat 5px 5px;
	font-family: Whitman, 'Times New Roman', Times, serif;
	}
#staff h4.staff-name,
#staff dd.staff-edu {
	margin-bottom: 5px;
	}
#staff h4.staff-name {
	font-variant: small-caps;
	font-size: 1.2em;
	letter-spacing: 1px;
	}
#staff h4.staff-name span {
	font-variant: normal;
	font-weight: normal;
	font-size: .8em;
	font-style: italic;
	letter-spacing: 0;
	}
#staff dt {
	font-weight: bold;
	border-bottom: 1px solid #333;
	display: inline-block;
	letter-spacing: 1px;
	margin-bottom: 3px;
	}
#staff .staff-edu {
	font-size: .9em;
	}
