/* 

Stylesheet: style.css
CSS for Cappoquin House Website.

Copyright:
	Copyright (c) 2009 [Matt Gerrish](http://www.tekkstyle.com). */

/* structure */

html { min-height: 100%; margin-bottom: 1px; height:100%; }
html {overflow: -moz-scrollbars-vertical !important;}

img
{  border-style: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
}

body  {
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	color: #484848;
	line-height: 22px;
}

.cappoquin #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 930px;
	padding-top: 5px;
	height: 100%;
}

.cappoquin #header {
	position:fixed;
	width:100%;
	height: 7px;
	background-color: #535353;
	left: 0px;
	top: 0px;
}

.cappoquin #sidebar {
	/* since this element is floated, a width must be given */
	width: 200px;
	float: left;
}

.cappoquin #content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-left: 15px;
	padding-bottom: 10px;
} 

.cappoquin #navigation1 {
	line-height: 50px;
	padding-top: 50px;
	padding-bottom: 15px;
}

.cappoquin #footer {
	width:100%;
	float:left;
	background-image: url(../Images/footer-bground.jpg);
	background-repeat: repeat-x;
	font-size: 9px;
	color: #A1A1A1;
	height: 20px;
	margin-top: 30px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: center;
	}
	
.cappoquin #picture {
	text-align: right;
	float: left;
	clear: right;
}

.text {
	padding-top: 8px;
}

/* links */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	color: #000;
}

a.tekkstyle:link {
	color: #A1A1A1;
	text-decoration: none;
}
a.tekkstyle:visited {
	text-decoration: none;
	color: #A1A1A1;
}
a.tekkstyle:hover {
	text-decoration: underline;
	color: #A1A1A1;
}
a.tekkstyle:active {
	color: #A1A1A1;
}

/* text */

.txt-headings {
	font-size: 15px;
	color: #000;
}

.txt-headings2 {
	color: #000;
}

.txt_headings3 {
	font-size: 15px;
	color: #2b5b50;
}

.txt-headings4 {
	font-size: 16px;
	color: #2b5b50;
}

.txt-black {
	color: #000;
	font-size: 12px;
}

.smallprint {
	font-size: 10px;
	color: #000;
}

.smallprint-heading {
	font-size: 11px;
	color: #C33;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 20px;
}

/* home page thumbs */

.thumbs-container {
	float: left;
	width: 212px;
	margin-right: 27px;
}

.thumbs-container-r {
	float: right;
	width: 212px;
}

.home-thumbs {
	margin-top: 15px;
}

.home-thumbs-heading {
	padding-top: 15px;
	padding-bottom: 11px;
}

.home-thumbs-heading-r {
	padding-top: 15px;
	padding-bottom: 11px;
}

.home-thumbs-details {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 15px;
	padding-bottom: 7px;
	font-size: 11px;
	height: 50px;
}
.home-thumbs-link {
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.home-thumbs-r {
	margin-top: 15px;
}

.home-thumbs-details-r {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 15px;
	padding-bottom: 7px;
	font-size: 11px;
	height: 50px;
}
.home-thumbs-link-r {
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

/* inner pages */

.cappoquin #fltlft {
	float: left;
	width: 345px;
	margin-right: 12px;
	height: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #2b5b50;
	padding-top: 10px;
	text-align: left;
}

.cappoquin #fltrt {
	float: right;
	width: 345px;
	margin-left: 13px;
	height: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #2b5b50;
	padding-top: 10px;
	text-align: left;
}

.cappoquin #heading {
	float: left;
	width: 715px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	color:#000000;
	font-size:15px;
}

.cappoquin #lft-heading {
	width: 349px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	color:#000000;
	font-size:15px;
	float: left;
}

.cappoquin #rt-heading {
	float: right;
	width: 349px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	color:#000000;
	font-size:15px;
}

.fltlft-staying { 
	float: left;
	width: 353px;
	margin-top: 25px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #2b5b50;
	padding-top: 10px;
	margin-right: 4px;
}

.fltrt-staying { 
	float: right;
	width: 353px;
	margin-top: 25px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #2b5b50;
	padding-top: 10px;
	margin-left: 4px;
}
.cappoquin #column-l-visiting {
	width: 200px;
	float: left;
	height: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #2b5b50;
	padding-top: 10px;
	margin-right: 8px;
	margin-top: 10px;
}

.cappoquin #column-r-visiting {
	width: 200px;
	float: right;
	height: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #2b5b50;
	padding-top: 10px;
	margin-left: 8px;
	margin-top: 10px;
}

.navigation3 {
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	color: #585858;
	padding-bottom: 50px;
}

.navigation-padding {
	padding-top: 5px;
	padding-bottom: 5px;
}

.intro {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
}

.inner-heading {
	height: 25px;
	margin-right: 87px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
}

.inner-categories {
	padding-top: 7px;
	padding-bottom: 10px;
	width: 150px;
}

.summary {
	padding-right: 125px;
}


/* place css box model fixes for IE 5* in this conditional comment */

.cappoquin #sidebar { width: 200px; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */


.cappoquin #visiting-l-map {
	width: 189px;
	float: left;
	margin-right: 12px;
	height: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #2b5b50;
	padding-top: 10px;
	}

.cappoquin #visiting-r-map {
	width: 715px;
	height: 466px;
	float: right;
	margin-left: 13px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #2b5b50;
	background-image: url(../Images/map-draft3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.bubbleInfo {
	position: relative;
        }
		
     
        /* Bubble pop-up */

        .popup {
                position: absolute;
                z-index: 50;
                border-collapse: collapse;
				border:0;
				width: 175px;
				display: none; /* keeps the popup hidden if no JS available */
				-moz-opacity: 0;
				filter:alpha(opacity=0);
				opacity:0;
        }

        .popup td.corner {
                height: 15px;
                width: 19px;
        }


        .popup table.popup-contents {
                font-size: 11px;
                line-height: 1.2em;
                background-color: #fff;
                color: #666;
                font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
                }

        table.popup-contents th {
                text-align: center;
                }

        table.popup-contents td {
                text-align: center;
                }


table, td, th {
  border-collapse: collapse;
  border:0;
}

#shannon {
	position:relative;
	left:255px;
	top:235px;
	z-index:1;
	height: 17px;
	width: 18px;
}
#dublin {
	position:relative;
	left:460px;
	top:70px;
	height: 17px;
	width: 18px;
	z-index:2;
}
#waterford {
	position:relative;
	left:397px;
	top:290px;
	height: 17px;
	width: 18px;
	z-index:3;
}
#cork {
	position:relative;
	left:270px;
	top:325px;
	height: 17px;
	width: 18px;
	z-index:4;
}
#cappoquin {
	position:relative;
	left:325px;
	top:270px;
	height: 17px;
	width: 18px;
	z-index:0;
}

#print {
	position:relative;
	left:625px;
	top:310px;
	height: 17px;
	width: 90px;
	z-index:0;
	text-align: right;
}

#rosslare {
	position:relative;
	left:479px;
	top:227px;
	z-index:1;
	height: 17px;
	width: 18px;
}
#dublinport {
	position:relative;
	left:505px;
	top:50px;
	height: 17px;
	width: 18px;
	z-index:2;
}
#belfast {
	position:relative;
	left:545px;
	top:-103px;
	height: 17px;
	width: 18px;
	z-index:3;
}
#corkport {
	position:relative;
	left:307px;
	top:303px;
	height: 17px;
	width: 18px;
	z-index:4;
}

