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

blue (headers): #1F71BC
blue (links): #1F71BC
red (links hover): #C92B20
gray (text): #666666

*/


* {
margin:0;
padding:0;
	
}
body, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	background: #91C0E3;
	background-image:url(../images/layout/bg.png); /* this is the gradient bg at the top of bg */
	background-repeat:repeat-x;
	/* add two lines of text for firefox bug? */
	width: 100%;
	font-family: 	'Myriad Pro',Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;	
}
#wrapper {
	padding: 0px;
	text-align: center;
	width: 965px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
    background-image:url(../images/layout/wrapper_bg.png); /* this is the repeating border with drop shadow on light blue */
	background-repeat:repeat-y;
	border:0;
}
#inner_wrapper {
	background-image:url(../images/layout/innerwrapper-bg.png); /* this is the content bg with rounded corners and drop shadow on gradient bg  */
	background-repeat:no-repeat;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
}

#contentwrap {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	width:100%;
}
#footer {
	text-align: center;
	width: 965px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #91C0E3;
	background-image:url(../images/layout/footer-bg.png);
	background-repeat:no-repeat;
	/* min-height:24px; */
	padding-top:20px;
	border:0;

}

#footer span {
	font-size:90%;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

a:link, a:visited {
	color: #1F71BC;
	text-decoration: underline;
}
a:hover, active, a:focus {
	color: #C92B20;
}

/****************** HEADER ****************/

#header {
	background-image:url(../images/layout/header_3sisters.jpg); 
	background-repeat:no-repeat; 
	height:304px;
	position: relative;
}
#header h1 {
	margin:0;
	padding:0;
	margin-left:20px;
	margin-right:20px;
}

#header span {
	position: absolute;
	left: -3000px;
}

#header a{
display:block;
position:absolute;
/* border: 1px solid black;  */
}
#header a.menu{
width:95px;
height:80px;
top:10px;
}
#header a#link1{
width:490px;
height:115px;
top:10px;
left:10px;
}
#header a#link2{
left:580px;
}
#header a#link3{
left:695px;
}
#header a#link4{
left:810px;
}


/****************** SEARCH BAR ****************/

#searchbar {
	padding-top:15px;
	padding-bottom:30px;
}

#tagline {
	margin-top:4px;
	color:#1F71BC; /* color:#6AA361; */
	font-size:13px;
	font-weight:bold;
	text-align: left;
	width: 600px;
	float:left;

}

#searchbox {
	width: 300px;
	float: right;

}

/****************** MENU BAR ****************/

#menubar {
	width: 170px;
	float:left;
	vertical-align:top;
	
}

#navmenu {
	text-align:left;
	font-size:14px;
	
}

#social {
	width:170px;
	float:left;
	text-align:center;
	/* padding-top:10px;
	padding-bottom:10px; */ 
	visibility:hidden;
	height:1px;
}

#weather {
	/* border:1px solid #AAAAAA; */
	margin-top:20px;
	margin-bottom:10px;
}

#adsense1 {
	padding-top:10px;
	padding-bottom:10px;
}

#adsense2 {
	padding-top:10px;
	padding-bottom:10px;
}


/****************** CONTENT DEFAULTS ****************/

#contentarea {
background-color:#FFFFFF;
}

#content {
	width: 565px;
	float:left;
	text-align:left;
	padding-left:20px;
	padding-right:15px;
}


/****************** CONTENT HOMEPAGE ****************/

#features_box {
	margin-left:2px;
}

#content table
{
    border-color: #CCCCCC;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin-top:20px;
	margin-bottom:20px;
	border-spacing: 0px;
}

#content table caption {
	text-align: left;
	color: #666;
	font-family: 'Arial';
	font-size: 14px;
	line-height: 150%;
}

#content td
{
    border-color: #CCCCCC;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
	
	vertical-align:top;
	padding:7px;
}

#content table.feature td {
	width:270px;
}

#content table img {
	float: left;
	border: 1px solid;
	border-color: #CCCCCC;
	margin-right:10px;
}


#content table h2 {
	color:#1F71BC;
	font-family:'Myriad Pro',arial;
	font-size:16px;
	font-weight:bold;
	display:block;
	float:left;
}


#content table.feature p {
	color:#666666;
	font-family:'Arial';
	font-size:13px;
	display:inline;
	float: left;
}

#content table.feature p {
	width: 160px;

}

#content table td {
	color:#666666;
	font-family:'Arial';
	font-size:13px;

}

/****************** CONTENT DEFAULT ****************/

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F71BC;
	font-size: 11px;
	margin-bottom:15px;
}

a.brcrumb {
	color: #1F71BC;
	text-decoration: none;	

}


a.brcrumb:hover {
	color: #1F71BC;
	text-decoration: underline;
}

.img-main {
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #333333;
}

#content h2, #content-webcams h2, #sidebar h2 {
	color:#1F71BC;
	font-family:'Myriad Pro',arial;
	font-size:150%;
	font-weight:bold;
	margin-top:10px;
}

#content h3, #content-webcams h3, #sidebar h3 {
	color:#1F71BC;
	font-family:'Myriad Pro',arial;
	font-size:17px;
	font-weight:bold;
	margin-top:10px;
}

#content h4, #content-webcams h4, #sidebar h4 {
	color:#1F71BC;
	font-family:'Myriad Pro',arial;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
}

#content h5, #content-webcams h5, #sidebar h5 {
	color:#666666;
	font-family:'Myriad Pro',arial;
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
}


p {
	color:#666666;
	font-family:'Arial';
	font-size:13px;
	margin-top:5px;
	margin-bottom:7px;
	line-height:150%;
}

.box {
	background-color: #FFFFFF;
	margin-top: 20px;
	width:540px;
	border: 3px solid #91C0E3;
	margin-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.box
.box-partnerlinks {
	background-color: #FFFFFF;
	margin-top: 20px;
	width:540px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.history {
background-color:#FDE7B4;
border-color:#8A6C35;
	
}
.img-right {
	float:right;
	margin-top:10px;
	margin-left:10px;
	border:solid 1px silver;
	padding:5px;
}

.img-left {
	float:left;
	margin-top:10px;
	margin-right:10px;
	border:solid 1px silver;
	padding:5px;
}

.img {
border:solid 1px silver;
}

.img-gallery-thumb {
	float:right; border:1px solid silver;
	padding:5px;
	margin-left:10px;
	margin-bottom:5px;
}

#content ul, #content ol {
margin-left: 20px;
margin-bottom: 10px;
}
#content li {
color:#666666;
	font-family:'Arial';
	font-size:13px;
	margin-top:5px;
	margin-bottom:7px;
	
}

/****************** CONTENT SPECIAL ****************/

#content table.gallery, #content table.gallery td {
	border:0;
}

#content table.gallery img {
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	float:none;
	margin-top:5px;
	border:0;
}


/****************** SIDEBAR ****************/

#sidebar {
	width:150px;
	float:right;

}

/****************** ADS ****************/

.topbanner {	
 	border: 1px solid #333333;
	margin-bottom:10px;	
}

.ad {
	padding:0px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 18px;
	border: 1px solid #333333;
	
}

/****************** WEBCAM PAGE ****************/

#content-webcams {
	width: 715px;
	float:left;
	text-align:left;
	padding-left:20px;
	padding-right:15px;
}
#webcam {
z-index:-1;

}

.bannerbox {
background-color:#EFEFEF;
border:1px solid silver; 
width:620px;
margin-top:0px;
margin-bottom:20px;
padding:10px;
padding-left:15px;

}
#content-webcams .bannerbox img.topbanner {
margin-top:10px; 
margin-bottom:15px;
margin-left:30px;
margin-right:5px;
border: 1px solid #333333;


}

#content-webcams .bannerbox .large-ad {
margin-top:10px; 
margin-bottom:3px;
border: 1px solid #333333;
width:450px;
height:75px;
float:left;

}
#content-webcams .bannerbox .small-ad img {
margin-top:10px; 
margin-bottom:3px;
border: 1px solid #333333;
width:140px;
height:75px;

}


#content-webcams .bannerbox p {
text-align:left;
line-height:100%;
font-weight:bold;
font-size:11px;

}
.small-ad {
float:left;
width:155px;
}





/****************** SEARCH PAGE ****************/

#content-search {
	width: 900px;
	float:left;
	text-align:left;
	padding-left:20px;
	padding-right:15px;
	}
	
.submit_button {
margin-left:160px;
padding:10px;
}

.small {
font-size:80%;
}

/* Canada Day page */

div#canadaday {
	border: 3px solid #f41c14;
}

#canadaday h2, #canadaday h3, #canadaday h4 {
	color: #f41c14;
}

#canadaday a:link, #canadaday a:visited {
	color: #726e6f;
	text-decoration: underline;
}
#canadaday a:hover, #canadaday active, #canadaday a:focus {
	color: #f41c14;
}


#canadaday .button a {
    background: #e01812;
    color: #FFF;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 27px;
    margin: 0px 15px 20px 0px;
    padding: 0 7px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    text-decoration: none;
}
#canadaday.button a:visited {
    background: #e01812;
    
}
#canadaday .button a:hover {
    background: #636061;
}

/* Highland Games page */

div#highlandgames {
	background: url(../highlandgames/images/bg-horizontal-top.jpg) repeat-x left top;	
	border: 3px solid #9A96CE;
	padding: 0;
	padding-top: 60px;
}
#highlandgames div.inner {
	background: url(../highlandgames/images/bg-horizontal.jpg) repeat-x left bottom;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
#highlandgames h2, #highlandgames h3, #highlandgames h4 {
	color: #786eb8;
}

#highlandgames h3 {
	font-size: 120%;
}
#highlandgames h4 {
	font-size: 100%;
}
#highlandgames a:link, #highlandgames a:visited {
	color: #726e6f;
	text-decoration: underline;
}
#highlandgames a:hover, #highlandgames active, #highlandgames a:focus {
	color: #2f247c;
}


#highlandgames .button a {
    background: #9A96CE;
    color: #FFF;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 27px;
    margin: 0px 15px 20px 0px;
    padding: 0 7px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    text-decoration: none;
}
#highlandgames a:visited {
    background: #9A96CE;
    
}
#highlandgames .button a:hover {
    background: #009345;
}

/* Canmore Winter Carnival */

#carnival .button a {
    background: #1F71BC;
    color: #FFF;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 27px;
    margin: 0px 15px 20px 0px;
    padding: 0 7px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    text-decoration: none;
}
#carnival.button a:visited {
    background: #1F71BC;
    
}
#carnival .button a:hover {
    background: #636061;
}

#carnival .button span {
	background: #1F71BC;
    color: #FFF;
    border-radius: 3px;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 27px;
    margin: 0px 15px 20px 0px;
    padding: 0 7px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    text-decoration: none;
}


/* Winter Carnival */

#carnival h3.date {
	color:#6B0F39;	
	font-size:180%;
}
.red {
color:#F00;	
}

#carnival .highlight {
	padding: 10px 20px;
	background-color: #FFFAC6;
	border: 1px solid #FEDA70;
}

#content #carnival .highlight h4 {
	color: #666;	
}
