/*
Theme Name: MR2.0
Version: 2.0
Author: Marco Rickenbach
Author URI: http://www.mrphot.ch
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*General definitions*/
*
{
	margin: 0;
	padding: 0;
}

html, body { height: 100%; }

body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	text-rendering: optimizeLegibility;
	color: #000;
	background-color: #efefef;
	text-align: left;
}

#page
{
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -40px auto;
	width: 950px;
	background-color: #fff;
	font-size: 0.8em;
}

/*Typography*/
h1
{
	margin: 0 0 10px 0;
	font-family: sans-serif;
	font-size: 2.1em;
	color: #111;
	/*	color: #3CF;*/
	font-weight: bold;
	text-align: center;
}

h2
{
	margin: 0 0 0.125em 0;
	font-family: sans-serif;
	font-size: 1.75em;
	color: #111;
	font-weight: bold;
}

/*.rotleft
{
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg) translatey(3px);
	text-align: right;
	margin: 0.45em 0 0.125em 0;
}*/

h3
{
	font-size: 1em;
	font-weight: bold;
}

a
{
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}

h3 a
{
	color: #000;
}
/*Images*/
img
{
	border: 0 none;
	background-color: transparent;
}

/*img.centered
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.alignright
{
	margin: 0 0 2px 7px;
	padding: 4px;
	display: inline;
}

img.alignleft
{
	margin: 0 7px 2px 0;
	padding: 4px;
	display: inline;
}
*/

/*General Layout*/
.alignright
{
	float: right;
	clear: none;
}

.alignleft
{
	float: left;
	clear: none;
}

.space { margin: 0 0 0.5em 0; }

.clear
{
	clear: both;
	display: block;
}

.push { height: 40px; }

/*Detailed Layout*/
#top
{
	height: 90px;
	width: 950px;
	background-color: #000;
	background-image: -moz-linear-gradient(0% 70% 90deg, #000, #888);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#000000');
}

#logo
{
	float: left;
	position: relative;
	top: 7px;
	left: 15px;
	width: 198px;
	height: 72px;
	clear: none;
}

#topright
{
	position: relative;
	right: 15px;
	top: 7px;
	height: 30px;
	font-family: Impact;
	color: #EB6606;
	float: right;
	clear: none;
	font-size: 1.5em;
}

#topnav
{
	position: relative;
	top: 70px;
	left: 37px;
	z-index: 1000;
	width: 480px;
	float: left;
	height: 1.5em;
}

/*.submenuli
{
	list-style-type: none;
	visibility: hidden;
	width: 120px;
	display: block;
	font-size: 0.7em;
}*/

/*#menubar a:hover { color: #fff; }*/
.menubarli { /*	list-style-type: none;
	display: block;
	float: left;
	text-align: center;*/ }
.menubarli a { text-align: center; }

/*.menubarli a:active, .menubarli a:hover
{
	border-top: 1px none;
	border-right: 1px #EB6606 solid;
	border-bottom: 1px none;
	border-left: 1px #EB6606 solid;
}*/

/*.menubarli:hover
{
	list-style-type: none;
	text-align: center;
}*/

/*.menubara
{
	list-style-type: none;
	float: left;
}*/

/*.nav
{
	background-color: #345;
}*/

/*.nav:hover
{
	border-bottom: 2px #EB6606 solid;
	background-color: #351000;
}*/

#imagebanner
{
	height: 250px;
	width: 950px;
	z-index: 10;
	line-height: 0px;
	/*	display: inline-block;*/
	position: relative;
	clear: none;
}

#imagebanner img
{
	position: relative;
	z-index: 9;
	background-color: black;
}

.content_wrapper
{
	padding: 10px;
	position: relative;
	width: 930px;
	background-color: #FFF;
}

#pagetitle
{
	margin: 0 0 1em 0;
	border-bottom: 4px #EB6606 solid;
}

.content
{
	padding: 10px;
	width: 635px;
	position: relative;
	color: #000;
	float: left;
	background-color: #FFF;
}

.contentwide
{
	padding: 10px;
	width: 910px;
	position: relative;
	color: #000;
	float: left;
	background-color: #FFF;
	
}

.sidebar
{
	margin: 10px;
	padding: 10px;
	min-height: 300px;
	width: 215px;
	position: relative;
	float: right;
	background-color: #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-border-radius: 5px 5px 5px 5px;
	border: 5px #efefef solid;
}

.sidebar img
{
	padding-top: 10px;
	padding-bottom: 10px;
	max-height: 150px;
}

.sidebar h2 { margin-bottom: 0.5em; }

#sidebar1:hover
{
	border: 5px #EB6606 solid;
	background-color: #fff;
}

/*.sidebartitle
{
	font-size: 1em;
	font-weight: bold;
}*/

.sidebartitle:hover
{
	border-bottom: 5px #EB6606 solid;
}*/

/*.links
{
	margin: 10px;
	padding: 5px;
	position: relative;
	background-color: #efefef;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 0.2s ease-in-out;
	border: 2px #efefef solid;
	text-align: center;
	height: 30px;
}*/

.links:hover
{
	border: 2px #00F solid;
	background-color: #fff;
}

.llink
{
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.rlink
{
	margin-left: 5px;
	margin-right: 10px;
	float: right;
}

.copy
{
	display: block;
	height: 10px;
	padding: 10px;
	float: left;
}

#sidebar2 h2 { color: #00F; }

#footer
{
	margin: 0 auto 0 auto;
	padding: 5px;
	height: 30px;
	width: 940px;
	font-size: 0.7em;
	background-color: #252525;
	color: #999;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}

#footer p
{
	margin-left: 15px;
	float: left;
}

#fb
{
	float: right;
	position: relative;
	top: 25px;
	right: 15px;
	clear: right;
}

/*Tables*/
.table_even
{
	padding: 5px;
/*	background-color: #EB6606;
	color: #FFFFFF;*/
}

.table_odd
{
	padding: 5px;
	background-color: #efefef;
	color: #000000;
}

.table_left
{
	float: left;
	width: 250px;
}

.table_med { float: left; }

.table_right
{
	float: right;
	text-align: right;
}

.table_clear { clear: left; }

.athtable_left
{
	float: left;
	width: 150px;
	display: block;
}

.athtable_med
{
	float: left;
	width: 300px;
	display: block;
}

.athtable_right
{
	float: right;
	text-align: right;
}

.athtable_clear { clear: left; }


.right
{
	float: right;
	/*width: 600px;
*/
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.left
{
	float: left;
	/*	width: 300px;
*/
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.divider
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px #EB6606 solid;
	border-bottom: 1px #EB6606 solid;
}
