﻿/*
Theme Name: TIITC 08
Theme URI: http://visit1000islands.com
Description: A 2 Column WordPress theme for the 1000 Islands International Tourism Council
Author: Jason Clement : Riverside Media Group
Author URI: http://www.riversidemediagroup.com
version: 1.0
*/

/* NOTE: the older asp pages have code that will not be updated when these theme files are. They need to be opened individually and changes made. (nav-08.asp, sidebar-08.asp, and footer-08.asp) */

/* basics */

*{margin:0; padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #094f91;
	background-image: url(img/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	color: #fff;
	}

/* images and misc. */

img{ border: none; margin: 0px; padding: 0px}
img a{ border:none;}

img .alignleft{ float: left; border: solid 1px #fff; padding: 0px; }
img .alignright{ float: right; border: solid 1px #fff; padding: 10px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#fff;
	text-decoration:none;
	border: none;
	}

a:hover {
	color:#cc3;
	text-decoration: underline; 
	border: none;
	}

/* container */

#container {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	}
	
/* header */

#head{
	clear: both;
	background-image: url(img/hd-bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	height: 100px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#header {
	background-image: url(img/hd-bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #fff;
	height: 100px;
	padding: 0px;
	margin: 0px;
	border-top: solid 10px #012b53;
	float: left;
}
	
#head-container { 
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}

#head h1 {
	float: left;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	width: 600px;
	height: 100px;
	background-image: url(img/VISIT_THE_1000_ISLANDS.jpg);
}

#head h2 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}


#head #head-container #subnav {
	float: right;
	width: 350px;
	height: 80px;
	font-size: 10px;
	line-height: 10px;
}

#head #head-container #subnav ul {
	list-style: none;
}

#head #head-container #subnav li {
	float: right;
	margin: 10px 10px;
}

#head #head-container #subnav li a {
	color: #333;
	text-decoration: none;
}

#head #head-container #subnav li a:hover {
	color: #333;
	text-decoration: underline;
}


/* main menu */

#mainnav{
	display: block;
	clear: both;
	background-image: url(img/nav-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat
	height: 120px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	}

#nav {
	display: block;
	height:120px;
	width:950px;
	padding:0px;
	margin:0px auto;
	list-style:none;
	position:relative;
	z-index:200;
	}

#nav li.top {
	display:block;
	float:left;
	height:100px; 
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}

#nav li a.top_link {
	display:block; 
	float:left; 
	height:25px; 
	line-height:25px; 
	color:#fff; 
	text-decoration:none; 
	font-size:18px;
	font-weight: normal;
	padding:0 0 0 15px; 
	cursor:pointer; 
	border-right: solid 1px #FFF;
	}
	
#nav li a.top_linklast {
	display:block; 
	float:left; 
	height:25px; 
	line-height:25px; 
	color:#fff; 
	text-decoration:none; 
	font-size:18px;
	font-weight: normal;
	padding:0 0 0 15px; 
	cursor:pointer;
	border-right: none;
	}

#nav li a.top_link span {
	float:left; 
	display:block; 
	padding:0 15px 0 0; 
	height:25px;
	}

#nav li a.top_link span.down {
	float:left; 
	display:block; 
	padding:0 15px 0 0; 
	height:25px;
	}

#nav li a.top_linklast span {
	float:left; 
	display:block; 
	padding:0 15px 0 0; 
	height:25px;
	}

#nav li a.top_linklast span.down {
	float:left; 
	display:block; 
	padding:0 15px 0 0; 
	height:25px;
	}

#nav li:hover a.top_link, #nav a.top_link:hover {
	color:#094f91;
	background-color: #fff
	}

#nav li:hover a.top_link span, #nav a.top_link:hover span {
	}

#nav li:hover a.top_link span.down, #nav a.top_link:hover span.down {
	}

#nav li.current:hover a.top_link, #nav li.current a.top_link:hover {
	color:#ff0; 
	}
	
#nav li.current:hover a.top_link span, #nav li.current a.top_link:hover span {
	}

#nav li.current:hover a.top_link span.down, #nav li.current a.top_link:hover span.down {
	padding-bottom:3px;
	}

#nav table {
	border-collapse:collapse; 
	padding:0; 
	width:0; 
	height:0; 
	margin:0 -20px 0 0;
	}

#nav .sub {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	z-index:1000;
	}

#nav li:hover {
	position:relative; 
	z-index:1000;
	}

#nav a:hover {
	position:relative; 
	white-space:normal; 
	z-index:1000;
	}

#nav :hover ul.sub {
	left:-1px; 
	top:25px; 
	background: #012b53; 
	padding:0px; 
	border-top:1px solid #fff; 
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	white-space:nowrap; 
	width:160px; 
	height:auto; 
	z-index:300;
	}

#nav :hover ul.sub li {
	display:block; 
	position:relative; 
	float:left; 
	width:90px; 
	font-weight:normal;
	}
	
#nav :hover ul.sub li a {
	display:block; 
	font-size:10px; 
	width:160px; 
	line-height:16px; 
	text-indent:5px;
	text-align: left; 
	color:#FFF; 
	text-decoration:none;
	border-bottom: solid 1px #fff;
	background-image: url(img/bg.jpg);
	background-position: -500px;
	}

#nav :hover ul.sub li a:hover {
	background:#e90002; 
	color:#fff; 
	border-color:#fff;
	background-image: url(img/nav-bg.jpg);
	background-position: -500px;
	}

#nav li.current a:hover, #nav li.current:hover {
	position:static; 
	white-space:normal; 
	z-index:1;
	}
                                                                                                                   

/* content */


#content {
	float: left;
	width: 700px;
	overflow: hidden;
	margin-bottom: 40px;
	}	
	
#pagehead { 
	width: 700px;
	height: 210px;
	margin: 0 230px 20px 0;
}

.post {
	margin:0px;
	padding:0px;
	}
	
.post img.alignleft{ display: block; float: left; border: solid 1px #fff; padding: 0px; margin: 0px 20px 10px 0px;}
.post img.alignright{ display: block; float: right; border: solid 1px #fff; padding: 0px; margin: 0px 0px 10px 20px;}
.post img.alignnone{ border: solid 1px #fff; padding: 0px; }
	
.post h2{
	display: block;
	background-color: #cc0000;
	background-image: url(img/hd-bg-red.jpg);
	border: solid 1px #fff;
	padding: 10px 15px;	
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	}
	
.post h2 a{
	color: #fff;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #fff;
	text-decoration: none;
	}
	
.post h3{
	font-size: 18px;
	color: #094f91;
	padding: 15px 0px 0px 15px;
	}
	
.post p {
	font-size: 12px;
	font-weight: lighter;
	line-height: 18px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
	}

.post a {
	color:#c00;
	text-decoration:none;
	}

.post a:hover {
	color:#666;
	text-decoration: underline; 
	border: none;
	}

.post ul {}

.post li {}

.post .smallinfo {
background-color: #fff;
color: #666;
display: block;
width: 700px;
padding: 0px 15px;
}

.entry {
	margin:0px;
	padding-bottom: 15px;
	border: solid 1px #fff;
	border-top: none;
	background-color: #D3D5FB;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
/*    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/img/content-bg.png');  */
/* IE ignores styles with [attributes], so it will skip the following. */
/*	background-image: url(img/content-bg.png);  */
	}

.postmetadata {
	clear: both;
	background:#FFF;
	padding:5px 15px 5px 15px;
	font-size: 10px;
	color: navy;
	}

.navigation {
	font-size:10px;
	float:left;
	width:100%;
	}
	
.navigation a {
	color: #fff;
	text-decoration: none;
	}
	
.navigation a:hover {
	color: #cccc33;
	text-decoration: underline;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */


#sidebar {
	width: 230px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

#sidebar h2{
	font-weight: normal; 
	text-align: left;
	color: #FFF;	
	margin: 0;
	padding: 0;
}

#sidebar p {
	margin: 0px; 
	padding: 0px;
	}

#sidebar img {
	padding: 0px; 
	margin: 0 0 20px 0;
	}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#mailing-list{
	display:block;
	width: 228px;
	margin: 0px;
	padding 0px;
	border: solid 1px #fff;
}

#mailing-list h3{
	margin: 5px 10px 5px 10px;
	text-transform: capitalize;
}

#mailing-list input{
	margin: 0px 0px 10px 10px;
	border: none;
	color: gray;
	font-size: 10px;
	line height: 10px;
	padding: 4px;
	border: solid 1px #fff;
}

#mailing-list input.go{
	margin: 0px 0px 10px 0px;
	border: none;
	color: white;
	font-size: 10px;
	line height: 10px;
	padding: 4px;
	background-image: url(img/hd-bg-red.jpg);
	border: solid 1px #fff;
}

/* comments */

#commentssection{
	clear: both;
	padding: 0px 0px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/img/comment-bg.png');
/* IE ignores styles with [attributes], so it will skip the following. */
	background-image: url(img/comment-bg.png);
	margin: 0px;
	padding:15px;
	border: solid 1px #fff;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #000;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 15px 15px;
	overflow: hidden;
	}

ol.commentlist li.alt {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/img/comment2-bg.png');
/* IE ignores styles with [attributes], so it will skip the following. */
	background-image: url(img/comment2-bg.png);
	border: solid 1px #fff;
}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	}

#searchform input#s{
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* welcome page */

#flashpromo { 
	width: 700px;
	height: 210px;
	margin: 0 230px 20px 0;
	z-index: 0;
}

#sectionBox h1 {
	display: block;
	width: 218;
	height: 80px;
	border: solid 1px #FFF;
	margin: 0px;
	background-color: #fb3220;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: lighter;
}

#sectionBox h1.recreation {
	background-image:url(img/recreation-bg.gif);
	text-indent: -9999px;
}

#sectionBox h1.recreation {
	background-image:url(img/recreation-bg.gif);
	text-indent: -9999px;
}

#sectionBox h1.attractions {
	background-image:url(img/attractions-bg.gif);
	text-indent: -9999px;
}

#sectionBox h1.lodging {
	background-image:url(img/lodging-bg.gif);
	text-indent: -9999px;
}

#sectionBox h1.maps {
	background-image:url(img/1000islandsmap-bg.gif);
	text-indent: -9999px;
}

#sectionBox h1.events {
	/* background-image:url(img/winterfun-bg.gif); */
	background-image:url(img/featuredevents-bg.gif);
	text-indent: -9999px;
}

#sectionBox h1.photos {
	background-image:url(img/photosvideo-bg.gif);
	text-indent: -9999px;
}

#sectionBox {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
}

#sectionBox.a {
	margin-right: 20px;
}

#sectionBox.b {
	margin-right: 20px;
}

#sectionBox.c {
}

#sectionBox h2 {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin: 10px 10px;
}
#sectionBox h2 a {
	text-decoration: none;
	color: #fff;
}

#sectionBox h2 a:hover {
	text-decoration: underline;
}


/*  listings  */


.listings h2{
	display: block;
	background-color: #cc0000;
	background-image: url(img/hd-bg-red.jpg);
	border: solid 1px #fff;
	padding: 10px 15px;	
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	}
	
.listings h2 a{
	color: #fff;
	text-decoration: none;
	}
	
.listings h2 a:hover{
	color: #fff;
	text-decoration: none;
	}
	
.listings h3{
	font-size: 18px;
	color: #094f91;
	padding: 15px 0px 0px 15px;
	}
	
.listings p {
	font-size: 12px;
	font-weight: lighter;
	line-height: 18px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
	}

.listings img.alignright{ display: block; float: right; border: solid 1px #fff; padding: 0px; margin: 0px 0px 10px 20px;}

.listings a {
	color:#c00;
	text-decoration:none;
	}

.listings a:hover {
	color:#666;
	text-decoration: underline; 
	border: none;
	}


/* footer */

#footer {
	clear: both;
	width: 100%;
	background-image: url(img/footer-bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	}
	
#footer p {
	padding:10px;
	font-size: 12px;
	margin: 0px 0px 20px 0px; 
	color: #000;
	}
	
#footer a {
	color: #012b53;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #012b53;
	text-decoration: underline;
	}

#footer h4{
	font-size: 12px;
}
