/*
STYLES FOR PROGRAM.PHP
*/


#mainContentpodcasts {
	margin-top:25px;
	width:980px;
		}

#leftcolumn {
	border:1px solid #000000;
	background: url(../images/backgrounds/000000_80.png);
}
#rsslinks {
	background: url(../images/backgrounds/000000_40.png);
}
.archivelink {
	background: url(../images/backgrounds/000000_40.png);
}
.moreinfo {
	
	background: url(../images/backgrounds/000000_40.png);
}
#projectinfo {
	border:1px solid #000000;
	background: url(../images/backgrounds/000000_80.png);
}
.rule {
	background-image:url(../images/dividers/default.gif);

}




/*
STYLES FOR TABS 
*/
.tabbertab table tbody tr {
	border-bottom:1px dotted #999;
}
ul.tabbernav {
	font:14pt Verdana, sans-serif;
}
ul.tabbernav li a {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
ul.tabbernav li a:link {
	color: #f7d65a;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-image:url(../images/backgrounds/000000_55.png);
}
ul.tabbernav li a:visited {
	color: #f7d65a;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-image:url(../images/backgrounds/000000_55.png);
}
ul.tabbernav li a:hover {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
ul.tabbernav li.tabberactive a {
	color: #FFF;
	border-bottom:1px solid #0e0f0e;
	background-image:url(../images/backgrounds/000000_80.png);/*background-image:url(http://www.exploratorium.edu/40th/images/scrim.png);*/
}
.tabberlive .tabbertab {
	padding:5px;
	border:1px solid #000000;
	
	background-image:url(../images/backgrounds/000000_80.png);/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height *//* height:200px; *//* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
.tabbertab p {
	color:#fff;
}
/*
GENERAL STYLES
*/

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #666;
	background-image: url(../images/backgrounds/project_default_background.gif)!important;
	background-repeat:repeat;
	/* background-attachment: fixed; */
}
#header_project {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	margin: 0 auto;
	width:978px;
	height:120px;
	letter-spacing:1px;
border:1px solid #000;
	background-image:url(../images/headers/project_default_header.png);
	
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
a:link {
	color: #f7d65a;
}
a:visited {
	color: #f7d65a;
}
a:hover {
	color: #f7d65a;
}
a:active {
	color: #f7d65a;
}
/*STYLES FOR FOOTERS */

#my_wrap {
	width:980px;
	margin:0 auto;
	
	
	margin-bottom:0px;
	padding-top:0px !important; 
	margin-top:0px !important; 
	
}


/*  CAROUSEL STYLES
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/

#carousel_box {
	margin:0 auto;
margin-top:45px;
	width:975px;
	
	margin-bottom:20px;
	color:#333;
	font-size:11px;
	height:200px;
	background-image:url(../images/backgrounds/000000_80.png);
	padding-top:10px;
	padding-bottom:0px;
	border:1px solid #000;
	-moz-border-radius-topright: 11px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}


#carousel_websites {  
    margin: 15px 0 0 0; 
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:890px;
	height:162px;
	

	/* custom decorations */
/*	border:1px solid #ccc; */ 
/*	background:url(test_h300.png) repeat-x; */ 
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	margin:0 auto;
}

.scrollable .items .set {
	float:left;
	width:890px;
	
}

/* single scrollable item */
/* .scrollable img { */ 
.scrollable .items .set div { 
	float:left;
        margin-right: 24px; 
	background-color:;
	width:202px;
	height:202px;
}

.scrollable .items .set img.thumb { 
/*	float:left; */ 
/*	margin:20px 5px 20px 21px; */ 
/* 	margin:15px 0px 0px 0px; */ 
/*         margin-right: 15px; */ 
/* 	background-color:#fff; */ 
/* 	padding:2px; */ 
/*  	border:1px solid #ccc; */ 
 	border:1px solid #000; 
	width:200px;
	height:135px;
	margin-bottom:3px;
	
/* 	-moz-border-radius:4px;
	-webkit-border-radius:4px;
*/ 
}



/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
