/* CSS by Travis King of Teamunited Web Design */

/* undohtml.css */
/* (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 */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
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 }



																							/* CSS Document */
body {
	font-family: Verdana,"Trebuchet MS",Trebuchet,Arial,Sans-serif;
	text-align:center;
	font-size: 62.5%;
	margin:0;
	background: #7cbff6 url(images/background.jpg) repeat-x;
	background-position: bottom center;
}
#header {
	height: 140px;
	background: #053009 url(images/header-background.jpg) no-repeat;
	background-position: center;
	border-bottom: 2px solid #24682a;
	text-align: right;
}
#header p{
	padding: 50px 60px 0 0;
}
.wrapper{
	width: 1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	top: 0;
	left:0;	
}
																		/******* Navigation ********/
#navigation {
	display: inline;
	float: left;
	width: 170px;
	padding-top: 40px;
	padding-right: 30px;
	font-size: 1.6em;
	line-height: 1.4em;
}
#navigation a{
	color: #FFF;
}
#navigation a:visited{
	color: #FFF;
}
#navigation a:link:hover, #navigation a:visited:hover{
	color: #FFF;
	text-decoration:underline;
}
			
#navigation h2{
	font-weight: normal;
	color: #053009;
}
#navigation h3{
	padding-top: 10px;
	font-weight: normal;
	color: #FFF;
}
#navigation ul{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}
#navigation img{
	margin-top: 10px;
}
																		/******* Content ********/
#content {
	display: inline;
	float: left;
	width: 600px;
	margin-top: 20px;
	padding-top: 20px;
	background: url(images/content-background-top.jpg) no-repeat;
}
#content a{
	color: #14446c;
}
#content a:visited{
	color: #14446c;
}
#content a:link:hover, #content a:visited:hover{
	color: #14446c;
	text-decoration:underline;
}
																		/******* Content-Wrapper********/
#content-wrapper {
	padding: 20px;
	border-left: 1px solid #6b6b6b;
	border-right: 1px solid #6b6b6b;
	background: url(images/content-background.jpg) repeat-x #FFF;
}
#content-wrapper p{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
}
#content-wrapper h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #14446c;
	text-align: center;
}

#content-bottom {
	height: 20px;
	background: url(images/content-background-bottom.gif) no-repeat;
	background-position: bottom;
}
																		/******* Home ********/
#home {
    font-size: 1.1em;
	line-height: 1.4em;
}
#home p{
	line-height: 1.3em;
}
#home img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 35px;
	padding: 5px;
	border: #959595 solid 2px;
	background: url(images/content-background.jpg) repeat-x #FFF;
}
#home h1{
	text-align: center;
}
#home h1 img{
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
#home h2{
	font-size: 1.6em;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: #959595 solid 1px;
	border-bottom: #959595 solid 1px;
	background: #c7e2ca;
}
#home h3{
	font-size: 1.3em;
}

																		/******* Directory ********/
#directory-wrapper {
	padding: 20px;
	border-left: 1px solid #6b6b6b;
	border-right: 1px solid #6b6b6b;
	background: url(images/content-background.jpg) repeat-x #FFF;
}
#directory-wrapper p{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
}
#directory-wrapper h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #14446c;
	text-align: center;
}
#directory-wrapper li{
	display: inline;
	font-size: 1.3em;
}

																		/******* Profile ********/
#profile {
    font-size: 1.3em;
	line-height: 1.4em;

}
#profile h2{
	font-size: 1.4em;
	color: #474747;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: #959595 solid 1px;
	border-bottom: #959595 solid 1px;
	background: #7cbff6;
}
#profile h3{
	font-family:"Times New Roman", Times, serif;
	font-size: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#profile h4{
	padding-left: 5px;
}
#profile ul{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
	list-style-image: url(images/list-image.jpg);
	margin-left: 30px;
}
#profile li{
	padding-left: 5px;
}
#profile table{
	margin-left: 10px;
}	
#profile td{
	text-align: center;
}


																		/******* Recreation ********/
#recreation {
    font-size: 1.1em;
	line-height: 1.4em;
}
#recreation p{
	line-height: 1.3em;
}
#recreation img{
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: #959595 solid 2px;
	background: url(images/content-background.jpg) repeat-x #FFF;
}
#recreation h2{
	font-size: 1.6em;
	color: #474747;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: #959595 solid 1px;
	border-bottom: #959595 solid 1px;
	background: #7cbff6;
}

#recreation ul{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
	list-style-image: url(images/list-image.jpg);
	margin-left: 30px;
}
#recreation li{
	padding-left: 5px;
}
																		/******* Moving + History********/
#moving {
    font-size: 1.1em;
	line-height: 1.4em;
}
#moving p{
	line-height: 1.5em;
}
#moving img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 5px;
	border: #959595 solid 2px;
	background: url(images/content-background.jpg) repeat-x #FFF;
}
#moving h2{
	font-size: 1.6em;
	color: #474747;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: #959595 solid 1px;
	border-bottom: #959595 solid 1px;
	background: #7cbff6;
}
#moving h3{
	padding: 5px;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	background: #14446c;
}
#moving h4{
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
}

#moving ul{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
	list-style-image: url(images/list-image.jpg);
	margin-left: 30px;
}
#moving li{
	padding-left: 5px;
}
#moving table{
	width: 100%;
	text-align: center;
}
#moving td{
	padding: 10px;
	font-size: 1.3em;
	border: 1px solid #959595;
}
																		/******* Gallery ********/
#gallery {
    font-size: 1.1em;
	line-height: 1.4em;
}
#gallery p{
	line-height: 1.5em;
	padding-left: 25px;
}
#gallery img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 5px;
	border: #959595 solid 2px;
	background: url(images/content-background.jpg) repeat-x #FFF;
}
#gallery a:hover img{
	border: #000 solid 2px;
}
#gallery h2{
	font-size: 1.6em;
	color: #474747;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: #959595 solid 1px;
	border-bottom: #959595 solid 1px;
	background: #7cbff6;
}
#gallery h3{
	padding: 5px;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	background: #14446c;
}
#gallery h4{
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
}
																		/******* Contact ********/
#contact {
    font-size: 1.1em;
	line-height: 1.4em;
}
#contact p{
	line-height: 1.3em;
}
#contact img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 5px;
	border: #959595 solid 2px;
	background: url(images/content-background.jpg) repeat-x #FFF;
}
#contact h2{
	font-size: 1.6em;
	color: #474747;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: #959595 solid 1px;
	border-bottom: #959595 solid 1px;
	background: #7cbff6;
}
#contact h3{
	padding: 5px;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	background: #14446c;
}

#contact ul{
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	font-size: 1.1em;
	list-style-image: url(images/list-image.jpg);
	margin-left: 30px;
}
#contact li{
	padding-left: 5px;
}

																		/******* Events ********/
#events {
	display: inline;
	float: left;
	width: 170px;
	padding-top: 40px;
	padding-bottom: 60px;
	padding-left: 30px;
	font-size: 1.6em;
}
#events h2{
	font-weight: normal;
	color: #053009;
}
#events h3{
	padding-top: 10px;
	font-weight: normal;
	color: #FFF;
}
#events h4{
	font-weight: normal;
	font-size: 1.2em;
	color: #053009;
}
#events ul{
	padding-top: 0;
	padding-bottom: 10px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	background: #7cbff6;
}
#events li{
	font-size: 0.8em;
	padding:0 5px;
}
																		/******* CTRC ********/
#ctrc ul{
	margin-right: 5px;
	margin-left: 20px;
	list-style-image: none;
	border-bottom: 1px dashed #ccc;
}

																		/******* Footer ********/
#footer {
	clear: both;
	padding-top: 5px;
	padding-bottom: 100px;
	text-align: center;
	color: #14446c;
}
#footer a{
	color: #14446c;
}
#footer a:visited{
	color: #14446c;
}
#footer a:link:hover, #footer a:visited:hover{
	color: #14446c;
	text-decoration:underline;
}
																		/*  Accordion Styling */
.demo-show {
  width: 545px;
  margin: 1em .5em;
}
.demo-show ul{
  margin: 0;
  padding: .25em;
  padding-left: 10px;
  background: #14446c url(http://www.townofwynyard.com/images/directory-background.jpg) repeat-x;
  color: #fff;
  border-top: 1px solid #386785;
  border-bottom: 1px solid #386785;
  font-size: 1.2em;
  font-weight: normal;
}
.demo-show h2 {
  font-weight: normal;
  font-size: 1.4em;
}
.demo-show p{
	padding-right: 10px;
	text-align: right;
}
.demo-show div {
  padding: .5em .25em;
}
.demo-show div p{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
																		/******* Special Style Classes ********/
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.clear {
	clear: both;
}
.no-li-image {
	list-style-image: none;
}
.table_header{
	font-weight: bold;
	background: #7cbff6;
	color: #fff;
}

																		/******* SlimBox ********/
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
