﻿html { 
    height: 100%; 
} 

body 
{
    margin: 0;
    padding: 0;
	height: 100%; 
	font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    text-align: center;
	color: #000;
    background: #ffffff url('Images/bg.png');
 	background-repeat: repeat;
	background-position: center top;
}

img 
{
    border: none;
}
   
form 
{
    margin: 0;
    padding: 0;
}
   
.alt, .hide 
{
    display: none;
}


a 
{
    color: #741f29;
    text-decoration: none;
	font-family: "Lucida Sans Unicode";
}
   
a:hover 
{
    text-decoration: underline;
}

.ModalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ModalPopup {
	background-color: #fff;
	border-width: 5px;
	border-style: solid;
	border-color: #ddd;
	padding: 3px;
	margin: 0;
}


/*
	Tag Cloud
*/

.inpecotw1
{
	font-size:20px;
	color: #E54C00;
}

.inpecotw2 
{
	font-size:18px;
	color: #E54C00;
}

.inpecotw3 
{
	font-size:16px;
	color: #E54C00;
}

.inpecotw4 
{
	font-size:12px;
	color: #E54C00;
}

.inpecotw5 
{
	font-size:11px;
	color: #E54C00;
}

.inpecotw6 
{
	font-size:10px;
	color: #E54C00;
}

.inpecotw7 
{
	font-size:9px;
	color: #E54C00;
}

/* ------------------------------------------------------------------
    LAYOUT
------------------------------------------------------------------ */
#container
{
    width: 100%;    
	text-align: left;

	/* http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */
	min-height: 100%; 
    height: auto !important; 
    height: 100%; 
	margin: 0 auto -105px;
}

#container #header
{
	width: 900px;
	height: 90px;
	margin: 0 auto;
}

#container #header #header-spacer
{
	float: left;
	padding: 0px 5px 0px 5px;
}

#container #banner
{
	height: 160px;
	background: none;	
	border-bottom: solid 1px #fff;
}

#container #banner #flash
{
	width: 900px;
	margin: 0 auto;
 	text-align: center;
}

#container #navigation
{
	height: 30px;
	background-color: #A2ABB2;
	border-bottom: solid 5px #99A2A9;
}

#container #navigation #navigation-menu
{
	width: 900px;
	height: 42px;
	margin: 0 auto;
}

#container #header div#logo
{
    float: left;
}

#container #header div#search
{
    float: right;
}

#container div#main
{	
    margin: 0 auto;
	width: 900px;
	text-align: left;
	background-color: #fff;
}

#container #main #sidenav
{
	width: 200px;
	float: left;
}

#container #main #maincontent
{
	float: left;
	padding: 0px 5px 10px 5px;
	background-color: #fff;
}

#footer
{
	background-color: #D9E7F7;
	border-top: solid 5px #BAC6D3;
	height: 100px;
}

#footer #footer-content
{
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}


/* ------------------------------------------------------------------
   HEADER LINKS
------------------------------------------------------------------ */
ul.header-links
{
	float:right;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.header-links li
{
    float: left;
}

ul.header-links li a
{
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	color: #9E9E9E;
	line-height:20px;
}

ul.header-links li.header-links-separator
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	color: #9E9E9E;
	line-height:20px;
}

/* ------------------------------------------------------------------
   HEADER SEARCH
------------------------------------------------------------------ */
div.header-search
{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

input.header-search-text
{
	float: left;
	vertical-align: middle;
	height: 17px;
	line-height: 17px;
	border: solid 1px #3B5999;
}

a.header-search
{
	float: left;
	width: 90px;
	height: 21px;
	padding-top: 2px;
	background-image: url('Images/search.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;	
	text-align: center;
}

/* ------------------------------------------------------------------
   NAVIGATION - MAIN MENU
------------------------------------------------------------------ */
.main-menu
{
	font-weight: normal;
}

.main-menu-topnavitem
{
	color: #ffffff;
	font-size: 14px;
	font-family: "Lucida Sans Unicode";
	line-height: 20px;
	padding: 4px 10px 5px 10px;
}

.main-menu-topnavselected
{	
	color: #404244;
	background-color: #99A2A9;

}

.main-menu-topnavhover,
.main-menu-topnavhover a
{
	color: #ffffff;
	background-color: #99A2A9;
	text-decoration: none;
}

/* ------------------------------------------------------------------
   BREADCRUMBS
------------------------------------------------------------------ */       
div#breadcrumb
{	
	padding-bottom: 5px;
	padding-top: 5px;
}

div#breadcrumb .breadcrumb-node
{
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #8D8D8D;
}

div#breadcrumb .breadcrumb-separator
{
	background-image: url('Images/rightarrow.gif');
	background-position: center center;
	background-repeat:no-repeat;
	display: inline-block;
	width: 20px;
}


/* ------------------------------------------------------------------
 	SIDE NAV
------------------------------------------------------------------ */       

.side-menu
{
	font-weight: normal;
	width: 100%;
	padding: 2px;
}

.side-menu-topnavitem
{
	color: #767676;
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	line-height: 20px;
	padding: 4px 0px 5px 8px;
	border-bottom: solid 1px #CCCCCC;
}

.side-menu-topnavitem-liv2
{
	color: #767676;
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	line-height: 20px;
	padding: 4px 0px 0px 0px;
}


.side-menu-topnavselected
{	
	color: #0066CB;
}

.side-menu-topnavhover,
.side-menu-topnavhover a
{
	color: #0066CB;
	text-decoration: none;
}

/* ------------------------------------------------------------------
   FOOTER
------------------------------------------------------------------ */
.footer-text
{
	font-size: 10px;
	font-weight: normal;
	color: #3B5998;
}

/* ------------------------------------------------------------------
   INPECO ARTICLE PAGE LAYOUT
------------------------------------------------------------------ */
td.article_title
{
	width: 100%;
}

span.article_title
{
    font-family: Georgia, Sans-serif;
    font-size: 22px;
	font-weight: bold;
}

span.article_author
{
    font-size: 10px;
	font-weight: normal;
	color: #8D9194;
}

div.article_text
{
	background-color: #fff;
    font-family: Tahoma;
    font-size: 12px;
    color: #8D9194;
	padding: 5px 0px 5px 0px;
	float: left;
}

div.article_image
{
	float: right;
	border: solid 1px #8D9194;
	padding: 1px;
	margin-left: 3px;
}

/* ------------------------------------------------------------------
   PUBLISHING EDITOR
------------------------------------------------------------------ */
table.editModePanel 
{
	width:100%;
    background-color:#EEEEEE;
    border: 1px #CCCCCC solid;
    color: #666666;
    clear:both;
    padding-left:2px;
    padding-top:2px;
}

/* ------------------------------------------------------------------
   IMAGE GALLERY
------------------------------------------------------------------ */
div.imagegallery
{
	padding: 10px;
	border-bottom: solid 1px #5980AB;
}

img.imagegallery
{
	border: none;
}

/* ------------------------------------------------------------------
   TAGGING CLOUD
------------------------------------------------------------------ */
div#tagCloud
{
	padding: 15px;
    background-color: #fff;
    color: #E54C00;
}

/* ------------------------------------------------------------------
   HOME PAGE - IMAGE GALLERY
------------------------------------------------------------------ */
table.homepage-imagegallery
{
	border: solid 4px gray;	
	border-right: none;
}

td.homepage-imagegallery
{
	border-right: solid 4px gray;	
}

img.homepage-imagegallery
{
	height: 160px;
	width: 200px;
}

table.StaticImageGallery
{
}

td.StaticImageGallery
{
	border: solid 6px gray;	
}

img.StaticImageGallery
{
	padding: 1px;
}


/* ------------------------------------------------------------------
	CQWP STYLE
------------------------------------------------------------------ */
table.cqwp
{
	background-color: #fff;
}

/* ------------------------------------------------------------------
	WEBPART STYLES
------------------------------------------------------------------ */
tr.ms-WPHeader td
{
	height: 39px;
	background-color: #7BA7D8;
	border-bottom: solid 4px #5980AB;
}

H3.ms-WPTitle
{
	color: #fff;	
}

div.ms-WPBody
{
	background-color: #fff;
}

/* ------------------------------------------------------------------
	WEBPART STYLES - NEWS ZONE
------------------------------------------------------------------ */
div#homepage-newszone table tr.ms-WPHeader td
{
/*	height: 20px;
	background-color: #fff;
	border-bottom: solid 4px #FF9800;
	padding-top: 15px;*/
	width: 230px;
	height: 58px;
	background-color: #fff;
	background-image: url('Images/webpart_arancio.png');
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: none;

}

div#homepage-newszone td.ms-WPBorder
{
	border: 1px #FF9800 dotted;
	/*border-top: none;*/
}

div#homepage-newszone H3.ms-WPTitle
{
	/*color: #FF9800;*/
	color: #fff;
	font-size: 16px;
	padding-bottom: 20px;
}

div#homepage-newszone div.ms-WPBody
{
	background-color: #fff;
}
