
/* global style rules */

body {
	margin: 0em;
	padding: 0em;
	color: #FFFFFF;
	background-color: #345656;
	background-image: url("images/background.gif");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
}

p, ul, ol, dl {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

h1 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #99D29A;
}

h2 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #99D29A;
}

h3 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #99D29A;
}

a {
	color: #99D29A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #99D29A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div.content {
	margin: 0em;
	padding: 40px 30px 30px 410px;
	background-repeat: no-repeat;	
}

#home div.content {
	background-image: url("images/tony_home.jpg");
}
#cd div.content {
	background-image: url("images/tony_cd.jpg");
}
#guestbook div.content {
	background-image: url("images/tony_guestbook.jpg");
}
#photos div.content {
	background-image: url("images/tony_photos.jpg");
}
#review div.content {
	background-image: url("images/tony_review.jpg");
}

/* main menu */

div#menu {
	margin: 0em;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 42px;
}

div#menu ul {
	display: block;
	margin: 0em;
	padding: 0em;
	width: 98%;
	height: 42px;
}

div#menu ul li {
	display: block;
	margin: 0em;
	padding: 0em;
	float: left;
	height: 42px;
	width: 20%;
	text-align: center;
	white-space: nowrap;
}
div#menu ul li#review {
	width: 23%;
}
div#menu ul li#buy {
	width: 17%;
}
div#menu ul li#gallery {
	width: 20%;
}
div#menu ul li#guestbook {
	width: 25%;
}
div#menu ul li#tony {
	width: 14%;
}

div#menu a {
	color: #99D29A;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}
div#menu a:visited {
	color: #99D29A;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}
div#menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

/* footer */

#footer {
	margin: 0px;
	padding: 50px 0px 40px 410px;
}

/* styles for site's main page */

div#home {
	margin: 0em;
	padding: 50px 30px 0px 410px;
}

div#home h1 {
	display: none;
}

div#home span#mp3s {
	padding-left: 1em;
}

div#home span#mp3s a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}
div#home span#mp3s a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}
div#home span#mp3s a:hover {
	color: #99D29A;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

div#home em {
	color: #99D29A;
	font-style: normal;
}

.irish_rover {
	margin: 30px 0px 20px 0px;
}

p.message {
	font-size: 100%;
	font-weight: bold;
	color: #ffe8a9;
	margin-top: 30px;
}

/* styles for schedule */

table#schedule {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

table#schedule tr {
	margin: 0px;
	padding: 0px;
}

table#schedule td {
	margin: 0px;
	padding: 4px 6px 4px 6px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	border-bottom: 1px solid #446666;
}

table#schedule table.calendar {
	margin-bottom: 10px;
}
table#schedule table.calendar th {
	padding: 4px 6px 4px 6px;
}

table#schedule th {
	margin: 0px;
	padding: 20px 0px 10px 0px;
	text-align: left;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #AAE3AB;
	border-bottom: 1px solid #446666;
}

span.location {
	xxxdisplay: block;
	white-space: nowrap;
	color: #AAAAAA;
}

/* styles for Photo Gallery page */

div#gallery {
	margin: 0em;
	padding: 40px 30px 0px 0px;
	text-align: right;
}

div#gallery h1 {
	text-align: left;
	padding-left: 410px;
}
div#gallery p {
	padding-left: 410px;
}

/* styles for new windows */

p.message {
	margin: 20px 0px 30px 0px;
}

p.message a {
	color: #ffe8a9;
}
p.message a:visited {
	color: #ffe8a9;
}
p.message a:hover {
	color: #ffffff;
}

body#message {
	margin: 20px 0px 30px 0px;
	padding: 0px;
	background-image: none;
	text-align: center;
}

/*  */

