/*
Theme Name: GSX-R European Cup
Theme URI: http://www.gsxr-cup.com/
Description: The official GSX-R European Cup website's design
Version: 1.0
Author: Renaud Devroye
Author URI: http://www.rench.be/
*/

* {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	background: #000000 url(images/body_background.jpg) no-repeat center top;
	text-align: center;
}
/* Begin foreground */
#foreground ul {
	list-style-type: none;
	min-width: 760px;
}
li#suzukiwayoflife {
	background: url(images/suzukiwayoflife_background.png) no-repeat center center;
	height: 85px;
	float: left;
	width: 160px;
}
li#gsx-r750whatsinsideyou {
	background: url(images/gsx-r750whatsinsideyou_background.png) no-repeat center center;
	height: 69px;
	float: right;
	width: 320px;
}
/* End foreground */

/* Begin page */
#page {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
/* End page */

/* Begin header */
#header h1 {
	background: url(images/header_h1_background.jpg) no-repeat center center;
}
#header a {
	display: block;
	height: 150px;
	width: 760px;
}
/* End header */

/* Begin sidebar */
#sidebar {
	background-color: #FFFFFF;
}
#sidebar ul {
	background: #E2001A url(images/sidebar_background.png) repeat-x center center;
	height: 20px;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}
#sidebar ul li {
	color: #FFFFFF;
	float: left;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar ul li a {
	color: #FFFFFF;
	display: block;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar ul li a:hover {
	background: #CCCCCC url(images/sidebar_a-hover_background.png) repeat-x center center;
	color: #E2001A;
}
li.current_page_item {
	background: #CCCCCC url(images/sidebar_a-hover_background.png) repeat-x center center;
}
/* End sidebar */

/* Begin content */
#content {
	background-color: #FFFFFF;
	overflow: hidden;
	padding-left: 126px;
	padding-right: 126px;
}
#content h2 {
	background: #CCCCCC url(images/container_h1_background.png) repeat-x center center;
	color: #FFFFFF;
	font: bold 20px/40px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	margin-left: -126px;
	margin-right: -126px;
	padding-left: 10px;
	text-transform: uppercase;
}
#content a {
	color: #E2001A;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
.post-metadatas p {
	clear: both;
	color: #00519E;
	font: bold 8px/10px Arial, Helvetica, sans-serif;
	padding-left: 50px;
	text-transform: uppercase;
}
.post h3 {
	background: url(images/container_h2_background.png) no-repeat left top;
	clear: both;
	color: #00519E;
	font: bold 15px/15px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 50px;
	padding-top: 5px;
	text-transform: uppercase;
}
.post h4 {
	color: #00519E;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.post p {
	color: #333333;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.post blockquote p {
	font-style: italic;
}
.post ul, .post ol {
	color: #333333;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding-left: 50px;
}
.post table {
	border: 1px solid #DDDDDD;
	color: #333333;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.post td {
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #FFFFFF;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}
tr.title {
	background-color: #EEEEEE;
	font-weight: bold;
}
tr.odd {
	background-color: #FFFFFF;
}
tr.even {
	background-color: #EEEEEE;
}
img.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}
img.alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}
#content hr {
	clear: both;
	visibility: hidden;
}
/* End content */

/* Begin footer */
#footer {
	background-color: #FFFFFF;
}
#footer ul {
	background: url(images/footer_ul_background.png) repeat-x center center;
	height: 40px;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}
li#suzuki {
	background: url(images/suzuki_background.png) no-repeat center center;
	float: left;
}
li#suzuki a {
	display: block;
	height: 40px;
	width: 165px;
}
li#alstare {
	background: url(images/alstare_background.png) no-repeat center center;
	float: right;
}
li#alstare a {
	display: block;
	height: 40px;
	width: 124px;
}
li#racinginternationalpromotion {
	background: url(images/racinginternationalpromotion_background.png) no-repeat center center;
	height: 40px;
	float: right;
	width: 109px;
}
#footer p {
	background: #00519E url(images/footer_p_background.png) repeat-x center center;
	color: #FFFFFF;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p a:hover {
	text-decoration: none;
}
/* End footer */

.invisible {
	display: none;
}
