/*  design.CSS for boran.ie
 */	
/* CSS to override theme settings for this website 
   See also the original css files in sites/all/themes/dropdown
 */

#header
{
		background-image:url('/sites/boran.ie/files/header.jpg');
		height:97px;
		width:770px; /*needs to be 832*/
		display:block;
		border:none;
}
	
#menu 
{
	background-image:url(/sites/all/themes/dropdown-bpp/images/menu_bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	height:29px;
	width:770px;
	margin-bottom:20px;
	margin-top:5px;
	text-align:center;
}

#footer
	{
		padding:6px 0 6px 0;
		text-align:center;
		color: gray;
		font-weight:bold;
	}
		/*color:#666666;*/
		/*color: silver;*/
	
	#footer a
	{
		color: gray;
		/*color:#666666;*/
	}
	#footer a:hover
	{
		color: blue;
		border-bottom:1px dotted #ffffff;
		text-decoration:none;
	}
	
	/*
	#footer
	{
		background-image:url('images/menu_bg.jpg'); 
		background-repeat:repeat-x;
		padding:6px 6px 6px 0;
		text-align:right;
		color:#FFFFFF;
	}
	*/


ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}

a {
  border-bottom:1px /*dotted #9E4C34*/;
  /*color:#9E4C34;
  text-decoration:none;*/
}



