
/*	
	======================================================================

	stylesheets/community/articles/display.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2006.11.06
	Copyright 2006, 2005, 2004 Sustainable By Design
	Portions Copyright 2006 FQXi
	======================================================================
*/




/* ----------------------------------------------------
   forum discussion div
   ---------------------------------------------------- */

#htmlArticleForumDiscussion {

	padding: 15px;
	border: 1px solid #449;
	background-color: #ECEFF4;
}

.postDiv {

	padding: 10px;
	border: 1px solid #449;
	background-color: #FFF;
}

.postAuthor {

	font-size: 11px;
	color: #888;
	font-style: italic;
}

.postText {

	font-size: 10px;
}

/* ----------------------------------------------------
   sidebar
   ---------------------------------------------------- */
 
#sideBarWrapper {

	/* float: right; */
	background-color: #405A7B;
	width: 190px; 
	margin: 0;
	font-size: 10px;
	line-height: 130%;
	border-top: 1px solid #9AA7B7;
	border-left: 1px solid #9AA7B7;
	border-bottom: 1px solid #9AA7B7;
}

#sideBarContent {

	margin-left: 14px; 
	margin-right: 10px;
	margin-top: 14px;
	margin-bottom: 18px;
}

.sideBarTitle {

	font-family: Georgia, Serif;
	font-size: 13px;
	color: #FDC353;
	line-height: 120%;
}

.sideBarTiny {

	font-size: 9px;
	line-height: 120%;
}


/* ----------------------------------------------------
   title & info
   ---------------------------------------------------- */
 
#title {

	font-family: Georgia, Serif;
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
	color: #405a7b;
	padding-bottom: 10px;
}

#subtitle {

	font-family: Verdana, Sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #558DBC;
	font-weight: normal;
	padding-bottom: 20px;
}

#author {

	font-family: Verdana, Sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #999;
	font-style: italic;
	padding-bottom: 15px;
}

#awardees {

	padding-bottom: 15px;
}

#date {

	font-family: Verdana, Sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#333;
	font-weight: bold;
	padding-bottom: 20px;
}


/* ----------------------------------------------------
   text formatting
   ---------------------------------------------------- */
 
.header {

	font-family: Verdana, Sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #558DBC;
	font-weight: bold;
}


/* ----------------------------------------------------
   sidebar
   ---------------------------------------------------- */
 
.sidebar {

	float: right;
	width: 225px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #65809E;
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Sans-serif;
	color: #FFF;
	border: 0;
	padding: 20px;
}

.sidebarHeader {

}

.sidebarBody {

}

.sidebarTitle {

	font-size: 16px;
	font-weight: bold;
}

.sidebarSubtitle {

	font-size: 10px;
	font-style: italic;
}


/* ----------------------------------------------------
   images
   ---------------------------------------------------- */
 
.imageBox {

	padding-top: 0px;
	padding-bottom: 20px;
}

.imageBoxFloatLeft {

	float: left;
	padding-left: 0px;
	padding-right: 20px;
}

.imageBoxFloatRight {

	float: right;
	padding-left: 20px;
	padding-right: 0px;
}

.imageCaption {

	font-family: Verdana, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #558DBC;
}

.imageSubCaption {

	font-family: Verdana, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #667;
}

.imageCredit {
	color: #203044;
	font-size: 8pt;
	font-style: italic;
}


/* ----------------------------------------------------
   pull quotes
   ---------------------------------------------------- */

.pullQuote {

	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #406090;
	border-bottom: 1px solid #406090;
}

.pullQuoteFloatLeft {

	float: left;
	margin-left: 0px;
	margin-right: 20px;
}

.pullQuoteFloatRight {

	float: right;
	margin-left: 20px;
	margin-right: 0px;
}

.quote {

	color: #405A7B;
	font-family: Georgia, Serif;
	font-size: 18px;
	line-height: 24px;
}

.quoteAuthor {

	text-align: right;
	font-family: Georgia, Serif;
	color: #405A7B;
	font-size: 12px;
	font-style: italic;
}

/* ----------------------------------------------------
   parent link
   ---------------------------------------------------- */

.parentLink {

	margin-bottom: 8px;
	font-size: 10px;
}

/* ----------------------------------------------------
   links
   ---------------------------------------------------- */

a:link, a:visited {

	text-decoration: underline;
	color: #FF8200;
}

a:hover {

	text-decoration: underline;
	color: #A60;
}

a:active {

	text-decoration: none;
	color: #A60;
}

