/*** 
* Feature stories CSS
* Currently works with Drupal 6
*/
.view-feature-story.view-display-id-block_1 {
	position:relative;
	margin-bottom:1.5em;
	height:260px;
}
.view-feature-story.view-display-id-block_1 .views-row {
	position:absolute;
	top:0;
	bottom:0;
	border:none;
	overflow: visible;
}
.view-feature-story .views-field-field-thumbnail-fid  {
	float:left;
	width:75px;
	margin-right:.85em;
	margin-bottom:.85em;
}
.node-type-feature-story .imagefield-field_photo {
	margin-bottom:20px;
}
.view-feature-story.view-display-id-block_1 .views-field-title {
	margin-top:5px;
	margin-right:5px;
	margin-left:5px;
}
.view-feature-story.view-display-id-block_1 .views-field-title a {
	color: #c34500;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	line-height:1.3em;
}
.view-feature-story.view-display-id-block_1 .views-field-title a:hover {
	background-color:transparent;
	text-decoration:underline;
}
.view-feature-story .views-field-field-caption-value {
	margin-left:5px;
}
.view-feature-story .views-field-field-caption-value a:hover p {
	text-decoration:underline;
}
.view-feature-story .views-field-field-caption-value p {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
div.view ul.pager {
	width:auto;
}
.view-feature-story.view-display-id-block_1 .more-link {
	position:absolute;
	top:192px;
	padding:3px 10px;
	background:url(http://oregonstate.edu/osuhomepage/images/feature_stories_transparent_background.png) left top repeat;
	-moz-border-radius: 12px;
  -webkit-border-radius: 12px;
	border-radius: 12px;
	z-index:3;
}
.view-feature-story.view-display-id-block_1 .more-link a {
	color:#fff;
	font-size:.93em;
	font-weight:bold;
	text-decoration:none;
}
.view-feature-story.view-display-id-block_1 .more-link a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}

.view-feature-story .controls,
.view-feature-story .controls li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
.view-feature-story .controls {
	position:absolute;
	top:193px;
	left:0;
	padding:.31em .85em;
	z-index:3;
}
.view-feature-story .controls li {
	float:left;
}

.view-feature-story .controls li a {
        display: block;
        width: .8em;
        height: .8em;
        margin-right: .5em;
        text-decoration: none;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 0 0 2px #ccc;
        -webkit-box-shadow: 0 0 2px #ccc;
        box-shadow: 0 0 2px #ccc;
        background-color: #fff;
}

.view-feature-story .controls li a:hover,
.view-feature-story .controls li.active a {
        background-color: #c34500;
}

html.js .view-feature-story a.views-throbbing,
html.js .view-feature-story span.views-throbbing {
        background: none;
        padding-right:0;
}




/*
.view-feature-story .controls,
.view-feature-story .controls li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
.view-feature-story .controls {
	position:absolute;
	top:193px;
	left:0;
	padding:.31em .85em;
	z-index:3;
}
.view-feature-story .controls li {
	float:left;
}
.view-feature-story .controls li a {
	display:block;
	width:1em;
	height:1em;
	margin-right:.5em;
	text-decoration:none;
	background-image:url(http://oregonstate.edu/osuhomepage/images/dot.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.view-feature-story .controls li a:hover,
.view-feature-story .controls li.active a {
	background-color:transparent;
	background-image:url(http://oregonstate.edu/osuhomepage/images/dot-hover.png);
	background-position:center center;
	background-repeat:no-repeat;
}
html.js .view-feature-story a.views-throbbing,
html.js .view-feature-story span.views-throbbing {
	background:none;
	padding-right:0;
}

*/