/* $Id: footer.css,v 1.4 2009/05/13 11:14:06 robby Exp $ */
/*  beginning drupal 6.x theme, 
created by robin / biboo.net / gazwal.com */
#footer {
	border-top: 0px solid #bdbdbd;
	background: transparent;
}

#footer .footer-block {
	float: left;
	width: 300px;
	margin: .8em 5px;
}


/*  blocks  in bottom footer => div#footer
/**************************************************/

#footer .footer-block  {
	background-color: transparent;
	border-top: 1px solid #000099; 
	border-bottom: 0px solid #000099;
}

/*  blocks in top footer => div#footer
/**************************************************/

#footer .block {
        background-color: transparent;
        border-top: 0px solid #bdbdbd;
	margin-left: auto;
	margin-right: auto;
}

#footer-top .block_block-ad {
	width: 200px;
        margin-left: auto;
        margin-right: auto;
}


/*  primary links in footer => div#bottom-primary  
/**************************************************/
#bottom-primary {
	border-top: 1px solid #bdbdbd;
	background: #d7d5f2;
}

#footer ul.primary-links  li{
        float:right;
        margin-right: 20px;
}





/*  seconary links in footer => div#footer
/**************************************************/

#footer ul.menu_id{
        margin: right;
}

#footer ul.secondary-links {
	margin-top: 30px;
	margin-left: auto; margin-right: auto; width: 45%;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        height: 22px;
}



/*  footer message  */
/**************************************************/

#footer-message {
	padding: .4em;
}

#footer-message {
	margin-right: 0px auto;
	margin-left: 0px auto;
	text-align: center;
	margin-bottom: 20px;
}


/*  Copyright info   */
/******************************/
#footer #copyritelegal {
	font-size: .875em;
}
