/* ****************************
main.css
Main css file for project
**************************** */


/* ****************************
Client: Bindt
Website: bindt.nl

Main color 1: #e2001a -> Name: Red
Main color 2: #383838 -> Name: Gray
**************************** */



#normal,
#left,
#right,
#border,
#weblog {
	margin-top: 5px;
}


/* ****************************
Section: rgslideshow
**************************** */

#right .csc-textpic {

}

.rgslideshow {
	/*border: 0px;*/
}

.rgslideshow .rgsnest {
	/*border: 0px;*/
	background: url(../../../typo3conf/ext/rgslideshow/res/gfx/transparent_bg.png);

}

.rgslideshow .rgstitle {
	/*display: none;*/
	height: 52px;
	font: bold 16px/26px Arial;
	letter-spacing: normal;
	text-transform: none;
	padding: 10px 10px;
}  

/* description */
.rgslideshow .rgsdescription {
  height: 0px;  
  padding: 0;
  overflow: hidden;
}

#photos-caption {
	margin: 0.56em 0;
	font-size: 0.8em;
	text-align: right;
}



/* ****************************
Section: Container blocks
**************************** */

#container-blocks {
	width: 942px;
	margin: 5px 4px 0 4px;
}

.block {
	width: 214px;
	height: 191px;
	margin: 0;
	padding: 0 7px;
	overflow: hidden;
	background: url('../images/bg-block-home.gif') no-repeat;
	border: 0;
}

.block h3 {
	margin: 0 0 5px 3px;
	line-height: 34px;
	font-size: 1.1em;
	color: #ffffff;
}
.block h3 a {
	color: #ffffff;

}

.block .item {
	margin-top: 12px;
	font-size: 0.9em;
	background: url('../images/bg-block-item.gif') right bottom no-repeat;
}

.block .item h4 {
	margin: 0;
	font-size: 1em;
	color: #e2001a;
	text-decoration: none;
}

.block .item p,
.block .item div {
	margin: 0;
	padding-right: 19px;
}
	
.block .item a {
	margin: 0;
	color: #383838;
	text-decoration: none;
}
.block .item a:hover {
	color: #e2001a;
	text-decoration: underline;
}



/* ****************************
Section: Footer, menu
**************************** */

#footer {
	margin-top: 15px;
}

#footer-logo img {
	margin-left: 9px;
}

#footer-menu {
	line-height: 60px;
	font-size: 1.25em;
}

#footer-menu ul {
	margin: 0;
	margin-right: 8px;
	float: right;
	list-style: none;
}

#footer-menu ul li {
	float: left;
	margin-left: 50px;
	padding-left: 22px;
	background: url('../images/bg-footer-menu-bullet.gif') left 50% no-repeat;
}

#footer-menu ul li a {
	color: #383838;
	text-decoration: none;
}
#footer-menu ul li a:hover {
	text-decoration: underline;
}

