@charset "utf-8";
/* Uncle Boise Archives CSS */

/*** Color Specs ***/
/*** Dark Blue		#000099		***/
/*** Light Blue 	#AFDCEC		***/
/*** Dark Gray		#333333		***/
/*** Medium Gray	#666666		***/
/*** Light Gray		#999999		***/
/*** Orange			#FF6600		***/

/*** Start Article Archive ***/
.feature {
	background: #AFDCEC;
	padding: 8px;
	margin: 10px 10px 0 0;
	border:1px solid #000099;
	height: auto;
	width:460px;
}

.featureTitle {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height: 16px;
	margin:5px 0 10px 0;
	padding:4px;
	border-bottom:1px solid #000000;
	background-color:#F93;
}

.previewContent {
	width:140px;
	padding:0px;
	margin:0px;
	float:left;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000099;
	margin:0 20px 10px 0px;
	padding:0;
}

/*** This is the div that holds the article description for all the articles on index.jsp ***/
.archiveArticleDescription {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0;
	width:auto;
}

/*** This is the div that contains all of the article information for the New Stuff section on index.jsp ***/
#indexArticles {
	width:460px;
	padding:6px;
	margin-top:4px;
	border-bottom:1px solid #000000;
}

#indexNewArticles {
	width:470px;
	height:220px;
	padding:6px 0 6px 4px;
	margin:16px 0 16px 0;
}

div.indexOldStuffItem {
  width:230px;
  height:100px;
  float:left;
  padding:4px;
}

div.descriptionBox {
  width:auto;
  height:auto;
  margin:0 0 20px 0;
}

div.indexDescriptionBox {
  width:auto;
  height:auto;
  margin:0 0 10px 0;
}

/*** This is the div that contains all of the article information for the Old Stuff section on index.jsp ***/
#indexArticlesArchive {
	width:auto;
	background-color:#FFFFFF;
	padding:2px;
	margin-top:4px;
	border-bottom:1px solid #000000;
}

/*** This is a div that holds the article title, description, and link ***/
.archiveContent {
	background:transparent;	
	padding:2px;
	margin:2px 2px 0 0;
	border-bottom:1px solid #000000;
	width:450px;
	float:left;
}

/*** This is the div containing the author byline on index.jsp ***/
.archive-controls {
	padding:0;
	font-size:10px;
	margin:10px 0 0 0;
}

.archivesAuthor {
	padding: 4px 0 2px 0;
	font-size: 11px;
	margin:10px 10px 0 0;
}

/*** This is the "More >>" link that leads to the archives ***/
.archive {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:right;
}

.more-archive {
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 20px 10px 0;
}

div.oldStuff {
  width:auto;
  height:auto;
  clear:both;
  padding:0; 

}

div.oldStuffItem {
  width:238px;
  height:110px;
  float:left;
  padding:4px;
}

.oldStuffItemVideoTable {
  margin:0 0 2px 8px;
}

.archiveSpacer {
  clear:both;
  ont-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	line-height: normal;
  margin:0;
  padding:0;
}

.titleSpace {
  padding:0;
  margin:0 0 6px 0;
}

.archiveDescription {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0;
	width:460px;
}

#archiveByline {
	margin-top:6px;
}
/*** End Article Archive ***/

