/*   
Theme Name: centor
Theme URI: http://centraloregon.com/theme-for-wordpress/
Description: This is youtube theme
Author: Spencer Dahl
Author URI: http://centraloregon.com/
Version: 0.1.5
Tags: fixed-width,white,light,two-columns,right-sidebar,theme-options,threaded-comments,sticky-post,microformats
.
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
.
*/
/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, img, applet, embed, canvas, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, u, i, s, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
    font-size: 100.1%;
 	background:transparent
}
html {
	height:100%
}
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
background-color:#003366;
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}

input, textarea {
	font:11px Arial, sans-serif;
}
a {
	color:#0033cc;
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold
}
h1 {
	font-size:1.5833em
}
h2 {
	font-size:1.3333em
}
h3 {
	font-size:1.1666em;
}
h5, h6 {
	font-size:.8333em
}
dt {
	font-weight:bold
}


.master-sprite {
	background:transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/master-vfl93996.png) repeat-x scroll 0 0;
	border:0;
	padding:0;
	cursor:hand;
	cursor:pointer
}
.master-sprite::-moz-focus-inner {
border:0
}
.QLIconImg {
	background-position:0 -355px
}
.QLIconImgOver {
	background-position:-25px -355px
}


.cityText {
  font-size:12px;
  color:#000000;
	font-weight: bold;
	text-decoration: underline;
	margin:5px 0 8px 0;
}

/* Stat Modules Extensions. The specs are verbatim from bethellyn's HTML */
/* Note that 297px is used instead of 298px because IE6 has round up bugs */


#footer {
	clear:both;
	width:960px;
	margin-top:15px;
	background:#eee;
	border-top:1px solid #ccc
}
#footer .search {
	padding:0 15px 10px 15px
}

#footer .promo {
	font-size:13px;
	font-weight:bold;
	float:right;
	padding-top:8px;
	text-align:center
}
#footer .links a {
	text-decoration:none
}
#footer .links a:hover {
	text-decoration:underline
}
#footer .links {
	font-size:11px;
	line-height:13px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px
}
#footer .links table {
	width:100%
}
#footer .links tr {
	margin:0;
	padding:0
}
#footer .links th {
	color:#333;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	line-height:14px;
	padding-bottom:1px;
	white-space:nowrap
}
#footer .links td {
	width:16%;
	white-space:nowrap;
	margin:0;
	padding-right:15px;
	line-height:14px;
	padding-bottom:1px
}
#footer .links .separator {
	border-left:1px solid #ccc;
	padding-left:15px
}
#copyright {
	font-size:11px;
	padding:15px 0;
	text-align:center
}
code {
	font-family:Courier, "Courier New", monospace;
	font-size:12px
}
dt {
	padding-bottom:5px
}
dd {
	padding-bottom:15px
}
h1, h2, h3, h4, h5, h6 {
	margin-top:5px;
	margin-bottom:3px
}
hr {
	border:0;
	border-top:1px dashed #999;
	height:1px;
	margin-top:12px
}
label {
	cursor:pointer;
	cursor:hand
}
#baseDiv {
	position:relative;
	width:960px;
	margin:17px auto 20px auto;
	padding:1px 13px 13px 13px;
	background-color:#FFFFFF;
	border:solid 1px #FFFF00
}
.error {
	font-weight:700;
	color:#f00
}
.confirmBox, .errorBox {
	padding:6px;
	margin-top:6px;
	margin-bottom:6px;
	text-align:center;
	font-size:13px;
	background-color:#cfeeb2;
	border:#CCCCCC solid thin;
}
.errorBox {
	background-color:#ffaeae
}
.highlight, .success {
	font-size:14px;
	font-weight:700;
	color:#333
}
.highlightBox {
	text-align:center;
	margin-top:3px;
	font-size:14px
}
.smallText {
	font-size:11px
}
.largeText {
	font-size:14px
}
.bold {
	font-weight:bold
}
.label {
	font-weight:bold;
	color:#333
}
.grayText {
	color:#666
}
.nowrap {
	white-space:nowrap
}
.eLink {
	text-decoration:none;
	border-bottom:1px dotted #03c;
	color:#03c;
	cursor:pointer;
	cursor:hand
}
.hLink, .eLink:hover {
	text-decoration:none
}
.hLink:hover {
	text-decoration:underline
}
.hand {
	cursor:pointer;
	cursor:hand
}
.floatL {
	float:left
}
.floatR {
	float:right
}
.clear {
	clear:both
}
.clearL {
	clear:left
}
.clearR {
	clear:right
}
.spacer {
	clear:both;
	height:1px;
	font-size:1px
}
.alignC {
	text-align:center
}
.alignR {
	text-align:right
}
.hid {
	display:none
}
.vimg134, .vimg128, .vimg120, .vimg90, .vimg50, .vimgCluster120 {
	-ms-interpolation-mode:bicubic
}
.vimg134, .vimg128 {
	width:128px;
	height:72px
}
.vimg120 {
	width:120px;
	height:90px
}
.vimg90 {
	width:90px;
	height:70px;
	border:1px solid #999
}
.vimg50 {
	width:50px;
	height:38px;
	border:1px solid #999
}
.vimgCluster120 {
	width:116px;
	height:87px
}
.v134WrapperInner, .v128WrapperInner {
	overflow:hidden;
	width:128px;
	height:72px;
	border:1px solid #fff
}
.v120WrapperInner img {
	margin-top:-10px
}
.v134WrapperOuter, .v128WrapperOuter {
	width:130px;
	border:1px solid #999
}
.v120WrapperInner {
	overflow:hidden;
	width:120px;
	height:72px;
	border:1px solid #fff
}
.v120WrapperInner img {
	margin-top:-10px
}
.v120WrapperOuter {
	width:122px;
	border:1px solid #999
}
.v90WideEntry {
	font-size:11px;
	line-height:14px;
	text-align:left;
	width:92px
}
.v90WrapperInner {
	overflow:hidden;
	width:90px;
	height:54px;
	border:1px solid #fff
}
.v90WrapperInner img {
	margin-top:-10px
}
.v90WrapperOuter {
	width:92px;
	border:1px solid #999
}
.v50WrapperInner {
	overflow:hidden;
	width:50px;
	height:30px;
	border:1px solid #fff
}
.v50WrapperInner img {
	margin-top:-10px
}
.v50WrapperOuter {
	width:52px;
	border:1px solid #999
}
.vCluster120WrapperInner {
	overflow:hidden;
	height:68px
}
.vCluster120WrapperInner img {
	margin-top:-10px
}
.vCluster120WideEntry {
	background:transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/video_cluster_border-vfl68068.gif) no-repeat scroll 0 0;
	height:74px;
	width:122px;
	padding:2px 0 0 2px
}
.title, .vtitle {
	font-weight:bold;
	font-size:12px
}
.desc, .vdesc {
	margin:3px 0;
	font-size:12px
}
.facets, .vfacets {
	margin-top:2px;
	margin-bottom:3px;
	line-height:13px;
	font-size:11px
}
.vfacets {
	margin:3px 0
}
.runtime, .vruntime {
	color:#000;
	font-weight:bold;
	font-size:11px;
	line-height:15px
}
.user-thumb-large, .user-thumb-medium, .user-thumb-semismall {
	display:block;
	overflow:hidden;
	background-color:#fff;
	border:3px double #999
}
.user-thumb-large img, .user-thumb-medium img, .user-thumb-semismall img {
	-ms-interpolation-mode:bicubic
}
.user-thumb-large div, .user-thumb-medium div, .user-thumb-semismall div {
	width:400px;
	float:left;
	text-align:center
}
.user-thumb-large a, .user-thumb-medium a, .user-thumb-semismall a {
	display:block
}
.user-thumb-large {
	height:60px;
	width:60px
}
.user-thumb-large img {
	height:60px
}
.user-thumb-large div {
	margin-left:-170px
}
.user-thumb-medium {
	height:46px;
	width:46px
}
.user-thumb-medium img {
	height:46px
}
.user-thumb-medium div {
	margin-left:-177px
}
.user-thumb-semismall {
	height:36px;
	width:36px
}
.user-thumb-semismall img {
	height:36px
}
.user-thumb-semismall div {
	margin-left:-182px
}
button.QLIcon, button.QLIconImg, button.QLIconImgOver, button.QLIconImgDone {
	width:25px;
	height:25px;
	margin-top:-10px
}
.QLIcon {
	position:absolute;
	z-index:2;
	top:36px;
	left:4px
}
.QLContainer {
	position:relative;
	z-index:0
}
.addtoQL90 {
	text-align:left;
	width:100%;
	margin-left:0;
	margin-top:-24px;
	padding:1px
}
.quicklist-inlist {
	text-align:left;
	padding-left:5px;
	background-color:#a0cd5b;
	font-size:11px;
	height:14px;
	margin-bottom:1px;
	font-weight:bold;
	color:black;
	opacity:.8;
	-moz-opacity:.8;
	filter:alpha(opacity=80)
}
.v120WrapperInner .quicklist-inlist {
	width:118px
}
.v90WrapperInner .quicklist-inlist {
	width:87px
}
.v134WrapperInner .addtoQL90, .v128WrapperInner .addtoQL90 {
	margin-top:-15px
}
.movie-entry .video-time {
	margin-top:-23px
}
.v90WrapperInner .addtoQL90 {
	margin-left:1px
}
.quicklist-inlist a {
	color:black!important
}
#subscribeMessage {
	display:none;
	text-align:center;
	padding:8px;
	font-weight:bold;
	background:#dfc
}
#subscribeMessage.errorBox {
	height:15px
}

#subscribeAllDiv {
	text-align:left;
	margin:5px 5px 0 5px;
	padding-bottom:25px;
	border-top:1px solid #ccc
}
#subscribeAllDiv h2 {
	font-size:14px;
	margin:6px 0;
	color:#000
}
.video-alt-query, .channel-alt-query, .playlist-alt-query {
	font-size:16px
}
.video-alt-query img, .channel-alt-query img, .playlist-alt-query img {
	vertical-align:middle
}
.grid-view .video-cell, .grid-view .channel-cell, .grid-view .playlist-cell, .grid-view .movie-cell, .grid-view .show-cell {
	display:-moz-inline-stack;
	display:inline-block;
*display:inline;
	vertical-align:top;
	zoom:1
}
.grid-view .video-cell, .grid-view .playlist-cell {
	width:24.9%
}
.grid-view .channel-cell, .grid-view .movie-cell, .grid-view .show-cell {
	width:33.2%
}
.list-view .video-cell, .list-view .channel-cell, .list-view .playlist-cell, .list-view .movie-cell, .list-view .show-cell, .mini-list-view .show-cell {
	width:auto!important
}
.grid-view .video-entry {
	width:124px;
	margin:10px 0
}
.grid-view .watch-promoted-vid .video-entry {
	width:94px;
	overflow:hidden;
	margin:0;
	padding:0
}
.grid-view .channel-entry {
	width:140px;
	margin:10px 0
}
.grid-view .movie-entry, .grid-view .show-entry {
	width:360px;
	margin:10px 0
}
.grid-view .video-entry, .grid-view .channel-entry, .grid-view .playlist-entry, .grid-view .movie-entry, .grid-view .show-entry {
	vertical-align:baseline
}
.list-view .video-entry, .list-view .channel-entry, .list-view .movie-entry, .list-view .show-entry, .list-view .playlist-entry {
	padding:10px 4px
}
.mini-list-view .video-entry {
	margin:0 0 10px 0
}
.mini-list-view .show-entry {
	padding-bottom:10px
}
html>body .list-view .video-entry, html>body .list-view .channel-entry, html>body .list-view .playlist-entry {
	padding:10px 5px
}
.feedmodule-data .grid-view .video-entry {
	margin-top:5px;
	margin-bottom:5px
}
.feedmodule-data .list-view .video-entry {
	padding-top:0;
	padding-bottom:0
}
html>body .feedmodule-data .list-view .video-entry {
	padding-top:0;
	padding-bottom:0
}
.list-view .video-entry-dark-border, .list-view .show-entry-dark-border, .list-view .movie-entry-dark-border, .list-view .playlist-entry-dark-border {
	border-bottom:1px solid #ccc
}
.list-view .v180WideEntry, .list-view .v120WideEntry, .list-view .v90WideEntry, .mini-list-view .v90WideEntry, .list-view .vCluster120WideEntry, .list-view .vCluster180WideEntry, .list-view .user-thumb-large, .grid-view .user-thumb-large, .grid-view .movie-entry .v120WideEntry, .grid-view .show-entry .v128WideEntry, .list-view .movie-entry .v120WideEntry, .list-view .show-entry .v128WideEntry, .mini-list-view .show-entry .v128WideEntry {
	float:left
}
.grid-view .movie-entry .v134WideEntry, .grid-view .show-entry .v134WideEntry, .list-view .movie-entry .v134WideEntry, .list-view .show-entry .v134WideEntry, .mini-list-view .show-entry .v134WideEntry {
	float:left
}
.list-view .playlist-main-thumb .vCluster120WideEntry {
	float:none
}
.video-time, .video-corner-text {
	text-align:right;
	margin-top:-16px;
	margin-right:1px;
	font-family:Arial, sans-serif;
	white-space:nowrap
}
.video-time span, .video-corner-text span {
	padding:0 4px;
	font-weight:bold;
	font-size:11px;
	-moz-border-radius:1px;
	-webkit-border-radius:2px;
	background-color:#000;
	color:#fff;
	height:14px;
	opacity:.75;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
*display:inline-block
}
.video-corner-text {
	margin-right:7px;
	margin-top:-24px
}
.grid-view .video-main-content {
	margin-top:2px
}
.list-view .video-main-content, .mini-list-view .video-main-content, .list-view .channel-main-content, .list-view .playlist-main-content, .grid-view .movie-main-content, .grid-view .show-main-content, .list-view .movie-main-content, .list-view .show-main-content, .mini-list-view .show-main-content {
	padding-left:10px;
	float:left
}
.grid-view .video-main-content, .grid-view .channel-main-content, .grid-view .playlist-main-content, .grid-view .movie-main-content, .grid-view .show-main-content {
	overflow:hidden
}
.list-view .video-main-content, .list-view .playlist-main-content {
	width:456px
}
.grid-view .movie-main-content, .grid-view .show-main-content {
	width:195px;
	line-height:16px
}
.list-view .channel-main-content {
	width:514px
}
.list-view .movie-main-content, .list-view .show-main-content {
	width:390px
}
.grid-view .channel-main-content {
	padding-left:5px;
	width:65px;
	float:left
}
.mini-list-view .video-main-content {
	width:166px
}
.mini-list-view .show-main-content {
	width:108px;
	padding-left:5px;
	line-height:16px
}
.list-view .channel-2-row-grid, .grid-view .channel-2-row {
	display:none
}
.list-view .channel-2-row td {
	width:296px
}
.list-view .channel-2-row td .left {
	padding-right:6px
}
.list-view .channel-2-row .channel-main-content {
	width:210px
}
.video-title a, .channel-title a, .playlist-title a, .movie-title a, .show-title a, .mini-list-view a {
	text-decoration:none
}
.video-title a:hover, .channel-title a:hover, .playlist-title a:hover, .movie-title a:hover, .show-title a:hover, .mini-list-view a:hover {
	text-decoration:underline
}
.video-short-title, .playlist-short-title {
	height:30px;
	overflow:hidden;
	font-weight:bold;
	padding-left:1px
}
.movie-short-title, .channel-short-title, .show-mini-title {
	height:16px;
	overflow:hidden;
	font-weight:bold;
	padding-left:1px
}
.movie-short-title {
	padding-left:0
}
.video-mini-title, .show-mini-title {
	font-size:12px;
	font-weight:bold
}
.video-long-title, .channel-long-title, .playlist-long-title {
	font-size:14px;
	height:16px;
	overflow:hidden;
	font-weight:bold
}
.video-title-results .video-long-title, .playlist-title-results .playlist-long-title {
	font-weight:normal
}
.list-view .movie-title, .list-view .show-title {
	font-size:16px
}
.playlist-long-title span {
	margin-right:10px
}
.playlist-long-title .playlist-play-all {
	font-size:12px
}
.result-type-badge {
	display:-moz-inline-stack;
	display:inline-block;
*display:inline;
	vertical-align:top;
	zoom:1;
	-moz-border-radius:1px;
	-webkit-border-radius:2px;
	background-color:#999;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding:0 4px;
	margin-top:1px
}
.show-cell .result-type-badge {
	margin-top:3px
}
.video-description {
	height:32px;
	overflow:hidden;
	margin-top:3px
}
.show-description, .channel-description, .show-short-description {
	height:16px;
	overflow:hidden;
	margin-top:3px
}
.movie-description, .mini-list-view .show-mini-description, .episode-description {
	height:32px;
	overflow:hidden
}
.list-view .movie-description, .list-view .show-short-description, .episode-description {
	margin-top:3px;
	font-size:12px
}
.show-long-description {
	height:48px;
	overflow:hidden
}
.video-description, .show-description, .episode-description, .channel-description, .movie-description, .show-long-description, .show-short-description, .show-mini-description {
	color:#000
}
.video-facets, .channel-facets, .playlist-facets, .playlist-main-stats, .movie-facets, .show-facets, .mini-list-view .video-view-count, .mini-list-view .video-username {
	font-size:11px;
	color:#666
}
.list-view .playlist-facets {
	width:456px
}
.list-view .playlist-main-thumb {
	float:left
}
.video-facets span, .channel-facets span, .playlist-facets span, .list-view .show-facets span {
	margin-right:12px
}
.channel-facets span.channel-recent-video {
	margin-right:1px;
	margin-top:3px
}
.list-view .video-facets, .list-view .playlist-facets, .list-view .channel-facets, .list-view .channel-username, .list-view .show-extrainfo, .list-view .movie-facets {
	margin-top:3px
}
.video-facets div {
	display:inline;
	float:none
}
.video-facets img {
	vertical-align:top
}
.grid-view .video-facets span, .grid-view .channel-facets span, .list-view .playlist-main-stats span, .grid-view .movie-facets span, .grid-view .show-facets span {
	display:block;
	padding-left:1px
}
.grid-view .movie-facets span, .grid-view .show-facets span {
	padding-left:0
}
.list-view .playlist-facets span {
	line-height:18px
}
.video-rating-list .video-rating-grid {
	color:#666;
	font-size:11px;
	font-style:italic
}
.grid-view .video-rating-list, .grid-view .video-rating-grid {
	margin-top:2px
}
.grid-view .video-rating-with-caps {
	margin-top:4px
}
.grid-view .channel-video-count {
	margin-bottom:10px
}
.playlist-main-content .playlist-videos {
	margin-left:10px
}
.playlist-videos .playlist-video {
	height:15px;
	overflow:hidden;
	margin-top:3px;
	margin-left:10px
}
.playlist-video .playlist-video-duration {
	color:#666666;
	font-size:11px
}
.grid-view .watch-promoted-vid .video-view-count, .grid-view .watch-promoted-vid .video-username {
	font-size:11px
}
.grid-view .watch-promoted-vid .video-view-count {
	color:#666;
	font-size:11px
}
.movie-studio-genre, .movie-genre, .movie-rating, .movie-availability {
	display:inline!important
}
.list-view .movie-studio-genre, .list-view .show-genre-username, .list-view .show-genre-list, .list-view .movie-username-genre {
	font-size:13px
}
.list-view .show-genre, .list-view .movie-genre {
	color:#000
}
.list-view span.show-genre-list, .list-view span.show-genre-username {
	margin-right:0
}
.grid-view span.movie-rating {
	padding-left:5px
}

.grid-view .video-alt-query, .grid-view .channel-alt-query, .grid-view .video-long-title, .list-view .video-short-title, .grid-view .video-mini-title, .list-view .video-mini-title, .grid-view .channel-long-title, .list-view .channel-short-title, .list-view .playlist-short-title, .list-view .movie-short-title, .grid-view .movie-long-title, .grid-view .show-long-title, .mini-list-view .show-long-title, .list-view .show-mini-title, .grid-view span.show-genre-username, .mini-list-view span.show-genre-username, .list-view .show-genre, .grid-view .movie-username, .list-view .movie-rating, .grid-view .video-description, .grid-view .channel-description, .grid-view .show-mini-description, .grid-view .show-short-description, .list-view .show-mini-description, .list-view .show-long-description, .mini-list-view .show-short-description, .mini-list-view .show-long-description, .grid-view .channel-facets .channel-recent-video-link, .grid-view .channel-facets .channel-username, .list-view .video-facets .video-rating-grid, .grid-view .video-facets .video-rating-list, .list-view .video-episode-hidden, .list-view .showepisode .video-episode-showmore, .grid-view .video-episode, .list-view .channel-text-break-grid, .grid-view .video-translation-links, .list-view .movie-availability-container {
	display:none
}
.list-view .video-long-title, .grid-view .video-short-title, .list-view .channel-long-title, .grid-view .channel-short-title, .list-view .playlist-long-title, .grid-view .watch-promoted-vid .video-mini-title, .list-view .channel-facets span.channel-recent-video, .grid-view .channel-text-break-grid {
	display:block
}
.showepisode .video-episode-hidden, .mini-list-view span.show-genre, .grid-view span.show-genre, .list-view span.show-genre-list {
	display:inline
}
.list-view .video-clear-list, .list-view .channel-clear-list, .list-view .playlist-clear-list {
	clear:both
}
.grid-view .video-clear-grid, .grid-view .channel-clear-grid {
	clear:both
}
.list-view .video-clear-list-left, .mini-list-view .video-clear-list-left, .list-view .channel-clear-list-left, .list-view .show-clear-list-left, .list-view .playlist-clear-list-left, .grid-view .show-clear-grid-left, .mini-list-view .show-clear-list-left {
	clear:left
}
.expand-panel .expand-content {
	display:none
}
.expand-panel.expanded .expand-content {
	display:block
}
.expand-panel .collapse-content {
	display:block
}
.expand-panel.expanded .collapse-content {
	display:none
}
.expand-panel .expand-header {
	font-size:16px;
	font-weight:bold
}
.small-expand-panel .expand-header {
	font-size:12px;
	font-weight:bold
}
.small-expand-panel {
	border-top:1px solid #ccc;
	margin-top:5px;
	padding-top:5px
}
.small-expand-panel .expand-header-stat {
	color:#666
}
.expand-panel a.expand-header, .expand-panel a.expand-header:link, .expand-panel a.expand-header:visited {
	color:#000;
	text-decoration:none;
	vertical-align:text-bottom
}
.expand-panel a.expand-header:hover {
	color:#666;
	text-decoration:none;
	vertical-align:text-bottom
}
.video-bar-left-arrow, .video-bar-right-arrow {
	width:20px;
	height:20px;
	cursor:hand;
	cursor:pointer
}
a .video-bar-left-arrow {
	background:transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/video_bar_arrows-vfl84478.png) no-repeat scroll 0 -20px
}
a .video-bar-right-arrow {
	background:transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/video_bar_arrows-vfl84478.png) no-repeat scroll -20px -20px
}
a:hover .video-bar-left-arrow {
	background:transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/video_bar_arrows-vfl84478.png) no-repeat scroll 0 0
}
a:hover .video-bar-right-arrow {
	background:transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/video_bar_arrows-vfl84478.png) no-repeat scroll -20px 0
}
.pagingDiv, .pagingDivClear, .pagingDivClearTop {
	font-weight:bold;
	text-align:right
}
.pagingDiv {
	background:#ccc;
	padding:4px
}
.pagingDivClear {
	padding:3px
}
.pagingDivClearTop {
	padding:5px 3px;
	border-bottom:1px solid #ccc
}
.pagerCurrent {
	color:#000;
	background-color:#fff;
	padding:1px 3px;
	margin-right:3px
}
.pagerNotCurrent {
	color:#03c;
	padding:1px 3px;
	margin-right:3px;
	text-decoration:none;
	cursor:pointer;
	cursor:hand
}
.pagerNotCurrent:hover {
	text-decoration:underline
}
.searchFooterBox {
	clear:both
}
.searchFooterBox div {
	text-align:center;
	font-size:16px;
	background:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc
}
.searchFooterBox div span.smallLabel {
	font-size:14px
}
.yt-rounded {
	-moz-border-radius:6px;
	-webkit-border-radius:7px;
	border-radius:6px
}
.tooltip-wrapper {
	position:relative
}
.tooltip-wrapper-box {
	position:absolute;
	left:0;
	top:16px;
	width:149px;
	margin-left:-100px;
	font-size:10px;
	z-index:400;
	text-align:left
}
.tooltip-box {
	background:transparent no-repeat scroll 0 0;
	padding:10px 1px 0 1px;
	margin-bottom:0;
	text-align:center;
	font-size:11px;
	width:145px;
	color:#000;
	font-weight:normal
}
.tooltip-box-bot {
	background:transparent no-repeat scroll 0 -95px;
	width:145px;
	height:5px
}
.formLabel, .formLabelSmall {
	font-weight:bold;
	text-align:right
}
.formLabel {
	width:200px
}
.formLabelSmall {
	width:150px
}
.formField {
	width:450px
}
.formFieldSmall {
	width:250px
}
.formFieldInfo {
	font-size:11px;
	color:#000;
	margin:3px 0
}
#watch-this-vid, #watch-this-vid-info {
	float:left;
	width:640px
}
#watch-other-vids {
	float:right;
	width:300px
}
.watch-tabs {
	width:638px;
	height:32px;
	cursor:default
}
.watch-tabs .watch-tab {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#03c;
	height:32px;
	line-height:28px;
	padding:0 10px;
	display:block;
	float:left
}
#watch-main-area .watch-tabs a {
	display:block;
	float:left;
	height:19px;
	padding-top:5px
}
html>body #watch-main-area .watch-tabs a {
	height:24px;
	padding-top:0
}
#watch-main-area .watch-tabs .watch-tab span {
	color:#03c
}
.watch-tabs .watch-tab a {
	text-decoration:none
}
.watch-tabs .watch-tab:hover, .watch-tabs .watch-tab:hover a, .watch-tabs .watch-tab a:hover {
	text-decoration:underline;
	cursor:hand;
	cursor:pointer
}
#watch-main-area .watch-tabs .watch-tab:hover, #watch-main-area .watch-tabs .watch-tab:hover a, #watch-main-area .watch-tabs .watch-tab a:hover {
	text-decoration:none
}
.watch-tabs .watch-tab-sel:hover, .watch-tabs .watch-tab-sel:hover a, .watch-tabs .watch-tab-sel a:hover, .watch-tabs .disabled:hover, .watch-tabs .disabled:hover a, .watch-tabs .disabled a:hover, .watch-tabs .watch-tab-sel .master-sprite, .watch-tabs .disabled .master-sprite {
	text-decoration:none;
	cursor:default
}
#watch-actions-area .watch-tabs #watch-tab-share.watch-tab-sel:hover, #watch-actions-area .watch-tabs #watch-tab-share.watch-tab-sel:hover a, #watch-actions-area .watch-tabs #watch-tab-share.watch-tab-sel a:hover, #watch-actions-area .watch-tabs #watch-tab-share.watch-tab-sel .master-sprite {
	cursor:hand;
	cursor:pointer
}
#watch-main-area .watch-tabs .disabled .watch-action-text {
	color:#ccc
}
.watch-tab-contents {
	clear:left
}
.watch-tab-contents .watch-tab-body {
	display:none;
	padding:8px 10px;
	margin-left:1px;
	background-color:#f3f3f3
}
.watch-tab-contents .watch-tab-sel {
	display:block
}
#watch-this-vid #movie_player {
	height:385px;
	width:640px
}
#watch-checker-div {
	position:absolute;
	top:-100px;
	left:-100px
}
#watch-noplayer-div {
	padding:20px;
	font-size:14px;
	font-weight:bold
}
#watch-vid-title {
	font-size:18px;
	font-weight:bold
}
#watch-vid-title h1 {
	font-size:19px;
	margin-bottom:5px
}
.watch-wide-mode #watch-this-vid {
	width:960px
}
.watch-wide-mode-grey-background #watch-this-vid {
	background-color:#333;
	padding:11px 0 11px 0
}
.watch-wide-mode #watch-other-vids {
	margin-top:10px
}
.watch-wide-mode #watch-this-vid #watch-player-div {
	padding-left:53px
}
.watch-wide-mode #watch-this-vid #watch-player-div #movie_player {
	width:854px;
	height:505px
}
#watch-highlight-racy-box {
	padding:2px 5px;
	border:1px solid #fc3;
	text-align:center;
	font-size:11px
}
#watch-video-response {
	background:#ffc;
	border:1px solid #fc3;
	font-weight:bold;
	padding:5px;
	margin-top:5px
}
#watch-main-area {
	border:1px solid #ccc;
	clear:right;
	margin:0 0 14px 0;
	zoom:1
}
#watch-actions-area {
	text-align:left
}
#watch-actions-area .watch-tab-contents {
	padding:0
}
#watch-actions-area .watch-tab-contents h3 {
	margin:0 0 5px 0
}
#watch-actions-area .watch-action-result {
	vertical-align:center
}
.watch-check-grn-circle {
	vertical-align:-17%;
	width:16px;
	height:16px;
	margin-right:10px;
	background:transparent no-repeat scroll 0 0
}
#watch-actions-area .watch-more-action {
	text-align:left
}
#watch-actions-area .close {
	float:right;
	font-size:11px;
	padding-bottom:1px;
	font-weight:normal
}
#watch-add-faves, #watch-remove-faves {
	margin-bottom:0;
	clear:right
}
#download-panel {
	text-align:center
}
#watch-vid-title.longform {
	margin-right:320px;
	margin-bottom:5px
}
.watch-wide-mode #watch-vid-title.longform {
	margin-right:0
}
#watch-longform-vid-show-episode {
	font-size:12px
}
#watch-longform-vid-show-episode span {
	border-left:1px solid #000;
	display:block;
	float:left;
	margin-left:6px;
	padding:0 0 1px 6px
}
#watch-longform-vid-show-episode span.first {
	border-left:0;
	margin-left:0;
	padding-left:0
}
#watch-longform-buttons {
	float:right
}
#watch-vid-title.episode #watch-longform-buttons {
	margin-top:21px
}
#mpaa-rating {
	color:#777;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:3px 0;
	padding-left:2px
}
.reverse-tooltip-wrapper {
	position:relative;
	float:left
}
.reverse-tooltip-wrapper-box {
	position:absolute;
	left:-99px;
	bottom:24px;
	width:149px;
	font-size:10px;
	z-index:400;
	text-align:left
}
.reverse-tooltip-box {
	background:transparent no-repeat scroll 0 0;
	padding:3px 1px 0 1px;
	margin-bottom:0;
	text-align:center;
	font-size:11px;
	width:145px;
	color:#000;
	font-weight:normal
}
.reverse-tooltip-box-bot {
	background:transparent no-repeat scroll 0 -88px;
	width:145px;
	height:12px
}
.watch-lights-off #watch-longform-buttons {
	z-index:1001;
	position:relative
}
body.watch-lights-off {
	background-color:#323232
}
html>body.watch-lights-off {
	background:url(http://s.ytimg.com/yt/img/longform-underlay-1x1-vfl55396.png)
}
.watch-lights-off #watch-other-vids div, .watch-lights-off #watch-this-vid-info {
	visibility:hidden
}
#watch-player-div {
	position:relative
}
.watch-lights-off #watch-player-div, .watch-lights-off #watch-other-vids #watch-channel-brand-div, .watch-lights-off #watch-other-vids #watch-channel-brand-div div, .watch-lights-off #watch-longform-ad, .watch-lights-off #watch-longform-ad div {
	visibility:visible;
	position:relative;
	z-index:1001
}
.watch-lights-off #baseDiv {
	background-color:#fff;
	padding-left:0;
	padding-right:0
}
html>body .watch-lights-off #baseDiv {
	padding-left:5px;
	padding-right:5px
}
#watch-longform-shade {
	height:1150px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/longform-underlay-1x1.png', sizingMethod='scale')
}
html>body #watch-longform-shade {
	background-image:url(http://s.ytimg.com/yt/img/longform-underlay-1x1-vfl55396.png)
}
#watch-longform-ad {
	float:right;
	height:80px;
	width:300px;
	margin-left:5px
}
#watch-longform-text {
	font-size:10px;
	text-align:center;
	color:#666
}
#watch-longform-ad-placeholder {
	height:60px;
	width:300px
}
.badge-partner-video {
	height:15px;
	width:21px;
	background-position:0 -118px;
	vertical-align:top
}
#watch-main-area .watch-tabs .watch-tab .watch-tab-arrow {
	width:13px;
	height:8px;
	margin-left:20px;
	margin-top:1px;
	display:block;
	clear:left
}
html>body #watch-main-area .watch-tabs .watch-tab .watch-tab-arrow {
	margin-top:0
}
#watch-main-area .watch-tabs .watch-tab .watch-tab-arrow {
	background-position:0 1337px
}
#watch-main-area .watch-tabs .watch-tab-sel .watch-tab-arrow {
	background-position:0 -133px
}
#watch-main-area .watch-tabs {
	background-position:0 -157px
}
html>body #watch-main-area .watch-tabs {
	background-position:0 -158px
}
.watch-comment-down, .watch-comment-down-on, .watch-comment-down-hover, .watch-comment-up, .watch-comment-up-on, .watch-comment-up-hover {
	width:19px;
	height:19px;
	border:0;
	vertical-align:bottom
}
.watch-comment-down-hover:hover, .watch-comment-down-on {
	background-position:0 -209px
}
.watch-comment-down, .watch-comment-down-hover, .watch-comment-voting-off .watch-comment-down-hover {
	background-position:0 -190px
}
.watch-comment-up-hover:hover, .watch-comment-up-on {
	background-position:-19px -209px
}
.watch-comment-up, .watch-comment-up-hover, .watch-comment-voting-off .watch-comment-up-hover {
	background-position:-19px -190px
}
.opacity30, .watch-comment-up, .watch-comment-down, .watch-comment-voting-off .watch-comment-down-hover, .watch-comment-voting-off .watch-comment-up-hover {
	opacity:.3;
	-moz-opacity:.3;
	filter:alpha(opacity=30)
}
.opacity80, .watch-comment-down-on, .watch-comment-up-on, .watch-comment-down-hover, .watch-comment-up-hover {
	opacity:.8;
	-moz-opacity:.8;
	filter:alpha(opacity=80)
}
#watch-action-share, #watch-action-favorite, #watch-action-playlists, #watch-action-flag, #watch-action-download {
	width:10px;
	height:9px;
	vertical-align:text-top;
	margin-bottom:3px;
	margin-top:3px
}
#watch-action-share {
	background-position:-17px -228px
}
.watch-tab-sel #watch-action-share, #watch-tab-share:hover #watch-action-share, #watch-action-share-link:hover #watch-action-share, #watch-action-share:hover {
	background-position:-17px -238px
}
#watch-tab-share.disabled #watch-action-share, #watch-tab-share.disabled:hover #watch-action-share, #watch-tab-share.disabled #watch-action-share:hover {
	background-position:-17px -228px
}
#watch-action-favorite {
	background-position:0 -228px
}
.watch-tab-sel #watch-action-favorite, #watch-tab-favorite:hover #watch-action-favorite, #watch-action-favorite-link:hover #watch-action-favorite, #watch-action-favorite:hover {
	background-position:0 -238px
}
#watch-tab-favorite.disabled #watch-action-favorite, #watch-tab-favorite.disabled:hover #watch-action-favorite, #watch-tab-favorite.disabled #watch-action-favorite:hover {
	background-position:0 228px
}
#watch-action-playlists {
	background-position:-35px -228px
}
.watch-tab-sel #watch-action-playlists, #watch-tab-playlists:hover #watch-action-playlists, #watch-action-playlists-link:hover #watch-action-playlists, #watch-action-playlists:hover {
	background-position:-35px -238px
}
#watch-tab-playlists.disabled #watch-action-playlists, #watch-tab-playlists.disabled:hover #watch-action-playlists, #watch-tab-playlists.disabled #watch-action-playlists:hover {
	background-position:-35px -228px
}
.watch-tab-sel #watch-action-download, #watch-tab-download:hover #watch-action-download, #watch-action-download-link:hover #watch-action-download, #watch-action-download:hover {
	background-position:-35px -238px
}
#watch-tab-download.disabled #watch-action-download, #watch-tab-download.disabled:hover #watch-action-download, #watch-tab-download.disabled #watch-action-download:hover {
	background-position:-35px -228px
}
#watch-action-flag {
	background-position:-53px -228px
}
.watch-tab-sel #watch-action-flag, #watch-tab-flag:hover #watch-action-flag, #watch-action-flag-link:hover #watch-action-flag, #watch-action-flag:hover {
	background-position:-53px -238px
}
#watch-tab-flag.disabled #watch-action-flag, #watch-tab-flag.disabled:hover #watch-action-flag, #watch-tab-flag.disabled #watch-action-flag:hover {
	background-position:-53px -228px
}
#watch-action-download {
	background-position:-69px -228px
}
.watch-tab-sel #watch-action-download, #watch-tab-download:hover #watch-action-download, #watch-action-download-link:hover #watch-action-download, #watch-action-download:hover {
	background-position:-69px -238px
}
#watch-tab-download.disabled #watch-action-download, #watch-tab-download.disabled:hover #watch-action-download, #watch-tab-download.disabled #watch-action-download:hover {
	background-position:-69px -228px
}
#watch-embed-div #watch-embed-customize {
	width:18px;
	height:18px;
	background-position:0 -268px
}
#watch-embed-div #watch-embed-customize:hover {
	background-position:-18px -268px
}
.watch-recent-shares-div {
	padding:0 13px 0 13px;
	float:left;
	font-size:11px;
	width:75px;
	background-color:#f3f3f3
}
#watch-share-services-expanded {
	width:410px
}
#watch-share-services-expanded .watch-recent-shares-div {
	padding:0 13px 5px 13px
}
.watch-recent-share {
	white-space:nowrap
}
.watch-recent-share a {
	text-decoration:none
}
.watch-recent-share a:hover span {
	text-decoration:underline
}
.watch-recent-share button {
	width:16px;
	height:16px;
	vertical-align:text-bottom
}
#watch-sharetab-options {
	float:right;
	clear:right;
	text-align:right;
	font-size:11px
}
#watch-sharetab-options a {
	display:block;
	margin-bottom:1px
}
.expand-panel .expand-header .watch-arrow {
	height:16px;
	width:16px;
	background-position:0 -344px;
	vertical-align:text-bottom;
	margin-bottom:1px;
	margin-right:2px
}
.expand-panel.expanded .expand-header .watch-arrow {
	background-position:0 -322px
}
.small-expand-panel .expand-header .watch-arrow {
	height:12px
}
.small-expand-panel.expanded .expand-header .watch-arrow {
	height:13px
}
#watch-longform-player, #watch-longform-popup, #watch-longform-lights-off, #watch-longform-lights-on {
	margin-left:5px
}
#watch-longform-lights-off, #watch-longform-lights-on {
	width:17px;
	height:22px
}
#watch-longform-lights-off {
	background-position:0 -592px
}
#watch-longform-lights-off:hover {
	background-position:-17px -592px
}
#watch-longform-lights-on {
	background-position:-34px -592px
}
.watch-lights-off #watch-longform-lights-on:hover {
	background-position:-51px -592px
}
#watch-longform-lights-on, .watch-lights-off #watch-longform-lights-off {
	display:none
}
.watch-lights-off #watch-longform-lights-on {
	display:block
}
#watch-longform-player {
	width:27px;
	height:22px;
	background-position:0 -614px
}
#watch-longform-player:hover {
	background-position:-27px -614px
}
.watch-lights-off #watch-longform-player {
	background-position:-54px -614px
}
.watch-lights-off #watch-longform-player:hover {
	background-position:-81px -614px
}
.watch-wide-mode #watch-longform-player {
	background-position:0 -636px
}
.watch-wide-mode #watch-longform-player:hover {
	background-position:-27px -636px
}
.watch-lights-off .watch-wide-mode #watch-longform-player {
	background-position:-54px -636px
}
.watch-lights-off .watch-wide-mode #watch-longform-player:hover {
	background-position:-81px -636px
}
#watch-longform-popup {
	width:27px;
	height:22px;
	background-position:0 -658px
}
#watch-longform-popup:hover {
	background-position:-27px -658px
}
.watch-lights-off #watch-longform-popup {
	background-position:-54px -658px
}
.watch-lights-off #watch-longform-popup:hover {
	background-position:-81px -658px
}
#watch-ratings-views {
	padding:9px 0 4px 0;
	line-height:18px
}
#watch-rating-div {
	float:left
}
#watch-views-div {
	float:right;
	text-align:right
}
#watch-rating-div {
	width:360px
}
#watch-views-div {
	width:135px;
	overflow:hidden;
	font-size:13px
}
#watch-shows-movies-rating {
	float:left
}
.watch-shows-movies-rating-label {
	color:#666
}
#defaultRatingMessage .smallText {
	font-size:13px
}
#watch-ratings-views .statLabel {
	margin-right:4px;
	font-weight:bold
}
#watch-rating-div #ratingWrapper {
	width:305px;
	float:left
}
#watch-rating-div #ratingMessage {
	float:left;
	line-height:18px
}
#watch-rating-div #ratingStars {
	margin-right:5px;
	margin-top:1px
}
#watch-rating-div #ratingMessage {
	color:#666;
	padding-left:1px;
	height:19px
}
#watch-ratings-views #ratingMessage a {
	text-decoration:none
}
#watch-ratings-views #ratingMessage a:hover {
	text-decoration:underline
}
#watch-ratings-views .ratedMessage {
	color:#000;
	display:inline-block;
	padding:0 3px
}
#watch-view-count {
	font-weight:bold
}
#watch-download-link {
	line-height:20px;
	height:20px;
	font-size:11px;
	font-weight:bold
}
#watch-comments-stats {
	border:1px solid #ccc;
	margin-top:10px
}
#watch-tab-commentary {
	width:319px
}
#watch-tab-stats {
	width:318px
}
#watch-tab-contents .small-expand-panel {
	padding-top:3px;
	margin-top:3px
}
#watch-stats-data-wrapper {
	border-top:0
}
#watch-tab-stats-body {
	padding-top:5px;
	padding-left:17px
}
#watch-comments-summary {
	text-align:center;
	color:#666
}
#watch-comments-summary span {
	color:#000;
	font-weight:bold
}
#watch-comments-numresponses {
	margin-right:20px
}
#watch-comments-options {
	background-color:#e6efff;
	border:1px solid #a5aed5;
	padding:10px;
	margin-top:5px
}
#watch-video-responses-children {
	padding-top:7px
}
.video-bar-left-arrow-box, .video-bar-right-arrow-box {
	padding-top:19px;
	zoom:1
}
.video-bar-left-arrow-box {
	float:left;
	margin-right:20px
}
.video-bar-right-arrow-box {
	float:right
}
.video-bar-container-box {
	overflow:hidden;
	float:left;
	width:560px
}
.video-bar-long-box {
	width:200000px
}
.video-bar-item {
	float:left;
	width:130px;
	margin-right:2px
}
#watch-video-responses-children .video-bar-item {
	width:138px;
	font-size:10px
}
#watch-video-responses-children .video-bar-item .v90WideEntry {
	padding-left:22px
}
#watch-video-responses-actions {
	text-align:center;
	font-weight:bold;
	padding-top:5px
}
#watch-video-responses-none {
	text-align:center;
	padding-top:5px
}
#watch-comment-post-comment {
	float:right
}
#watch-comment-post-comment a {
	display:block;
	margin-bottom:1px
}
.watch-comment-entry {
	clear:both;
	margin-top:6px;
	padding:7px 0 4px 15px;
	border-top:1px solid #efefef;
	font-size:13px
}
html>body .watch-comment-entry {
	padding-bottom:0
}
.watch-comment-entry-reply {
	margin-left:10px;
	padding-left:2px;
	border-left:3px solid #e6e6e6
}
.watch-comment-head, .watch-comment-head-hidden {
	background-color:white;
	padding:0 4px 4px 4px
}
.watch-comment-head-link {
	margin-left:8px;
	font-size:11px;
	visibility:hidden
}
.watch-comment-info {
	float:left
}
.watch-comment-auth {
	font-weight:bold;
	text-decoration:none
}
.watch-comment-auth:hover {
	text-decoration:underline
}
.watch-comment-time {
	color:#666
}
.watch-comment-voting, .watch-comment-voting-off {
	width:75px;
	text-align:right;
	float:right
}
.watch-comment-auth-head {
	background-color:#ffc;
	padding:4px
}
.watch-comment-marked-spam {
	border-top:1px solid #c1c1c1;
	margin-top:7px;
	padding-top:10px
}
.watch-comment-spam {
	background-color:#ffe;
	padding:4px
}
.watch-comment-body {
	margin-top:4px;
	margin-left:4px;
	width:75%;
	overflow:hidden
}
.watch-comment-retracted {
	font-style:italic;
	color:#666
}
.watch-comment-action {
	margin-top:0;
	text-align:right;
	font-size:11px;
	padding-top:3px;
	float:right;
	padding-bottom:1px
}
.watch-comment-voting a {
	color:#03c;
	cursor:pointer;
	cursor:hand
}
.watch-comment-action a, .watch-comment-head-link {
	text-decoration:none;
	border-bottom:1px dotted #03c;
	color:#03c;
	cursor:pointer;
	cursor:hand
}
.watch-comment-score {
	font-size:11px;
	font-weight:bold
}
.watch-comment-msg {
	float:right;
	font-size:11px;
	color:#666
}
.watch-comment-green {
	color:green
}
.watch-comment-gray {
	color:gray
}
.watch-comment-red {
	color:#f33
}
.watch-comment-spam-bug {
	font-weight:bold;
	text-align:left;
	margin-left:0;
	padding:1px 3px;
	border-top:1px dotted #c00;
	border-bottom:1px dotted #c00;
	color:#c00;
	display:none;
	float:right
}
#watch-comment-limit-box {
	margin-bottom:30px
}
#watch-comment-limit-box .header {
	background-color:#f8f3d6;
	padding:5px
}
#watch-comment-limit-box .body {
	background-color:#fbf9e8;
	padding:5px
}
#watch-comment-captcha {
	text-align:center;
	margin:0 auto 0 auto;
	width:400px
}
#watch-comment-captcha .watch-captcha-input {
	width:260px;
	padding-top:15px;
	float:left
}
#watch-comment-captcha .watch-verification-image {
	width:120px;
	text-align:center;
	float:left
}
.watch-comment-pagination {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding:1px;
	margin-top:20px;
	background-color:#dedede
}
.watch-comment-pnum {
	padding:0 4px
}
.watch-comment-char-count {
	border:0;
	width:50px
}
#watch-comment-view-all {
	font-weight:bold;
	margin-top:10px
}
#watch-comment-post {
	margin-top:12px
}
#watch-show-vids-div, #watch-channel-vids-div {
	background:#eee;
	border:1px solid #ccc;
	margin-bottom:10px
}
#watch-show-vids-div .watch-video-desc {
	color:#666
}
#watch-ugc-promo {
	margin-bottom:10px
}
#watch-ugc-promo a, #watch-ugc-promo img {
	display:block
}
#watch-ugc-promo span {
	padding:0 5px;
	background:#fff
}
#watch-show-brand-cap, #watch-channel-brand-cap {
	text-align:center
}
#watch-show-brand-cap img, #watch-channel-brand-cap img {
	height:45px;
	width:300px
}
#watch-show-brand-div, #watch-channel-brand-div {
	margin:0 0 5px 0;
	background-color:#fff
}
#watch-show-vids-top, #watch-channel-vids-top {
	padding:0 5px
}
#watch-channel-icon {
	margin-top:6px;
	float:left
}
#watch-show-stats {
	line-height:18px;
	margin-top:2px;
	float:left;
	width:156px
}
#watch-channel-stats {
	line-height:18px;
	margin-top:2px;
	margin-left:8px;
	float:left;
	width:110px
}
html>body #watch-show-stats {
	width:158px
}
html>body #watch-channel-stats {
	width:112px
}
#watch-show-stats .contributor, #watch-channel-stats .contributor {
	font-weight:bold
}
.watch-video-added {
	color:#333;
	margin-right:10px
}
#watch-video-details-toggle div {
	padding-bottom:1px;
	font-size:11px
}
#watch-channel-subscribe {
	float:right;
	margin-top:3px;
	padding-top:3px;
	width:116px
}
#watch-channel-subscribe #subscribeDiv, #watch-channel-subscribe #unsubscribeDiv {
	text-align:right
}
#watch-channel-subscribe .yt-button {
	margin:0
}
#watch-badges {
	float:right;
	clear:right;
	width:118px;
	text-align:right
}
#watch-video-details .collapse-content, #watch-video-details .expand-content {
	margin-top:10px;
	padding:0 6px 4px 6px;
	position:relative
}
html>body #watch-video-details .collapse-content, html>body #watch-video-details .expand-content {
	margin-top:4px;
	position:static
}
.watch-channel-stat {
	color:#666
}
#watch-category, #watch-video-tags-div {
	padding-top:5px
}
#watch-video-tags {
	width:225px
}
#watch-url-div {
	border-top:1px solid #ccc;
	padding:1px 0 0 6px;
	margin:0 5px;
	font-size:11px
}
#watch-embed-div {
	margin:6px 5px 4px 5px;
	padding-left:6px;
	font-size:11px
}
#watch-embed-div label, #watch-url-div label {
	color:#666;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
	float:left;
	margin-right:5px;
	min-width:40px;
	clear:left;
	text-align:left
}
#watch-embed-div input, #watch-url-div input {
	font-size:10px;
	float:left;
	clear:left;
	width:248px
}
.is-english #watch-url-div, .ja_JP #watch-url-div {
	padding-top:5px
}
.is-english #watch-embed-div input, .is-english #watch-url-div input, .ja_JP #watch-embed-div input, .ja_JP #watch-url-div input {
	clear:none;
	width:200px
}
.is-english #watch-embed-div label, .is-english #watch-url-div label, .ja_JP #watch-embed-div label, .ja_JP #watch-url-div label {
	clear:none;
	text-align:right
}
#watch-embed-div #watch-embed-customize-wrapper {
	float:left;
	padding-left:3px
}
#watch-embed-div .tooltip-wrapper-box {
	top:20px
}
#watch-customize-embed-div {
	background-color:white;
	border-top:1px solid #ccc;
	padding:5px
}
.watch-discoverbox-wrapper {
	margin-bottom:10px
}
.watch-discoverbox-body {
	padding-left:7px;
	margin-top:5px;
	border:1px solid #ccc
}
.watch-discoverbox {
	padding-top:7px;
	overflow:auto
}
.watch-discoverbox-more-link {
	clear:both;
	text-align:center;
	padding:5px 0 10px 0;
	font-weight:bold
}
.watch-ppv-vid {
	background-color:#eee;
	padding:4px 0
}
.watch-ppv-label {
	text-align:right;
	font-size:11px;
	color:#999;
	padding-right:4px
}
.watch-promoted-container {
	padding:7px 0 0 1px;
	border:1px solid #ccc;
	margin:5px 0 20px 0
}
.watch-promoted-container .watch-promoted-vid {
	float:left;
	width:32%;
	margin-left:3px
}
#results-main-content {
	float:left;
	width:600px;
	margin-right:0
}
#search-pva {
	width:350px;
	float:right;
	padding-top:10px
}
#search-pva .ad-div {
	margin-bottom:40px
}
#search-section-header {
	width:960px;
	margin-top:7px;
	margin-bottom:7px
}
#search-section-header .name {
	color:#333;
	float:left
}
#search-section-header .search-query {
	font-size:14px;
	font-weight:bold
}
#search-section-header .search-adv-refinement {
	color:#333;
	font-weight:bold
}
#search-adv-header {
	line-height:16px;
	float:right;
	width:425px;
	text-align:right;
	font-size:11px
}
#search-options-container {
	border-bottom:1px solid #ccc;
	height:31px;
	width:100%;
	margin-bottom:7px
}
#search-options-container .hidden {
	display:none
}
#search-options-container .search-type-selected, #search-options-container .search-type-not-selected {
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	float:left;
	padding:0 26px 0 0
}
#search-options-container .search-all-of-youtube {
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	text-align:right
}
#search-options-container .shows-movies-tabs {
	width:600px
}
#search-options-container .search-main-tabs {
	width:386px
}
body.not-english #search-options-container .search-main-tabs {
	width:425px
}
#search-options-container .dropdown-link {
	overflow:hidden;
	width:auto;
	vertical-align:middle
}
#search-options-container .dropdown-link a {
	display:block;
	float:left;
	height:28px;
	color:#666;
	text-decoration:none;
	font-size:11px;
	line-height:13px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:0 7px
}
html>body #search-options-container .dropdown-link a {
	line-height:14px
}
#search-options-container .show-dropdown .dropdown-link a {
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea
}
#search-options-container .dropdown {
	background-color:#ecf1fa;
	border:1px solid #a0b1dc;
	position:absolute;
	left:0;
	z-index:99;
	margin-top:22px;
	width:150px;
	display:none;
	font-size:12px
}
#search-options-container .dropdown {
	background-color:#eee;
	border:1px solid #999;
	margin-top:29px
}
#search-options-container .show-dropdown .dropdown {
	display:block
}
#search-options-container .dropdown div {
	display:block;
	border-top:1px solid #a0b1dc
}
#search-options-container .dropdown div {
	border-top:1px solid #999
}
#search-options-container .dropdown div.first {
	border-top:none
}
#search-options-container .dropdown div a {
	display:block;
	padding:5px 5px 5px 8px;
	color:#03c;
	text-decoration:none;
	white-space:nowrap
}
#search-options-container .dropdown div a {
	color:#000
}
#search-options-container .dropdown div a {
	padding:3px 5px 3px 8px
}
#search-options-container .dropdown a:hover {
	background-color:white
}
#search-options-container .search-sort {
	font-size:12px;
	padding-top:1px
}
#search-options-container .sort-by {
	float:left;
	display:block;
	margin-right:10px;
	position:relative
}
#search-options-container .search-sort-title {
	color:#666;
	font-size:11px;
	margin:0 3px 0 0
}
#search-options-container .search-sort-value {
	font-weight:bold
}
#search-options-container.alt-search .search-sort, #search-options-container.alt-search .search-settings-link {
	display:none
}
#search-options-container #search-advanced {
	width:11%;
	text-align:right;
	font-size:11px;
	font-weight:bold
}
#search-advanced-form {
	clear:both;
	padding:7px 0
}
#search-advanced-form .search-setting-inner {
	border:1px solid #a5aed5;
	padding:10px;
	background-color:#e6efff
}
#search-related-terms {
	padding:0 3px 7px 3px
}
#search-related-terms a {
	margin-right:15px;
	white-space:nowrap;
	padding-left:1px
}
#search-related-terms .search-related-title {
	float:left;
	margin-right:6px;
	color:#666
}
#search-related-terms .search-related-items {
	float:left;
	width:800px;
	overflow-y:hidden;
	height:16px
}
.spons-vid-thumb {
	width:94px;
	padding-top:2px
}
.spons-vid-thumb img {
	border:none
}
td.spons-vid-thumb {
	width:124px
}
td.spons-vid-thumb .user-thumb-jumbo {
	width:88px;
	height:88px;
	margin-left:30px
}
td.spons-vid-thumb .user-thumb-jumbo div {
	margin-left:-156px
}
td.spons-vid-thumb .user-thumb-jumbo img {
	height:88px
}
.spons-vid-text {
	overflow:hidden;
	width:222px;
	white-space:nowrap
}
.pyv-title {
	font-size:14px;
	text-decoration:none
}
.pyv-metadata {
	width:100%;
	color:#666;
	font-size:11px
}
.pyv-metadata .vlfrom a {
	text-decoration:none
}
.pyv-metadata .vlfrom a:hover {
	text-decoration:underline
}
#doubleClick1 {
	padding-top:40px
}
#doubleClick2 {
	padding-top:10px
}
.grayTextAdWords {
	text-align:right;
	padding:2px 2px 5px 0;
	background-color:#fff9dd
}
.grayTextSponsoredVideo {
	margin-top:-1em
}
#afs {
	margin-bottom:0.3em
}
.afs-url {
	color:green
}
.afs-title {
	font-size:14px
}
.afs-promoted-spacer {
	height:8px
}
.sideAd {
	margin-bottom:1em
}
.spacerTD {
	width:5px
}
.smInfoText {
	font-size:11px
}
.search-tip-container {
	background:#ecf1fa;
	padding:3px 10px;
	margin:3px 0
}
#search-tips-top .search-tips-show-link, #search-tips-bottom .search-tips-hide-link {
	display:none
}
#search-duplicates-message {
	background-color:#ecf1fa;
	color:black;
	padding:10px;
	font-size:12px;
	font-weight:normal;
	border:0;
	margin-bottom:10px;
	margin-top:10px
}
#search-duplicates-message a {
	text-decoration:none
}
#homepage-main-content {
	float:left;
	width:640px;
	margin-top:5px
}
#homepage-side-content-alt {
	float:right;
	width:160px;
	margin-top:5px;
	white-space:normal
}#homepage-main-content-alt {
	float:left;
	width:780px;
	margin-top:5px
}
#homepage-main-content-full {
	float:left;
	width:960px;
	margin-top:5px
}
#homepage-side-content {
	float:right;
	width:300px;
	margin-top:5px;
	white-space:normal
}
.homepage-content-block {
	margin:0 0 15px 0
}
.homepage-side-block {
	margin-bottom:15px;
	clear:both
}
.homepage-block-heading {
	position:relative;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px
}
#homepage-featured-heading {
	border-bottom:1px solid #ccc
}
#homepage-featured-more-top {
	float:right;
	padding-top:4px;
	font-weight:bold
}
#homepage-featured-more-bottom {
	margin-bottom:15px;
	padding-top:8px;
	text-align:right;
	font-weight:bold;
	float:right
}
#homepage-editor-img, #homepage-yt-channel-img {
	width:30px;
	height:30px;
	float:left;
	margin:5px 6px 5px 0
}
#homepage-editor-img {
	overflow:hidden
}
#homepage-editor-img img {
	height:30px;
	margin-left:-1px
}
#homepage-editor-info {
	padding-top:4px
}
#homepage-editor-head {
	padding-bottom:1px;
	font-size:11px;
	color:#333
}
#homepage-featured-tabs {
	padding:5px 5px;
	font-size:11px;
	text-align:right;
	border-bottom:1px solid #ccc
}
#homepage-featured-tabs a {
	text-decoration:none;
	display:block;
	float:right;
	border-left:1px solid #ccc;
	padding:0 10px
}
#homepage-featured-tabs a.first {
	border-left:0
}
#homepage-featured-tabs a:hover {
	text-decoration:underline
}
#homepage-featured-tabs a.hilite {
	color:black;
	font-weight:bold
}
#homepage-featured-tabs a.hilite:hover {
	text-decoration:none
}
.pyv-single {
	border:1px solid #ccc;
	background-color:#eee
}
.pyv-single .video-time {
	position:relative;
	text-align:center;
	top:-116px;
	margin:0
}
.pyv-single .big-thumb:hover {
	text-decoration:none
}
.pyv-multiple {
	padding:6px 4px;
	border:1px solid #ccc
}
.pyv-multiple .addtoQL90 img {
	width:16px;
	margin-top:-1px
}
#iyt-add-remove-module-div {
	margin-bottom: 10px;
}

.iyt-add-remove-module {
	display: inline;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
}

.iyt-add-remove-module a {
	text-decoration: none;
}

.iyt-add-remove-module-icon {
	float: left;
	margin: 0px 7px 0px 10px;
	vertical-align: middle;
}

#mundo-remove {
	padding-bottom: 10px;
}

.iyt-undo-remove-msg {
	font-size: 13px;
	background-color: #CFEEB2;
	padding: 5px 20px;
	text-align:center;
}

/* Side column Stat Module Stuff */
.statModule-title-wrapper {
	clear: both;
	float: left;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.statModule-title {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #ccc;
	background-color: #eaeaea;
	padding: 5px 0;
}

.statModule-title-open {
	border-bottom: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.statModule-title img {
	margin: 2px 2px 0px 4px;
	vertical-align: text-bottom;
}

.module-item-wrapper {
	clear: both;
/* 	float: left; */
	margin: 0px;
	padding: 0px;
	width: 300px;
	overflow: hidden;
}

.module-item-wrapper-inner {
	overflow: hidden;
	border: 1px solid #ccc;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

.statModule-item-icon {
	width: 28px;
}

.statModule-item-line {
	border-top: 1px solid #FFFFFF;
	background-color: #fff;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #1F1F1F;
	padding: 0px;
	margin: 0px;
	width: 278px;
	height: 25px;
}

.statModule-item-line.statModule-item-line-border {
	border-top: 1px solid #eaeaea;
}

.statModule-item-text {
	margin: 5px 0px 0px 0px;
}

.statModule-item-text a {
	text-decoration: none;
}
.statModule-item-text a:hover {
	border-bottom: 1px dotted #03C;
}

.statModule-arrow-right {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll -581px 0px;
}
.statModule-arrow-down {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll -565px 0px;
}

#feedmodule-ALL .video-entry, #feedmodule-FRI .video-entry {
	padding-left: 25px;
}

.feeditem-compressed {
	clear: none;
	float: left;
	width: 49%;
	margin: 5px 0px;
}

.feeditem-compressed-category-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}

.feeditem-compressed .feedmodule-singleform-info{
	width: 165px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

.feeditem-bigthumb {
	margin: 5px 0px 5px 0px;
}

.feeditem-bigthumb .feedmodule-singleform-info {
	width: 62%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.feeditem-bigthumb.super-large-video .feedmodule-singleform-info {
	margin-top: 3px;
	width: 100%;
	font-size: 13px;
}

/* special animated popular module */
.fade-in-order {
	opacity: 0.0;
	filter: alpha(opacity=0);
	background-color: #FFF; /* IE6 hack, to prevent bolding of faded in text */
}

.countdown-msg {
	visibility: hidden;
}

.countdown-timer-wrapper {
	float: left;
	width: 220px;
	text-align: center;
}

/* Video Display Elements and Quicklist for 220 thumbnail (big thumbnail in Rising Videos) */
/* Copied out of yt-www-styles.css so we wouldn't have to include that whole file. */
.vimg220 {
	-ms-interpolation-mode: bicubic;
}
.vimg220 {
	width: 220px;
	height: 164px;
}
.v220WrapperInner {
	overflow: hidden;
	width: 220px;
	height: 132px;
	border: 1px solid #fff;
}
/* ie6 can't handle over -10px fyi */
.v220WrapperInner img {
	margin-top: -10px;
}
.v220WrapperOuter {
	width: 222px;
	border: 1px solid #999;
}
.v220WrapperInner .addtoQL90 {
	margin-top: -38px;
}
/* End 220 thumbnail related styles */

.feedmodule-smtitle-wrapper {
	color: #333;
	font-weight: bold;
	width: 385px;
	overflow: hidden;
	float: none;
	margin-bottom: 6px;
	font-size: 12px;
}

.feedmodule-smtitle {
	font-size: 12px;
	float: left;
}

.feedmodule-stars {
	float: left;
}

.feedmodule-ts {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}

.feedmodule-cmt-vid {
	float: left;
}
.feedmodule-cmt {
	margin-left: 10px;
	font-style: italic;
	float: left;
	width: 456px;
}

.feedmodule-data {
	clear: both;
	padding: 5px 0px 5px 5px; /* Moved the right 5px onto feedmodule-body because Grid view has trouble fitting */
}

.feedmodule-data a {
	text-decoration: none;
}

.feedmodule-body {
	padding: 0px 8px 0px 3px;
}

.feedmodule-data .grid-view {
	padding-left: 7px; /* Grid view needs a little more boost on the left default:8px */
	padding-right: 3px; /* Grid view has trouble fitting, so need to give it more room on right */
}

.feedmodule-single-form-item, .feedmodule-bulletin {
	padding: 5px 0px;
	zoom: 1;	/* IE6 hack to trigger on hasLayout */
}

.feedmodule-data .compressed-view {
	padding: 0px 8px; /* Compressed view needs a little more padding on the left too */
}

.feedmodule-thumbnail {
	float: left;
	margin-right: 5px;
}

.feeditem-bigthumb.normal-size-video {
	width: 60.5%;
	float: right;
	display: inline;
	margin-right: 5px;
}

.feeditem-bigthumb.super-large-video {
	width: 229px;
	height: 100%;
	float: left;
	display: inline;
	margin-left: 5px;
}

.feedmodule-singleform-info {
	color: #666;
	font-size: 11px;
	border-left: none;
	border-width: 0px;
}

.feedmodule-singleform-info .video-title {
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	overflow: hidden;
}

.feedmodule-singleform-info-ratings {
	margin-top: 3px 0px 3px 0px;
}

.feeditem-bigthumb.normal-size-video .feedmodule-singleform-info-ratings {
	display: inline;
	margin-right: 10px;
}

.feedmodule-singleform-info-runtime {
	color: #000000;
	font-weight: bold;
	margin: 0px;
}

.feedmodule-subnull {
	width: 630px;
	margin: 5px 0px 10px 0px;
	float: left;
}

.feedmodule-subnull-txt {
	width:590px;
	padding:0 10px;
	float:left;
	color: #666;
}

.feedmodule-subnull-txt-centered {
	font-size:12px;
	width:590px;
	padding:10px 10px 0 30px;
	float:left;
	color: #666;
}

.feedmodule-subnull-txt-centered p {
	color:#000033;
	margin-bottom:10px;
}

.feedmodule-feednull {
	width: 630px;
	margin: 5px 0px 10px 0px;
	float: left;
}

#friendnull-help {
	clear: both;
}

.friendnull-help-text {
	margin-top: 8px;
}

#friendnull-close {
	margin-top: 5px;
}

.friendnull-action-text {
	font-size: 12px;
	padding-right: 3px;
	cursor: pointer;
	cursor: hand;
	color: #0033CC;

	border-bottom: 1px dotted blue;
	float: right;
	display: inline;
	zoom: 1;	/* IE6 hack to trigger hasLayout to get the border-bottom to show*/
}

.feedmodule-preamble {
	float: left;
	margin-left: 5px;
	font-size: 11px;
	color: rgb(102, 102, 102);
	margin-top: 0.5ex;
}

.feedmodule-preamble a {
	text-decoration: none;
}

.feedmodule-feditor {
	margin-top: 5px;
	padding: 0px 8px;
}

.feedmodule-feditor-img {
	float: left;
	margin-bottom: 4px;
}

.feedmodule-feditor-divider {
	margin: 5px;
	border-bottom: 1px solid #CCC;
}

.feedmodule-updown {
	cursor: default;
	text-align: right;
	float: right;
}
.feedmodule-updown span {
	cursor: pointer;
	cursor: hand;
}
.feedmodule-updown span.disabled {
	cursor: default;
}
.feedmodule-updown img {
	vertical-align: text-bottom;
}

/** Drag-n-drop **/

.drag_helper {
	opacity: 0.50;
	filter: alpha(opacity=50);
	cursor: move;
	z-index: 10000;
}
.drag_placeholder {
	border: 0px dashed #CCCCCC;
	margin-bottom: 10px;
	padding: 0;
}

.feedmodule-subnull-txt-header {
	color: black;
	font-weight: bold;
}

.feedmodule-anchor {
	margin-bottom: 10px;
	padding: 0;
	background-color: white;
}


/********** Feed Module buttons (up arrow, down arrow, close button, and add/remove module) **********/
.img-php-up-arrow {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll 0 -36px;
	height: 12px;
	width: 19px;
}

.img-php-up-arrow:hover {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -19px -36px;
	height: 12px;
	width: 19px;
}

.img-php-up-arrow-disabled {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -38px -36px;
	height: 12px;
	width: 19px;
}

.up-button {
	margin-right: 1px;
}

.img-php-down-arrow {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll 0 -48px;
	height: 12px;
	width: 19px;
}

.img-php-down-arrow:hover {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -19px -48px;
	height: 12px;
	width: 19px;
}

.img-php-down-arrow-disabled {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -38px -48px;
	height: 12px;
	width: 19px;
}

.down-button {
	margin-right: 8px;
}

.img-php-close-button {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -57px -40px;
	height: 12px;
	width: 12px;
}

.img-php-close-button-disabled {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -69px -40px;
	height: 12px;
	width: 12px;
}

.img-php-add-remove-button {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -81px -40px;
	height: 14px;
	width: 14px;
}

.iyt-add-remove-module:hover .img-php-add-remove-button {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -95px -40px;
	height: 14px;
	width: 14px;
}

/********** Feed Module icons (square colorful ones) **********/
.img_feed_friendtivity {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll 0 0;
	height: 18px;
	width: 18px;
}

.img_feed_featured, .img_feed_featured_combined {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll 0 -18px;
	height: 18px;
	width: 18px;
}

.img_feed_promoted {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -18px 0;
	height: 18px;
	width: 18px;
}

.img_feed_recommended {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -18px -18px;
	height: 18px;
	width: 18px;
}

.img_feed_top {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -36px 0;
	height: 18px;
	width: 18px;
}

.img_feed_subscriptions {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -36px -18px;
	height: 18px;
	width: 18px;
}

.img_feed_hometown {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll -130px -40px;
	height: 18px;
	width: 18px;
}

.img_feed_popular {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -148px -40px;
	height: 18px;
	width: 18px;
}

.img_feed_insight_map, .img_feed_insight_chart {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -166px -40px;
	height: 18px;
	width: 18px;
}

/********** feed module edit box caret icon **********/
.img-php-opt-box-caret {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -109px -40px;
	height: 11px;
	width: 21px;
}



/********** Begin Friend / User Activity Module Icons (used by the User Activity box on Channels, and will probably eventually be used by Friend Activity module on the homepage) **********/
.img-activity-icon-favorited {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -278px 0px;
	height: 20px;
	width: 20px;
}

.img-activity-icon-rated {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -298px 0px;
	height: 20px;
	width: 20px;
}

.img-activity-icon-subscribed {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -318px 0px;
	height: 20px;
	width: 20px;
}

.img-activity-icon-friended {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -338px 0px;
	height: 20px;
	width: 20px;
}

.img-activity-icon-commented {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -358px 0px;
	height: 20px;
	width: 20px;
}

.img-activity-icon-uploaded {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -378px 0px;
	height: 20px;
	width: 20px;
}

.img-activity-icon-posted-video-response {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -398px 0px;
	height: 20px;
	width: 20px;
}

.img-activity-icon-posted-bulletin {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -418px 0px;
	height: 20px;
	width: 20px;
}
/********** End Friend / User Activity Module Icons **********/

#dragdrop {
	position: relative;
	clear: both;
	width: 100%;
}

#feed_featured-content a {
	text-decoration: none;
}

/* styles override */

#homepage-side-content {
	white-space: normal;
}
.guest-editor-wrapper {
	float: left;
	padding-right: 10px;
	font-weight: bold;
}
.guest-editor-with-comment {
	padding-right: 10px;
	font-weight: normal;
}
.guest-editor-profile-link {
	font-weight: bold;
	margin-bottom: 4px;
}
.guest-editor-comment {
	margin-bottom: 4px;
}
.main-spacer-bottom {
	margin-top: 15px;
}
.feedmodule-bulletin .video-entry .video-main-content .video-long-title {
	font-size: 12px;
}
.feedmodule-bulletin .video-entry .video-main-content .video-short-title {
	font-size: 12px;
}

.opt-form-type-btns {
	height: 20px;	/* Setting this to trigger hasLayout for IE6 */
}
.btn-listview-on, .btn-listview-off, .btn-gridview-on, .btn-gridview-off {
	width: 24px;
	height: 20px;
	padding: 0;
	margin: 0;
}
.btn-bigthumbview-on, .btn-bigthumbview-off {
	width: 23px;
	height: 20px;
	padding: 0;
	margin: 0;
	display: none;	/* Only show bigthumb option for the POP module */
}
#POP-options .btn-bigthumbview-on,  #POP-options .btn-bigthumbview-off {
	display: inline;
}
.btn-listview-on {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll -565px -16px;
}
.btn-bigthumbview-on {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll -590px -16px;
}
.btn-gridview-on {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll -615px -16px;
}

.btn-listview-off {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll -565px -36px;
}
.btn-bigthumbview-off {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll -590px -36px;
}
.btn-gridview-off {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll -615px -36px;
}

.edit-link {
	font-size: 11px;
	color: #0033CC;
	margin-right: 8px;
	border-bottom: 1px dotted #0033CC;
	cursor: pointer;
	cursor: hand;
	zoom: 1;	/* IE6 hack to trigger hasLayout to make the border-bottom show */
}

.edit-link.edit-link-gray {
	cursor: pointer;
	cursor: hand;
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

.opt-pane {
	margin: 0px 10px 0px 10px;
	width: 618px;
}
.opt-box-top {
	position: relative;
	top: 1px;
	margin: 1px 65px 0px 532px;
	padding: 0px;
	font-size: 0.1px; /* Small font size so IE doesn't add vertical whitespace */
}
.opt-banner {
	background-color: #f9f9f9;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 5px;
}
.opt-links {
	height: 20px; /* This is here because IE makes the div bigger (which moves stuff down) when the Saving... msg appears */
}
.opt-edit {
	margin-top: 3px;
	margin-left: 10px;
	color: #888;
	float: left;
	display: inline;
}
.opt-close {
	float: right;
	display: inline;
	cursor: pointer;
	cursor: hand;
}
.opt-close-text {	
	font-size: 11px;
	color: #0033CC;
	border-bottom: 1px dotted blue;
	margin-top: 1px;
	display: inline;
	zoom: 1;	/* IE6 hack to trigger on hasLayout */
}
.opt-close-button {
	padding: 0px 0px 0px 5px;
	margin: 4px 10px 0px 0px;
}
.opt-loading-icn {
	margin-top: 1px;
	padding-right: 5px;
	float: right;
}
.opt-loading-msg {
	color: #888;
	margin-top: 2px;
	padding-right: 30px;
	float: right;
}
.opt-main {
	background-color: #f9f9f9;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	zoom: 1;	/* IE6 hack to trigger on hasLayout */
}
.opt-divider {
	margin: 0px 5px 0px 5px;
}
.opt-simple-msg {
	margin: 0px 5px 0px 5px;
	padding: 4px 15px 0px 15px;
	font-weight: bold;
}
.opt-tbl {
	padding-top: 4px;
}
.opt-name {
	padding-left: 15px;
	vertical-align: middle;
	font-weight: bold;
}
.opt-name a {
	text-decoration: none;
}
.opt-val {
	padding-left: 10px;
	vertical-align: middle;
}
.opt-sel {
	cursor: pointer;
	cursor: hand;
}
.opt-bluelink {
  color: blue;
  cursor: pointer;
  cursor: hand;
}

.feed_icon_img {
  height: 18px;
  width: 18px;
  margin-right: 4px;
	vertical-align: middle;
}

/* Friendtivity color icons */
.icon-FAV { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -278px 0px;}
.icon-RAT { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -298px 0px;}
.icon-S   { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -318px 0px;}	/* So-and-so subscribed to so-and-so*/
.icon-FEA { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -338px 0px;}
.icon-COM { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -358px 0px;}
.icon-UPL { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -378px 0px;}
.icon-BUL { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -418px 0px;}

/* More color icons for One Feed */
.icon-FRI { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -438px 0px;}
.icon-PRO { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -458px 0px;}
.icon-POP { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -478px 0px;}
.icon-REC { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -498px 0px;}
.icon-TOP { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -438px -20px;}
.icon-GEO { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -458px -20px;}

/* More color icons that might not be used anymore (I think subscriptions use icon-UPL) */
.icon-SUB { background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) no-repeat scroll 0px 0px; background-position: -378px 0px;}

.fm2-title {
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif
}

.fm2-titleText {
	vertical-align: top;
}

.fm2-titleText a {
	vertical-align: top; /*This is a chrome hack it wasn't inheriting this attribute from fm2-titleText for some reason */
}

.fm2-title-border-box-gray {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	background-color: #EAEAEA;
	height: 23px;
	padding: 6px 6px 0px 10px;
}

.fm2-title-border-box-yellow {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	background-color:#FFFFDD;
	height: 23px;
	padding: 6px 6px 0px 10px;
}

.fm2-title-border-box-green {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	background-color:#cfeeb2;
	height: 23px;
	padding: 6px 6px 0px 10px;
}

.fm2-title-border-box-red {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	background-color:#FF6666;
	height: 23px;
	padding: 6px 6px 0px 10px;
}

.fm2-title-border-box-teal {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	background-color:#bbeeee;
	height: 23px;
	padding: 6px 18px 0px 10px; /* Has more right padding because Promoted can't have a close button */
}

.fm2-title-border-box-blue {
	border-left: 1px solid #A1B4D9;
	border-top: 1px solid #A1B4D9;
	border-right: 1px solid #A1B4D9;
	background-color: #D2E3FB;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	height: 23px;
	padding: 6px 6px 0px 10px;
}

.fm2-icon {
	margin-right: 5px;
}

.fm2-title-wrapper {
 -moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px; 
}

.feedmodule-border-gray {
	border: 1px solid #CCCCCC;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	zoom: 1;	/* IE6 hack to trigger on hasLayout */
}

.feedmodule-border-blue {
	border: 1px solid #A1B4D9;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	zoom: 1;	/* IE6 hack to trigger on hasLayout */
}

#INC-data, #INM-data {
	padding: 10px;
}

/* YPP stuff */
.ypp-box {
	border: 1px solid #ccc;
	padding: 5px 2px 10px 7px;
	margin-bottom: 10px;
	background-color: #fcfcfc;
}

.ypp-txt {
  float: left;
	width: 90%;
}
.ypp-banner {
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
}
.ypp-desc {
	margin-top: 10px;
	margin-left: 5px;
}
.ypp-btn {
	margin-top: 10px;
	cursor: pointer;
	cursor: hand;
}
.ypp-close {
	width: 20px;
	float: right;
	cursor: pointer;
	cursor: hand;
}
#masthead {
	width:960px;
	margin:4px auto 5px auto
}

#masthead #links-wrapper {
	width:400px;
	float:right
	padding:0 0 0 7px
}
#masthead-picker-box {
	width:938px
}
#masthead #upload-button {
	margin-right:5px
}
#masthead #upload-button .yt-dropdown-menu {
	white-space:nowrap;
	width:auto
}
.is-english #masthead .search-form {
	margin-right:100px
}


#masthead .logo-co {
	float:left;
	width: 77px;
	margin:0 0 3px 0;
}
#masthead #slogan {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:7px 0 0 0;
}
#masthead #slogo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:43px;
	font-weight:bold;
	height:67px;
	margin:0;
	padding-top:5px;
	display:block;
}
#masthead .masthead-lft {
	float:left;
	margin:0 0 3px 0;
}
#masthead .masthead-r {
	float:right;
	width:480px;
}

#masthead .masthead-middle {
}


#masthead .user-info {
	float:right;
	height: 60px;
	margin:0;
	padding:0;
}

#masthead .money-menu {
	float:right;
	width:100%;
	margin-top:16px;
	text-align:right;
}


#masthead #bar {
background-color:#FFFFDD;
	height:31px;
	border:1px solid #999999;
	clear:both;
	cursor:default
}
#masthead .nav-item {
	border-right:1px dotted #3300CC;
	height:14px;
	color:000033;
	text-align:center;
	float:left;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	white-space:nowrap;
	display:block;
	padding:7px 8px 8px 9px;
}
#masthead a.nav-item:hover {
	border:#3300CC solid 3px;
	color:#008000;
	height:11px;
	background-color:#FFFFCC;
	text-decoration:none;
	padding:4px 6px 10px 6px;
}
#masthead a.nav-item:active {
	border:#3300CC solid 3px;
	color:#008000;
	height:11px;
	background-color:#FFFF00;
	text-decoration:none;
	padding:4px 6px 10px 6px;
}
#masthead-bar-contents {
	padding:5px 4px 0 0;
	text-align:right
}
#masthead .cse-search-box {
	display:inline;
}
#footer .cse-search-box {
	display:block;
	padding-top:13px;
	margin-left:91px;
	height:30px;
	margin:0
}
#masthead .search-term, #footer .search-term {
	border:1px solid #999;
	padding:4px 1px 1px 1px;
	padding-right:1px;
	width:225px;
	height:18px;
	font-size:13px!important;
	vertical-align:middle
}
#masthead .search-term, #masthead .yt-button, #masthead .yt-dropdown {
	margin-top:1px;
	margin-bottom:1px;
	text-align:left
}
#masthead .yt-dropdown-menu {
	text-align:left
}
#masthead .search-term-focus {
	border:2px solid #bbdafd!important;
	margin-top:0;
	margin-bottom:0;
	padding-right:0
}
#masthead .yt-button span, #footer .yt-button span {
	vertical-align:middle
}
* html #masthead .yt-dropdown span, * html #masthead .yt-dropdown button {
	vertical-align:middle
}
*:first-child+html #masthead .yt-dropdown span, *:first-child+html #masthead .yt-dropdown button {
	vertical-align:middle
}

#masthead-bar-contents {
	padding-top:4px;
	text-align:right
}


#util-links #sharingImg {
	margin-right:6px
}
#util-links #account-link {
	z-index:99
}
#util-links #account-link a {
	font-weight:bold
}
.util-item {
	border-left:1px solid #aaa;
	padding:0 0 1px 6px;
	margin-left:6px;
	float:left;
	text-align:right;
	display:block
}
.util-item.with-flag {
	margin-left:0;
	padding-left:0
}
.util-item.first {
	border-left:none;
	padding-left:1px;
	margin:0
}
#util-links.normal-utility-links img, #util-links.normal-utility-links button {
	margin-top:-1px;
	vertical-align:middle
}
.homepage-whats-new-content {
	padding:0 5px 0 5px
}
.homepage-whatsnew-entry {
	padding:3px 0;
	position:relative
}
.homepage-whatsnew-image {
	float:left;
	width:30px;
	height:37px;
	margin-bottom:12px
}
.homepage-whatsnew-desc {
	margin-left:36px;
	margin-bottom:12px
}

html>body #util-links.normal-utility-links img, html>body #util-links.normal-utility-links button {
	margin-top:-5px
}

#region-and-language-picker-links-wrapper span {
	padding-bottom:1px
}
#masthead-region-and-language-picker-box {
	margin:0 0 5px 0;
	text-align:center;
	padding:8px 10px;
	background-color:#fafafa;
	border:1px solid #ccc;
	font-size:13px;
	clear:both
}
#masthead-interaction {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 110px; 
}
.homepage-masthead-ad {
	text-align: right;
	cursor: hand;
	cursor: pointer;
	color: blue;
	padding-top: 5px;
	position: relative;
	z-index: 3;
}
.homepage-masthead-btn {
	float: right;
	padding-left: 5px;
	z-index: 3;
}
.homepage-new-masthead-btn {
	padding-right: 5px;
}
.hidden-mastad {
	width: 1px;
	height: 1px;
}
/* img-php-add-remove-button defined farther down */
.img-php-minus-button {
	background: transparent url(http://centraloregon.com/wp-content/themes/centor/images/pngs/co_iconset.png) repeat-x scroll -184px -40px;
	height: 14px;
	width: 14px;
}
/* End masthead ad CSS */

.side-announcement-box {
	padding:10px;
	background-color:#ffffe5;
	border:1px solid #CCCCCC;
}
.side-signin-box {
	padding:2px 0 7px 4px;
	background-color:#ffffe5;
	border:1px solid #CCCCCC;
}
button.rating {
	border:0;
	padding:0;
	margin:0;
	font-size:11px
}
button.ratingVS {
	width:60px;
	height:14px;
	vertical-align:top;
	cursor:default
}
button.ratingVS-0\.0 {
	background-position:-60px -381px
}
button.ratingVS-0\.5 {
	background-position:-48px -397px
}
button.ratingVS-1\.0 {
	background-position:-48px -381px
}
button.ratingVS-1\.5 {
	background-position:-36px -397px
}
button.ratingVS-2\.0 {
	background-position:-36px -381px
}
button.ratingVS-2\.5 {
	background-position:-24px -397px
}
button.ratingVS-3\.0 {
	background-position:-24px -381px
}
button.ratingVS-3\.5 {
	background-position:-12px -397px
}
button.ratingVS-4\.0 {
	background-position:-12px -381px
}
button.ratingVS-4\.5 {
	background-position:0 -397px
}
button.ratingVS-5\.0 {
	background-position:0 -381px
}
button.ratingVS-transparent {
	background-color:transparent
}
.ratingCapsVS-left, .ratingCapsVS-right {
	width:2px;
	height:16px;
	vertical-align:top;
	cursor:default
}
.ratingCapsVS-left {
	background-position:-109px -395px
}
.ratingCapsVS-right {
	background-position:-111px -395px
}
button.ratingCapsVS {
	width:60px;
	height:16px;
	vertical-align:top;
	background:white url(http://centraloregon.com/wp-content/themes/centor/images/pngs/master-vfl93996.png);
	cursor:default
}
button.ratingCapsVS-0\.0 {
	background-position:-60px -379px
}
button.ratingCapsVS-0\.5 {
	background-position:-48px -395px
}
button.ratingCapsVS-1\.0 {
	background-position:-48px -379px
}
button.ratingCapsVS-1\.5 {
	background-position:-36px -395px
}
button.ratingCapsVS-2\.0 {
	background-position:-36px -379px
}
button.ratingCapsVS-2\.5 {
	background-position:-24px -395px
}
button.ratingCapsVS-3\.0 {
	background-position:-24px -379px
}
button.ratingCapsVS-3\.5 {
	background-position:-12px -395px
}
button.ratingCapsVS-4\.0 {
	background-position:-12px -379px
}
button.ratingCapsVS-4\.5 {
	background-position:0 -395px
}
button.ratingCapsVS-5\.0 {
	background-position:0 -379px
}
.ratingCapsL-left, .ratingCapsL-right {
	width:7px;
	height:15px;
	vertical-align:top
}
.ratingCapsL-left {
	background-position:-134px -426px
}
.ratingCapsL-right {
	background-position:-142px -426px
}
button.ratingL, button.ratingCapsL {
	width:75px;
	height:15px;
	vertical-align:top;
	background:white url(http://centraloregon.com/wp-content/themes/centor/images/pngs/master-vfl93996.png)
}
button.ratingL-0\.0, button.ratingCapsL-0\.0 {
	background-position:-75px -411px
}
button.ratingL-0\.5, button.ratingCapsL-0\.5 {
	background-position:-60px -426px
}
button.ratingL-1\.0, button.ratingCapsL-1\.0 {
	background-position:-60px -411px
}
button.ratingL-1\.5, button.ratingCapsL-1\.5 {
	background-position:-45px -426px
}
button.ratingL-2\.0, button.ratingCapsL-2\.0 {
	background-position:-45px -411px
}
button.ratingL-2\.5, button.ratingCapsL-2\.5 {
	background-position:-30px -426px
}
button.ratingL-3\.0, button.ratingCapsL-3\.0 {
	background-position:-30px -411px
}
button.ratingL-3\.5, button.ratingCapsL-3\.5 {
	background-position:-15px -426px
}
button.ratingL-4\.0, button.ratingCapsL-4\.0 {
	background-position:-15px -411px
}
button.ratingL-4\.5, button.ratingCapsL-4\.5 {
	background-position:0 -426px
}
button.ratingL-5\.0, button.ratingCapsL-5\.0 {
	background-position:0 -411px
}
.icn_star_full_large, .icn_star_half_large, .icn_star_empty_large {
	width:15px;
	height:15px
}
.icn_star_full_large {
	background-position:-45px -426px
}
.icn_star_half_large {
	background-position:-60px -426px
}
.icn_star_empty_large {
	background-position:-75px -426px
}
.navigation {
    font-size: 1.01em;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

