@charset "UTF-8";
/* CSS Document */

body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color: #488fcd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.internal-link a:hover {
	border-bottom: solid 2px #CCCCCC;
}
	
#bodyblock {
	background-color: #FFFFFF;
}

#container { 
	width: 980px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #488fcd;
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/img/CTTcontainerbckgrnd-8000px.gif);
	background-repeat: repeat-x;
	background-position: 0 16px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 8px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 800px;
} 

.section-front-page #container {
	background-position: 0 100px;
}

#header { 
	background: #4d91ce;
	min-height: 230px; 
	margin: 4px 0 0 0;
} 
.section-index #portal-breadcrumbs {
	line-height: 1.9em;
	border-bottom: none;
	padding-top: 8px;
	background-image:url(http://www.cooktownandcapeyork.com/ctwncy-theme/img/CTTcontenttop.gif);
	background-repeat:no-repeat;
}
#portal-breadcrumbs {
	line-height: 1.9em;
	border-bottom: none;
	padding-top: 8px;
	background-image:url(http://www.cooktownandcapeyork.com/ctwncy-theme/img/top_edge.gif);
	background-repeat:no-repeat;
}

h1,h2,h3,h4 {
	color: #003399 !important;
}

#content h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}

h2 a, h3 a, h4 a {
	color: #003399 !important;
}
h4 { font-weight: normal; } 

/* Styles for Sidebar (Column2) */
#portal-column-two {
	padding-right: 5px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0px 0px 0px 20px;
	height: inherit;
}
#sidebar1 .visualPadding {
	padding-top: 0;
}
#sidebarcatbox {
	background-color:#66CC99;
	padding:5px;
}

/* Styles for MainContent (Column1) */
#mainContent { 
	margin: 0 ; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:440px;
	font:Verdana, Arial, Helvetica, sans-serif;
	border-top: none;
/*	border-right: #488fcd solid 2px; */
}	
#region-content .documentFirstHeading {
	color: #003399;
	border-bottom: 0px;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
} 

/* Style headings for collage portal pages */
#region-content .collage-item .documentFirstHeading {
	font-size: 140%;
}
#region-content .collage-item #slider-container .documentFirstHeading {
	font-size: 120%;
}
#region-content .collage-item .standard-topic .documentFirstHeading {
	font-size: 130%;
}
div.news-slide {
	padding: 5px 10px 10px 10px;
}
#region-content .news-slide .documentFirstHeading {
	font-size: 150%;
}
.collage-row {
	padding-bottom: 5px;
}
.collage-row .standard-topic {
	border-top: #488fcd solid 2px;
}
.collage-row .column-block .standard-topic .tileItem .tileHeadline a {
	color: #003399 !important;
}
img.news-slide-image {
	padding-top: 0;
}
#prevBtn, #nextBtn { height: 10px; }
.tileImage {
	border: none;
}

/*********************************************/
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none; 
} 
#footer p {
	color:#FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p a {
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    font-size: 1px;
    line-height: 0px;
}

/* Plone styles and over-rides */
#portal-columns {
	background: #FFFFFF;
}
#containerend {
	background: #FFFFFF;
	background-image:url(http://www.cooktownandcapeyork.com/ctwncy-theme/img/CTTcontainerend.gif);
	background-repeat:no-repeat;
	width: 996px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
}
#portal-column-content {
	border-collapse:collapse;
	margin:0;
	padding:0;
	/* vertical-align:top; */
}
#portal-column-content {
	padding-right: 0px;
	width: 640px;
}

/* 
 * Styling for the top navigation element 
 */

#topnav { 
	width: 980px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #003399;
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/img/top_navigation_bg.gif);
	background-repeat: repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#ffffff;
	font-size: 1em;
} 
#topnav #tnavlinks {
	margin: 0; /* zeroing the margins of the first element in the topnav will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
#topnav a {
	color:#ffffff;
	}
/* 
 * Styling for the main menu navigation elements 
 */

#menu {
	margin: 0 auto;
	padding: 0 5px 0 5px;
}
#portal-globalnav {
	display: block;
	margin: 0 auto;
	width: 900px;
	height: 27px;
	padding: 5px 0 5px 0; 
	font-size: 1.1em;
	font-weight: bold;
}

#portal-globalnav #portaltab-go {
	border: #ffffff solid 1px;
	margin: 0;
	padding: 0;
	}
#portal-globalnav li {
	margin: 0;
	padding: 0;
	border-top: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	height: 25px;
	width: 0 auto;
	}
#portal-globalnav li a {
	color:#ffffff;
	margin: 0 ;
	border: none;
	}
#portal-globalnav li a.mainTabContent {
	display: block;
	margin: 3px 0 0 0;
}
#portal-globalnav li a:hover {
	text-decoration: underline;
	color:#ffffff;
	background: transparent;
	border:none;
}
#portal-globalnav li.selected a {
	text-decoration: underline;
	color:#ffffff;
	background: transparent;
	border: none;
}

 #portal-globalnav #portaltab-go ul.submenu {
	 margin-top: 0.5em;
	background: #6685c2;
	border: none;
}

 #portal-globalnav #portaltab-stay ul.submenu {
	background: #66af8f;
	margin-top: 0.5em;
	border: none;
}
 #portal-globalnav #portaltab-dining ul.submenu {
	background: #dfbf95;
	margin-top: 0.5em;
	border: none;
}
 #portal-globalnav #portaltab-do ul.submenu {
	background: #da927d;
	margin-top: 0.5em;
	border: none;
}
 #portal-globalnav #portaltab-events ul.submenu {
	background: #e27d7d;
	margin-top: 0.5em;
	border: none;
}
 #portal-globalnav #portaltab-news ul.submenu {
	background: #f8bb2a;
	margin-top: 0.5em;
	border: none;
}
 #portal-globalnav #portaltab-tours ul.submenu {
	background: #66a3e0;
	margin-top: 0.5em;
	border: none;
}
 #portal-globalnav #portaltab-photos ul.submenu {
	background: #53868B;
	margin-top: 0.5em;
	border: none;
}
#portal-globalnav ul.submenu li.navTreeItem {
	height: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#portal-globalnav ul.submenu li.navTreeItem div:hover, #portal-globalnav ul.submenu li.navTreeItem div a:hover, #portal-globalnav ul.submenu li.navTreeItem div, #portal-globalnav ul.submenu li.navTreeItem div a  {
	background: transparent;
	border: none;
}
#portal-globalnav li.selected ul.submenu a:hover {
	background: transparent;
}

#portal-globalnav #portaltab-go ul.submenu li.navTreeItem:hover {
	background: #223E92;
}
#portal-globalnav #portaltab-stay ul.submenu li.navTreeItem:hover {
	background: #007A44;
}
 #portal-globalnav #portaltab-dining ul.submenu li.navTreeItem:hover {
	background: #C9944E;
}
 #portal-globalnav #portaltab-do ul.submenu li.navTreeItem:hover {
	background: #C14927;
}
 #portal-globalnav #portaltab-events ul.submenu li.navTreeItem:hover {
	background: #CF2526;
}
 #portal-globalnav #portaltab-news ul.submenu li.navTreeItem:hover {
	background: #B8860B;
}
 #portal-globalnav #portaltab-tours ul.submenu li.navTreeItem:hover {
	background: #0066cc;
}

 #portal-globalnav #portaltab-go {
	background: #223E92;
}
 #portal-globalnav #portaltab-stay {
	background: #007A44;
}
 #portal-globalnav #portaltab-dining {
	background: #C9944E;
}
 #portal-globalnav #portaltab-do {
	background: #C14927;
}
 #portal-globalnav #portaltab-events {
	background: #CF2526;
}
 #portal-globalnav #portaltab-news {
	background: #B8860B;
}
 #portal-globalnav #portaltab-tours {
	background: #0066cc;
}
 #portal-globalnav #portaltab-photos {
	background: #53868B;
}
 #portal-globalnav #portaltab-travel {
	background: #CD5B45;
}/* Portlet styling */
.portlet {
	border: none;
}
.portletItem {
	border: none;
}
.portletItem a.internal-link {
	color: #003399 !important;
}

.portletHeader {
	margin: 0 auto;
	text-align: center; 
	color: #003399;
	font-weight: bold;
}
.portletHeader a:hover {
	text-decoration: underline;
}

/* Styling for gallery portlets */
.portletGalleriffic .portletHeader a {
	color: #003399;
}
.portletGalleriffic .portletHeader a:hover {
	color: #003399 !important;
}

.portletGallery .portletHeader a {
	color: #003399;
}
.portletGallery .portletHeader a:hover {
	color: #003399 !important;
}

/* Set background color for main portlet headers */
/* Visitor information centre */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a73656c666472697665 .portletHeader {
	background: #0066CC;
	color: #FFFF00;
}
/* Accommodation */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a6163636f6d6f646174696f6e .portletHeader {
	background: #006633;
	color: #ffffff;
}
/* Where to go video */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a77686572652d746f2d676f .portletItem {
	padding: 0 1em 0 1em;
}
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a77686572652d746f2d676f .portletHeader  {
	background: #006633;
}
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a77686572652d746f2d676f .portletHeader a {
	background: #006633;
	color: #ffffff;
}
/* What to Do Video Portlet */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a776861742d746f2d646f2d696e2d636f6f6b746f776e2d616e642d636170652d796f726b2d70656e696e73756c61 .portletItem {
	padding: 0 1em 0 1em;
}
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a776861742d746f2d646f2d696e2d636f6f6b746f776e2d616e642d636170652d796f726b2d70656e696e73756c61 .portlet {
	margin: 1px 0 0.5em;
}
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a776861742d746f2d646f2d696e2d636f6f6b746f776e2d616e642d636170652d796f726b2d70656e696e73756c61 .portletHeader {
	background: #996633;
}
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a776861742d746f2d646f2d696e2d636f6f6b746f776e2d616e642d636170652d796f726b2d70656e696e73756c61 .portletHeader a {
	color: #ffffff;
}
/*How to get their video portlet */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a7365652d686f772d746f2d6765742d68657265 .portletItem {
	padding: 0 1em 0 1em;
}
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a7365652d686f772d746f2d6765742d68657265 .portletHeader a {
	color: #003399;
}
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a7365652d686f772d746f2d6765742d68657265 .portlet {
	margin: 1px 0 0.5em;
}
/*Move up in visitor information portlet so closer to video portlets */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a73656c666472697665 .portletHeader {
	margin: 1px 0 0.5em;
}

/* Tours */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a746f757273 .portletHeader {
	background: #996633;
	color: #ffffff;
}
/* Explore Online */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a6578706c6f72652d6f6e6c696e65 .portletHeader {
	background: #663366;
	color: #ffffff;
}
/* Styles for search portlet */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a736561726368 .portletItem {
	margin: 0;
}
/* Style for Visitor information portlet */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a73656c666472697665 .portletItem {
	color: #003399;
}
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a73656c666472697665 .portletItem h3 {
	font-size: 0.9em;
}
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a73656c666472697665 .portletItem img {
	padding-top: 0em;
	 
}/* Custom styles for galleriffic portlet */
#gallery-page .gallery-content {
	width: 72%;
}

#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a6578706c6f72652d6f6e6c696e65 .portletStaticText h3 a.internal-link {
                color: #11A6E4 !important;
        }
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a6578706c6f72652d6f6e6c696e65 .portletStaticText h3 a.external-link {
                color: #11A6E4 !important;
        }

/* Portlet above photo competition */
.section-photos #portlets-above {
	margin: 10px 10px 10px 10px;
}
.section-photos #portlets-above p {
	color: #003399;
	font-size: 1.1em;
}
.section-photos .documentContent {
	padding-top: 0 !important;
}

#collage dl.captioned {
	padding: 2px;
}
/* Image styles */
.img, .image-left, .newsImage, .image-right, .image-inline {
	border: none;
}
.image-caption {
	color: #76787c;
	font-size: 90%;
	font-weight: normal;
}

/* Non flash banner pages */
.section-stay #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/about_us.jpg);
}
.section-about #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/about_us.jpg);
}
.section-info #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/frogs_banner.jpg);
}
.template-sitemap #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/site_map.jpg);
}
.template-search #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/site_map.jpg);
}
.template-default_error_message #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/site_map.jpg);
}
.template-contact-info #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/contact_us.jpg);
}
.template-send_feedback_confirm #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/contact_us.jpg);
}.section-privacy #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/mackerel_banner.jpg);
}
.section-travel #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/getting_there.jpg);
}
.section-photos #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/photo_comp.jpg);
}
.section-galleries #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/photo_comp.jpg);
}.section-maps #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/croc_banner.jpg);
}
.section-do #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/contact_us.jpg);
}
.section-go #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/frogs_banner.jpg);
}
.section-dining #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/getting_there.jpg);
}
.section-news #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/getting_there.jpg);
}
.section-tours #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/photo_comp.jpg);
}
.section-events #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/mackerel_banner.jpg);
}
.section-roads #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/site_map.jpg);
}
.section-news #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/sunset_banner.jpg);
}
/* Styles to overide default flowplayer settings */
.section-video #header {
	background-image: url(http://www.cooktownandcapeyork.com/ctwncy-theme/banner_images/getting_there.jpg);
}
.portlet .portletItem .autoFlowPlayer {
	border: 0 none;
	display: block;
	width: 255px;
	height: 195px;
}

/* Styles for brochure downloads portlet */
#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f636f6f6b0a62726f63687572652d646f776e6c6f616473  .invisible {
	margin-left: auto;
	margin-right: auto;
}
<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 220px; }
<![endif]--><!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->




/* Styles for my custom collage templates - Once tested copy to custom main.css and restart zope to load*/


