/********************
 *  basic css
 * 
 ********************/
 
 /* hide from ie on mac \*/
html {
	font-size: small;
	font-family: "Gill Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
	
body{
	margin: 0; padding: 0;
	background:  white;
}

body.video{
	background:  black;
}

.hr{
	width:  680px;
	height:  1px;
	background: black url(http://www.aislingfarinella.com/images/hr_main.gif) top left no-repeat;
	margin: 0;
}
 
.hr hr{
	display: none;
}

a:link, a:active, a:visited{
	color:  #99CC00;
	text-decoration: none;
	background: transparent url(http://www.aislingfarinella.com/images/dot.gif) bottom left repeat-x;
}

a:hover{
	color:  #000000;
	text-decoration: none;
	background: transparent url(http://www.aislingfarinella.com/images/dot.gif) bottom left repeat-x;
}

img{
	border: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




