/*************************************************************************************************/
/* Author:			VINCIS / Roberto De Vivo                                                 	 */
/* Description:		Template 1							                                         */
/*************************************************************************************************/
/* 
	Table of Contents:
	1.	Colors
	2.	Images

	List of colours:

	1.	Dark green:		#5f663a
	2.	Light green:	#98a35d				5. very Light green:  95% of Light green: #fafaf7
	3.	Dark blue:		#1f3653
	4.	Light blue:		#6a98d4				6. very Light blue:  95% of Light blue: #f7fafd
	
	- Use the '='-flag for searching
*/

@media screen 
{
	/*********************************************************************************************/
	/* =Colors  							                                     	 			 */
	/*********************************************************************************************/
		
	#projects, #projects a:hover, #newsletter, #newsletter a:hover, #sidebar a:hover, #newsletter h3
	{
		color:				#5f663a	/* =1 */
	}
		
	#search .button:focus, #newsletter .button:focus
	{
		background-color:	#5f663a;	/* =1 */
	}
	
	#search .button, #newsletter .button, #content div.searchTabSelected
	{
		border:				1px solid #5f663a;	/* =1 */
	}
		
	#projects h2, #projects a, #sidebar h2, #search h2, #sidebar a, #newsletter	a, #newsletter h2
	{
		color:				#98a35d;	/* =2 */
	}

	/* =Search */			
	#search .button, #newsletter .button, #photoThumbnails .miniSelected, #photoThumbnails .mini:hover
	{
		background-color:	#98a35d;	/* =2 */
	}
	
	#news, #news a:hover, #news h3, #news h3 a, #news h3 a:hover, #newsArchive h2 a .summary,
	#calendar a:hover, #calendar, #calendar h3 a span, #calendar h3 a:hover span, 	
	#navigation a, #navigation a:hover, #navigation	li, #navigation .selected:hover,
	#themes a:hover, #themes ,#themes h3, #themes h3 a, #themes h3 a:hover,
	#allProjects a:hover, #allProjects div h2 a, #allThemes a:hover, #allThemes div h2 a, #themePages .listBlock a,
	#photoDescription table tr th, #photoDescription table tr td
	{
		color:				#1f3653; 	/* =3 */		
	}
	
	#about, #navigation .selected, #content .cm_button:focus, #content table th
	{
		background-color:	#1f3653;	/* =3 */
	}
	
	form .fieldHelp a:hover span, #content .cm_button
	{
		border:				1px solid #1f3653;	/* =3 */
	}
	
	#content, #content a:hover, #content p a:hover, #content div a:hover,
	#navigation a, #navigation a:hover, #navigation li, #navigation .selected:hover,
	#adxmenuList li a:hover, #adxmenuList li .selected a:hover,
	#paging li,	#paging li a:hover, #paging .previousPage a, #paging .nextPage a, #pageBackButton a:hover
	{
		color:				#1f3653; 	/* =3 */
	}
	
	#content h1, #content h2, #content h3, #content a, #content p a, #content div a,
	#adxmenuList, #adxmenuList li .selected a, #adxmenuList li a,
	#allProjects a, #allProjects h2 a:hover, #allThemes a, #allThemes h2 a:hover, #themePages .listBlock a:hover,
	#newsArchive h2 a:hover span, #paging li a, #pageBackButton a, #projects li div h2 a:hover
	{
		color:				#6a98d4;	/* =4 */
	}

	#navigation	.selected:hover, #content .cm_button
	{
		background-color:	#6a98d4;	/* =4 */
	}
	
	#news h2, #themes h2, #calendar h2, #news a, #themes a, #calendar a 
	{
		color:				#6a98d4;	/* =4 */
	}
	
	#downloads li:hover
	{
		background-color:	#fafaf7;	/* =5 */
	}
	
	#adxmenuList li .selected, #adxmenuList li li:hover, #adxmenuList li li .selected:hover, #adxmenuList li .selectedPath,
	form .fieldHelp a:hover span, #content .confirmFieldRow_2, #content .listBlock, 
	#randomMetaGalleries div.metaGallery, #photoDescription, #photoDescription table tr th, #photoDescription table tr td
	{
		background-color:	#f7fafd;	/* =6 */
	}
		
	#search .button, #navigation .selected, #content .cm_button, #content table th, #content div.searchTabSelected a
	{
		color:				#fff;
	}
	
	#calendar li, #content div.tab
	{
		background-color:			#f7fafd;	/* =6 */
	}
	
		#themes li:hover, #projects li:hover
		{	
			/* background-color:	#f8f8f8; */
		}
		
	#about, #about h2, #navigation .selected, #search .button, #newsletter .button, #content div.searchTabSelected a, #content div.searchTabSelected a:visited
	{
		color:					#fff;
	}
	
	/*********************************************************************************************/
	/* =Search						                                      			 			 */
	/*********************************************************************************************/
	
	
	#containerSearchOptions #infotypes div.infotypes, #containerSearchOptions div.metaDefinition div.metaValues,
	#containerSearchOptions #documentExtensions div.documentExtensions, #containerSearchOptions #onlineCatalogTypes div.onlineCatalogTypes,
	#containerSearchLegend, #containerSearchOptions fieldSet, #containerSearchOptions fieldset.empty
	{
		background-color:		#f7fafd;	/* =6 */					
		
		border:					1px solid #e5e5e5;
	}
	
	#containerSearchOptions fieldset.empty
	{
		border-left:					none;
		border-right:					none;
		border-bottom:					none;
	}
	
	#content div.tab a, div.tab a:hover, div.searchTabSelected a, div.searchTabSelected a:hover
	{
	}
	
	#content div.searchTabSelected
	{
		background-color:		#1f3653;	/* =3 */
	}
	
		
	#content div.searchResultBorder
	{
		border-top:				1px solid #5f663a;
	}
	
	
	/*********************************************************************************************/
	/* =Background images						                                      			 */
	/*********************************************************************************************/

	/* =Body */
	body
	{
		background-image:		url(images/background.gif);
	}

	/* =External link Content*/
	#content .externalLink
	{
		background-image:		url(images/icon_external_link.gif);
	}
	
	/* =Page index */	
	#adxmenuList li .selected, #adxmenuList li li .selectedHasChildren, #adxmenuList li .selectedPath,
	#pageBackButton, #content ul li, #content .searchError ul li
	{
		background-image:		url(images/arrow_menu_selected.gif);		
	}

	#adxmenuList li li
	{
		background-image:		url(images/arrow_menu_not_selected.gif);
	}
				
	/* =Sidebar */			
	#relevantPages li, #options404 li, #jumpTo li, #photoGalleries li, #photoGalleriesMeta li
	{
		background-image:		url(images/arrow_sidebar.gif);		
	}
}

@media print 
{
	/* =Body */
	body
	{
		background-image:		none;
	}
}