/**
 * redbar.css
 *
 * Copyright (c) 2000-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Redbar theme.
 *
 * $Id: redbar.css,v 1.4 2008/04/04 17:06:52 asmecher Exp $
 */

body {
    color: #000;  
    font-family: 'Arial Narrow';   
    background-color: #ffffff; 

}

a:link {
	color: #600101; 
	text-decoration: none;
}

a:active {
	color: #600101; 
}

a:visited {
	color: #884141;
	text-decoration: none;
}

a:hover {
	color: #600101; 
	text-decoration: underline;
	background-color: #ffffff;
}

/* Per link nella home */

.testo a:link {
	color: #FFFFFF; 
	text-decoration: none;
}

.testo a:active {
	color: #FFFFFF; 
}

.testo a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.testo a:hover {
	color: #600101; 
	text-decoration: underline;
	background-color: #ffffff;
}



input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
    	border-color: #470101;  
    	background: #600101 url(http://blog.andreamarchitelli.it/mt-static/themes/minimalist-red/header.gif) bottom right repeat-x;
	
}

#headerTitle {
    	padding-top: 30px;
	padding-left: 25 px;
	color: #600101;
    	font-weight: bold;
    	background: url(http://www.aidalampi.it/logo_LIS/logo_LIS_trasparente.png) no-repeat 30px 10px ;
  	height: 130px;*
	}

#header h1 {
	font-family: 'Arial Narrow', Monaco, Chicago;
	font-size: 3.5em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	/* visibility:hidden; */
}

#main {
	background-color: #ffffff;
 	/* width: 65%; */
	border: 0px; 
	}

#main h2 {
	font-family: 'Arial Narrow', Monaco, Chicago;
	font-size: 2.5em;
	font-weight: bold;
}

#main h3 {
	font-family: 'Arial Narrow', Monaco, Chicago;
	font-size: 2em;
}

#navbar {
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #600101;
}



#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted #600101
}


	

#content {
	border-top: 0px dotted #000;
       	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial;
	font-size: 0.7em;
	}

#content h3 {
	font-family: 'Arial Narrow', Monaco, 
	font-size: 2em;
	font-weight: bold;
}

#content h4 {
	font-family: 'Arial Narrow', Monaco, Chicago;
	font-size: 1.5em;
	font-weight: bold;
}

#navbar a {
	background-color: #600101;
	padding: 5px;
	color: white;	
}

#navbar a:hover {
	text-decoration: underline;
	background-color: #600101;
}

.blockSubtitle a:hover {
	text-decoration: underline;
	background-color: #ffffff;
}

hr { 	color:#600101;
       	margin-left: 50px;
	margin-right: 50px;
}

/**
 * Sidebar
 */

|* #leftSidebar {
	width: 10% ; 
}


#rightSidebar {
	width: 10% ; 
} */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
	font-family: Arial;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
	color: #000000;
	font-family: Arial;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0 0 0 0;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: Arial;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
	font-family: Arial;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
	font-family: Arial;
}
