/*
Theme Name: RCHS Eagle's Nest
Theme URI: http://www.rchseaglesnest.org/
Description: It's our favorite(?) high school newspaper's theme!
Author: Jeff Ferrell
Author URI: http://www.ferrellweb.com
Tags: custom everything

	RCHS Eagle's Nest v1.0
	http://www.rchseaglesnest.org

	This theme was designed and built by Jeff Ferrell,
	who knows very little about what he's actually doing.
	Visual style is heavily cribbed from the NY Times
	online. *tips hat

*/


/* -------- RESETS & GLOBALS -------- */

html { 
	font-size: 100.01%; 	
	}

body {
    background-color: #353534;
    margin: 0 auto;
    font-family: Georgia, Times, serif;
    font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

h3 { font-weight: 700; }

h4 { font-size: 1.5em;
	margin-bottom: .5em;
	margin-top: 1em;
	}



a img {
	border: 0;
}

.hidden {
	display: none;
}

.clearfix:after {
	content:" "; 
	display:block; 
	height:0;
	font-size:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide */





/* -------- LAYOUT STRUCTURE -------- */

#page-container {
	width: 960px;
	margin: auto;
	background-color: #fff;
	/* background: #fff url(layout-images/spooky-container-bkg.gif) bottom right no-repeat; */
	border-left:  8px solid #000;
	border-right:  8px solid #000;
	border-bottom: 8px solid #000;
}

#header {
    width: 960px;
    height: 123px;
    /*background: url(layout-images/headerpic2.jpg);*/
	background: url(layout-images/headerpic.jpg);
    font-size: 12px;
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 160px;
/* 	z-index: 5; */
}

#content-container-1 {
	margin-right: 160px;
	background: url(layout-images/content1-background.gif) repeat-y center #fff;
	overflow: auto; /* contain floated blocks */
	width: 800px;   /* for IE 6 */
}

#content-container-2 {
	margin-right: 160px;
	overflow: hidden;
	width: 799px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content-container-3 {
	margin-right: 160px;
	/*background: url(layout-images/background-400x400.gif) repeat-y center #fff;*/
	background: url(layout-images/background-485x315.gif) repeat-y center #fff;
	overflow: auto; /* contain floated blocks */
	width: 800px; /* for IE 6, and Safari, evidently */
}

#content-container-4 {
	overflow: auto;
	background: url(layout-images/cc4-background-800.gif) repeat-y left #fff;
	border-top: 1px double #ccc;
	
}

.cc4-box {
	width: 200px;
	float: left;
}

#left-1 {
	float: left;
	width: 320px;
}

#center-1 {
	float: right;
	width: 480px;
}

div.inside {
	padding: 0 15px;
}

div.double-divider {
	background: transparent url(layout-images/double-horiz-border.gif) repeat-x scroll 0px 0px;
	height: 4px;
	margin-right: 160px;
}

#left-3 {
	float: left;
	width: 485px;
}

#center-3 {
	float: right;
	width: 315px;
}

#footer {
	clear: both;
	float: left;
    width: 960px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	/*background-color: #f1ae55;*/
	background-color: #f1eacd;
   /*background: #f1eacd url(layout-images/spooky-footer.jpg) bottom right no-repeat;*/ 
}


#single-post-container {
		margin-top: 0;
		background: url(layout-images/single-post-background.gif) top left repeat-y;
}

.gainlayout {  /* Add haslayout to elements in IE7 */
	zoom: 1;
}

.contain, .container {
	overflow: hidden;
	_overflow: visible;
	_overflow-x: hidden;
	_height: 0;
}



/* --------- GLOBAL TYPOGRAPHY --------- */

#page-container {
	font-size: 1em;
}

a {
    color: #205520;
    text-decoration: none;
	font-weight: bold;
}
    
a:hover {
    color: #6b1915;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

a.scrollover {
     color: #205520;
}

a.scrollover em:first-line {
     color: #6b1915;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

ol li {
	line-height: 1.2em;
	margin-bottom: 1em;
}

.sans { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
} 
    
.gray { 
	color: #666; 
}

.allcaps { 
	text-transform: uppercase; 
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

.byline {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
	letter-spacing: 0;
    color: #7a7b7a;
	margin: 0.5em 0 0.5em 0;
}

.copyright {
	font-size: 0.9em;
	color: #999;
	margin-top: 40px;
}
    
.story-date {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-transform: uppercase;
    color: #7e271b;
    font-weight: bold;
}
    
.subhead-red {
    color: #7e271b;
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.3em;
}

.red {
	color: #7e271b;
}

.front-page-date {
	font-size: 80%;
	color: #7e271b;
}

.subhead-gray {
    color: #5b805f;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 2.3em;
}

.subhead {
    color: #ffffff;
	background-color: #333;
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 14px;
	padding: 5px 10px;
	margin: 5px 12px;
}

h3.poll {
	background: #333 url(layout-images/icon-poll.png) 5px 50% no-repeat;
	/* background: #333333 url(layout-images/spooky-poll.png) 5px 50% no-repeat; */
	padding-left: 35px;
}

h3.media {
	background: #333 url(layout-images/icon-warning.png) 5px 50% no-repeat;
	padding-left: 30px;
}

h3.around-school {
	background: #333 url(layout-images/icon-notebook.png) 5px 50% no-repeat;
	/*background: #333333 url(layout-images/spooky-school.png) 5px 50% no-repeat;*/
	padding-left: 35px;
}

h3.around-web {
	background: #333333 url(layout-images/icon-globe.png) 5px 50% no-repeat;
	/*background: #333333 url(layout-images/spooky-web.png) 5px 50% no-repeat;*/
	padding-left: 35px;
}

h3.recent-comments {
	background: #333333 url(layout-images/icon-comment.png) 5px 50% no-repeat;
	padding-left: 30px;
}

h3.book-review {
	background: #333333 url(layout-images/icon-book.png) 5px 50% no-repeat;
	/*background: #333333 url(layout-images/spooky-book.png) 5px 50% no-repeat;*/
	padding-left: 35px;
}

h3.music-review {
	background: #333333 url(layout-images/icon-music.png) 5px 50% no-repeat;
	/*background: #333333 url(layout-images/spooky-music.png) 5px 50% no-repeat; */
	padding-left: 35px;
}

h3.movie-review {
	background: #333333 url(layout-images/icon-movie.png) 5px 50% no-repeat;
	/*background: #333333 url(layout-images/spooky-movie.png) 5px 50% no-repeat;*/
	padding-left: 35px;
}

h3.video {
	background: #333333 url(layout-images/icon-clapper.png) 5px 50% no-repeat;
	/*background: #333333 url(layout-images/spooky-video.png) 5px 50% no-repeat;*/
	padding-left: 35px;
}

h3.extra {
	background: #333333 url(layout-images/icon-star.png) 5px 50% no-repeat;
	/*background: #333333 url(layout-images/spooky-extra.png) 5px 50% no-repeat;*/
	padding-left: 35px;
}

h3.headlines {
	background: #333333 url(layout-images/newspaper_link.png) 5px 50% no-repeat;
	/*background: #333333 url(layout-images/spooky-herald.png) 5px 50% no-repeat;*/
	padding-left: 35px;
}
    
.small-headline {
    color: #205520;
    font-size: 12px;
    margin-bottom: 0.5em;
}
    
.med-headline {
    color: #205520;
    font-size: 16px;
	line-height: 1.1em;

}

.lg-headline {
    color: #205520;
    font-size: 18px;
	line-height: 1.1em;

}

.xlg-headline {
    color: #205520;
    font-size: 20px;
	line-height: 1.1em;

}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.smaller {
	font-size: 0.9em;
}

/* -------- HEADER BLOCK -------- */

#header h1 {
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 700px;
	height: 122px;
	background: transparent;
}


/* -------- MENU BLOCK -------- */

/* MENU -- BASIC CODE */
#navbar {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(layout-images/navigation-background.png) repeat-x;
	z-index: 1000:
}

#navbar li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
}

#navbar a {
	display: block;
}

#navbar ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

* html #navbar ul {
	line-height: 0;  /* Fix for IE6 */
}

	#navbar ul a {
		zoom: 1; /* Fix for IE6/7 */
	}
	
	#navbar ul li {
		float: none;
	}
	
	#navbar ul ul {
		top: 0;
	}
	
	#navbar ul li.rightend {
		position: relative;
		right: 60px;
	}
    
/* MENU -- WIDTH OF SUB-MENUS */
#navbar ul {
	width: 180px;
}

	#navbar ul ul {
		left: 131px;
	}

/* MENU -- THEMING */
#navbar {
	background-color: #000;
	height: 24px;
}

#navbar *:hover {
	background-color: none;
}

#navbar a {
	border-left: 1px solid #000;
	color: white; 
	font-size: 12px;
	padding: 4px 20px 7px 20px;
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
	outline: none;
}
	#navbar li.hover a {
  		background-color: #000;
		text-decoration: none;
		outline: none;
  	}
  	
	#navbar ul {
		top: 25px;
	}

		#navbar ul li a {
			background-color: #000;
			border-right: 1px solid #000;
			border-left: 1px solid #000;
			padding: 10px;
			outline: none;
			*margin-bottom: -1px; /* IE7 */
		}
		
		#navbar a.inactive {
			color: #555;
		}

		#navbar ul a.hover {
			background-color: #A5C7A0;
			text-decoration: none;
		}

	#navbar ul a {
		outline: none;
		border-bottom: 1px solid #444;
		border-right: none;
		opacity: 0.90;
		filter: alpha(opacity=90);
	}
	
	#navbar ul a.last {
		border-bottom: 1px solid #000;
	}
/* #navbar ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* -------- WEATHER BLOCK -------- */

#weather1, #weather2 {
    display: block;
    position: absolute;
	top: 25px;
    width: 110px;
    height: 82px; 
    background: #f1eacd;
    border: 1px solid #e1dabf;
    margin: 5px auto auto 822px;
    padding: 3px;
    color: #666;
    font-weight: bold;
    text-align: center;
    font-size: 0.7em;
    overflow: hidden;
	z-index: 50;
}

#weather1 p, #weather1 img, #weather2 p, #weather2 img {
    margin: 3px 0 0 0;
}
   
#weather1 .red, #weather2 .red {
    color: #900;
}
   
#weather1 .blue, #weather2 .blue {
    color: #0e57a0;
}
   
#weather1 img, #weather2 img {
    margin: 0px auto;
}

.weather-link {
	display: block;
	width: 82px;
	color: #666;
}

#header a, #header a:hover {
	text-decoration: none;
	outline: none;
}




/* -------- DATE BLOCK -------- */

#today {
    position: absolute;
	top: 0;
    display: block;
    width: 160px;
    height: 25px;
    margin: 122px 0 0 800px;
    overflow: hidden;
    color: #333;
    font-weight: normal;
    text-align: center;
    font-size: 0.7em;
}
   
#today p {
line-height: 2em;
}



/* --------- SIDEBAR BLOCK --------- */



#announcements, #daily-link, #big-pic, #calendars, #latest-issue, #rss, #share, #sign-in, #local-news, #special-links, #daily-album, #tag-cloud, #en-wotd {
	margin: 0px;
}

#daily-link, #big-pic, #announcements, #latest-issue, #rss, #share, #sign-in, #local-news, #tag-cloud, #en-wotd {
	/*border-top: 1px solid #ccc;*/
	margin-top: 0px;
	padding-top: 10px;
}

#daily-link img, #big-pic img, #latest-issue img, #local-news img, #daily-album img {
	border: 1px solid #666;
	margin: 10px;
}

#sidebar ul {
	list-style-type: none;
	margin-left: 12px;
	margin-right: 5px;
}

#sidebar ul li {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 20px;
}

#sidebar ul li a {
	display: block;
	padding-left: 23px;
	text-decoration: none;
}

#sidebar p {
	margin: 0 10px;
}
	
	
ul.cal-list li a {
	background: url(layout-images/calendar.png) no-repeat 0 50%;
}

ul.special-list li.announcements a {
	background: url(layout-images/icon-megaphone-16.png) no-repeat 0 50%;
}

ul.special-list li.winter a {
	background: url(layout-images/icon-basketball.png) no-repeat 0 50%;
}

ul.special-list li.spring a {
	background: url(layout-images/icon-tennisball.png) no-repeat 0 50%;
}

ul.special-list li.apply a {
	background: url(layout-images/icon-fill_form.png) no-repeat 0 50%;
}

ul.rss-list li a {
	background: url(layout-images/rss.png) no-repeat 0 50%;
}

ul.twitter-list li a {
	background: url(layout-images/twitter.png) no-repeat 0 50%;
}

ul.facebook-list li a {
	background: url(layout-images/facebook.png) no-repeat 0 50%;
}

ul.log-in li.register a {
	background: url(layout-images/add.png) no-repeat 0 50%;
}

ul.log-in li.forgot a {
	background: url(layout-images/info.png) no-repeat 0 50%;
}

ul.control-panel li.profile a {
	background: url(layout-images/profile.png) no-repeat 0 50%;
}

ul.control-panel li.dashboard a {
	background: url(layout-images/dashboard.png) no-repeat 0 50%;
}

ul.control-panel li.exit a {
	background: url(layout-images/lock.png) no-repeat 0 50%;
}

ul.control-panel li.write a {
	background: url(layout-images/write-post.png) no-repeat 0 50%;
}

p.calendar {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 40px;
	text-align: left;
}

ul#event-list li.event {
	font-size: 1.2em;
	line-height: 17px;
	margin-bottom: .6em;
	margin-right: 5px;
}

#sidebar p.boston-credit {
	background: url(layout-images/boston-icon.gif) no-repeat 0 60%;
	margin: 0.5em 0 0 2em;
	padding-left: 22px;
	font-size: 1em;
	line-height: 22px;
}

#sidebar p.allmusic-credit {
	background: url(layout-images/allmusic-icon.png) no-repeat 0 60%;
	margin: 0.5em 0 0 2em;
	padding-left: 22px;
	font-size: 1em;
	line-height: 22px;
}

#sidebar p.dictionary-credit a {
	display: block;
	width: 87px;
	text-indent: -9999px;
	background: url(layout-images/dictionarycom.png) no-repeat 0 0;
	margin: 15px auto;
}

#sidebar ul.tiny-list {

	margin-left: -10px;
	margin-bottom: 2.5em;
}

#sidebar ul.tiny-list li {
	margin: 1em 0;
	line-height: 1.2em;
}
.tiny-list li a {
	font-weight: normal;
}

#sidebar p.recent-pic-list {
	margin-top: 1.7em;
	font-weight: bold;
}

div.related-item {
	margin-bottom: 20px;
}

.related-img {
	border: 1px solid #999;
}

#sidebar p.amazon-credit {
	background: url(layout-images/amazon.png) no-repeat 0 60%;
	margin: 0px 5px 10px 25px;
	line-height: 22px;
	font-size: 10px;
}

#fblike {}

#sharecheat {
	margin: 0 15px;
}

#sharecheat td.fblike {
	vertical-align: top;
	width: 55px;
}

#translate {
	margin: 0 12px;
}

.flag {
	border: 1px solid #ccc;
	padding: 1px;
}

table#gtrans {
	margin: 0 12px;
}

table#gtrans td {
	text-align: center;
}

.goog-te-gadget {
	font-size: 10px;
	font-family: Georgia, serif;
	
}

a.goog-te-menu-value span {
	font-size: 10px;
	font-family: Georgia, serif;
	color: #666;
}

#tag-cloud p {
	padding: 0px 5px 40px 10px;
	font-family: Tahoma, Trebuchet, Arial, sans-serif !important;
}

#tag-cloud p a {
	font-weight: normal;
}

#tag-cloud p a:hover {
	font-weight: normal;
	color: #205520;
text-shadow: 0px 0px 4px rgba(12,255,17, 0.6);
}




/* --------- POST-SPECIFIC STYLES --------- */

div.entry h3,
div.page-entry h3 {
	color: #205520;
	font-size: 1.4em;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
	width: 75%;
	margin-bottom: 0.75em;
}

h3.green-subhead {
	color: #205520;
	font-size: 20px !important;
	border-bottom: none !important;
	width: 100% !important;
}

div.entry {
	/*float: right;*/
	}

div.entrynofloat {}

div.entry p,
div.page-entry p {
	font-size: 16px;
	text-align: justify;
	line-height: 1.5em;
	
}

div.entry td {
	font-size: 16px;
	line-height: 150%;
}

table#feature-table {
	font-size: 12px;
	line-height: 1.4em;	
}


.meta {
	border-top: 1px solid #ccc;
	margin-top: 0.75em;
	margin-bottom: 1em;
	padding-top: 0.25em;
	overflow: auto;
}

.meta p {
	margin: 0;
}

.article, .around-web-article {
	overflow: hidden;
	width: 100%;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.around-web-article {
	padding-bottom: 10px;
}

p.onefifty {
	min-height: 150px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

p.bottom-edge {
	border-bottom: 1px solid #ccc;
}

.article h3 {
	
}

td.topalign {
	vertical-align: top;
}

img.bordered {
	border: 1px solid #000;
}

div.web-excerpt p, div.web-excerpt2 p {
	margin-bottom: 0;
}

div.web-excerpt {
	display: table;
	width: auto;
	padding-bottom: 10px;
}

div.web-excerpt2 {
	width: auto;
}

img.web-profile {
	float: left;
	clear: left;
	margin-right: 5px;
	margin-top: 2px;
	width: 30px;
	height: 30px;
}

img.web-thumb {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-top: 2px;
	width: 50px;
	height: 50px;
	border: 1px solid #000;
}



.read-more {
	margin-top: 3px;
}

.comments-number {
	margin-top: 0;
	background: url(layout-images/comment-icon.png) left 1px no-repeat;
	padding-left: 18px;
	line-height: 18px;
	font-size: 9px;
}

.archive-link {
	background: url(layout-images/file-cabinet-16.png) left top no-repeat;
	/*background: url(layout-images/spooky-archives.png) left top no-repeat;*/
	margin-top: 10px;
	padding-left: 22px;
}

.newspaper-link {
	background: url(layout-images/newspaper_go.png) left top no-repeat;
	margin-top: 10px;
	padding-left: 22px;
}

#photo, #post-links {
	border: 1px solid #999;
	padding: 10px;
	margin-left: 20px;
	background: #f4f4f4;
}

.secondary-photo {
	border: 1px solid #999;
	padding: 10px;
	background: #f4f4f4;
}

.photo-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	clear: left;
}

.photo-right {
	margin-bottom: 10px;
	float: right;
	margin-left: 20px !important;
	margin-right: 0 !important;
}

div.entry p.photo-credit {
	text-align: right;
	margin-top: 0;
	font-size: 9px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

div.entry p.photo-caption {
	font-size: 13px;
	color: #666;
	margin: 0 5px 10px 5px;
}

#photo .slideshow-link {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 0 5px 5px 5px;
	padding-left: 22px;
	background: url(layout-images/icon-slideshow.png) left top no-repeat;
}

.enlarge-link {
	font-size: 12px !important;
	font-weight: bold;
	color: #666;
	margin: 0 5px 5px 5px;
	padding-left: 22px;
	background: url(layout-images/enlarge_icon.gif) left top no-repeat;
}

div.review-image-block {
	height: 220px;
	width: 240px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


#review-meta-container, #post-meta-container {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
}

#post-rating-box {
	float: right;
	border: 1px solid #999;
	margin-left: 20px;
	width: 250px;
	background-color: #f4f4f4;
	padding: 10px 10px 10px 15px;
}

#rating-pro {
	background: url(layout-images/thumb_up.png) no-repeat;
	font-size: 1.2em;
	padding-left: 22px;
	margin-top: 20px;
	text-align: left;
	line-height: 1.2em;
}

#rating-con {
	background: url(layout-images/thumb_down.png) no-repeat 0 4px;
	font-size: 1.2em;
	padding-left: 22px;
	margin-top: 5px;
	text-align: left;
	line-height: 1.2em;
}

#music-meta-container {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 250px;
}

#review-info-box {
	border: 1px solid #999;
	padding: 20px 20px 10px 20px;
	background: #f6f6f6;
	overflow: auto;
}

#book-review-info-box {
	border: 1px solid #999;
	padding: 10px;
	background: #f6f6f6;
	float:right;
}

#music-data {
	margin: 0 0 0 20px;
}

#review-media-box {
	margin: 10px 0 0 0;
	padding: 5px 0;
	background: #ccc;
	text-align: center;
}



.review-headline {
    color: #205520;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.review-tag {
	padding-top: 30px;
	margin-bottom: 0;
}

.review-book-image {
	border: 1px solid #999;
	margin-bottom: 10px;
}

div.entry p.review-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
}

div.entry p.review-creator, div.entry p.review-normal {
	font-size: 12px;
	margin: 0;
}

div.movie-links {
	margin-top: 15px;
}

#movie-info-box {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#movie-table {
	width: 400px;
	margin-bottom: 10px;
}

#movie-table td {
	vertical-align: top;
	text-align: left;
	width: 50%;
}

#movie-table td.poster-cell img.movie-img {
	margin-right: 10px;
}

#movie-table td p {
	text-align: left !important;
}

#movie-table p.review-spaced {
	margin-top: 0.5em;
	font-size: 12px;
}

.mpaa-rating {
	border: 1px solid #888;
	font-size: 14px;
	padding: 1px 2px;	
}

p.movie-link, p.tomato-link, p.imdb-link {
	line-height: 24px !important;
	margin-bottom: 3px;
}

p.movie-link a {
	background: url(layout-images/world-link-2.png) no-repeat 0 1px;
	font-size: 13px;
	padding-left: 22px;
	padding-top: 2px;
}

p.tomato-link a {
	background: url(layout-images/tomato.png) no-repeat 0 -2px;
	font-size: 13px;
	padding-left: 22px;
	padding-top: 2px;
}

p.imdb-link a {
	background: url(layout-images/imdb.gif) no-repeat 0 -1px;
	padding-left: 34px;
	font-size: 13px;
}





#review-info-box p a {
	padding: 5px 22px;
	font-size: 0.8em;
	line-height: 2.5em;
}

#book-review-info-box p a {
	padding: 5px 0px;
	font-size: 0.8em;
	line-height: 1.7em;
}

#lower-box {
	margin-top: 10px;
}

p.review-link {
	margin-bottom: 5px;
}

p.review-link a {
	background: url(layout-images/world-link-2.png) no-repeat 0 center;
	font-size: 14px;
}

p.review-link a {
	background: url(layout-images/world-link-2.png) no-repeat 0 center;
	font-size: 14px;
}

div.entry ol {
	font-size: 16px;
}

div.wpcf7 { /*Contact Form */
	width: 600px;
	border: 1px solid #333;
	background: #fafafa;
	}

form.wpcf7-form {
	margin: 20px;
}



div.wpcf7-validation-errors {
	background: #FFF9DD url(layout-images/alert.png) no-repeat 10px 7px !important;
	border: 1px solid #ffaf3b !important;
	text-align: left !important;
	padding-left: 32px !important;
	padding-right: 10px !important;
	font-size: 12px !important;
	line-height: 30px !important;
	overflow: auto !important;
}

.wpcf7-not-valid-tip {
	background: #ffccca url(layout-images/exclamation.png) no-repeat 10px 7px !important;
	border: 1px solid #ff5153 !important;
	text-align: left !important;
	padding: 0px !important;
	padding-left: 32px !important;
	padding-right: 10px !important;
	width: auto !important;
	font-size: 12px !important;
	line-height: 30px !important;
	overflow: auto !important;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif !important;
}

div.wpcf7-mail-sent-ok {
background: url(layout-images/check.png) no-repeat scroll 10px 7px #DDF5DD !important;
border:1px solid #B7D6B6 !important;
text-align: left !important;
padding: 0px !important;
padding-left: 32px !important;
padding-right: 10px !important;
width: auto !important;
font-size: 12px !important;
line-height: 30px !important;
overflow: auto !important;
font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif !important;
}





/* --------- FEATURE BLOCK --------- */

#features {
    background: #cef1ce url(layout-images/feature-bkg.png) bottom no-repeat;
	margin-bottom: 0px;
}

#feature-head {
	padding: 5px 10px;
	background-color: #bedebe;
	color: #5b805f;
    display: block;
    font-weight: bold;
    font-size: 2em;
	margin-bottom: 8px;
	border-bottom: 1px solid #aaa;
}

#feature-story {
	padding: 0 10px;
}

.latest-head {
	background: url(layout-images/newspaper-32.png) left top no-repeat;
	/*background: url(layout-images/spooky-skull-32.png) left top no-repeat; */
	padding-left: 42px;
	line-height: 32px;
}

.feature-type {
	color: #687b68;
	font-size: 10px;
	font-weight: bold;
}

#features img, table#school-table img {
	border: 1px solid #687b68;
}


.feature-headline {
    color: #205520;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 5px;
	padding-top: 30px;
}

.feature-headline-dark {
    color: #ffffff;
    font-size: 2.2em;
    line-height: 1.1em;
    margin-bottom: 5px;
	padding-top: 30px;
}

#feature-story h3 {
    color: #205520;
    font-size: 1.6em;
    line-height: 1.1em;
	/*font-weight: 500;*/
}
    

#feature-story p {
	font-size: 1em;
	margin-top: 0;
	padding-top: 0;
}

td p {
	margin-bottom: 0;
}

div.entry p.the-date {
	float:left;
	line-height:120%;
	margin:0;
	padding:0 0.3em 0 0;
	vertical-align:-50%;
}

p.the-date-small {
	float: left;
	margin: 0;
	padding-right: 0.2em;
}

.feature-excerpt {
	font-size: 0.8em;
}

hr.feature {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid transparent;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}


/* --------- POLL (OR MEDIA) BLOCK --------- */

#poll {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	/*background: url(layout-images/poll-background.gif) bottom right no-repeat;*/
	background: url(layout-images/poll-background.gif) bottom right no-repeat;
}


div.wp-polls {
	margin: 20px 10px 10px 10px;
}

div.wp-polls a {
	color: #005500;
}

.poll-question {
	text-align: left;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 16px;
	font-style: italic;
}


.wp-polls-ul li {
	font-size: 1.2em;
	margin-bottom: 1.8em;
	margin-right: 10px;
}

.poll-answer {
	vertical-align: top;
	padding-left: 5px;
	margin-left: 20px;
}

.wp-polls label {
	margin-left: 10px;
	float: none;
}

.wp-polls label:before {
	white-space: pre;
	content: " ";
	
}

.wp_loading {
	font-size: 12px;
	margin-top: 3px;
	margin-left: 5px;
	font-style: italic;
}

.pollbarbackground {
	background: #efefef url(http://www.rchseaglesnest.org/wp-content/themes/eaglesnest/layout-images/pollbarbackground.gif) repeat-x;
	border: 1px solid #666;
	width: 100%;
	height: 14px;
	padding-left: 0px;
	overflow: hidden;
/*	padding: 1px;*/
}

.wp-polls .pollbar { /*If upgraded, delete if($pollbar['style'] == 'use_css') block from polls.css*/
background-image: url(http://www.rchseaglesnest.org/wp-content/themes/eaglesnest/layout-images/pollbar.gif);
border-right: 1px solid #3a5732;
border-bottom: 1px solid #3a5732;
font-size: 13px;
height: 15px;
line-height: 15px;
margin: 0;
}

.wp-polls .mypollbar {
	background: url(http://www.rchseaglesnest.org/wp-content/themes/eaglesnest/layout-images/mypollbar.gif) repeat-x 0 0;
	border-right: 1px solid #987200;
	border-bottom: 1px solid #987200;
	font-size: 13px;
	height: 15px;
	line-height: 15px;
	margin: 0;
}

.wp-polls .Buttons {
	border-radius: 10px;
	padding: 5px 30px !important;
}

div.entry h3.poll-question {
	width: 90%;
	padding: 20px 0 10px 0;
	margin-bottom: 20px;
}

#polls-16-ans ul li {
	display: block;
	width: 180px;
	height: 180px;
	text-align: center;
	float: left;
	background: #dfdfdf;
	border: 1px solid #999;
	margin: 10px;
	padding: 10px;
}

#polls-16-ans ul li small {
	display: block;
	font-size: 11px;
	margin: 5px 0;
}

#polls-16-ans ul li p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}

div#polls-16-ans > p {
	clear: both;
	padding-top: 20px;
	margin-bottom: 0;
}

#polls-16-ans p + p {
	clear: both;
	border: none;
	background: transparent;
	font-size: 12px;
}



#media {
	margin: 0 0 10px 0px;
	border-bottom: 1px solid #ccc;	
}

#media-box {
	margin: 0 0 10px 4px;
}



/* --------- CENTER-1 BLOCK --------- */

#daily-photo-gallery {
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 0px;
}

#daily-photo-gallery h3 {
	margin-top: 5px;
	margin-bottom: 3px;
}

#dp-slideshow {
	width: 100%;
	height: 339px;
	background: #dfdfdf;
	border: #666;
}


/* --------- VIDEO --------- */

#video-box {
	margin-bottom: 20px;
}


/* --------- CENTER-3 BLOCK --------- */

.source-link {
	font-size: 0.8em;
}

.source-link a {
	font-weight: bold;
}



/* --------- BELOW-VIDEO BLOCK --------- */

#below-video ul {
	list-style-type: none;
}

#below-video ul li {
	position: relative;
	margin: 2em auto;
	padding: 0 0 0 45px;
	background: url(layout-images/comment-twig.png) 30px 0 no-repeat;
	zoom: 1;
}

#below-video img.avatar {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #CCC5B0;
	margin: 0;
	padding: 0;
}

#below-video .com-excerpt {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 2px;
}

#below-video .com-meta {
	margin-top: 3px;
}

/* --------- ADVERTISEMENTS --------- */

.ad a {
	color: #999;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-align: right;
	font-weight: normal;
}

#ad1 {
	margin: 10px;
	font-size: 9px;
}

#ad1 br {
	display: none;
}

#ad1 img {
	margin-bottom: 3px;
}


#ad2 {
	margin: 0 0 0 0;
}

#ad2 a {
	margin-right: 5px;
	margin-top: 3px;
}

#ad3 {
	width: 728px; 
	height: 90px; 
	background: #1c1c1c; 
	margin: 15px auto 0 auto; 
	border: 1px solid #000; 
	padding: 5px;
	font-size: 9px;
}

#ad3 a {

}

#sidebar-ad { 
	margin: 10px 0 10px 10px;
	}

#amazon-list {
	text-align: center;
}




/* --------- FOOTER BLOCK --------- */

#footer-col-1, #footer-col-2 {
	float: left;
	margin: 20px 0 0px 20px;
	padding-right: 20px;
	border-right: 1px solid #ada794;
}

#footer-col-1-left {
	float: left;
	margin-right: 1.5em;	
}

#footer-col-1-right {
	float: right;
	margin-left: 10px;
}

#etcetera {
	width: 700px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 50px;
}

#footer h3 {
	font-size: 12px;
}

ul.staff-list {
	list-style-type: none;
	margin-top: 10px;
}

.etcetera {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 0.9em;
	text-align: center;
}

#etcetera a {
	color: #bbb;
	text-decoration: underline;
	font-weight: bold;
}

#footer-col-2 ul {
	list-style-type: none;
	margin: 10px 0px;
}

#footer-col-2 ul li {
	line-height: 26px;
	padding-right: 5px;
}

#footer-col-2 ul li a {
	display: block;
	border-bottom: 1px solid #ada794;
	padding-left: 26px;
	padding-right: 8px;
	text-decoration: none;
	color: #000;
	background: url(layout-images/world-link.png) no-repeat 5px 50%;
}

#footer-col-2 ul li a:hover {
	text-decoration: none;
	background: #FFF6DC url(layout-images/world-link.png) no-repeat 5px 50%;
}

.lighter {
	color: #555;
	font-style: italic;
}


/* --------- SINGLE POST STYLES --------- */

.widecolumn {
	margin: 0 160px 0 0;
	padding-bottom: 20px;
	/*background: url(layout-images/single-post-background.gif) repeat-y top right;*/
	font-size: 1.2em;
	width: 800px;
}

.widecolumn .post, .no-sidebar-column .post {
	margin: 0 40px;
}

#navbar {
	width: 100%;
	/*background: url(layout-images/navigation-background.png) repeat-x;*/
	background-color: #000;
	height: 25px;
	margin: 0;
}

#navbar p {
	margin-bottom: 0;
}



#navigation {
	width: 800px;
	height: 25px;
	background: #ccc url(layout-images/menubarbackground.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	float: left;
	height: 25px;
}

#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
}

#navigation ul li a {
	color: #fff;
	display: block;
	padding: 5px 0;
}

#navigation li.nav-center {
		width: 114px;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		text-align: center;
}

#navigation li.nav-left,
#navigation li.nav-right {
		width: 341px;
}


#navigation li.nav-left a {
	text-align: right;
	padding-right: 10px;
}

#navigation li.nav-right a {
	text-align: left;
	padding-left: 10px;
}

#navigation li.nav-right a:hover {
	text-decoration: none;
	background: #205520 url(layout-images/menubarright.gif) bottom right no-repeat;
}

#navigation li.nav-left a:hover {
	text-decoration: none;
	background: #205520 url(layout-images/menubarleft.gif) bottom left no-repeat;
}

#navigation li.nav-center a:hover {
	text-decoration: none;
	background: #205520;
}


#post-video-box {
	width: 290px;
	border: 1px solid #999;
	padding: 10px 20px 10px 10px;
	background: #f6f6f6;
	overflow: auto;
	margin-bottom: 10px;
}


div.post #post-links-box,
#post-links-box {
	width: 250px;
	border: 1px solid #999;
	padding: 10px;
	background: #f3f3f3;
	overflow: auto;
	clear: ;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#post-links-box-wide {
	width: 300px;
	border: 1px solid #999;
	padding: 10px;
	background: #f3f3f3;
	overflow: auto;
	clear: right;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}


#post-links-box p.desc,
#post-links-box-wide p.desc {
	font-size: 1em;
	font-style: italic;
	color: #666;
}

.post-links-title {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom: 0px;
}

#post-links-box p a,
#post-links-box-wide p a {
	padding: 5px 22px;
	font-size: 0.8em;
	text-align: left;
}

#post-links-box p.review-link, 
#post-links-box-wide p.review-link { 
	text-align: left;
	margin-left:22px;
	text-indent:-22px;
	line-height: 1.1em;
	}
	
.post-subhead {
	display: block;
	margin-bottom: 10px; 
	font-size: 18px; 
	font-style: italic; 
	font-weight: bold;
	}

img.table-image {
	border: 1px solid #000 !important;
	margin-bottom: 30px;
	margin-top: 0 !important;
	margin-right: 20px !important;
}



/* --------- COMMENT STYLES --------- */

#comments {
	margin: 30px 40px 0 40px;
	float: right; /* compensates for overlap of photo box with short post */
	width: 90%; /* kludge to stretch box all the way across after float applied */
}

#comments h3 {
	font-size: 1.8em;
}

#comments ol {
	list-style-type: none;
	margin: 20px 0 40px 0;
}

#comments li {
	padding: 10px 10px 10px 52px;
	position: relative;
}


#comments img.avatar {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #CCC5B0;
}


#comments li.alt {
	background: #F6EFDB;
	border: 1px solid #CCC5B0;
	margin-bottom: 10px;
}

#comments li.staff-comment {
	background: #ddf5dd;
	border: 1px solid #B7D6B6;
	margin-bottom: 10px;
}

.comment-meta {
	border-bottom: 1px solid #CCC5B0;
}

.comment-author {
	float: left;
	margin: 10px 0;
}

.date {
	float: right;
	margin: 10px 0;
	color: #999;
	font-size: 0.9em;
}

#comments li p {
	/*font-size: 1.2em;*/
	margin-top: 12px;
	margin-right: 12px;
}

.alert {
	background: #FFE258 url(layout-images/alert.png) no-repeat 10px 7px;
	text-align: left;
	padding-left: 32px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px solid #CCC5B0;
	overflow: auto;
}

.notice, .notice-plain {
	border: 1px solid #B7D6B6;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	overflow: auto;
	background: #ddf5dd;
}

.notice {
	background: #ddf5dd url(layout-images/check.png) no-repeat 10px 7px;
	padding-left: 32px;
}

.notice p {
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 0;
}


p.logout {
	background: url(layout-images/lock.png) no-repeat 0 7px;
	padding-left: 22px;
}

#commentform {
	margin-top: 15px;
}

.form-row {
	border-bottom: 1px solid #ddd;
	padding: 12px;
	overflow: auto;
}

.form-row-last {
	padding: 12px;
	width: 100%;
}

#commentform label {
	width: 200px;
	clear: left;
	float: left;
	line-height: 1.8em;
	font-size: 1.1em;
}

#wp_grins-container {
	float: left;
	width: 200px;
}

#smilies_toolbar {
	width: 180px;
	line-height: 22px;
}

#commentform #wp_grins {
	width: 170px;
}

#commentform input {
	width: 430px;
}

#commentform textarea {
	width: 432px;
}

.submit {
	text-align: center;
	display: block;
	margin-left: 145px;
}

img#wpstats {         /*remove the little smiley at the bottom of the page */
	display: none;
}

img.wp-smiley {
	vertical-align: -10%;
}

td img.wp-smiley {
	vertical-align: -20%;
}


/* --------- PAGE STYLES --------- */

table.print-archive a img {
	border: 1px solid #999;
}

table.print-archive img a:hover {
	border: 1px solid #6b1915;
}


div.scholarship-alt {
	background: #f6efdb;
	border: 1px solid #ccc5b0;
	padding: 10px 20px 20px 30px;
}

div.scholarship {
	padding: 10px 20px 20px 30px;
}

div.scholarship h3, div.scholarship-alt h3 {
	margin-bottom: 0.75em;
}

div.scholarship p, div.scholarship-alt p {
	margin: 0.5em 0;
}

div.scholarship li, div.scholarship-alt li{
	line-height: 1.2em;
}



/* --------- GALLERIES, ETC. STYLES --------- */

#no-column-container {
	margin-top: 0;
}

.no-sidebar-column {
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 1.2em;
	width: 960px;
}

.dark {
	background: #1a1a1a;
	color: #fff;
}

.no-sidebar-column h2 {
	padding-top: 30px;
}


/* For Photo Essays (720x410)*/
#gallery-slideshow {
	width: 760px;
	height: 455px;
	background: #000;
	border: #666;
	margin: 30px auto 0px auto;
	padding-top: 40px;
	padding-left: 45px;
}

#gallery-inside {
	width: 720px;
	height: 410px;
	background-color: #1c1c1c;
}

/* For others (700x525)*/

#square-slideshow {
	width: 740px;
	height: 565px;
	background: #000;
	border: #666;
	margin: 30px auto 0px auto;
	padding-top: 40px;
	padding-left: 45px;
}

#square-inside {
	width: 700px;
	height: 525px;
	background-color: #1c1c1c;
}

#square-slideshow-dark {
	width: 800px;
	height: 600px;
	border: 1px #000 solid;
	margin: 30px auto 0px auto;
	background: #1a1a1a;
}

/* Advice Page */
p.advnm {
	font-family:  helvetica;
	text-align: right;
	font-weight: bold;
	color: #777;
	font-size: 15px;
	margin: 0;
	margin-right: 4px;
	line-height: 15px;
}

p.advyr, p.jkbx {
	font-family:  helvetica;
	text-align: right;
	font-weight: bold;
	color: #ccc;
	font-size: 35px;
	margin: 0;
	line-height: 38px;
}

div.advinfo {
	float: left;
	width: 100px;
	margin: 0;
	margin-bottom: 30px;
}

p.adv-text {
	margin: 5px 0 0 5px;
}

/* --------- ARCHIVE STYLES --------- */

table#web-archive {
	 margin: 10px 50px;
}

table#web-archive td {
	vertical-align: top;
	padding-bottom: 20px;
}

.archive-header {
	margin: 20px 0 10px 40px;
	border-bottom: 1px solid #999;
	margin-right: 100px;
}

.archive-blurb {
	color: #666;
	padding-left: 37px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

img.web-archive-thumb {
	margin-right: 10px;
	width: 75px;
	height: 75px;
	border: 1px solid #000;
}

img.school-archive-thumb {
	width: 140px;
	height: 84px;
	border: 1px solid #000;
	margin-right: 10px;
}

.web-feature-headline {
    color: #205520;
    font-size: 28px;
    padding: 5px 37px;
	background: url(layout-images/icon-lg-web.png) no-repeat 0 50%;
	/*background: url(layout-images/spooky-web-32.png) no-repeat 0 50%;*/
}

.web-tag-headline {
    color: #205520;
    font-size: 28px;
    padding: 5px 37px;
	background: url(layout-images/icon-web-tags.png) no-repeat 0 50%;
}

.school-feature-headline {
    color: #205520;
    font-size: 28px;
    padding: 5px 37px;
	background: url(layout-images/school-community.png) no-repeat 0 60%;
	/*background: url(layout-images/spooky-school-community-32.png) no-repeat 0 50%;*/
}

.extra-feature-headline {
    color: #205520;
    font-size: 28px;
    padding: 5px 37px;
	background: url(layout-images/en-extra.png) no-repeat 0 30%;
	/*background: url(layout-images/spooky-extra-32.png) no-repeat 0 50%;*/
}

.scholarship-feature-headline {
    color: #205520;
    font-size: 28px;
    padding: 5px 37px;
	background: url(layout-images/scholarship.png) no-repeat 0 30%;
}

.web-archive-excerpt {
	font-style: italic;
	margin-top: 3px;
}

img.lil-avatar {
	border: 1px solid #000;
	display: block;
	float: left;
	margin-right: 10px;
	display: none;
}

.archive-meta {
	clear: both;
	font-size: 12px;
	color: #666;
	margin-top: 3px;
}


/* ---------- ANNOUNCEMENTS PAGE ----- */

.announcement-feature-headline {
    color: #205520;
    font-size: 28px;
    padding: 5px 37px;
	background: url(layout-images/icon-megaphone.png) no-repeat 0 60%;
}

.announcement-item {
	margin: 0 0 10px 20px;
}

div.announcement-item p {
	margin-bottom: 6px !important;
}

h3.announcement-title {
	color: #205520;
	font-size: 18px;
}

p.announcement-author {
	font-size: 12px;
	color: #666;
	margin: 0;
}

p.announcement-text {
	margin: 3px 0;
	font-size: 14px;
}

div.ann-odd {
	padding: 10px;
}

div.ann-even {
	background: #eaf7ea;
	padding: 10px;
}

.scholarship-eligible {
	padding-left: 24px;
	background: url(layout-images/icon-group.png) no-repeat top left;
	}

.scholarship-amount {
	padding-left: 24px;
	background: url(layout-images/icon-money.png) no-repeat 0 60%;
}

.scholarship-website {
	padding-left: 24px;
	background: url(layout-images/icon-weblink.png) no-repeat 0 60%;
}

.scholarship-deadline {
	padding-left: 24px;
	background: url(layout-images/icon-deadline.png) no-repeat 0 60%;
}

.scholarship-guidance {
	padding-left: 24px;
	background: url(layout-images/icon-application.png) no-repeat 0 60%;
}

div.announcement-item ul {
	margin-left: 30px;
	font-size: 14px;
	margin-bottom: 10px;
}

div.announcement-item ul li{
	line-height: 1.6em;
}




/* --------- PAGE NAVIGATION --------- */

.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* --------- SPORTS NAVIGATION --------- */

#sport-directory {
	border: 1px solid #000;
	width: 708px;
	background-color: #efefef;
	height: 24px;
	padding-top: 10px;
	padding-left: 10px;

}


.go-button {
	padding: 5px 18px;
	background: url(layout-images/bullet_go.gif) no-repeat 0 50%;
}


/* --------- AOL VIDEO STYLE OVERRIDES --------- */

div#playerWrapper1 {
	float: none !important;
}

.fmts-header {
	margin-top: 10px !important;
}

.fmts-header h2 {
	color: #205520 !important;
    font-size: 16px !important;
	line-height: 1.1em !important;
	font-weight: normal !important;
	font-family: harfang-pro-1,harfang-pro-2 !important;
	
}

.fmts-5min-elements {
font-family: Georgia, Times, serif !important;
}

a.fmts-carousel-next {
	width: 16px;
	height: 16px;
	text-indent:-9999px;
	overflow: hidden;
	background: url(layout-images/arc-arrow-right.png) no-repeat;
}

a.fmts-carousel-next-disabled {
	width: 16px;
	height: 16px;
	text-indent:-9999px;
	overflow: hidden;
	right: 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background: url(layout-images/arc-arrow-right-disabled.png) no-repeat;
}

a.fmts-carousel-next-hover {
	width: 16px;
	height: 16px;
	text-indent:-9999px;
	overflow: hidden;
	right: 0;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background: url(layout-images/arc-arrow-right-hover.png) no-repeat;
}

a.fmts-carousel-previous {
	width: 16px;
	height: 16px;
	text-indent:-9999px;
	overflow: hidden;
	background: url(layout-images/arc-arrow-left.png) no-repeat;
}

a.fmts-carousel-previous-disabled {
	width: 16px;
	height: 16px;
	text-indent:-9999px;
	overflow: hidden;
	left: 0;
	padding-left: 0 !important;
	background: url(layout-images/arc-arrow-left-disabled.png) no-repeat;
}

a.fmts-carousel-previous-hover {
	width: 16px;
	height: 16px;
	text-indent:-9999px;
	overflow: hidden;
	left: 0;
	padding-left: 0 !important;
	background: url(layout-images/arc-arrow-left-hover.png) no-repeat;
}
