/*** 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-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin:0;
}

/*** This is the header images on the internal pages - NOT the Flash intro ***/
img.headerImage {
	margin:0 0 0 100px;
	padding:0;
	border:0;
}

/*** This gives you padding above and below an image ***/
img.articleImage {
	margin:10px 0 10px 0;
}

/*** This gives padding only above an image ***/
img.articleImageTop {
	margin:10px 0 0 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:900;
	font-size:8pt;
	margin:0 0 15px 10px;
	float:left;
	clear:both;
}

p.image-captionRight {
	color:#000000;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	font-weight:900;
	font-size:8pt;
	margin:0 10px 15px 0;
	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 10px 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;
}

img.CGCCend {
	margin:10px 0 0 220px;
	border:0;
}
	
/*** Spacer to separate content. USE ONLY AS NEEDED!!! ***/
div.spacer { 
	float:none;
	clear:both; 
}

/*** Large Right Images ***/
.rightImages {
	margin:0 10px 10px 10px;
	padding:0;
}
	
/*** Left Images -- This sets the spacing. The border is set by the .image class ***/
.leftImages { 
	margin-bottom:10px; 
}

.leftImagesLarge { 
	margin:0 0 10px 9px; 
}

/*** This is the bottom RSS feed graphic ***/
.bottom-rss {
	height:20px;
	float:left;
	margin-left:15px;
	border:0;
}
