/*** Uncle Boise CSS ****/

/*** Color Specs ***/
/*** Dark Blue		#000099		***/
/*** Dark Gray		#333333		***/
/*** Medium Gray	#666666		***/
/*** Light Gray		#999999		***/
/*** Orange			#FF6600		***/

/*** Default class for all images. We do not alter the IMG tag itself to allow for custom classes for different effects ***/
img {
	border: 1px solid #000000;
	margin:0;
}

img.noBorder {
	margin:0;
	border:0;
}

/*** This gives you padding above and below an image ***/
img.articleImage {
	margin:10px 0 5px 0;
}

/*** This gives padding only above an image ***/
img.articleImageTop {
	margin:10px 0 5px 0;
}
	
/*** This is the text directly under images in articles ***/
p.image-caption {
	color:#000000;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	font-weight:700;
	font-size:8pt;
	margin:-5px 0 8px 10px;
	float:left;
	clear:both;
}

p.image-captionRight {
	color:#000000;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	font-weight:700;
	font-size:8pt;
	margin:-5px 10px 8px 15px;
	float:right;
	clear:both;
}

p.textRight {
float:right;
}
	
/*** This tag is for the images in the previews, archives, and lander pages only ***/	
img.imageRight {
	float:right;
	margin:10px 0 5px 15px;
	padding:0;
	background-color:#FFFFFF;
}

/*** This tag should be used to float images right within articles ***/
img.imageRightArticles {
	float:right;
	margin:10px 8px 0 15px;
	padding:0;
	background-color:#FFFFFF;
}
	
/*** This tag should be used to float images left in articles ***/
img.imageLeft {
	float:left;
	margin:10px 10px 0 0;
	padding:0;
	background-color:#FFFFFF;
	clear:right;
}
	
/*** Spacer to separate content. USE ONLY AS NEEDED!!! ***/
div.spacer { 
	float:none;
	clear:both; 
}

/*** This sets the width and placement of the Flash picture galleries within articles. This IS NOT the tag for the Vistas 	galleries! ***/
.flashSlideshow {
	width:400px;
	margin:0 auto;
}
	
/*** Small (button) Ads ***/
.button-ad {
	margin:0 0 10px 10px;
	padding:0;
}

/*** Large (quarter) Ads ***/
.quarter-ad {
	margin:8px;
	padding:0;
}
	
.quarter-adLast {
	margin:8px;
	padding:0;
}
	
/*** Left column ad spaces -- This sets the spacing. The border is set by the .image class ***/
.left-ad { 
	margin-bottom:10px; 
}

/*** This is the bottom RSS feed graphic ***/
.bottom-rss {
	height:20px;
	float:left;
	margin-left:15px;
	border:0;
}

img.reviewImg {
	margin:15px 0 10px 0;
}

img.verify {
	margin:20px 0 20px 0;
}

img.recover {
	margin:20px 0 0 0;
}

div.flashMovie {
	width:460px;
	margin:10px 0 10px 0;
	padding:0;
	border:0;
}

img.eventImage {
	margin:0 0 0 8px;
  top:10px;
  float:right;
}

.archive-image {
	float:right;
	padding:0;
	z-index:5;
}

img.imageFrontPage {
	float:right;
	margin:4px 0 4px 4px;
	padding:0;
	background-color:#FFFFFF;
}