/* outmost wrapper element, containing all elements  */
#scrollable {
	background-color:#fff;

	width:855px;
	height: 800px;;
	margin-top:0px;
	margin-left: 20px;

}

/* container for the scrollable items */
div.items {
	height:800px;	
	margin-left:8px;
	float:left;
	background-color: #FFFFFF;
	width:800px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:800px;
	height:650px;
	font-size:90px;
	color:#ccc;
	background-color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-800px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	background:url(/img/playlist/arrow/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:22px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(/img/playlist/arrow/right.png)		
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/img/playlist/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	


/* tabs */
ul#tabs { 
	list-style-type:none; 
	margin:0 !important; 
	padding:0 !important; 
}

ul#tabs li { 
	float:left; 
	display:block;
	margin:0 2px 0px 0; 
	padding:0px; 
	text-indent:0; 
	list-style-type:none;
	width: 160px; 
	height: 50px;
}

#content ul#tabs li a { 
	overflow: hidden; 
	padding:0px;
	margin:0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2b4a6e;
}

ul#tabs li a:hover {
text-decoration: underline; color: #2b4a6e; background-position: 0 -50px;} 

element.style {
display:block;
}

#demo div.item {
color:white;
display:none;
float:left;
padding:10px 30px;
width:700px;
}


/* mouseover */
#t1 a:hover { background-position: 0 -50px; }
#t2 a:hover { background-position: 0 -50px; }
#t3 a:hover { background-position: 0 -50px; }
#t4 a:hover { background-position: 0 -50px; }
#t5 a:hover { background-position: 0 -50px; }

/*}}}*/


/*{{{ code */

pre, code, .code {
	font-family:'andale mono','bitstream vera sans mono','lucida console','courier new';
	font-size:12px;
	line-height:16px;
}

div.petrol code span.js__com {
	color:lightgreen;		
}

div.petrol code span.js__string {
	color:#bbc7cf;		
}

div.petrol code span.js__keyword {
	color:#d8c;	
}

div.petrol code span.js__flow { 
	color:#95d0df;
}



#content div.box.code {
	background:#f9f9fa url(/img/box/code_lines.png) 0px -3px repeat-y;
	padding:0px 14px 0px 35px;	
}

#content div.box.code h2 {
	margin-left:-40px;
	margin-top:0px;
}


#content table.listing div.box.code {
	padding-left:0px;
	background-image:none;	
	outline:0;
}
/*}}}*/


/*{{{ #content box, listing, div.tip  */

#content div.box, table.listing, div.tip {
	background-color:#f0f1f2;
	margin:10px 0 15px 0;
	
	/* outline radius */
	outline-radius:4px;
	-moz-outline-radius:4px;
	-webkit-outline-radius:4px;	
}

#content div.box h2 {
	margin:0px;
	background-color:#c2d0da;
	font-weight:normal;
	font-size:15px;
	line-height:30px;
	padding:0 10px;
	margin:-10px -10px 10px -10px;
}

div.tip {
	background:url(/img/global/gradient/h150.png) repeat-x;
}

#demo {
	background:url(/img/home/bottom.png) no-repeat;
	position:relative;
	top:-1px;
	height:800px;	 
}

#demo div.item {
	padding:30px 30px 30px 0px;
	width:808px; 
	height: 650px;
	float:left;
	background-color: #ffffff;
	display:none;
	font-size: 12px;
	position: relative;
	z-index: 99;

}

#demo div.item h2 {
	margin-top:10px;
}


#demo div.col {
	float:right;
	width:240px;
	margin:0px;
}

#demo p.more {
	font-weight:bold;
	font-size:12px;
	margin-top:40px;
}

#demo div.clips {
	float:left;
	margin-top:10px;
}



/* ------------ ministries funded scroll blocking ----------------- */
#funding_left_block {float: left; width: 360px; color: #000; height: 800px;}



#ministriesfunded_pic {float: right; position: relative; top: 0; left: 0; margin-top: 20px;}

#funding_left_block h2 {color:#1b3b60;
text-decoration:none;
font-size: 21px;
line-height: -3px;
margin: 0 0 20px 20px;}

#changecolor {color:#4F83C0;}

#tabs li a:hover {position:relative; top: -50px;}

#box h3 {color:#4F83C0;
text-decoration:none;
font-size: 18px;
margin: 10px 0 0 10px;
}
