@charset "utf-8";

/*****************************
 Reset Browser Default Styles
******************************/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;/*text-align: left;*/
}

img, fieldset {
	border: 0;
}

ol {
	padding-left: 1.4em;
	list-style: decimal;
}

ul {
	padding-left: 1.4em;
	list-style:square;
}

q:before, q:after {
	content:'';
}

/********************************
End Reset Browser Default Styles
*********************************/

/**********************
     Start layout
***********************/
body {
	background-attachment: fixed;
	background-image: url(images/tartan.jpg);
	background-repeat: repeat;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	width: 645px;
	margin: 20px auto;
	background-color: #FFF;
	text-align: left;
}

#topbar {
	width: 100%;
	background-color: #FFF;
	padding-bottom: 10px;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: rgb(0, 128, 128);
}

#logo {
	width: 170px;
	float: left;
}

/*#collage {
	float: left;
}
*/
#nav {
	float: left;
	margin-left: 2px;
}

#main {
	background-color: #FFF;
	width: 100%;
	clear: both;
}

#sidebar {
	float: right;
	width: 170px;
	border-left: 3px double rgb(0, 128, 128);
	padding-bottom: 10px;
}

#sidebar img {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#main-content {
	margin-right: 170px;
	border-right: 3px double rgb(0, 128, 128);
	padding: 10px;
	padding: 10px;
}

#footer {
	width: 100%;
	border-top: 3px double rgb(0, 128, 128);
	clear: both;
}

#footer img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px;
}

/*
Clear floats to keep from escaping their containing element.
See p. 326 of CSS Missing Manual
*/
/*.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}*/

/*IE bug fix */
 .clearfloat {
	zoom: 1;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

/*****************
    End layout
******************/

/**********************
 Start Navigation menu
***********************/

/* CHECK THIS OUT. HOW IS IT USED? */
li.button_pressed {
	background: transparent url(file:///C|/Dev/WebCSF/images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#nav ul {
	display: block;
	clear: left;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	list-style: none;
}

#nav li {
	display: block;
	float: left;
	height: 21px;
	width: 93px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu-button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	word-spacing: normal;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;/*line-height: 18px; *//* Aligns Vertically*/
}

#nav li a {
	display: block;
	padding: 3px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
}

#nav a:hover {
	text-decoration: none;
	color: rgb(0, 153, 0);
	background-image: none;
	font-size: 11px;
}

#nav .selected {
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 0.1em rgb(175,175,175);
	background-color: rgb(220,220,220);
	color: rgb(50,50,50);
	background-image: url(images/menu-button-pressed.jpg);
}

/**** Pressed Button Indication ****/
#pg-home #nav-home a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-athletics #nav-athletics a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-clans #nav-clans a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-vendors #nav-vendors a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-volunteer #nav-volunteer a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-schedule #nav-schedule a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-highlanddance #nav-highlanddance a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-pipers #nav-pipers a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-sponsors #nav-sponsors a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-contacts #nav-contacts a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-entertainment #nav-entertainment a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-sheepdogs #nav-sheepdogs a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-reenactors #nav-reenactors a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-gallery #nav-gallery a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-media #nav-media a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-tickets #nav-tickets a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-cars #nav-cars a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-children #nav-children a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-petpolicy #nav-petpolicy a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-links #nav-links a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-areainfo #nav-areainfo a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-specialevents #nav-specialevents a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-honoredclan #nav-honoredclan a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

#pg-ceilidh #nav-ceilidh a {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}

/*
li#nav-clans a:link, li#nav-clans a:visited {
	background: transparent url(images/menu-button-pressed.jpg) no-repeat scroll center;
	color: rgb(0, 0, 0);
}
*/

/*********************
  End Navagation Menu
**********************/

/***********************************
  Old CSS. Needs extensive Clean-up
 ***********************************/
 
/****************
  General Styles
 ****************/
body {
	background-color: rgb(255, 255, 255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	background-image: url(images/tartan.jpg);
	background-attachment: fixed;
}

p, td, li, ul, ol, dl, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	color: rgb(0, 0, 0);
}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
}

h6 {
	font-size: 10px;
	font-weight: bolder;
	line-height: 1.3em;
	text-decoration: none;
}

p {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

/**************
   List Styles
 **************/
ul {
	text-align: left;
	margin-left: 15px;
}

li {
	padding-bottom: 5px;
}

.nobullet {
	list-style-type: none;
}

dt {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	text-align: left;
	text-decoration: none;
	margin-top: 10px;
}

dd {
	text-align: left;
	margin-left: 15px;
}

/**************
  Image Styles
 **************/
img {
	border-style: none;
	display: block;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.floatleft {
	float: left;
	padding: 5px 10px 5px 0px;
}

img.floatright {
	float: right;
	padding: 5px 0px 5px 10px;
}

/***************
   Link Styles
 ***************/
a:link {
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	color: rgb(51, 51, 255);
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	background: transparent none repeat scroll 0% 50%;
	color: rgb(153, 0, 0);
	text-decoration: none;
}

a:hover {
	background: transparent none repeat scroll 0% 50%;
	color: rgb(0, 153, 0);
	text-decoration: underline;
}

a:active {
	background: transparent none repeat scroll 0% 50%;
	color: rgb(0, 153, 0);
	text-decoration: none;
}

/*************************
   Schedule Table Styles
 *************************/
 
.schedule {
}

.timecol {
	background-color: #9FF;
	width: 60px;
}

.eventcol {
	background-color: #FF9;
	width: 300px;
}

.mainschedule {
	margin-left: 0;
	width: 450px;
	border-collapse: collapse;
	border-spacing: 0;
}

.mainschedule tr {
}

.mainschedule td {
	/*	text-align: left;*/
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.mainschedule caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}

/****************
  Special Styles
 ****************/

#new {
	color: rgb(0, 153, 0);
}

.alert {
	color: rgb(204, 0, 0);
	font-weight: bold;
}

.notice {
	color: rgb(0, 153, 0);
	font-weight: bold;
}

.announcement {
	border: 4px solid rgb(0, 128, 128);
	display: block;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	background-color: rgb(241, 232, 244);
}

.announcement h3 {
	margin-top: 0px;
	color: rgb(0, 0, 0);
}

/******************
  Alignment Styles
 ******************/
.center {
	text-align: center;
}

.centerunl {
	text-decoration: underline;
	text-align: center;
}

.spaced {
	padding-bottom: 10px;
}

.snug {
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
}

.snug-below {
	margin-bottom: 0%;
	padding-bottom: 0%;
	display: block;
}

.snug-above {
	display: block;
	margin-top: 0%;
	padding-top: 0%;
}

/***************
   Misc Styles
 ***************/

/************** OK below ***********/
/****************
   Title Styles
 ****************/
 
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 4px;
	padding-bottom: 0px;
	padding: 0;
	margin-top: 4px;
	padding-top: 0px;
}

.title4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.title6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.title5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}

/********************
  Title Block Styles
*********************/

.titleblock {
	padding-top: 10px;
	padding-bottom:10px;
}

.titleblock h1 {
	font-family:  Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	padding: 0px 0px 10px;
}

.titleblock h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	padding: 0px 0px 5px;
}

.titleblock h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	color: rgb(0, 0, 0);
	padding: 0px 0px 5px;
}

.titleblock h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	padding: 0px 0px 5px;
}

.titleblock h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	padding: 0px 0px 5px;
}

.titleblock h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight: bolder;
	line-height: 1.3em;
	text-decoration: none;
	padding-bottom: 10px;
	padding: 5px 0px 10px;
}

.titleblock p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

.titleblock img {
	margin-right: auto;
	margin-left: auto;
}

.titleblock hr {
	margin: 0px;
	padding: 0px;
}

/***********************
   Honored Clan Styles
 ***********************/
#honored-top {
	float: left;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#honored-logo {
	height: 180px;
	width: 130px;
	padding-left: 10px;
	float: left;
	padding-right: 10px;
}

#honored-title {
	height: auto;
	float: left;
	margin-top: 32px;
}

#honored-title h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#honored-narative {
	clear: left;
}

/***************
  Photo Styles
****************/

.photo {
	padding-top: 20px;
	padding-bottom: 20px;
}

.photo h1 {
	font-family:  Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	padding: 0px 0px 10px;
}

.photo h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	padding: 0px 0px 5px;
}

.photo h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	color: rgb(0, 0, 0);
	padding: 0px 0px 5px;
}

.photo h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	padding: 0px 0px 5px;
}

.photo h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	padding: 0px 0px 5px;
}

.photo h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight: bolder;
	line-height: 1.3em;
	text-decoration: none;
	padding-bottom: 10px;
	padding: 5px 0px 10px;
}

.photo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

.photo img {
	margin-right: auto;
	margin-left: auto;
}

.photo hr {
	margin: 0px;
	padding: 0px;
}
