@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 ****/


body
{
	background-color: white;
	color: #6699ff;/*text*/
	/*color: white;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 1.0em;
	padding-top: 20px;
}

h1 {
	font-size: 2.0em;
	margin: 10px;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
}

p {
	margin: 10px;
	line-height: 1.2em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* MAIN STRUCTURE */



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

p#subtitle {
	margin-bottom: 20px;
}

div#menu
{
	position: absolute;
	left: 10px;
	padding: 0px;
	width: 20%;
	text-align: left;
	line-height: 1.2em;
}

div#main
{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

div#footer

{
	margin-top: 5em;
	font-size: 0.7em;
	line-height: 1.2em;
	clear: both;
}

div#copyright
{
	text-align: right;
}


/* END OF MAIN STRUCTURE */

div.photos
{
	margin-top: 5px;
}

div.photoinstructions
{
	font-size: 0.7em;
}

li.room
{
	margin: 30px 0 30px 0;
}

div#contacts h2 {
	font-weight: normal;
}

div#local, div#costs {
	text-align: left;
}


span.irelandpic
{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

span.connemarapic
{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	border: solid black 1px;
}

.roomheading
{
	margin: 10px 0;
}



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

.hide
{
	visibility: hidden;
	position: relative;		
	z-index:-1;			
}



#localheading
{
	text-align: center;
}

#local h2 {
	margin: 20px 0;
}

ul.directions
{
	clear: left;
}

li.menufirstlevel
{
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}

ul.menusecondlevel {
	margin-left: 30px
}

li.costs
{
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

li#next
{
	float: left;
	width: 30%;
}


li#back
{
	float: left;
	width: 39%;
}



li#previous
{
	float: left;
	width: 30%;
}


li#heading
{
	margin-bottom: 1em;
}

li.costs {
	margin-bottom: 10px;
}

#local ul, ul.directions {
	list-style: disc outside none;
	padding-left: 40px;
	margin-bottom: 20px;
}

ul.directions {
	text-align: left;
}

#local li {
	margin: 5px 0 5px 0;
}


li
{	
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a {color: #ccf; text-decoration: none; 	background-color: transparent;}

a:visited { color: #aac; 	background-color: transparent;}

a:hover { text-decoration: underline; }

a img { border: none; }

a.textlink
{
	color: #339933;
	background-color: transparent;
}

a.textlink:visited
{
	color: #9966CC;
	background-color: transparent;
}

#footer .vcard {
	margin-right: auto;
	margin-left: auto;
	width: 360px;
}

#footer .vcard .org {
	font-weight: bold;
}

#footer .vcard .postal-address li, #footer .vcard .internet li {
	display: inline
}

#footer .vcard .postal-address .extended-address {
	display: none;
}

#footer .vcard .street-address, #footer .vcard .locality, #footer .vcard .region, #footer .vcard .country-name {
	margin-right: 2px;
}

#footer .vcard .street-address:after, #footer .vcard .locality:after, #footer .vcard .region:after {
	content: ",";
}

.vcard .internet span + span:before {
	content: ":";
	margin-right: 2px;
}

#footer .vcard .internet li + li:before {
	content: "~";
	margin-right: 3px;
}

#contacts .vcard li {
	margin-top: 5px;
}
