/*
client:          movemen
version:         1.0
date:            2007-11-02
author:          michael eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

/*
							document
*/

body {
	font: 12px/1.5 arial, sans-serif;
	color: #444;
	background: #fff url("images/css/background.jpg") repeat-y;
/*	text-align: center;
*/
}

#container {
	width: 800px;
	margin: 0 0 24px 50px;
/*	text-align: left;
	margin: 0 auto 24px auto;
*/
	padding: 0 0 60px 0;
	background: #fff url("images/css/bottom-line.gif") no-repeat left bottom;
}

/*
							layout
*/

#header {
	float: left;
	width: 100%;
	margin-bottom: 3em;
}

#header #login {
	float: left;
	width: 100%;
	color: #fff;
	background-color: #f00;
	margin-bottom: 12px;
	min-height: 20px;
}

#header #logo {
	float: left;
	width: 200px;
}

#header #navbar {
	float: right;
	width: 550px;
	padding-right: 20px;
	margin-top: 12px;
}

#content {
	float: left;
	width: 100%;
}

#main {
	float: left;
	width: 450px;
	margin-left: 64px;
}

.breaking-news {
	padding: 12px 12px 2px 12px;
	background-color: #fcf0e6;
}

#extra {
	float: right;
	width: 207px;
	margin-right: 19px;
	margin-bottom: 2em;
	padding: 12px;
	color: #000;
	background-color: #fcf0e6;
}

#extra2 {
	clear: right;
	float: right;
	width: 200px;
	margin-right: 19px;
	padding: 5px 19px 12px 12px;
	font-size: 11px;
}

#footer {
	clear: both;
	padding-right: 19px;
	position: relative;
	top: 40px;
}

/*
							typography
*/

h1 {
	font: normal normal 24px arial, sans-serif;
	color: #f00;
	background-color: inherit;
	margin-bottom: 1.5em;
}

h1 span.movemen {
	font-weight: normal;
}

h2 {
	font: normal bold 15px/18px arial, "trebuchet ms", tahoma, sans-serif;
	margin-top: 24px;
	color: #000;
	background-color: inherit;
}

#extra h2 {
	margin-top: auto;
}

.item-list h2 {
	margin-top: 20px;
	margin-left: -16px;
	padding-left: 16px;
	background: transparent url("images/css/bullet-light.gif") no-repeat 0 0.3em;	
}

h2 a {
	display: block;
}

h2 a:link, h2 a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

h2 a:focus, h2 a:hover {
	color: #f00;
	background-color: inherit;
	text-decoration: underline;
}

#extra h2 {
	font: normal bold 14px/18px arial, "trebuchet ms", tahoma, sans-serif;
	color: #000;
	background-color: inherit;
	text-transform: none;
}

h3 {
	font-size: 13px;
}
	
span.movemen {
	color: #f00;
	background-color: inherit;
	font-weight: bold;
	font-style: normal;
}

a:link, a:visited {
	color: #f00;
	background-color: inherit;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #f00;
	background-color: inherit;
	text-decoration: underline;
}

#extra a:link, #extra a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: inherit;
}

#extra a:focus, #extra a:hover {
	display: block;
	text-decoration: none;
	color: #f00;
	background-color: inherit;
}


/*
							header
*/



/*
							member-nav
*/

ul#member-nav {
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	line-height: 10px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	float: right;
}

ul#member-nav li {
	display: inline;
}

ul#member-nav li a, ul#member-nav li .current-page {
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	background-color: #f00;
}

ul#member-nav li a:hover, ul#member-nav li a:focus {
	text-decoration: underline;
}

/*
							navigation
*/

ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 12px;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	float: right;
}

ul#nav li {
	display: inline;
}

ul#nav li a {
	display: block;
	float: left;
	padding: 5px;
	color: #f00;
	background-color: inherit;
}

ul#nav li a:link, ul#nav li a:visited {
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a:focus {
	text-decoration: underline;
}

.home ul#nav li a#home,
.products ul#nav li a#products,
.news ul#nav li a#news,
.forum ul#nav li a#forum,
.support ul#nav li a#support,
.services ul#nav li a#services,
.shop ul#nav li a#shop,
.references ul#nav li a#references,
.contact ul#nav li a#contact {
	color: #000;
	background-color: inherit;
}

/*
							footer
*/

#footer {
	text-align: right;
	font: normal normal 10px/10px "trebuchet ms", tahoma, sans-serif;
}

#footer a {
	text-transform: uppercase;
	color: #000;
	background-color: inherit;
}

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

#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

/*
							content
*/

a.news {
	text-indent: -9999px;
	display: block;
	width: 66px;
	height: 20px;
	overflow: hidden;
	background: transparent url("images/css/button-news.gif") no-repeat;
}

a.forums {
	text-indent: -9999px;
	display: block;
	width: 66px;
	height: 20px;
	overflow: hidden;
	background: transparent url("images/css/button-forums.gif") no-repeat;
}

/*#extra a.forums:link,
#extra a.forums:visited
 {
	text-transform: uppercase;
	font-size: 11px;
	display: inline;
	padding: 2px 10px;
	color: #fff;
	background-color: #f00;
}
*/

a.product-overview {
	text-indent: -9999px;
	display: block;
	width: 124px;
	height: 20px;
	overflow: hidden;
	background: transparent url("images/css/button-product-overview.gif") no-repeat;
}

a.read-more {
	text-indent: -9999px;
	display: block;
	width: 84px;
	height: 20px;
	overflow: hidden;
	background: transparent url("images/css/button-read-more.gif") no-repeat;
}


.Draft {
	background: transparent url("images/css/draft.gif") right top;
}

.entry-info {
	font-size: 11px;	
}

.news .entry {
	margin-bottom: 2.5em;
}

.entry-info {
	font-size: 11px;
}

.paginate {
	font-size: 11px;
}

#main ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#main ul li {
	padding-left: 16px;
	background: transparent url("images/css/bullet-light.gif") no-repeat 0 0.3em;
}

#extra {
	font-size: 11px;
}

#extra ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

#extra ul li {
	padding-left: 16px;
	background: transparent url("images/css/bullet-rb.gif") no-repeat 0 0.4em;
}

/*
							forms
*/



/*
							tables
*/

table {
	border-collapse: collapse;
	font-size: 12px;
}

th, td {
  	text-align: left;
}

