/* general */

#grid {
	width: 658px;
	padding: 0 0 10px 0;
	font-family: georgia, serif;
	background: #fff;
	overflow: hidden;
	}
	
#grid img {
	border-style: none;
	}

/* header */

#top {
	background: #fff url(http://oregonianextra.com/olive-specials/mobilization/graphics/background-intro.jpg) top center repeat-x;
	border-top: 5px solid #999;
	}

#intro {
	padding: 0 30px 30px 30px;
	font-size: 15px;
	line-height: 170%;
	background: transparent;
	color: #333;
	}	

h1 {
	margin: 0 0 2px 0;
	padding: 20px 30px 0 30px;
	font-weight: normal;
	font-size: 34px;
	letter-spacing: -.01em;
	color: #000;
	}
	
.small {
	margin: 10px 0 0 0;
	font-style: italic;
	font-size: 12px;
	line-height: 130%;
	color: #888;
	}

/* structure */

#pictures { 
	padding: 5px 0 0 5px;
	background: #fff;
	border: 1px solid #ddd;	
	overflow: hidden;
	}
	
#pictures #large {
	float: left;
	margin: 0 11px 0 0;
	padding: 0 0 0 6px;
	background: #fff;
	line-height: 0;	
	}	
	
#pictures .item {
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
	line-height: 0;
	}

/* rotator */

#rotator {
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 262px;
	height: 408px;
	}

#rotator img {
	border: 0;
	cursor: pointer;
	width: 262px;
	height: 408px;
	}

/* links */	
	
#grid a,
#grid a:visited {
	color: #069 !important;
	text-decoration: none !important;
	border: 0 !important;
	}
 
#grid a:hover,
#grid a:active {
 	color: #09f !important;
 	text-decoration: underline !important;
 	}

 /* end */	