/*  
Theme Name: MRSEC.org - PREM program
Theme URI: http://mrsec.org/prem
Description:   Materials Research Science and Engineering Centers (MRSECs)  
Version: 1.0
Author: Irina Zaks
Author URI: http://iringweb.com/

 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
 
/* CSS Document */

 
 
 .tabletext, .tabletop2{ font-size:80%}  /* for page NSF-prem contact http://prem.mrsec.org/nsf-prem-contact/  */
 
 .tabletop2 { background-color:#eee}
 
 
 /* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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 */