/*
Theme Name:	CLMFRC
Description:	Cold Lake MFRC - http://clmfrc.ca/
Version:	1.2
Author:		David King
Date: 		11:58 AM 2/17/2009
*/

body {		
	background-color: #708090;
	font-family: arial;
	color: #000;
	font-size: 12;
	text-align: center;
}

Strong {
	font-size: 16;
	color: #39C;
}
b {
	color: #39C;
}

div.splash {
	min-height: 100%;
	width: 900px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}

div.header {
	position: relative;
	background-color: #fff;	
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: 192px;
}

div.header img {
	margin-left: 0px;
	border: 0px solid #000;
}

div.space {
	position: relative;
	width: 100%;
	height: 9px;
	background-color: #708090;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	margin: 0;
	padding: 0;
	font-size: 0;
}
div.red {
	position: relative;
	width: 100%;
	height: 6px;
	background-color: #e93840;
	margin: 0;
	padding: 0;
	font-size: 0;
}

div.meat {
	position: relative;
	width: 900px;
	background-color: #FFF;
}

div.footer {
	background-color: #FFF;
	position: relative;
	width: 100%;
}

div.narrowcol {
	width: 165px;
	margin-left: 20px;
	margin-top: 20px;
	border: 0px solid #999;
}

div.holdercol {
	min-height: 100%;
}

div.widecol {
	width: 610px;
	min-height: 250px;
	padding: 15px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

div.column {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

div.crosscol {
	position: relative;
	width: 100%;
}

div.crosscol ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

div.crosscol li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}


div.narrowcol ul {
	width: 165px;
	padding-left: 5px;
	margin-left: 5px;
	list-style-type: none;
}

div.narrowcol li {
	width: 160px;
	font-size: 12;
	color: #39C;
	margin-top: 3px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
div.narrowcol li:hover {
	background-color: #EFF;
}
}

img { border: 0px solid #999;}

a { color: #39C; font-size: 12; font-weight:bold; border: 0px solid #999; }

a:link { color: #39C; text-decoration: underline; font-weight: bold; border: 0px solid #999;}
a:visited { color: #39C; text-decoration: underline;  font-weight: bold;}
a:hover { color: #777; text-decoration: underline;  font-weight: bold;}

a.top {font-size: 16.5; font-weight:bold; text-decoration: none;}

a.top:link { color: #39C; text-decoration: none; font-weight: bold;}
a.top:visited { color: #39C; text-decoration: none;  font-weight: bold;}
a.top:hover { color: #777; text-decoration: none;  font-weight: bold;}

a.folder { font-size: 13; font-weight:bold; text-decoration: none;}

a.folder:link { color: #39C; text-decoration: none; font-weight: bold;}
a.folder:visited { color: #39C; text-decoration: none;  font-weight: bold;}
a.folder:hover { color: #777; text-decoration: none;  font-weight: bold;}

a.page { font-size: 12; font-style: italic; text-decoration: none;}

a.page:link { color: #39C; text-decoration: none; font-weight: bold;}
a.page:visited { color: #39C; text-decoration: none;  font-weight: bold;}
a.page:hover { color: #777; text-decoration: none;  font-weight: bold;}

#content {
	background-repeat: no-repeat;
	background-position: top right;
}
table {
	font-size: 12;
}
td {
	padding-right: 10px;
}
div.footer {
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #F00;
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

div.langselect {
	text-align: center;
	vertical-align: middle;
	width: 240px;
	min-height: 200px;
	padding: 15px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.langselect a {
	font-size: 24;
}

div.nofr {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFF;
	border: 1px solid #999;
	width: 900px;
}

div.title
{
	font-size: 16;
	color: #39C;
	width: 500px;
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #777;

}
div.description,div.date
{
	width: 490px;
	padding: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;

}