
/********
*
*	Rotating Image - Views Slideshow 
*
********/

.views-field-field-rotator-caption {
	padding: 10px 20px 20px 20px;
	margin-top: -6px;
	text-align: left;
    background-image: url("http://drupalweb.forestry.oregonstate.edu/common/drupal_7_themes/forestry_base_v4_2/images/feature-caption-down-a-notch.png");
    background-position: left top;
    background-repeat: no-repeat;
}

.views-field-field-rotator-caption .rotator-caption {
	display: block;
	text-align: center;
	font-size: 1.2em;
}

.views-field-field-rotator-caption, .views-field-field-rotator-caption a, .views-field-field-rotator-caption p {
	text-decoration: none;
	color: #FFF;
}

.views-field-field-rotator-caption a:hover, .views-field-field-rotator-caption p:hover{
	/*background-color: #585c0d;*/
	background-color: transparent;
	text-decoration: none;
}


.views-field-field-rotator-caption, .views-field-field-rotator-caption a, .views-field-field-rotator-caption p {
    font-size: 14px;
}

.views-field-field-rotator-caption a:hover, .views-field-field-rotator-caption p:hover {
    text-decoration: none !important;
}


/** Views Slideshow Controls **/


.view-feature-image-rotator-2 .views-slideshow-controls-top {
    margin-top: 130px;
	margin-left: 15px;
	position: absolute;
    z-index: 500;
	width: 100px;
}

.view-feature-image-rotator-2 .views-slideshow-controls-text a, .view-feature-image-rotator-2 .views-slideshow-controls-text a:visited, .view-feature-image-rotator-2 .views-slideshow-controls-text a:hover {
	text-decoration: none;
	color: transparent !important;
}


.view-feature-image-rotator-2 .views-slideshow-controls-text-previous, 
.view-feature-image-rotator-2 .views-slideshow-controls-text-pause, 
.view-feature-image-rotator-2 .views-slideshow-controls-text-next {
	margin: 0;
	padding: 0;
}

.view-feature-image-rotator-2 .views-slideshow-controls-text-next {
    float: left;
    height: 32px;
    margin-left: 600px;
    margin-top: -32px;
    width: 32px;
}


.view-feature-image-rotator-2 .views-slideshow-controls-text-previous {
	margin-left: 0;
	float: left;
	height: 32px;
	width: 32px;
}

.view-feature-image-rotator-2 .views-slideshow-controls-text-previous a {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: url("/sites/all/themes/forestry_bonzai_v1_0/images/slideshowbuttons/prev-off.png") no-repeat;
	color: transparent;
	text-decoration: none;
	height: 32px;
	width: 32px;
	font-size: 0;
	display: none;
}

.view-feature-image-rotator-2 .views-slideshow-controls-text-previous a:hover {
	background: url("/sites/all/themes/forestry_bonzai_v1_0/images/slideshowbuttons/prev-on.png") no-repeat;
	height: 32px;
	width: 32px;
}

.view-feature-image-rotator-2 .views-slideshow-controls-text-pause.paused a {
	display: inline-block;
	background: url("/sites/all/themes/forestry_bonzai_v1_0/images/slideshowbuttons/play.png") no-repeat;
	color: transparent;
	text-decoration: none;
	display: none;
}

.view-feature-image-rotator-2 .views-slideshow-controls-text-pause.paused a:hover {
	background: url("/sites/all/themes/forestry_bonzai_v1_0/images/slideshowbuttons/play-hover.png") no-repeat;
	display: none;
}

.view-feature-image-rotator-2 .views-slideshow-controls-text-pause a {
	display: inline-block;
	background: url("/sites/all/themes/forestry_bonzai_v1_0/images/slideshowbuttons/pause.png") no-repeat;
	font-size: 1px;
	color: transparent;
	text-decoration: none;
	display: none;
}

.view-feature-image-rotator-2 .views-slideshow-controls-text-pause a:hover {
	background: url("/sites/all/themes/forestry_bonzai_v1_0/images/slideshowbuttons/pause-hover.png") no-repeat;
}

.view-feature-image-rotator-2 .views-slideshow-controls-text-next a {
	display: inline-block;
	background: url("/sites/all/themes/forestry_bonzai_v1_0/images/slideshowbuttons/next-off.png") no-repeat;
	color: transparent;
	text-decoration: none;
	height: 32px;
	width: 32px;
	font-size: 0;
	display: none;
}

.view-feature-image-rotator-2 .views-slideshow-controls-text-next a:hover {
	background: url("/sites/all/themes/forestry_bonzai_v1_0/images/slideshowbuttons/next-on.png") no-repeat;
	height: 32px;
	width: 32px;
}

/* Slideshow "View All Stories..." */

.view-feature-image-rotator-2  .view-header {
	margin-left: 625px;
    margin-top: 240px;
    position: absolute;
    z-index: 500;
}

.view-feature-image-rotator-2  .view-header a {
	/*font-size: 1px;*/
	color: transparent;
	background: url("/sites/all/themes/forestry_base_v4_2/images/slideshowbuttons/view-all-stories.png") no-repeat;
}

.view-feature-image-rotator-2  .view-header a:hover {
	/*font-size: 1px;*/
	color: transparent;
	background: url("/sites/all/themes/forestry_base_v4_2/images/slideshowbuttons/view-all-stories-hover.png") no-repeat;
}


/* Slideshow height adjustment */

div.views_slideshow_main {
	height: 320px;
}

/** Featured Stories List **/


.view-feature-image-rotator-list .field-name-field-thumbnail{
	float: left;
	width: 210px;
}

.view-feature-image-rotator-list .field-name-body {
	float: left;
	width: 410px;
}

.view-feature-image-rotator-list .views-row {
	clear: both;
    border-top: 1px dotted #888888;
    margin: 20px 15px;
    padding: 10px;
}


/* Rotator Mods */

body.green .views-field-field-rotator-caption {
	background-color: #708b37;
	background-image: none;
}

body.green .views-field-field-rotator-caption {
	height: 40px;
	margin-right: 10px;
	background-image: url("/sites/all/themes/ash_forestry/images/rotator-background.png");
	width: 620px;
}

body.green .views-field-field-rotator-caption p,
body.green .views-field-field-rotator-caption a,
body.green .views-field-field-rotator-caption a:hover, 
body.green .views-field-field-rotator-caption a:visited {
	text-decoration: none;
	color: #676767;
	color: white;
}

