/* @group General Styles */

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 80%;
	color: #7F7F7F;
	line-height: 200%;
	margin-top: -30px;
	background: #ffffff url(images/bg4.gif) top center repeat-x;
	padding-top: 20px;
}

#border {
	border: 0px;
	width: 878px;
	margin: 0 auto;
	background-image: url(images/backround2.gif);
}

a:link {
	text-decoration: none;
	color: #cc0000;
}

a:visited {
	text-decoration: none;
	color: #cc0000;
}

a:active {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}

/* @end */

/* @group Layout */

.clearer {
	clear: both;
}

#wrapper {
	width: 848px;
	margin: 0px auto;
	background-color: #ffffff;
	border: 0px solid #ffffff;
}

#container {
	background-color: #ffffff;
}

#pageHeader {
	height: 261px;
	background-image: url(images/calgary.jpg);
}

#pageHeader h1 {
	margin: 0;
	font-size: 1.5em;
	padding-top: 10px;
	color: #16007f;
	padding-left: 10px;
	
}

#pageHeader h2 {
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #cc0000;
	padding-left: 10px;
	line-height: 150%;
	
}

#contentContainer {
	background: #ffffff;
	float: left;
	overflow: hidden;
	text-align: left;
	line-height: 1.5em;
}

#contentContainer #content {
	padding: 10px 20px 10px 10px;
	background-color: #ffffff;
}

#contentContainer #content h6{
	text-align: left;
	background: url(images/play.png) no-repeat 0 top;
	padding-left: 20px;
	font-size: 1.1em;
	color: #1a0095;
}


#sidebarContainer {
	float: right;
	overflow: hidden;
	text-align: left;
	
}

#sidebarContainer h3{
	
	text-align: left;
	background: url(images/newspaper.png) no-repeat 0 top;
	padding-left: 20px;
	
}


#footer {
	height: 30px;
	font-size: 1.0em;
	padding-top: 25px;
	pasdding-left: 20px;
	background: #ffffff url(images/bg_footer.gif) repeat-y top;
	color: #555555
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#footer a:link, #footer a:visited {
	text-align: left;
}

#footer a:hover, #footer a:active {
	text-align: left;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-bottom: 10px;
	color: #000000;
	padding: 5px;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 1em;
	background: url(images/sitemap.png) no-repeat 0 center;
	margin-left: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#breadcrumbcontainer li {
	display: inline;
	color: #000000;
}

#breadcrumbcontainer a {
	color: #cc0000;
}

#breadcrumbcontainer a:hover {
	color: #000000;
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	position: relative;
	top: 10px;
	left: 15px;
	width: 848px;
	font-size: 93%;
	margin: 0;
	line-height: normal;
	height: 41px;
	background: no-repeat;
	text-align: right;
}

#navcontainer #current {
	background: url(images/selected.gif) top repeat-x;
	height: 24px;
	padding-top: 18px;
}

/* Parent - Level 0 */

#navcontainer ul {
	margin: 0;
	padding: 0px 0px 0 2px;
	list-style: none;
	background: no-repeat;
}

#navcontainer li {
	display: inline;
	float: left;
}
#languages {
	display: inline;
	float: right;
	padding-right: 10px;
	
}

#navcontainer a {
	float: left;
	display: block;
	padding: 5px 15px 4px 6px;
	background: no-repeat left;
	color: #cc0000;
	padding-top: 18px;
}

#navcontainer a:hover {
	background: url(images/selected.gif) top repeat-x;
	color: #767676;
}

#navcontainer a:active {
	color: #767676;
	background: url(images/selected.gif) top repeat-x;
	
}

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}

/* @end */

/* @group Toolbar2 */

/* Toolbar Styles */

#navcontainer2 {
	font-size: 1.0em;
	margin-bottom: 0px;
	position: relative;
	padding-left: 30px;
	padding-top: 20px;
}

/* Parent - Level 0 */ 

#navcontainer2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#navcontainer2 li {
	position: relative;
	display: inline;
	
}

#navcontainer2 a {
	display: none;
	padding-left: 15px;
	height: 20px;
	color: #cc0000;
	text-decoration: none;
	background: url(images/bullet.png) no-repeat 0 bottom;
}

#navcontainer2 a:hover {
	color: #000000;
}

#navcontainer2 a:active {
	color: black;
}

/* Child - Level 1 */ 

#navcontainer2 ul ul a {
	display: block;
}

/* Child - Level 2 */ 

#navcontainer2 ul ul ul a {
	padding-left: 60px;
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	width: 848px;
	text-align: left;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.blog-archive-headings-wrapper {
	text-align: left;
	padding: 10px;
	height: 10px;
	margin-top: 41px;
	color: #000000;
}

.blog-archive-entries-wrapper {
	text-align: left;
	padding: 35px;
	color: #747474;
}

.blog-archive-month {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	text-decoration: none;
	color: #747474;
}

.blog-archive-link {
	text-decoration: none;
	color: #747474;
}

/* @end */

.blog-entry-title {
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 3px;
	color: #000000;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #4c4c4c;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	margin-bottom: 30px;
	border-bottom: 1.5px dotted #D1D1D1;
	padding-bottom: 10px;
}

.blog-entry-comments {
	padding-top: 10px;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font: 1.9em Verdana;
	margin-bottom: 5px;
	letter-spacing: -1px;
	color: #000000;
}

.album-description {
	margin-bottom: 20px;
	font: 1.1em Verdana;
	padding-bottom: 0px;
	background: repeat-x bottom url(images/divider.png);
}

.album-wrap {
	display: block;
	width: 99%;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 35px;
	margin-right: 20px;
	padding: 5px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
}

.thumbnail-frame img {
	background: #e6e6e6;
	padding: 5px;
	margin: auto;
	border: none;
}

.thumbnail-frame img:hover {
	background: #cccccc;
}

.thumbnail-caption {
	font-family: Verdana;
	padding: 3px;
	margin: 0;
	font-size: 0.85em;
	height: 50px;
	width: 100%;
	display: none;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 10;
	width: 848px;
	background: repeat-x top url(images/bg2.gif);
}

.photo-navigation {
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	text-align: left;
	color: #bcbcbc;
	text-decoration: none;
}

.photo-navigation a:link, .photo-navigation a:visited {
	text-decoration: none;
	color: #bcbcbc;
}

.photo-frame {
	background: #f8f8f8 center top;
	padding: 5px;
	margin-top: 0px;
}

.photo-title {
	font-weight: normal;
	font-size: 1.9em;
	margin: 0 0 3px;
	color: #000000;
}

/* @end */
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 1.9em;
}

.movie-page-description {
	margin-bottom: 15px;
	margin-top: 5px;
}

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 10px;
}

.movie-title {
	font-size: 2.5em;
	color: #ffffff;
	text-shadow: 0px 2px 3px #111111;
}

/* @end */


/* @end */

/* @group Contact Form */
.message-text {
	width: 500px;
}

.required-text {
	color: #4c4c4c;
}

.form-input-field {
	color: #4c4c4c;
}

/* @end */

/* @group MyTable */#mytable {	width: 820px;	padding: 0;	margin: 0;
	
}caption {	padding: 0 0 5px 0;	width: 800px;	 	font: italic 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	text-align: right;}th {	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	color: #4f6b72;	border-right: 1px solid #C1DAD7;	border-bottom: 1px solid #C1DAD7;	border-top: 1px solid #C1DAD7;	letter-spacing: 2px;	text-transform: uppercase;	text-align: center;	padding: 6px 6px 6px 12px;	background: #a7bfeb url(images/table.jpg) no-repeat;
	empty-cells:show;}th.nobg {	border-top: 0;	border-left: 0;	border-right: 1px solid #C1DAD7;	background: none;
	text-align: left;
	empty-cells:show;
}td {	border-right: 1px solid #C1DAD7;	border-bottom: 1px solid #C1DAD7;	background: #fff;	padding: 6px 6px 6px 12px;	color: #4f6b72;
	text-align: center;
	empty-cells:show;
}td.alt {	background: #F5FAFA;	color: #797268;
	text-align: center;
	empty-cells:show;
}th.spec {	border-left: 1px solid #C1DAD7;	border-top: 0;	background: #fff url(images/bullet1.gif) no-repeat;	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	empty-cells:show;
}th.specalt {	border-left: 1px solid #C1DAD7;	border-top: 0;	background: #f5fafa url(images/bullet2.gif) no-repeat;	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	color: #797268;
	text-align: left;
	empty-cells:show;
}
/* @end */
