@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin:5px 0 10px 0;
	border-bottom:1px solid #000000;
}

.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;
	background-color:#FFFFFF;
	padding:6px;
	margin-top:4px;
	border-bottom:1px solid #000000;
}

div.descriptionBox {
  width:auto;
  height:auto;
  margin:0 0 20px 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;
}

#weeklyfeature {
	width:auto;
	background-color:#FFFF99;
	background:url(../images/awesome.gif) repeat;
	padding:6px;
	margin-top:10px;
	border:2px solid #FFFF66;
	clear:both;
}

/*** 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;
	border-top:0px solid #000099;
	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:10px 10px 0 10px; 

}

div.oldStuffItem {
  width:238px;
  height:110px;
  float:left;
  padding:4px;
}

div.oldStuffItemVideo {
  width:310px;
  height:241px;
  float:left;
  padding:3px;
}

div.oldStuffItemVideo {
  margin:0 0 0 10px;
  padding:3px;
}

img.archiveImageIndex {
  float:left;
  margin:2px 6px 6px 0;
  padding:0;
  width:80px;
}

.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:300px;
/*** End Article Archive ***/
