/*
	FileName ....... : SpecificSections.css
	TemplateName ... : BlackIdea
	Copyright ...... : 2012, ObjectWeb Srl - Tutti i diritti riservati
	Version ........ : 1.0.0
	Note ........... : Reset CSS e CSS principali
*/



/* BannerBox
------------------------------------------------------------------------------------------------- */
#header-sections-container .banner {
	float: right;
}
/* ---------------------------------------------------------------------------------------------- */



/* Breadcrumbs
------------------------------------------------------------------------------------------------- */
.site-breadcrumbs a {
}

.site-breadcrumbs a:hover {
	color: #EE5500;
	font-weight: bold;	
}

.site-breadcrumbs span.separator,
.section-breadcrumbs span.separator,
.innersection-breadcrumbs span.separator {
   background: url(Images/BreadcrumbsSeparator.png) no-repeat;
   height: 8px;
   width: 8px;
   overflow: hidden;
   display: inline-block;
   vertical-align: top;
   margin: 6px 6px 0px 6px;
}

.site-breadcrumbs span.currentpage {
   font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------- */
	


/* LanguageSwitcher
------------------------------------------------------------------------------------------------- */
#content .section .languageswitcher ul li {
	display: block;
	float: left;
	padding: 5px;
	margin-left: 0;
	margin-right: 0;
}

#header-sections-container .languageswitcher ul li {
	list-style-position:outside;
	list-style-type:none;
	display: block;
	float: left;
	padding:0 5px 0 0;
}

#header-sections-container .languageswitcher ul li a {
	text-decoration: none;
}

#utility .section.languageswitcher ul li span,
#sidebar .section.languageswitcher ul li span {
	margin-left: 7px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Section UserInfo
------------------------------------------------------------------------------------------------- */
.section.userinfo div.section-body label,
.section.userinfo div.section-body input.input-text {display: block}
.section.userinfo div.section-body a {display: block}
.section.userinfo div.section-body a.button-secondary,
.section.userinfo div.section-body input.button {display: block; margin: 4px 0;}
.section.userinfo div.section-body span.login-failed {color: #F00; font-weight: bold;}
#utility .section.userinfo div.section-body ul li,
#sidebar .section.userinfo div.section-body ul li {
	height: auto;
}
#utility .section.userinfo .section-title {
	background-image: url("images/UtilityUserInfoTitleBackground.gif");
}
/* ---------------------------------------------------------------------------------------------- */



/* Section Articles
------------------------------------------------------------------------------------------------- */
#utility .section.articles .section-title,
#content .section.articles .section-title,
#sidebar .section.articles .section-title  {
	background: url("images/ArticlesTitleBackground.gif") no-repeat scroll 10px 0 transparent;
	padding: 0;
	width: 100%;
}

#top-content .section.articles .section-title h2, 
#content .section.articles .section-title h2, 
#bottom-content .section.articles .section-title h2 {
	margin: 6px 14px 0 60px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Section ManageArticles
------------------------------------------------------------------------------------------------- */
#utility .section.manage-article .section-title,
#content .section.manage-article .section-title,
#sidebar .section.manage-article .section-title  {
	background: url("images/ManageArticleTitleBackground.gif") no-repeat scroll 10px 0 transparent;
	padding: 0;
	width: 100%;
}

#top-content .section.manage-article .section-title h2, 
#content .section.manage-article .section-title h2, 
#bottom-content .section.manage-article .section-title h2 {
	margin: 6px 14px 0 60px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Section WebExplorer
------------------------------------------------------------------------------------------------- */
#utility .section.webexplorer .section-title,
#content .section.webexplorer .section-title,
#sidebar .section.webexplorer .section-title  {
	background: url("images/WebExplorerTitleBackground.gif") no-repeat scroll 10px 0 transparent;
	padding: 0;
	width: 100%;
}

#top-content .section.webexplorer .section-title h2, 
#content .section.webexplorer .section-title h2, 
#bottom-content .section.webexplorer .section-title h2 {
	margin: 6px 14px 0 60px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Section Gallery
------------------------------------------------------------------------------------------------- */
#utility .section.gallery .section-title,
#content .section.gallery .section-title,
#sidebar .section.gallery .section-title  {
	background: url("images/GalleryTitleBackground.gif") no-repeat scroll 10px 0 transparent;
	padding: 0;
	width: 100%;
}

#top-content .section.gallery .section-title h2, 
#content .section.gallery .section-title h2, 
#bottom-content .section.gallery .section-title h2 {
	margin: 6px 14px 0 60px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Section GalleryLinks
------------------------------------------------------------------------------------------------- */
#utility .section.gallery-links .section-title,
#content .section.gallery-links .section-title,
#sidebar .section.gallery-links .section-title  {
	background: url("images/GalleryTitleBackground.gif") no-repeat scroll 10px 0 transparent;
	padding: 0;
	width: 100%;
}

#top-content .section.gallery-links .section-title h2, 
#content .section.gallery-links .section-title h2, 
#bottom-content .section.gallery-links .section-title h2 {
	margin: 6px 14px 0 60px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Section Movie
------------------------------------------------------------------------------------------------- */
#utility .section.movie .section-title,
#content .section.movie .section-title,
#sidebar .section.movie .section-title  {
	background: url("images/MovieTitleBackground.gif") no-repeat scroll 10px 0 transparent;
	padding: 0;
	width: 100%;
}

#top-content .section.movie .section-title h2, 
#content .section.movie .section-title h2, 
#bottom-content .section.movie .section-title h2 {
	margin: 6px 14px 0 60px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer - Links
------------------------------------------------------------------------------------------------- */
#footer-sections-container .section.links {
   padding-top: 0;
   text-align: center;
}

#footer-sections-container .section.links ul li {
	display: inline-block;
	list-style-type: none;
	padding-left: 10px;
}

#footer-sections-container .section.links ul li.item-pos-1 {
	background: none;
	padding-left: 0;
}

#footer-sections-container .section.links ul li a {
}

#footer-sections-container .section.links ul li a:hover,
#footer-sections-container .section.links ul li.current a {
	text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------- */
