/*	Styles for News (blog) page  */

#center {
	float: left;
	width: 500px;
	overflow: hidden;
	}
	
#right {
	float: left;
	width: 200px;
	background-color: #fff;
	overflow: hidden;
	}

 #right h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #996633;
	font-size: 12px;
	font-weight: normal;
  	line-height: 140%;
  	padding: 2px;
  	margin-top: 10px;
  	text-align: center;
  	text-transform: uppercase;
	letter-spacing: .2em;
	background: url(../images/rounded_top_200.gif) no-repeat top;
	margin: 0;
	padding: 7px 11px;
	}

#right table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	}

#right td, #right th {
	line-height: 140%;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
  	padding: 2px;
	text-align: center;
	}

#right a {
	text-decoration: underline;
	}

#right a:link {
	color: #666;
	}

#right a:visited {
	color: #666;
	}

#right a:active {
	color: #666;
	}
	
#right a:hover {
	color: #b22222;
	}

#right ul {
	padding: 0px 0px 20px 15px;
	margin: 0;
	}

#right li {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 120%;
	margin-top: 10px;
	list-style-type: none;
	}
	
/* frame color for calendar frame */
#calendar_frame {
	background: #ffcc99 url(../images/rounded_bottom_200.gif) no-repeat bottom;
	line-height: 1.6em;
	margin-bottom: 20px;
	padding-bottom: 13px; /* adds padding under calendar table */
	}

/* frame color for archives frame & search frame */
#archives_frame, #search_frame {
	background: #ffcc99 url(../images/rounded_bottom_200.gif) no-repeat bottom;
	line-height: 1.6em;
	margin-bottom: 20px;
	}
	
/* frame color for fact frame & twitter frame */
#fact_frame, #twitter_frame {
	background: #ccff99 url(../images/rounded_bottom_200.gif) no-repeat bottom;
	line-height: 1.6em;
	margin-bottom: 20px;
	}
	
/* frame color for feature frame */
#feature_frame {
	background: #ffcccc url(../images/rounded_bottom_200.gif) no-repeat bottom;
	line-height: 1.6em;
	}


/* search_frame text */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	font-size: 10px;
	font-weight: normal;
  	line-height: 140%;
	padding: 0px 0px 5px 15px;
  	margin-top: 10px;
  	text-align: left;
	} 
	
/* fact_frame text */
.fact-note {
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	font-size: 10px;
	font-weight: normal;
  	line-height: 140%;
  	margin-top: 5px;
	padding: 0px 10px 20px 10px;
  	text-align: center;
	} 
	
/* twitter_frame text */
.twitter-note {
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	font-size: 10px;
	font-weight: normal;
  	line-height: 140%;
  	margin-top: 5px;
	padding: 0px 10px 20px 0px;
  	text-align: center;
	} 
	
/* twitter_frame list */
.twitter-note ul { list-style-type: none }
	
/* feature_frame text */
.feature-note {
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	font-size: 10px;
	font-weight: normal;
  	line-height: 140%;
	padding-bottom: 20px; /* adds padding under text  */
  	margin-top: 5px;
  	text-align: center;
	} 
	
/* news article footer  */
.content p.posted {
	color: #999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 11px;
	border-top: 1px dotted #66cc99;
	text-align: left;
	padding-top: 7px;
	margin-bottom: 50px;
	line-height: normal;
	}

.posted a {
	text-decoration: underline;
	}

.posted a:link {
	color: #999;
	}

.posted a:visited {
	color: #999;
	}

.posted a:active {
	color: #999;
	}

.posted a:hover {
	color: #ff9900;
	}
	
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #bbb;
	}

textarea[id="comment-text"] {
	width: 80%;
	}