/* Cascading Style Sheet - www.trinitythreeirishpubs.com */
/* $Id: basic.css,v 1.1 2007/08/15 15:36:26 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	color: #000;
	background-color: #001109;
	font-family: Baskerville, Georgia, Garamond, "Times New Roman", serif;
	font-size: 10px;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6, .hdivid {
	font-family: Baskerville, Georgia, Garamond, "Times New Roman", serif;
	font-size: 28px;
	font-weight: bold;
	margin: 12px 0 12px 0;
	padding: 0;
	color: #032003;
}

h1.sitename {
	display: none;
}

h2 { font-size: 24px; }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }

h2.large { font-size: 30px; }
h2.space { margin-bottom: 22px; }

.nodisp {
	display: none;
}


/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, dt, dd, dl, th, td, div.vcard {
	font-family: Baskerville, Georgia, Garamond, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	color: #001109;
	margin: 2px 0 10px 0;
	padding: 0;
	line-height: 130%;
}

p.address {
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
	color: #4c0805;
}

blockquote, blockquote p {
	margin: 2px 0 4px 0;
}

ul, ol {
	margin: 3px 0 6px 10px;
	padding: 0 0 0 10px;
}

ol {
	margin-left: 20px;
}

ol li {
	margin-bottom: 3px;
	padding: 0;
}

ul.events li {
	margin-top: 13px;	
	margin-bottom: 10px;	
}

ul.tight li {
	margin-top: 3px;	
	margin-bottom: 3px;	
}

ul.events li strong {
	font-size: 110%;
}

ul.events li img {
	margin: 4px 0;
	border: 1px #000 solid;
}

div.vcard {
	padding-top: 12px;
}

#footer p {
	text-align: center;
	font-size: 13px;
	margin: 0 0 1px 0;
	color: #183326;
}

acronym, abbr {
	border-width: 0;
}

.hmeta {
	display: none;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

/* used in photos */
img.thumb {
	margin: 2px 15px 15px 2px;
	border: 1px #aaa solid;
}

hr {
	margin: 12px 0;
	border: none 0; 
	border-top: 0px dashed #666;
	border-bottom: 1px dashed #666;
	height: 1px;
}


/* ******************************************************************************* */
/* nav */

/* mainnav */

#nav ul.nav {
	list-style-type: none;
	margin: 10px 0 0 14px;
	padding: 0;
}

#nav ul.nav li {
	margin: 0;
	padding: 0;
	width: 158px;
	height: 33px;
}

#nav ul.nav li a:hover {
	margin: 0;
	padding: 0;
	display: block;
	width: 158px;
	height: 33px;
}

#nav ul.nav li.home a:hover {
	background-image: url('/images/bttnhome_over.png');
}

#nav ul.nav li.menu a:hover {
	background-image: url('/images/bttnmenu_over.png');
}

#nav ul.nav li.craic a:hover {
	background-image: url('/images/bttncraic_over.png');
}

#nav ul.nav li.photos a:hover {
	background-image: url('/images/bttnphotos_over.png');
}

#nav ul.nav li.contact a:hover {
	background-image: url('/images/bttncontact_over.png');
}

#nav ul.nav li.shop a:hover {
	background-image: url('/images/bttnshop_over.png');
}

#nav ul.nav li.facebook a:hover {
	background-image: url('/images/bttnfacebook_over.png');
}

#nav ul.nav li.facebook {
	margin-top: 10px;
}

#nav ul.nav li.twitter {
	margin-top: 10px;
}


div#photonav {
	margin: 0 0 5px 0;
	padding: 0;	
}


div#photonav div.tab {
	float: left;
	text-align: center;
	width: 17%;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px #333 solid;
	border-top: 1px transparent solid;
}


div#photonav div.t1 { width: 15%; }
div#photonav div.t2 { width: 20%; }
div#photonav div.t3 { width: 15%; }
div#photonav div.t4 { width: 15%; }
div#photonav div.t5 { width: 25%; }

div#photonav div.last {
	border-right-width: 0;
}

div#photonav div.current {
	background-color: #dec588;
	border: 1px #333 solid; 
}

div#photonav div.tab a:link, 
div#photonav div.tab a:visited, 
div#photonav div.tab a:active, 
div#photonav div.tab a:hover {
	color: #4c0805;
	text-decoration: none;
}

div#photonav div.tab a:active, 
div#photonav div.tab a:hover {
	color: #193326;
	text-decoration: none;
}



/* ******************************************************************************* */
/* links */

a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}


/* ******************************************************************************* */
/* forms */

form label {
	font-family: Baskerville, Georgia, Garamond, "Times New Roman", serif;
	font-weight: normal;
	font-size: 12px;
	margin: 2px 0 0 0;
	padding: 2px;
	color: #333;
}

form label.radio {
	margin: 2px 8px 0 -2px;
}

form input.formtxt,
form textarea {
	font-family: Baskerville, Georgia, Garamond, "Times New Roman", serif;
	font-weight: normal;
	font-size: 12px;
	margin: 3px 0 2px 0;
	padding: 2px;
	color: #333;
	background-color: #333;	
	border: 2px inset #999;
}

form input.formbttn {
	font-family: Baskerville, Georgia, Garamond, "Times New Roman", serif;
	font-weight: bold;
	font-size: 120%;
	margin: 2px 2px 0 0;
	padding: 2px;
	color: #333;
	background-color: #333;
}


/* ******************************************************************************* */
/* link to z2 web site */

a.z2link:link, a.z2link:visited {
	font-size: 9px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}

a.z2link:active, a.z2link:hover {
	font-size: 9px;
	font-weight: normal;
	color: #aaa;
	text-transform: uppercase;
	text-decoration: underline;
}



