/**********
 Regina Highland Games CSS
 Author: Graham Schmidt
 http://www.pipebox.ca
 **********/

/**********
 HTML redefined 
 **********/
body {
	background-image: url(../images/bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 90%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a, a:link {
	color: #00a2f6;
	text-decoration: underline;
}

a:visited {
	color: #999999;
}

a:hover {
	text-decoration: none;
}

h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	line-height: 110%;
	padding-top: 0.5em;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

.subheader {
	font-style: italic;
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/**********
 Container sections
 **********/

#container {
	margin: 0px auto;
	width: 960px;
	position: relative;
}

/**********
 Second group CSS
 **********/

#content {
	width: 940px;
	padding: 0;
	margin: 0;
	padding-top: 93px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

#content-side-bar {
	float: left;
	margin: 0;
	margin-left: 20px;
	width: 133px;
	position: relative;
}

#content-main {
	width: 737px;
	margin-left: 153px;
	position: relative;
	line-height: 150%;
	font-size: 90%;
	min-height: 300px;
}

#content-main-padding {
	padding: 20px;
	padding-top: 5px;
}

/**********
 HEADER sections
 **********/

#header {
	margin: 0px auto;
	padding: 0;
	width: 960px;
	height: 89px;
	position: relative;
	z-index: 20;
}

#logo {
	position: absolute;
	left: 0;
	float: left;
	margin: 0;
}

/**********
 JUST-ABOVE-FOOTER
 **********/

#just-above-footer {
	position: relative;
	height: 145px;
	width: 100%;
	padding: 0;
	height: 138px;
}

#left-column {
	float: left;
	width: 320px;
	vertical-align: bottom;
}

#right-column {
	width: 616px;
	margin-left: 320px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/**********
 FOOTER
 **********/

#footer-wrapper {
	background-image: url(../images/bg/footer-wrapper-bg.png);
	background-repeat: repeat;
	background-color: #e70a1b;
	border-top: 1px #fff solid;
	margin: 0px auto;
	width: 100%;
	position: relative;
	min-height: 200px;
	padding-left: 0;
	clear: both;
}

#footer-wrapper-inside {
	background-image: url(../images/bg/footer-top-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px auto;
	width: 100%;
	position: relative;
	height: 131px;
	overflow: hidden;
}

#footer {
	font-size: 11px;
	margin: 0px auto;
	margin-top: 20px;
	width: 900px;
	position: relative;
	clear: both;
	color: #fff;
	overflow: hidden;
}

#footer a, #footer a:link {
	color: #fff;
}

#left-footer {
	float: left;
	width: 50%;
	line-height: 180%;
}

#left-footer p {
	line-height: 180%;
}

#left-footer h3 a:link, #left-footer h3 a:visited {
	text-decoration: none;
}

#left-footer h3 a:hover {
	text-decoration: underline;
}

#right-footer {
	width: 50%;
	margin-left: 50%;
	text-align: right;
}

#right-footer .validator-link a:link, #right-footer .validator-link a:visited {
	color: #ff9999;
}

/**********
 IMAGE classes
 **********/
.pic {
	float: left;
	padding: 10px;
}

.pic-figures {
	float: left;
	padding: 0;
	padding-left: 30px;
}

.image-with-border {
	background: url(../images/image-border/photo-border.png) top left no-repeat;
	padding: 35px;
	padding-bottom: 5px;
	margin-left: -15px;
}

/**********
 SPECIAL FORMATTING classes
 **********/
 
.caption {
	padding-left: 35px;
	font-style: italic;
}