/*
------------------------------------------------------------------------
Theme Name:    News
Theme URI:     http://quommunication.com/
Description:   A new kind of WordPress theme. For comments, questions or problems visit the <a href="http://quommunication.com/forum" title="Quommunication Forum">Quommunication Forum</a>!
Version:       1.03
Author:        Quommunication
Author URI:    http://quommunication.com/
------------------------------------------------------------------------

Support:       Bence Kucsan, support@quommunication.com
Updated:       January 20 2008
Copyright:     (c) 2008 Quommunication, a product of Bence Kucsan

All rights reserved.
*/

/*M
------------------------------------------------------------------------
Buy Now Badge
------------------------------------------------------------------------
*/

.buy_now, .buy_now a {
	margin: 0px;
	padding: 0px;
	
	width: 120px;
	height: 120px;
	
	background-image: url(/images/buy_badge.png);
	
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

/*
------------------------------------------------------------------------
END - Buy Now Badge
------------------------------------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;

	background-color: #757578;

	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

a {
	outline: none;
text-decoration:none;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;
	font-size: 1px;

	background-color: #ffffff;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	
	clear: both;

}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	
	height: 0px;
	font-size: 1px;

	background-color: #eeeeee;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.red {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0 10px;	
	width: 950px;	
	text-align: left;
}

/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/

#header {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 123px;
background-color:#F8B80E;
}

#banner {margin:0;
padding:0;}

#banner a {background-image:url(/wp-content/themes/News/main_header.png);
height:123px; 
margin:0; 
padding:0;
background-position:center; 
text-decoration: none;
display: block;}

#banner a span {display:none;}

.logo, .logo a, .logo a:visited {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #cc0000;
	text-decoration: none;	
	float: left;
}

.search {
	position:absolute;
top:40px;
left:50%;
	padding: 5px;	
}


.search .input {
	margin: 0px 3px 0px 0px;
	padding: 5px 7px 5px 7px;	
	width: 200px;	
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;	
	height: 24px;
	background-color: #000000;	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}
h2.search {margin-top:-30px;
background-color:#474747;
color:#dfc0f5;
font-size:16px;
text-transform:none;}
/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	
	width: 100%;
	height: 30px;
}

.main_menu li {
	margin: 0px 20px 12px 0px;
	padding: 0px;

	font-size: 14px;
	
	float: left;
	list-style: none;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;

	color: #cc0000;
	text-decoration: none;
	
	display: block;
	border-bottom: 2px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #cc0000;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 0px auto;
	padding: 0px;
	
	width: 100%;
	height: 32px;
	background-color:#ffffff;
margin-top:-32px;
border-top:4px solid black;
	
}


.sub_menu li {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	float: left;
	list-style: none;
border-right:1px dashed white;
}

.sub_menu la a, .sub_menu li a:visited {border-bottom:none;}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 8px 18px 8px 9px;
	color:#757578;
	text-decoration: none;	
	display: block;
}

.cat-item a:hover {
	background-color: #f8b80e;
	color: #ffffff;
	text-decoration: none;
padding: 8px 18px 8px 9px;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #000000;
	text-decoration: none;	
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	z-index:50;
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	padding: 8px 0px 8px 0px;
	float: none;
border-bottom:dashed 1px #CCCCCC;
}

.children li a, .children li a:visited {
	background-color: #ffffff;

	color: #757578;
}

.children li a:hover {
	background-color: #999999;

	color: #ffffff;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

#content {
background-image:url(http://www.futurity.org/wp-content/themes/News/background-tile.jpg);
background-repeat:repeat-y;
border-left:1px solid #cccccc;
border-top:1px solid black;
border-bottom:5px solid #eeeeee}

.column_main {
	margin: 10px 0px 10px 0px;
	padding: 0 20px;	
	width: 705px;	
	float: left;
}
#front {
	width: 735px;
}
.column_main_archive {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 20px 0px;	
	width: 735px;	
	float: left;
}

.column_right {
	margin: 0px 5px 10px 0px;
	padding: 0;	
	width: 175px;	
	float: right;
}

.column_left_b {
	margin: 0px;
	padding: 15px 0px;	
	width: 745px;	
	float: left;	
	border-bottom: 3px solid #cccccc;
}

.column_center_b {
	margin: 15px 0px 10px 0px;
	padding: 0px 10px 20px 10px;	
	width: 220px;	
	float: left;	
	border-right: 1px solid #cccccc;
}

.column_right_b {
	margin: 15px 0px 10px 0px;
	padding: 0px 10px 20px 10px;	
	width: 220px;	
	float: left;}
/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#front {
	margin: 5px 0px 5px 0px;
	padding: 1px 7px 10px 10px;	
background-color: #000000;
height:380px;	}

#front h1 {margin-top:12px;
font-size:34px;
line-height:1.1em;}


#front h1 a, #front h1 a:visited {
	color: #ffffff;
}

#front h1 a:hover {
	color: #F8B80E;
}

#front h2 {
	color: #999999;
}
#front h2 a, #front h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#front h2 a, #front h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#front h2 a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#front h2 i {
	color: #999999;
}

#front h2 i a, #front h2 i a:visited {
	color: #999999;
	text-decoration: none;

	border-bottom: 1px solid #333333;
}

#front a.more-link, #front a.more-link:visited {
color: #ffffff;
border-bottom: 1px solid #333333;
text-decoration: none;}

#front a.more-link:hover {
color: #ffffff;
	border-bottom: 1px solid #ffffff;}

#front h2 i a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#front p {
	color: #cccccc;
font-size:14px;
line-height:20px;
}

#front p a, #front p a:visited {
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#front p a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#front img, #front img a, #front img a:visited {
	padding: 0px;
padding-left:5px;
	float:right;
	border: none;
width:500px;
}

#front object, #front object a, #front object a:visited {
	margin: 0px 20px;
	float:right;
	border: none;
}

#content #front li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #999999;
	list-style-position: inside;
	list-style-type: disc;
	border-bottom: none;
}

#front blockquote p {
	margin: 20px 0px 20px 0px;
	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

#front_archive {
	margin: 10px 0px 0px 0px;
	padding: 1px 20px 10px 20px;	
	background-color: #000000;
height:370px;
}

#front_archive h1 {margin-top:12px;}

#front_archive h1 a, #front_archive h1 a:visited {
	color: #ffffff;
}

#front_archive h1 a:hover {
	color: #F8B80E;
}

#front_archive h2 {
	color: #999999;
}

#front_archive h2 a, #front_archive h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#front_archive h2 a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#front_archive h2 i {
	color: #999999;
}

#front_archive h2 i a, #front_archive h2 i a:visited {
	color: #999999;
	text-decoration: none;

	border-bottom: 1px solid #333333;
}

#front_archive h2 i a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#front_archive p {
	color: #cccccc;
font-size:14px;
}

#front_archive p a, #front_archive p a:visited {
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#front_archive p a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#front_archive img, #front_archive img a, #front_archive img a:visited {
	padding: 0px;
	float:right;
	border: none;
margin-left:20px;
}

#content #front_archive li {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #999999;

	list-style-position: inside;
	list-style-type: disc;
	border-bottom: none;
}

#front_archive blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */
/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	
	background-color: #E7E8E9;
	
	text-align: center;
	
	border-bottom: 1px solid #cccccc;
}

.category_header h1 {font-size:42px; color:#ffffff; font-family:Verdana, sans-serif; text-transform: uppercase}
/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	
	line-height: 16px;
	
	list-style-type: none;

	border-bottom: 1px dashed #aaaaaa;
}

.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
text-transform: none;
}

.title a:hover {
	color: #336699;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px;
	padding: 0px;

	color: #999999;
	font-size: 9px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	padding:2px;
display: inline;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right_b img {
    margin: 3px 10px 5px 0px;
    padding: 0px;
display:block; 
float:left;
   /* add in new auto width */
    width: 210px;
    height: auto;  
    border: none;
    clear:both;
}

.column_left_b img.icon, .column_center_b img.icon, .column_right_b img.icon, .column_right img.icon {
    width: 18px;
float:left;
}

.column_left_b embed, .column_center_b embed, .column_right_b embed, .column_right embed {
    margin: 3px 10px 5px 0px;
    padding: 0px;
display:block;
    /* add in new auto width */
    width: 210px;
    height: auto; 
    border: none;
    clear:both;
}

.column_main embed {margin-left:20px;
margin-bottom:20px;}

.column_left_b object, .column_center_b object, .column_right_b object, .column_right object {
    margin: 3px 10px 5px 0px;
    padding: 0px;
    /* add in new auto width */
    width: 210px;
height:150px;
    border: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	line-height: 18px;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
font-weight:bold;
}

p a:hover {
	color: #cc0000;
}

li a, li a:visited {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
font-weight:bold;
}

li a:hover {
	color: #cc0000;
}

td a, td a:visited {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

td a:hover {
	color: #cc0000;
}

#entry {
	margin: 20px 0px 0px 0px;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	float: left;
background:#FFFFCC;
padding:15px;
border: 1px solid #dddddd;
}

#entry img, #entry img a, #entry img a:visited, #entry object {
	margin: 5px 0px 10px 20px;
	padding: 0px;	
	border: none;
float:right;
}

#entry img.icon {float:left;
margin: 5px 10px 10px 0px;}

#entry table img {margin:0;}

#entry table {
background:#F3F0E8;
border:1px solid #CCCCCC;
font-size:10px;
margin:0 20px 20px;}


#entry p {
	margin: 20px 0px 20px 0px;
	
	font-size: 14px;
}

#entry p.first {
font-size:16px;
line-height:1.4em;
margin-top:0px;
padding-top:0px;}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}


/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;

	background-color: #F8B80E;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover {
	color: #F8B80E;
	background-color: #ffffff;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #eeeeee;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 585px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	

	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */

.tab_container {

	margin: 0px;
	padding: 0px;
	
	border:5px solid #F8B80E;
background-color:#ffffff;
}

.tab_container_in {
	margin: 0px;	
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab_menu_container {
	padding: 0px 0px 0px 0px;
	
	height: 27px;
	background-color:#F8B80E;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	
	background-color:#F8B80E;
	
	font-size: 11px;
	line-height: normal;

	float: left;
	list-style: none;
	cursor: pointer;
	
	border-bottom: none;
}

#tab_menu .first {
	padding: 7px 5px 2px 6px;
	color:#FF0000;
}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	
	background-color:#F8B80E;

	color: #ffffff;
	text-decoration: none;
	
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color:#FAF1DB;

	color: #FF0000;
	text-decoration: none;
}

.tab_content_list {
	display: none;	
}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration: none;
display:inline;
font-weight:normal;
}

#tab_content_tags a:hover {
	color: #000000;
	text-decoration: none;
}

/* END Tabs */

/* Widgets */

#content .widget ul {
	padding: 10px 10px 20px 10px;
	
	border: 5px solid #F8B80E;
}

.widget li a, .widget li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

.widget li a:hover {
	color: #cc0000;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

.textwidget option {
font-size:11px;}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-family: Arial;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #F8B80E;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cc0000;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	text-decoration: none;

	border-bottom: 1px solid #dddddd;
color:#cc0000
}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	
	width: 100%;
	background-color: #F8B80E;
}

#footer p.left {
	font-size: 12px;
	color: #ffffff;
	float: left;
margin-left:20px;
}

#footer p.right {
	font-size: 11px;
	color: #ffffff;
	float: right;
}

#footer p a, #footer p a:visited {
	color: #ffffff;

	font-weight: bold;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
	color: #000000;
}

.column_right #archives-3 h2 {margin-top:10px;}
.column_right #rss-4 h2 {margin-top:0px;}
.column_right h1 {letter-spacing:1px; font-size:28px; font-weight:normal;}
.column_right h2 {
		color: #757578;
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 40px;}
.column_right fieldset {border: none;}
.column_right #mc-embedded-subscribe-form {
	padding:0 !important;
	width:190px;;
}

.column_right a.video-sidebar-spotlight:link, .column_right a.video-sidebar-spotlight:visited {color: gray;}
.column_right a.video-sidebar-spotlight:hover {color:#f8b80e;}

#daily {padding-top:50px; padding-bottom:50px;}
.execphpwidget p {font-size:12px; letter-spacing:normal;}
#execphp-369449451 h2 {margin-bottom:0px; margin-top:40px;}
.widget_video {padding-top:20px;}
.video_widget_after_video {padding-bottom:50px;}
#post-notification p {margin-top:-20px;}


#content #newsletter ul {border:none; padding:0; margin-top:-10px;}
#content #newsletter h2 {display:none;}
#content #newsletter li {border:none;}
#tag_cloud-3 a {color:#999999; text-decoration:none;}
#tag_cloud-3 a:hover {text-decoration:underline;}

.column_center_b .wp-caption-text, .column_left_b .wp-caption-text, .column_right_b .wp-caption-text{display:none;}
.column_center_b .audioplayer_container, .column_left_b .audioplayer_container {display:none;}
.column_center_b .audio_caption, .column_left_b .audio_caption {display:none;}
.column_left_b h1 {font-size:22px; line-height:28px; font-weight:normal;}
.column_left_b h1.category-title {color:#757578; font-size:28px; text-transform:uppercase}
.category-feature {width:420px; float:left; padding-right:20px;}
h1.category-title a, h1.category-title a:visited {color:#757578;}
h1.category-title a:hover{color:#F8B80E;}
.category-list {margin-top:-40px; border-left:1px solid #cccccc; padding-left:20px; width:270px; float:left;}
.column_center_b h1 {font-size:22px; line-height:28px; font-weight:normal;}
.column_right_b h1 {font-size:22px; line-height:28px; font-weight:normal;}
#entry div.post_photo_350 {float:right; margin-left:10px; width:55%; display:inline;}
#entry div.post_photo_wide {float:right; margin-left:10px; margin-bottom:0px; width:65%; display:inline;}
#entry div.post_photo_narrow {float:right; margin-left:10px; width:45%; display:inline;}
#entry div.post_photo_extrawide {float:right; margin-left:10px; width:70%; display:inline;}
#entry object.post_photo_350 {float:right; margin-left:10px; width:55%; display:inline;}
#entry object.post_photo_wide {float:right; margin-left:10px; width:65%; display:inline;}
#entry object.post_photo_narrow {float:right; margin-left:10px; width:45%; display:inline;}
#entry object.post_photo_extrawide {float:right; margin-left:10px; width:70%; display:inline;}
#entry p.post_photo {float:right; margin-top:0px; margin-bottom:0px; margin-left:20px;}
#entry div.inline_photo {margin-bottom:20px; font-size:90%; font-style:italic; font-weight:bold;}
#entry .wp-caption-text {font-size:90%; font-style:italic; margin-top:0px; padding-left:20px; padding-right:0px; margin-right:0px; float:right; font-weight:bold;clear:right;}
#front .wp-caption-text {display:none;}

/*NEW SLIDER STYLES*/
#s3sliderContent img {width: 125px;}

#front h1.rp_post_title {font-size:36px; width:210px}
#front_archive .wp-caption-text {display:none;}
#front_archive div {float:right; margin-left:20px; }
#front_archive h1.rp_post_title {font-size:32px;}
#front #rp_frame {float: none; margin-left:0px;}
#front #rp_frame img, #front #rp_frame img a, #front #rp_frame img a:visited {margin-top:-165px;}
#front #rp_post0 {float: none; margin-left:0px;padding-left:0}
#front #rp_post1 {float: none; margin-left:0px;}
#front #rp_post2 {float: none; margin-left:0px;}
#front #rp_post3 {float: none; margin-left:0px;}
#front #rp_post4 {float: none; margin-left:0px;}
#front #rp_nav {display:none;}


#front #rp_nav_arrows {font-size:14px; background-color:#ffffff; padding-bottom:20px; margin-top:0px;}
#front #rp_nav_arrows a, #front #rp_nav_arrows a:visited {color:#ffffff; text-decoration:none; border-bottom:none; background-color:#F8B80E; margin-right:3px;}
#front #rp_nav_arrows a:hover {color:#ffffff; background-color:#F6D88A; cursor:pointer;}
#front #rp_nav_arrows #rp_nav_left {display:none;}
#front #rp_nav_arrows #rp_nav_right {display:none;}
#front #rp_nav_arrows #rp_nav_pause {display:none;}
#front #rp_nav_arrows #rp_nav_left {display:none;}
#front #rp_nav_arrows .rp_nav_thumbnail .rp_nav_thumbnail_on {padding-left:50px; padding-right:50px; color:#ffffff; background-color:#000000; border-bottom:1px solid black; border-left:1px solid black; padding-top:0px; margin-top:0px;}
#front #rp_nav_arrows .rp_nav_thumbnail .rp_nav_thumbnail_off {padding-left:50px; padding-right:50px; border-bottom:none}

.jqDock img {margin-right:5px;}
.audioplayer_container {display: inline;}
.pullquote {border-top:1px solid black; border-bottom:1px solid black; background:#CCCCCC; width:180px; padding:10px;}
#entry p.audio_caption {font-style:italic; margin-top:0px;}

/*ID for tagline graphic widget*/
#text-408338562 {
margin-top:-115px;
margin-bottom: 60px;}


* html #front #rp_nav {float: none; margin-left:0px; margin-top:0px; position:fixed;}
* html #front #rp_nav_arrows {font-size:14px; background-color:transparent;}
* html #front #rp_nav_arrows a, #front #rp_nav_arrows a:visited {color:#ffffff; text-decoration:none; * htmlborder-bottom:none; background-color:#F8B80E;}
* html #front #rp_nav_arrows a:hover {color:#000000; background-color:#ffffff; }
* html #front #rp_nav_arrows #rp_nav_left {display:none;}
* html #front #rp_nav_arrows #rp_nav_right {display:none;}
* html #front #rp_nav_arrows #rp_nav_pause {display:none;}
* html #front #rp_nav_arrows .rp_nav_thumbnail a:hover {color:#000000; background-color:#ffffff;}
* html #front #rp_nav_arrows #rp_nav_left {display:none;}
* html #front #rp_nav_arrows .rp_nav_thumbnail .rp_nav_thumbnail_on {padding-left:4px; padding-right:4px; color:#000000; background-color:#ffffff;}
* html #front #rp_nav_arrows .rp_nav_thumbnail .rp_nav_thumbnail_off {padding-left:4px; padding-right:4px; color:#ffffff; background-color:#F8B80E;}

/************ CUSTOM FUTURITY *********************/

/*** RSS Widget ****/
.widget_rss {
  border:solid 3px #F8B80E;
  padding-top:4px;
  margin-top:35px !important;
  padding-bottom:3px;
  margin-bottom:3px;
  padding-left:0;
}
.widget_rss h2 {
   padding:0;
   padding-left:3px;
   margin:0;
   border-bottom:solid 2px gray;
}
.widget_rss h2 a, .widget_rss h2 img {
  border:none !important;
}
.widget_rss ul {
  border:none !important;
  margin-top:1px;
  margin-bottom:3px;
  margin-left:3px;
  padding-bottom:0 !important;
}

/*** MEE NEWS ***/
.widget_meenews #frontendform {
  clear:both;
}
html* .widget_meenews #frontendform {
  margin-top:0;
}

/***** SCHOOL SELECT DROPDOWN ********/
.textwidget #school_browse {
  margin-top:35px !important;
  padding:0;
  border:solid 1px #EEEEEE;
}
.textwidget #school_browse h2 {
  padding:0;
  margin:0;
  padding-bottom:0;
  margin-bottom:2px;
}
.textwidget #school_browse select {
  border:1px solid #F8B80E !important;
  color:#0000; 
  background-color:#FFF0;
  height:1.5em;
}
/* Futurity custom */
.media_icons {
    float:none !important;
    display:inline !important;
    width:12px !important;
    padding:0 !important;
    margin:0 !important;
    margin-left:5px !important;
}

/* IE fixes */
html* .textwidget #school_browse form {
  margin-top:0;
  padding-top:0;
}
html* .textwidget #school_browse form select {
  border:1px solid #F8B80E !important;
  width:175px !important;
}
html* .textwidget #school_browse form select option {
  font-size:10pt !important;
} 


