@charset "utf-8";
/* Type CSS rules here and they will be applied

to pages from 'editcss'

immediately as long as you keep this window open. */



/**** LINK-tag style sheet main.css ****/



html { margin:0; padding: 0; }



body

{
	background-color: white;
	font-size: 12pt;
}

a.print:link:after, a.print:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

a.print[href^="/"]:after {
  content: " (http://www.castlecottage.ie" attr(href) ") ";
   }


/* MAIN STRUCTURE */



/* for fixed side menus, see http://jessey.net/simon/articles/007.html */

div#menu

{
	display: none;
}



div#main
{width: 100%; margin: 0; float: none;}



div#footer

{

	margin-top: 5em;

	font-size: 0.7em;

	line-height: 1.2em;

	clear: both;

}



div#copyright

{

	display: none;

}



img#image

{

	border: solid grey 1px;

}



/* END OF MAIN STRUCTURE */



div.photos

{

	margin-top: 5px;

}



div.photoinstructions
{
	display: none;
}



.roomheading

{

	margin-bottom: 0.5em;

}



/* position and z-index to stop safari allowing you to click and drag invisible image*/


.hide

{

	visibility: hidden;
	position: relative;		
	z-index:-1;			

}

