/* STYLES FOR STAINED GLASSJohn Dowler - Cosmic Idea Web and Print Designfall 2008jdowler@cosmicidea.com */


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

/* VARNISH STRIPPING *//* (CC) 2004 Tantek Celik. Some Rights Reserved.             *//*   http://creativecommons.org/licenses/by/2.0                   *//* This style sheet is licensed under a Creative Commons License. *//* Purpose: undo some of the default styling of common (X)HTML browsers */
* {
	margin:0;
	padding:0;
}
:link, :visited {
	text-decoration:none
}
ul, ol {
	list-style:none
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:100%;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0
}
a img, :link img, :visited img {
	border:none
}
address {
	font-style:normal
}

/* GENERAL ===================================================================== GENERAL */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin: 0; 
	padding: 0;
	text-align: left;
	color:#fff;
}

#container {
	width: 970px;  
	background-color: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#CCCCCC;
}

p {
	padding: 0 0 10px 0;
}
h1, h2, h3 {
	padding: 15px 0;
}
img {
	padding: 10px;
}


/*	HEADER ======================================================================== HEADER */

#header {
	background:transparent;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
}
#home #header {
	text-align: left;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header img {
	padding-left: 0;
	margin-left: 0;
}


/* SIDEBAR ========================================================================= SIDEBAR */


#sidebar1 {
	float: left;
	width: 275px; /* since this element is floated, a width must be given */
	background: transparent;
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar1 h1 {
	margin-left: 10px;
	color: #D65600;
}
#sidebar1 h2 {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	font-size: 87%;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 80%;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
}
#container #sidebar1 .larger p {
	font-size: 90%;

}

.textbox {
	border: 1px solid green;
	margin: 5px 5px 10px 5px;
}

.textbox {
	padding: 5px;
}

/* MENU MAIN */


#menu_large {
	padding-left: 10px;
	font-size: 83%;
}

#menu_small p {
	font-family: Arial, Helvetica, sans-serif;
}

.menu_spacer {
	padding-right: 4px;
	padding-left: 4px;
}

a:link {
	color:#00CC33;
	text-decoration: none;
}
a:visited {
	color:#00CC99;
	text-decoration: none;
}
a:hover {
	color:#FFCC00;
	text-decoration: underline;
}
a:active {
color:#00FF00;
text-decoration: underline;
}

/* CONTENT =========================================================== CONTENT */


#container #content {
	margin: 0 20px 0 23em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	font-size: 83%;
}

#container #content h1 {
	font-size: 18px;
	color: #ff6633;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}


#container #content h2 {
	color: #FFFF00;
}/* HOME PAGE THUMBS */
.thumbs_row {
	clear: right;
	margin-left: 32px;
	margin-bottom:0px;
	height: 150px;
	padding-top: 80px;
}
.thumb_panel {
	padding: 0 0px 20px 20px;
	text-align:center;
	float: left;
}
.thumb_panel p {
	font-size: 80%;
	width: 135px;
}
.home .thumb_panel p {
	width: 170px;
}
.thumb_panel a {
	font-size: 120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.thumb_panel a img {
	border: 0px solid;
	border-color:#006600;
	padding: 0;
	margin: 10px;
}
.thumb_panel a:hover img {
	color:#FFCC00;
}/* THUMBS PAGES */
.thumbs {
	padding-top: 15px;
}
.thumbs .thumb_panel {
	padding: 0 0 10px 10px;
}/* SLIDESHOW PAGES */
h1.photo_name {
	margin-left: 10px;
	color: #FFCC00;
}
.details {
	margin-left: 10px;
}
.location {
	color: #FFCC00;
	font-size: 80%;
	padding-bottom: 5px;
}
.region {
	color: #FFCC00;
	font-size: 80%;
}
.province {
	color:#FFCC00;
	font-size: 80%;
	padding-bottom: 5px;
}
li.date, li.creator {
	font-size: 70%;
	color: #CCCCCC;
}
p.date {
	font-size: 70%;
	color: #CCCCCC;
}
/* FOOTER */#footer {
	padding: 150px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
}
#footer p {
	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 */
	font-size: 60%;
	width: 700px;
	float: left;
	color:#999999;
}
#footer p.cosmic_link {
	text-align: right;
	float: right;
	width: 200px;
}/* OTHER *//* Miscellaneous classes for reuse */
.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;
}
#container #sidebar1 p.citation, #container #content table p.citation {
	font-size: 70%;
	text-align: right;
	margin-top: 0;
	padding-top: 0;
	line-height: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container #content table p.citation {
	font-size: 87%;
	text-align: left;
	padding-top: 10px;
}

#container #content table td {
	vertical-align: top;
}


#container #content .sask_loc_links p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container #content .sask_loc_links p strong {
	color: #FF9900;
}

.icon_image {
	float: left;
	margin: 0;
	padding: 0 10px 10px 0;
}
#next {
	float:right;
	width:32px;
	height:32px;
	background:url(images/arrow_right.gif) center right no-repeat;
}
#next a, #next a:visited {
	float:right;
	width:32px;
	height:32px;
	text-align:right;
	background:url(images/arrow_right.gif) center right no-repeat;
}
#next a:hover {
	background:url(images/arrow_right_hover.gif) center right no-repeat;
}
#previous {
	/*float:left;*/
	float:right;
	width:32px;
	height:32px;
	background:url(images/arrow_left.gif) center right no-repeat;
}
#previous a, #previous a:visited {
	/*float:left;*/
	float:right;
	width:32px;
	height:32px;
	/*text-align:left;*/
	text-align:right;
	background:url(images/arrow_left.gif) center right no-repeat;
}
#previous a:hover {
	background:url(images/arrow_left_hover.gif) center right no-repeat;
}
#googlemap {
/*<img src='images/map.jpg' style='width:230px;'alt='google map' />*/
	font-family:arial;
	color:#22d71f;
	text-align:center;
	height:69px;
	width:283px;
	padding:10px 0 5px 0;
}
#googlemap p {
	margin:0 auto;
	width:69px;
}
#googlemap a, #googlemap a:visited {
	float:left;
	height:69px;
	width:69px;
	background:url(images/map.jpg) top center no-repeat;
	text-decoration:none;
}
#googlemap a:hover {
	background:url(images/map_bg.jpg) top center no-repeat;
}
