/*   

Theme Name: Mad Skills Motocross
Theme URI: http://www.turborilla.com/mad_skills_motocross
Description: Motocross theme
Author: Peter
Author URI: http://www.turborilla.com/
.
General comments/License Statement if any.
.
*/

/**** Style ****/

body {
	font-family: "Georgia", "Trebuchet MS", "Verdana", sans-serif;
	font-size: 14px;
	}

#content-body {
	position: relative;
	margin: 10px 4px 10px 4px;
	background-color: #fff;
	}
	
h2  {
	color: #f00;
	font-size: 25px;
	font-family: "Trebuchet MS", "Georgia", "Verdana", sans-serif;
	margin: 0;
	padding: 5px 0 5px 20px;
	}
	
h3 {
	color: #f00;
	font-size: 18px;
	font-family: "Trebuchet MS", "Georgia", "Verdana", sans-serif;
	margin: 0;
	padding: 10px 0 10px 20px;
	}

small {
	font-size: 12px;
	}
	
p, ul {
	margin: 0;
	padding: 5px 50px 5px 50px;
	}
	
table {
	margin: 5px 50px 5px 50px;
	padding: 0;
}
	
form {
	margin: 0;
	padding: 0;
	}
	
li {
	padding: 0;
	margin: 0 0 0 15px;
	}
	
a { 
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	color: #6666cc; 
}
a:hover {
	color: #f00;
}	
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

/*** Turborilla Auth ***/

.error, 
.turbo-auth-error {
	color: #f00;
	}
	
.turbo-auth-message {
	color: #00aa00;
	font-weight: bold;
	}	

.turborilla-auth-input {
	width: 175px;
	}
.turborilla-auth-form table {	
	width: 80%;
	}	

/*** IE PNG fix ***/
	
.pngfix, #navigation a { 
	behavior: url('http://www.madskillsmotocross.com/wp-content/themes/mad_skills_theme/iepngfix.htc');
	}

/*** Content ***/

a.mad_skills_logo {
	position: absolute;
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/mad_skills_logo.gif');
	border: 0;
	width: 279px;
	height: 266px;
	right: 10px;
	top: 10px;
	text-decoration: none;
}

.email-box {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/email-background.gif') no-repeat 20px top;
	height: 70px;
	padding: 5px 0 5px 0;
	}
	
table.buy_page {
	margin: 5px 0 5px 50px;
	width: 90%;
	padding: 0; /*5px 0 5px 0;*/
	border: 0;	
	}	
	
blockquote {
	margin: 0 0 0 50px;
	padding: 5px 0px 5px 0px;
	background: url('images/quotes.gif') no-repeat 10px top;
	}

blockquote.right-quote {
	background: url('images/quotes.gif') no-repeat top right;
	text-align: right;
	}
	
a.invisible_link {
	overflow: hidden;
	text-decoration: none;
	display: block;
	}
	
img.screenshot {
	margin: 0 10px 10px 0;
	width: 160px;
	height: 90px;
	border: 3px solid #000;
	}
	
a:hover, a:hover img {
	border-color: #f00;
	color: #f00;
	}
	
/*:link:hover img{ border-color: #f00; }*/	  /* Ida: This seems to work for IE */

/*** Side Bar ***/

.narrowcolumn {
	float: left;
}
#sidebar {
	float: right;
	width: 230px;
	margin-top: 20px;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	}
#sidebar li {
	margin:0;
	padding:5px;
	list-style: none;
	}
#sidebar a {
	font-size: 18px;
	font-family: "Trebuchet MS", "Arial", "Georgia", "Verdana", sans-serif;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}

	
/**** Page Layout ****/

html {
	height: 100%;
	margin:0;
	overflow-x: hidden;
	overflow-y: auto;
	}

body {
	height: 100%;
	margin: 0;
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/background-gradient.png') repeat-x top;
	}
	
#page {
	margin: 0 auto;
	background-color: #fff;
	width: 961px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	}
	
#top-bar {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/background-gradient.png');
	overflow: hidden;
	height: 30px;
	}
	
#header {
	position: relative;
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/header.jpg');
	height: 265px;
	}
	
#footer {
	background-color: #fff;
	position: relative;
	height: 113px;
	clear: both;
	}
	
#content, 
.post, 
.entry {
	position: relative;
	}
	
/*** Background ***/

#background-left {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/background-left.jpg') no-repeat 0px 30px;
	position: absolute;
	width: 359px;
	/*height: 985px;*/
	height:100%;
	left: -359px;
	}
	
#background-right {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/background-right.jpg') no-repeat 0px 30px;
	position: absolute;
	width: 359px;
	/*height: 985px;*/
	height:100%;
	right: -359px;
	}	
	
/**** Page Navigation ****/

#navigation {
	position: absolute;
	left: 10px;
	bottom: 0px;
	}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}	
#navigation li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;	
	width: 154px;
	height: 43px;
	overflow:hidden;
	}
#navigation a {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/menu-button2.png');
	font-family: "Trebuchet MS", "Arial", "Georgia", "Verdana", sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	width: 149px;
	line-height: 43px;
	display: block;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	margin-left: 5px;
	}

#navigation a:hover {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/menu-button2-highlight.png');
	color: #fff;
	cursor: hand;
	}
	
.page_item ul {
	display: none; /* Don't display sub-pages */
	}
	
/*** Top Bar ***/

#top-bar-separator {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/top-bar-separator.gif');
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2px;
	height: 28px;
	overflow: hidden;
	}

#home-button {
	position: absolute;
	border: 0;
	width: 300px;
	height: 200px;
	left: 0;
	top: 0;
	text-decoration: none;
	}

#header-logo-top {
	position: absolute;
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/header-logo-top.jpg');
	width: 113px;
	height: 30px;
	left: 121px;
	}
	
#turborilla-button {
	position: relative;
	float: right;
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/turborilla-button.jpg');
	width: 152px;
	height: 30px;
	text-decoration: none;
	}
	
#on-the-web {
	position: relative;
	float: right;
	color: #fff;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 10px;
	margin: 8px 10px 0 0;
	}
#on-the-web a {
	font-family: "Verdana", "Arial", sans-serif;
	text-decoration: none;
	color: #fff;
	}
#on-the-web a:hover {
	text-decoration: underline;
	}
	
#top-bar-page {
	position: relative;
	width: 970px;
	height: 100%;
	margin: 0 auto;
	}	
	
/*** Contact ***/

table.contentpane {
	border:medium none;
	width:100%;
}

table.infotable {
	margin: 0;
}	

.contentheading {
	color: #f00;
	font-size: 18px;
	line-height:normal;
}

.inputbox {
	background:#F0F0F0 none repeat scroll 0 0;
	border:1px solid silver;
	margin-bottom:2px;
}

.inputbox:hover, .inputbox:focus {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #888888;
}
 
/*** Header ***/

a.demo-button {
	position: absolute;
	border: 0;
	left: 633px;
	top: 62px;
	width: 200px;
	height: 48px;
	text-decoration: none;
	}
	
a:hover.demo-button {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/yellow-button-highlight.jpg') no-repeat;
	}
	
a.full-version-button {
	position: absolute;
	left: 636px;
	top: 114px;
	width: 200px;
	height: 48px;
	text-decoration: none;
	}
	
a:hover.full-version-button {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/green-button-highlight.jpg') no-repeat;
	}	
	
/*** Footer ***/
	
#footer-bar {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/footer.gif') no-repeat center top;
	height: 80px;
	width: 961px;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	padding-bottom: 33px;
	}
	
#footer-icons {
	position: absolute;
	left: 20px;
	top: 0px;
	}
#youtube-icon {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/youtube.png');
	text-decoration: none;
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	}
#facebook-icon {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/facebook.png');
	text-decoration: none;
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	}
#moddb-icon {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/moddb.png');
	text-decoration: none;
	width: 48px;
	height: 48px;
	display: block;
	float: left;
}	
	
#footer-links {
	text-align: right;
	font-family: "Trebuchet MS", "Georgia", "Verdana", sans-serif;
	position: absolute;
	bottom: 13px;
	right: 25px;
	}
#footer-links a {
	text-decoration: none;
	color: #000;
	}
#footer-links a:hover {
	color: #f00;
	}	
	
#rider-fall {
	position: absolute;
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/fall.png') no-repeat center top;
	width: 506px;
	height: 562px;
	bottom: 0px;
	left: -370px;
	}	

/*** Demo page ***/

.demolink-big a{
	width: 281px;
	height: 76px;
	font-family: "Trebuchet MS", "Georgia", "Verdana", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 83px;
	display: block;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	color: #fff;
	}
	
.demolink-big a:hover {
	color: #fff;
	text-decoration: underline;
	}

.demolink-small {
	width: 148px;
}
	
.demolink-small a{
	width: 133px;
	height: 41px;
	font-family: "Trebuchet MS", "Georgia", "Verdana", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 37px;
	display: block;
	text-decoration: none;
	text-indent: 49px;
	overflow: hidden;
	color: #fff;
	margin-top: 3px;
	}
	
.demolink-small a:hover {
	color: #fff;
	text-decoration: underline;
	}	

.button-green {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/button_green.png');
	width: 192px;
	height: 38px;
	font-family: "Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 35px;
	display: block;
	text-decoration: none;
	text-indent: 20px;
	overflow: hidden;
	color: #fff;
	margin-bottom: 15px;
	margin-right: 15px; 
}

.button-green:hover {
	color: #fff;
	text-decoration: underline;
}

.button-yellow {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/button_yellow.png');
	width: 192px;
	height: 38px;
	font-family: "Trebuchet MS", "Arial", "Verdana", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 35px;
	display: block;
	text-decoration: none;
	text-indent: 20px;
	overflow: hidden;
	color: #fff;
	margin-bottom: 15px;
	margin-right: 15px; 
}

.button-yellow:hover {
	color: #fff;
	text-decoration: underline;
}

.download-windows-big {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/download-windows-big.jpg');
	}
.download-mac-big {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/download-mac-big.jpg');
	}	
.download-linux-big {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/download-linux-big.jpg');
	}	
	
.download-windows-small {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/download-windows-small.jpg');
	}
.download-mac-small {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/download-mac-small.jpg');
	}	
.download-linux-small {
	background: url('http://d3lsbyjmf2zrlu.cloudfront.net/download-linux-small.jpg');
	}	

/*** Mail Chimp ***/
/* Make a custom style */