/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* remove headline from pages and posts */
.custom .headline_area { position:absolute; top:-1500px; left:-1500px; }

/* restore headlines for posts */ 
.custom .hfeed .headline_area { left:0; position:relative; top:0; }

/* Slideshows 
#photodiv { background-repeat: no-repeat; } */

/* Font from Google Web Fonts */
font-family: 'Hammersmith One', sans-serif;

/*---:[ feature box styles ]:---*/
#feature_box { padding-right: 0em; padding-left: 0em; }

/*---:[ ul clusters style ]:---*/
.custom ul#clusters{
	background-color: #FFF;
	width: 450px;


	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	list-style-type: none;
        list-style-position: inside;
	line-height: 30px;
}
.custom #clusters li {
	background-image: url(http://sc-israel.org/wp-content/themes/thesis_182/custom/images/cluster_bkgd1.jpg);
	padding-left: 10px;
}
.custom ul#clusters li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.custom ul#clusters a:visited {
	color: #CCC;
}
.custom ul#clusters a:hover {
	color: #FC0;
}

