@import url(/media/css/form.css);

/* @group Colors */

.green {
	color: #9fc647;
}
.darkgray {
	color: #666;
}

/* @end */

/* @group Content */

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
html, body {
	height: 100%;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 {
	font-size: 25px;
	color: #666;
}

h2 {
	font-size: 23px;
	color: #666;
}

h3 {
	font-size: 21px;
	color: #666;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 4px;
}

a {
	color: #9fc647;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Layout */

#header_1 {
	height: 20px;
	border-bottom: 1px solid black;
}
.header_row {
	height: 56px;
}


h1#logo {
	margin:0;
	padding:0;
}
#logo a {
	text-indent: -9000px;
	display: block;
	height: 56px;
	background: url(/media/img/Rotactlon_Logo.gif) no-repeat 0;
}
#logo a:hover {
	background-image: url(/media/img/Rotactlon_Logo_roll.gif);
}

/* @group Breadcrumbs */

.breadcrumbs {
	height: 56px;
}
.breadcrumb_label {
	line-height: 65px;
}
.breadcrumbs li {
	line-height: 65px;
	margin-left: 10px;
	padding-left: 0;
	list-style-image: url(/media/img/navmarker.jpg);
	float: left;
	list-style-position: inside;
}
.breadcrumbs li.first {
	list-style-image: none;
	margin-left: 0;
	list-style-position: outside;
}

.breadcrumbs li a,
.breadcrumbs li a:visited,
.breadcrumbs li a:active {
	color: #990000;
}

/* @end */



/* @group Navigation */
.navigation ul.nav-level-1 li {
	margin-left: 17px;
	list-style-image: url(/media/img/navmarker.jpg);
}
.navigation ul li a {
	color: #990000;
	text-decoration: none;
}
.navigation ul li a:hover {
	text-decoration: underline;
}
.navigation ul li {
	
}
.navigation ul li.nav-selected > a {
	font-weight: bold;
}

/* @end */

/* @group Footer */

#container {
	min-height: 100%;	
}
* html #container {
	height: 100%;
}
#clearfooter {
	display: block;
	height: 201px;
}

#ftContainer {
	width: 100%;
	clear: both;
	height: 201px;
	background-image: url(/media/img/footer_tile.gif);
	background-repeat: repeat-x;
	margin: -201px auto 0 auto;
	position: relative;
}
#ft {
	margin: 0 auto;
	width: 970px;
	height: 201px;
	background-image: url(/media/img/footer_image_970.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

/* @end */

/* @end */

/* @group News */

.newsarchive ul li {
	margin-left: 0;
	padding-left: 0;
}
.news .entry {
	position: relative;
}
.news .entry h1 {
	position: relative;
}
.news .entry .news_date {
	position: absolute;
	/*top: 12px;*/
	left: -140px;
	font-size: 12px;
	text-align: right;
	width: 120px;
	line-height: 42px;
	height: 25px;
}

.newslist li {
	margin-left: 0;
}
/* @end */
