

/* SLIN2 1/8/09 11:32PM */

/* -------------------------------------------------------------- */
/* GLOBAL */                     

* {
	margin:0px;
	padding:0px;
	}

body,html {
	margin:0px auto;
	padding:0px;
	min-height:101%;
	}
	
body {
	background:#FFFFFF;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	}

body, select, input, textarea { 
	/*font: 12px Arial, Verdana, Sans-Serif;*/
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #b20838;
	text-decoration:none;
	}

a:hover, a:active {
	color:#b20838;
	text-decoration:none;
	}

hr {
	display: block;
	height:1px;
	background:#333333;
	border:0;
	margin: 5px 0px 10px 0px;
	}

/*
small {
	font-size: 0.9em;
	padding:3px 6px;
	}
*/


/* -------------------------------------------------------------- */
/* IMAGES */
/*
img, a:link img, a:visited img{border:1px solid #999999; padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999999; padding:1px; }
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }
*/	
	

		
/* -------------------------------------------------------------- */
/* HEADER */

.header {
	display:none; /* HIDE */
	margin: 0 auto;
	width: 960px;
	height:110px;
	padding:0px 0px 0px 0px;
	background:#FFFFFF url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/hdr_bulletin.jpg) top no-repeat;
	}
.header_left {
	float:left;
	width:720px;
	height:110px;
	}
.header_right {
	float:right;
	width:240px;
	height:110px;
	}
.blogtitle, .blogtitle a {
	color: #000000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999999;
	}
	
	
	
/* -------------------------------------------------------------- */
/* HORIZONTAL NAV */

.horizontal_nav {
	display:none; /* HIDE */
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width:960px;
	height:28px;
	background:#333333 url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_nav1.gif) top repeat-x; 
	border-top:1px solid #9c9c9c;
	}
.horizontal_nav_left {
	float:left;
	width: 680px;
	height:28px;
	}	
.horizontal_nav_right {
	float:left;
	width: 280px;
	height:26px;
	padding-top:2px;
	color: #ffffff;
	}

				
/* -------------------------------------------------------------- */
/* SEARCH FORM ELEMENTS */

.search_text{
	float:left;
	padding:5px 5px 0px 0px; 
}
.search_form{
	float:left;
}
select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
#searchform {
	padding:0px 5px 3px 0;
	}	
.button {
	margin: 1px 0px 0px 2px;
	padding: 1px;
	background:#333;
	color:#ffffff;
	border:1px solid #9c9c9c;
	height: 20px;
	}
.button:hover {
	background:#666;
	color:#ffffff;
	text-decoration:none
	}
input {
 	height:14px;
}	

/* -------------------------------------------------------------- */
/* PAGE - CONTENT - COLUMNS */

#page { 
	width: auto; /* SLIN2 928px; */
	margin:0 auto;
	background:#ffffff; /* ebe9e1 */ 
	/* background:#ebe9e1 url(images/bg_page1.gif) top repeat-y; */
	/*padding: 15px 15px 10px 15px;*/ /* page width */ 
	/*
	border-left: 1px solid #dedbd1;
	border-right: 1px solid #dedbd1;
	*/
	}
.content { /* column 1 & 2 */
 	width: auto;
	/*width:620px;*/ /* page width */ 
	float:left;
	background:#ebe9e1;
	}	
#leftcol { /* column 1 */ 
	width:300px;
	padding-right:15px;
	background:#ebe9e1;
	}
#leftcol, #rightcol {
	float:left;
	margin-top:15px;
	background:#ebe9e1;
	}	
#rightcol { /* column 2 */ 
	width:300px;
	margin-bottom:10px;
	padding-right:0px;
	background:#ebe9e1;
	}
#sidebar { /* column 3 */ 
	width: 300px;
	float:right;
	background:#ebe9e1;
	}
	
	
	
.print_hide{
	display:none; /* HIDE */
	}	




/* -------------------------------------------------------------- */
/* PAGE CLEARFLOAT */

.clearfloat:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content:".";
	}
.clearfloat {
	display: inline-block;
	margin-bottom: 10px;
	background: #ffffff;	
	}	
.clearfloat {
	display:block;
	}


/* -------------------------------------------------------------- */
/* SIDEBAR GLOBAL */

#side_nav_top {
	display:none;  /* HIDE */
	width:300px;
	height:25px;
	padding:0px;
	background:#FFFFFF url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_side_nav_top3.gif) top no-repeat;
	}
#side_nav_mid {
	width:268px; 
	padding: 0px 15px 0px 15px;
	border: 1px solid #dedbd1;
	background: #FFFFFF;
	border-bottom: 1px solid #ffffff;
	margin 0 auto;
	
	}
#side_nav_bot {
	display:none;  /* HIDE */
	width:300px;
	height:25px;
	margin-bottom:15px;
	padding-top:0px;
	background: #FFFFFF url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_side_nav_bot3.gif) top no-repeat;
	}
	
	

.side_issue_cover{
	margin: 0px 0px 25px 0px;
	background: #FFFFFF;
	text-align:center;
	}
.side_issue_cover h4 {
	font: 1.0em georgia,arial,sans-serif;
	margin-bottom: 6px;
	}	
.view_this_issue{
	width: 254px;
	height: 19px;
	margin: 3px 0px 0px 7px;
	background: #666666 url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_view_this_issue.gif) top repeat-x;
	text-align:center;	
	}



.side_issue_nav{
	display:none;  /* HIDE */
	width: 270px;
	margin: 0px 0px 15px 0px;
	}

.side_issue_archive{
	display:none;  /* HIDE */
	margin: 0px 0px 0px 0px;
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_nav_top1.gif) top no-repeat;
	width: 270px;
	height:56px;
	}
.side_issue_archive h3{
	padding: 4px 0px 2px 12px;
	}
	
	
	
#nav_top{
	background: #eeeeee url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_nav_top1.gif) top no-repeat;
	width: 270px;
	height:26px;
	border-bottom: 1px solid #cccccc;
	}
#nav_top h3 {	
	padding: 4px 0px 0px 12px;
	}	
#nav_mid{
	background: #e8e9ea;
	width: 268px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 0 auto;
	}	
#nav_bot{
	background: #ffffff;
	height: 10px;
	}


/* -------------------------------------------------------------- */
/* LISTS */

.subnav li {
	list-style:none;
	font: 1.2em georgia,arial,sans-serif;
	display:block;
	}
.subnav li a:link, .subnav li a:visited {
	background: #e4e4e4 url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_nav4.gif) top repeat-x;
	height:23px;	
	display:block;
	padding: 4px 0px 0px 20px;
	border-bottom: 1px solid #cccccc;
	}
.subnav li a:hover, .subnav li a:active {
	background: #FFFFFF;
	text-decoration:none;
	}


/*
#sidelist li {
	list-style:none;
	font: 1.1em georgia,arial,sans-serif;
	line-height: 1.2em;
	}
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}
#sidelist .children {
	background:#F4F4EC;
	}
#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #FFFFFF;
	}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}
#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}
	*/



/* -------------------------------------------------------------- */
/* HEADLINES */

h1 { /* date of issue */
	color: #333333;
	font: 1.7em georgia,arial,sans-serif;
	margin: 1px 10px 8px 0px;
	padding: 0px;
	}
	
.box h2 { /* box title */
	font: 1.5em Geneva, Arial;
	color:#333333;
	margin:3px 0px;
	padding:0px;
	text-decoration:none;
	font-weight:normal;
	line-height:25px;
	}
	
h2 a:link, h2  a:visited, h2  a:hover, h2 a:active {
	color: #ae1517;
	text-decoration:none;
	
	}
		
h3 { /* functions  */
	font: 1.5em georgia,arial,sans-serif;
	}
	
.box h4 { /* author */
	font-size:1.1em;
	margin: 0px 0px 6px 0px;
	font-size: 11px;
	font-style: italic;
	}
	
h5  { /* category */ 
	margin:0px 0px 8px 0px;
	padding:3px 0px 1px 0px;
	border-bottom:1px solid #dddddd;	
	font-size:14px;		
	color:#333333;
	font-weight:bold;
	text-transform:none;
	text-decoration:none;
	font-family:"Helvetica Neue", Arial;
	}
	
h5 a:link, h5  a:visited, h5  a:hover, h5  a:active {
	color: #80100f;
	text-decoration:none;
	}
		
h6 { /* more from this issue */
	margin:10px 0px 0px 0px;
	padding:1px 0px 0px 3px;
	line-height:13px;
	height:13px;
	overflow:hidden;
	font-size: 10px;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	}
	
h6 a:link, h6  a:visited, h6  a:hover, h6  a:active {
	color:#80100f;
	text-decoration:none;
	}	
	
.view_this_issue h6 {
	margin:0px;
	padding:3px;
	border-top:1px solid #dedbd1;
	color:#ffffff;
	}
	
.view_this_issue h6 a {	
	color:#ffffff;
	overflow:hidden;
	font-size: 10px;
	text-transform:uppercase;
	font-weight:normal;
	}
	
#profile h6 {
	margin:10px 0px 0px 0px;
	padding:1px 0px 6px 3px;
	font-size: 10px;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #dddddd;
}	

#feature_story h6 {
	margin:10px 0px 0px 0px;
	padding:1px 0px 3px 3px;
	font-size: 10px;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
}
	
	

/* -------------------------------------------------------------- */
/* POST */

.post{
	width: auto; /* SLIN2 928px */
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	/*
	padding:15px 15px 15px 15px;
	border: 1px solid #dedbd1;
	*/
	margin-bottom: 15px;	
	}
.post h2 {
	font-family: Geneva, Arial;
	font-size:1.5em;
	color:#333333;
	margin:0px 0px 3px 0px;
	padding:0px;
	text-decoration:none;
	font-weight:normal;
	position: relative;
	clear:both;
	}
.post h3 {
	font: 1.3em Geneva, Arial;
	margin:0px 0px 8px 0px;
	position: relative;
	clear: both;
	}	

.post h4 {
	font-family:Geneva, Arial;
	font-size:24px;
	color:#333333;
	margin:10px 0px 3px 0px;
	padding:0px;
	text-decoration:none;
	font-weight:normal;
	position: relative;
	}
.post small {
	font-size: 1.1em;
	padding:3px 0px 3px 0px;
	position: relative;
	}	
	
	
.date_category_email{
	/* display: none; */ /* HIDE */
	float: left;
	clear: both;
	width: auto;
	height: 25px;
	margin: 0px 0px 20px 0px;
	padding: 1px 8px 0px 6px;
	border: 1px solid #dedbd1;
	}
.date_category{
	float: left;
	margin-top:3px;
	font-size: 14px;
	}
.email_this{
	display: none;
	float: right;
	font-size: 14px;
	}
.author_illustrator_photographer{
	float: left;
	margin: 0px 0px 20px 0px;
	font: 1.0em Geneva, Arial;
	font-style: italic;
	clear: both;
	}

#related_nav_top {
	width:300px;
	height:10px;
	padding:0px;
	margin:0px;
	background:#FFFFFF url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_side_nav_top1.gif) top no-repeat;
	}
#related_nav_mid { 
	padding: 10px 15px 10px 15px;
	border-left: 1px solid #dedbd1;
	border-right: 1px solid #dedbd1;
	background: #ffffff;
	}
#related_nav_bot {
	width:300px;
	height:10px;
	margin-bottom:15px;
	padding:0px;
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_side_nav_bot1.gif) bottom no-repeat;
	}

.related{
	width: 260px;
	height:auto;
	padding: 0px;
	background: #FFFFFF;
	}
.related h3{
	font: 18px georgia,arial,sans-serif;
	}	
#related_articles{
	margin-top:10px;
	}
#related_links{
	margin-top:10px;
	}

.related li {
	list-style:none;
	}
.related li a:link, .related li a:visited {
	background: #FFFFFF;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999999;
	}
.related li a:hover, .related li a:active {
	background: #EEEEEE;
	text-decoration:none;
	}
	
.post_issue{
	width: auto;
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	padding: 10px 8px 10px 12px;
	border: 1px solid #dedbd1;
	margin-bottom: 15px;
	}

	
/* -------------------------------------------------------------- */
/* BOX GLOBAL */

.box {
	padding:10px 9px 15px 9px;
	border: 1px solid #dedbd1;
	height: 100%;
	overflow: auto;
	}
.box p {
	margin-bottom:15px;
	}
.box ul {
	list-style-type: none;
	margin: 0px;
	display:block;
	}
.box ul li {
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px 3px 8px;
	border-bottom:1px solid #cacaca;
	border-left:none;
	border-top:none;
	border-right:none;
	}
.box ul li a, ul li a:visited {
	text-decoration:none;
	border:0px;
	}
.box ul li a, .categorytop ul li a:visited {
	font:12px Arial, Helvetica;
	color:#ae1517;
	font-weight:bold;
	text-decoration:none;
	}
.box ul li a:hover, ul li a:hover {
	text-decoration:none;
	color:#333333;
	}




#features_related_articles1{
	background: #ffffff  url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	border-right: 1px solid #dedbd1;
	border-left: 1px solid #dedbd1;
	border-bottom: 1px solid #dedbd1;
	padding: 0px 10px 12px 10px;
	width: 593px;
	margin-top: -1px;
}
#features_related_articles2{
	float:left;
	clear:both;
	width:258px;
	background: #ffffff  url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	border-right: 1px solid #dedbd1;
	border-left: 1px solid #dedbd1;
	border-bottom: 1px solid #dedbd1;
	padding: 0px 10px 12px 10px;
	margin-right: 15px;
}
#features_related_articles3{
	display:none; /* HIDE */
	width:auto;
	background: #ffffff  url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	border-right: 1px solid #dedbd1;
	border-left: 1px solid #dedbd1;
	border-bottom: 1px solid #dedbd1;
	padding: 5px 10px 10px 10px;
	margin-top: -16px;
	margin-bottom: 15px;
}



/* -------------------------------------------------------------- */
/* BOX CUSTOM f5f4f0 */

#lead_story{ 
	width: 583px;
	height: auto;
	overflow: auto;
	margin-bottom: 0px;
	padding: 15px 15px 20px 15px;
	border: 1px solid #dedbd1;
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	}
#feature_story{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	margin-bottom: 15px;
	}
#profile{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	/*min-height:220px;*/
	margin-bottom: 15px;
	}
#collection{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	margin-bottom: 15px;
	}
#faculty_expert{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	/*min-height:195px;*/
	margin-bottom: 15px;	
	}
#connections{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	margin-bottom: 15px;
	}
#books_arts{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	/*min-height:195px;*/
	margin-bottom: 15px;	
	}
#in_my_life{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	/*min-height:195px;*/
	margin-bottom: 15px;
	}
#most_emailed{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	margin-bottom: 15px;
	}
#polls{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	margin-bottom: 15px;
	}
#editors_note{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	/*min-height:195px;*/
	margin-bottom: 15px;
	}
#letters{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	margin-bottom: 15px;
	}
#qanda{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	margin-bottom: 15px;
	/*min-height:195px;	*/
	}
#alumni_achievements{
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	margin-bottom: 15px;
	}


		
		
/* -------------------------------------------------------------- */
/* BOX CUSTOM IMAGE */		
		
#lead_story img {
	float:left;
	margin: 0px 18px 8px 0px;
	padding:1px;
	border: 1px solid #999999;
	}
#feature_story img {
	margin: 0px 0px 8px 0px;
	padding:1px;
	border: 1px solid #999999;
	}
#profile img {
	float:left;
	margin: 0px 10px 8px 0px;
	padding:1px;
	border: 1px solid #999999;
	}	
#collection img {
	margin: 0px 0px 8px 0px;
	padding:1px;
	border: 1px solid #999999;
	}
#faculty_expert img {
	float:left;
	margin: 0px 10px 8px 0px;
	padding:1px;
	border: 1px solid #999999;
	}
#connections img {
	margin: 0px 0px 8px 0px;
	padding:1px;
	border: 1px solid #999999;
	}
#books_arts img {
	float:left;
	margin: 0px 10px 8px 0px;
	padding:1px;
	border: 1px solid #999999;
	}
#in_my_life img {
	float:left;
	margin: 0px 10px 8px 0px;
	padding:1px;
	border: 1px solid #999999;
	}
#editors_note img {
	float:left;
	margin: 0px 10px 8px 0px;
	padding:1px;
	border: 1px solid #999999;
	}
#qanda img {
	float:left;
	margin: 0px 10px 8px 0px;
	padding:1px;
	border: 1px solid #999999;
	}
.side_issue_cover img {
	margin: 0px 0px 0px 0px;
	padding:1px;
	border: 1px solid #999999;
	}	

/*
#alumni_achievements img {
	}
#most_emailed img {
	}
#letters img {
	}
#polls img {
	}
*/
		



/* -------------------------------------------------------------- */
/* POST FORMATTING */

.entry {
	padding-bottom:5px;
	text-align:left; /* justify */
	position: relative;
	clear: both; /* SLIN2 */
	float:left; /* SLIN2 */
	width: auto; /* SLIN2 */
	}
.post blockquote {
	color:#666;
	padding:6px 14px;
	margin:18px 35px;
	/*
	background:#F4F4EC;
	border:1px solid #DDD;
	*/
	border: none;
	}	
.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}
.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
.postmetadata {
	/*font-size:0.9em;*/
	margin: 0 auto;
	padding: 3px 8px 3px 6px;
	background: #f5f4f0 url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	border: 1px solid #dedbd1;	
	}	
.entry_bot_spacer{
	clear: both;
	height:15px;
	background: #ffffff;
	}	
		
		
		
/* -------------------------------------------------------------- */
/* COMMENTS */

.comments {
	display:none; /* HIDE */
	width:587px;
	float:left;
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	border: 1px solid #dedbd1;
	margin-top: 15px;
	padding:15px;
	}
#commentform input {
	width: 170px;
	margin: 0px 5px 1px 15px;
	}
#commentform textarea {
	width: 85%;
	margin:5px 0px 0px 15px;
	}
#respond {
	width: auto;
	margin: 10px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
	}
h3#comments {
	margin: 10px auto 0px auto;
	padding: 2px 8px 4px 6px;
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	border: 1px solid #dedbd1;
}
h3#respond {
	margin: 40px auto 0px auto;
	padding: 2px 8px 4px 6px;
	background: #ffffff url(http://media.swarthmore.edu/bulletin/wp-content/themes/swarthmore_bulletin/styles/images/bg_box1.gif) repeat-x top left;
	border: 1px solid #dedbd1;
}



.commentlist {
	padding-left:15px;
	padding-right:15px;
	}
.commentlist li {
	list-style:none;
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#FFFFFF;
	border:1px solid #dedbd1;
	}
.commentlist blockquote {
	color:#666;
	background:#FFFFFF;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
#commentform small {
	font-weight:bold;
	padding:0;
	}
.commentmetadata {
	display: block;
	}
.commentlist small {
	background:#FFFFFF;
	border-bottom:1px solid #dedbd1;
	margin-bottom:5px;
	font-size: 1em;
	}


	
/* -------------------------------------------------------------- */
/* FOOTER */

.footer {
	margin: 0 auto;
	width: 960px;
	height: 100px;
	font-size:1em;
	text-align:center;
	padding:0px 0px 0px 0px;
	color:#000000;
	}
.footer a {
	color:#000000;
	}
.footer_all {
	float:left;
	width: 960px;
	height:100px
	}
.footer_left {
	float: left;
	width: 320px;
	height:10px;
	}
.footer_middle {
	float: left;
	width: 320px;
	height:10px;
	}
.footer_right {
	float: left;
	width: 320px;
	height:10px;
	}	
	

/* -------------------------------------------------------------- */
/* CAPTIONS */

img.alignleft, div.alignleft {
	float:left;
	margin:0px 15px 20px 0px;
	clear: both;
	}

img.alignright, div.alignright {
	float:right;
	margin:0px 0px 20px 15px;
	clear: both;	
	}

		
img.aligncenter, div.aligncenter {
	text-align:left;
	margin:0 auto;
	clear: both;
	position: relative;
	}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
.wp-caption {
	border: 1px solid #ebebeb;
	text-align: left;
	background-color: #ffffff;
	padding-top: 4px;
	font-style: italic;
	/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
	}
.wp-caption img {
	margin: 0 auto;
	padding: 0px 5px 0px 5px;
	border: 0 none;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0px 5px 0px 5px;
	margin: 0 auto;
	}