/*
Theme Name: Motogpix
Theme URI: http://www.dizzain.com/blog_customization/
Description: The WordPress theme for site <b>Motogpix</b>.
Version: 1.0
Author: Dizzain.com
Author URI: http://www.dizzain.com/
*/

html { width: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/16px Arial, Verdana, Tahoma;
	color: #585858;
	background: #eaeaea url("images/back.gif") 0 0 repeat-x;
}

a img, fieldset {
	border: none;
}

legend {
	display: none;
}

p {
	margin: 10px 0 0 0;
}

ul, ol {
	margin: 10px 0 0 20px;
}

pre {
	font: 14px/16px "Courier New", Courier, monospace;
	color: #333;
	margin: 10px 0;
}

a {
	color: #af0108;
}

a:hover {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	outline:none;
}

.overflow {
	overflow: auto;
}

abbr {
	border: 0;
	text-decoration: none;
}

/*
	Layonts
*/

#back {
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1291px;
	overflow: hidden;
	background: url("images/wrapper.jpg") center 0 repeat-y;
}

#wrapper {
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1291px;
	overflow: hidden;
	background: url("images/container.jpg") center 0 no-repeat;
}

#wrapper2 {
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1291px;
	overflow: hidden;
	background: url("images/bottom.jpg") center bottom no-repeat;
}

#container {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}

#header {
	margin: 0 auto;
	width: 1000px;
	height: 117px;
	overflow: hidden;
}

#content {
	float: left;
	width: 1000px;
	padding-top: 30px;
	background: url("images/content.jpg") 0 0 no-repeat;
	overflow: hidden;
}

#content_wrapper {
	float: left;
	width: 1000px;
	padding: 0 0 30px;
	overflow: hidden;
}

	#left {
		float: left;
		width: 728px;
		/*margin-left: 20px;*/
	}

	#right {
		float: left;
		width: 250px;
		margin-left: 20px;
	}

#footer {
	float: left;
	width:  1000px;
	height: 85px;
	background: url("images/footer.png") 0 0 repeat-x;
}

/*
	Header
*/



/*
	Logo
*/

#logo {
	float: left;
	width: 301px;
	height: 58px;
	margin: 15px 0 0 0px;
}

	#logo h1 {
		position: relative;
		font: bold 28px/35px Arial, Tahoma, sans-serif;
		margin: 0;
		padding: 0;
	}

		#logo h1 a {
			display: block;
			width: 301px;
			height: 58x;
			cursor: pointer;
			color: #fff;
		}

		#logo h1 span {
			position: absolute;
			width: 301px;
			height: 58px;
			background: url("images/logo.png") center no-repeat;
		}

/*
	Menu
*/

#menu {
	float: right;
	width: 450px;
	height: 85px;
}

	#menu ul {
		float: left;
		padding: 0;
		list-style-type: none;
		height: 30px;
		width: 450px;
		margin: 30px 0 0;
	}

		#menu ul li {
			float: left;
			margin: 0 5px 0 0;
			font: bold 17px/30px Arial, Tahoma, sans-serif;
			padding: 0;
			height: 30px;
			text-transform: uppercase;
			letter-spacing: -1px;
		}

			#menu ul li a {
				color: #666;
				display: block;
				text-decoration: none;
				padding: 0 0 0 8px;
			}

				#menu ul li a span {
					padding-right: 8px;
					text-decoration: none;
				}

			#menu ul li.active a,
			#menu ul li a:hover {
				color: #ffd932;
				display: block;
				text-decoration: none;
				background: url("images/menu_left.png") 0 0 no-repeat;
			}

				#menu ul li.active a span,
				#menu ul li a:hover span {
					display: block;
					background: url("images/menu.png") right top no-repeat;
					text-decoration: none;
				}


#gp {
	float: left;
	width: 1031px;
	height: 30px;
}

	#gp ul {
		float: left;
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 30px;
		width: 1000px;
		background: #e6e6e6;
		border-bottom: 2px solid #fae300;
		padding-left: 30px;
	}

		#gp ul li {
			float: left;
			font: 11px/30px Arial, Tahoma, sans-serif;
			/*padding: 0 5px 0 5px;*/
			height: 30px;
			background: url("images/gp_sep.png") right center no-repeat;
			color: #848484;
		}

			#gp ul li span {
				display: block;
				padding: 0 5px 0 5px;
			}

			#gp ul li a {
				color: #848484;
				display: block;
				padding: 0 5px 0 5px;
				text-decoration: underline;
			}

				#gp ul li a.a {
					color: #af0108;
				}

			#gp ul li a:hover {
				background: transparent;
			}

				#gp ul li a.a.c,
				#gp ul li a.a:hover {
					background: #ffe14c;
				}

/*
	Content
*/

/* Banner */
#left .banner {
	float: left;
	width: 728px;
	height: 90px;
	margin: 10px 0;
}

	#left .banner.small {
		float: left;
		width: 728px;
		height: 15px;
		margin: 10px 0;
	}

/* Posts */
#left .posts {
	float: left;
	width: 728px;
}

	#left .posts .post {
		float: left;
		width: 728px;
		margin: 10px 0;
	}

		#left .posts h2 {
			font: bold 21px/24px Arial;
			text-transform: uppercase;
		}

		#left .posts .post .info {
			float: left;
			width: 728px;
		}

			#left .posts .post .info .date {
				float: left;
				width: 97px;
				height: 57px;
				background: url("images/date.png") 0 0 no-repeat;
			}

				#left .posts .post .info .date .d {
					float: left;
					width: 50px;
					height: 57px;
					font: bold 30px/57px Arial;
					text-align: center;
					color: #ffd932;
				}

				#left .posts .post .info .date .m {
					float: left;
					width: 47px;
					height: 57px;
					font: bold 16px/16px Arial;
					text-align: center;
					text-transform: uppercase;
					color: #ffd932;
					padding-top: 12px;
				}

			#left .posts .post .info .title {
				float: left;
				width: 570px;
				height: 57px;
				color: #585858;
				margin-left: 20px;
			}

				#left .posts .post .info .title h3 {
					font: bold 21px/24px Arial;
					text-transform: uppercase;
				}

					#left .posts .post .info .title h3 a {
						color: #585858;
						text-decoration: none;
					}

				#left .posts .post .info .title p {
					font: 11px/12px Arial;
					color: #818181;
					margin: 2px 0 0;
				}

				#left .posts .post .info .title p a {
					color: #af0108;
				}

			#left .posts .post .info .commentsinfo {
				float: right;
				width: 28px;
				height: 57px;
			}

				#left .posts .post .info .commentsinfo a {
					display: block;
					width: 28px;
					height: 24px;
					background: url("images/comments.png") 0 0 no-repeat;
					font: bold 11px/16px Arial;
					color: #961316;
					text-align: center;
					text-decoration: none;
				}


	#left .posts .post .entry {
		float: left;
		width: 728px;
		margin-top: 10px;
	}

		#left .posts .post .entry table {
			width: 100%;
		}

			#left .posts .post .entry table th {
				background: url("images/table_th.png") 0 0 repeat-x;
				padding: 10px;
				font: bold 12px/16px Arial;
				text-transform: uppercase;
				color: #ffd932;
				text-align: left;
			}

			#left .posts .post .entry table tr {
				background: #e2e2e2;
			}

			#left .posts .post .entry table tr.odd {
				background: #f1f1f1;
			}

			#left .posts .post .entry table td {
				padding: 10px;
				font: 12px/16px Arial;
				text-align: left;
			}

	/* Comments */
	#left .posts .comments {
		float: left;
		width: 728px;
		margin: 10px 0;
	}

		#left .posts .comments h3 {
			font: bold 17px/20px Arial;
			text-transform: uppercase;
			color: #656565;
			letter-spacing: -1px;
		}

			#left .posts .comments h3 span {
				color: #af0108;
			}

		#left .posts .comments ol {
			list-style-type: none;
			float: left;
			margin: 10px 0 20px 10px;
			width: 100%;
		}

			#left .posts .comments ol li {
				float: left;
				margin: 0 0 10px;
			}

				#left .posts .comments ol li .comment-author, #left .posts .comments ol li cite {
					font: bold 12px/16px Arial;
					text-transform: uppercase;
				}

			#left .posts .comments ol li .number {
				float: left;
				width: 40px;
			}

				#left .posts .comments ol li .number div {
					float: left;
					width: 25px;
					height: 17px;
					background: url("images/position.png") center 0 no-repeat;
					text-align: center;
					font: bold 12px/17px Arial;
				}

			#left .posts .comments ol li .comment {
				float: left;
				width: 600px;
				border-bottom: 1px solid #ddd;
				padding: 0 0 10px;
			}

/* Commentform */

#commentform {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 10px 0 20px 50px;
}

	#commentform .logged {
		margin: 0 0 10px 10px;
	}

	#commentform div {
		float: left;
		width: 254px;
		height: 34px;
		margin: 0 0 5px;
		background: url("images/comment_field.png") 0 0 no-repeat;
		clear: both;
	}

		#commentform div label {
			float: left;
			width: 65px;
			font: bold 14px/34px Arial;
			color: #af0108;
			text-transform: uppercase;
			letter-spacing: -1px;
			margin-left: 15px;
		}

			#commentform div input {
				float: left;
				width: 160px;
				font: 14px/20px Arial;
				margin-top: 7px;
				height: 20px;
				border: 0;
			}

	#commentform div.t {
		float: left;
		width: 462px;
		height: 134px;
		margin: 0 0 5px;
		background: url("images/comment_text.png") 0 0 no-repeat;
		clear: both;
	}

		#commentform div.t textarea {
			float: left;
			width: 450px;
			height: 85px;
			margin: 10px 0 0 10px;
			font: 12px/16px Arial;
			border: 0;
		}

		#commentform div.t input {
			float: right;
			width: 64px;
			height: 25px;
			border: 0;
			background: url("images/comment_submit.png") 0 0 no-repeat;
			margin: 5px 10px 0 0;
			cursor: pointer;
		}

/* Navigation */
#left .navigation {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 20px 0;
}

	#left .navigation a {
		font: bold 17px/20px Arial;
		color: #575757;
		text-decoration: none;
		text-transform: uppercase;
	}

	#left .navigation .alignleft a {
		background: url("images/prev.png") 0 center no-repeat;
		padding-left: 16px;
	}

	#left .navigation .alignright a {
		background: url("images/next.png") right center no-repeat;
		padding-right: 16px;
	}

/*
	Aside
*/

#right h3 {
	font: bold 17px/24px Arial;
	color: #af0108;
	margin: 5px 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#right h4 {
	font: bold 15px/10px Arial;
	color: #656565;
	margin: 5px 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}

/* Next grand prix */

#right .next_gp {
	float: left;
	width: 250px;
}

	#right .next_gp .timer {
		float: left;
		width: 250px;
		height: 63px;
		background: url("images/timer.jpg") 0 0 no-repeat;
		font: 24px/46px Arial;
		color: #6b6b6b;
	}

		#right .next_gp .timer .d, #right .next_gp .timer .h {
			float: left;
			width: 55px;
			text-align: center;
		}

		#right .next_gp .timer .m, #right .next_gp .timer .s {
			float: left;
			width: 48px;
			text-align: center;
		}

	#right .next_gp .table {
		float: left;
		width: 250px;
		margin-top: 10px;
	}

		#right .next_gp .table tr a {
			color: #AF0108;
			text-decoration: underline;
		}

			#right .next_gp .table tr.a {
				font-weight: bold;
			}

			#right .next_gp .table tr.a a {
				color: #af0108;
				text-decoration: underline;
			}

		#right .next_gp .table td {
			padding: 2px;
		}

		#right .next_gp .table td.r {
			padding-left: 20px;
			background: url("images/table_r.png") 0 center no-repeat;
		}

		#right .next_gp .table td.t {
			padding-left: 20px;
			background: url("images/table_t.png") 0 center no-repeat;
		}

/* Standings */

#right .standings {
	float: left;
	width: 250px;
	margin-top: 20px;
}

	#right .standings .top {
		float: left;
		width: 250px;
	}

		#right .standings .top .title {
			float: left;
			width: 200px;
		}

		#right .standings .top .more {
			float: right;
			width: 50px;
		}

			#right .standings .top .more a {
				text-indent: -2000px;
				background: url("images/more.png") 0 0 no-repeat;
				width: 40px;
				height: 14px;
				display: block;
				margin-top: 10px;
			}

	#right .standings .place {
		float: left;
		width: 250px;
		height: 35px;
		border-bottom: 1px solid #ddd;
		margin: 3px 0;
	}

		#right .standings .place .p {
			float: left;
			width: 25px;
			background: url("images/position.png") 0 0 no-repeat;
			height: 30px;
			text-align: center;
			font: bold 12px/30px Arial;
			color: #4a4a4a;
		}

			#right .standings.team .place .p {
				height: 20px;
				text-align: center;
				font: bold 12px/20px Arial;
				margin-top: 7px;
			}

		#right .standings .place .i {
			float: left;
			width: 30px;
			margin-left: 5px;
		}

		#right .standings .place .n {
			float: left;
			width: 145px;
			margin-left: 5px;
		}

			#right .standings .place .n .s {
				float: left;
				width: 145px;
				font: bold 12px/16px Arial;
				color: #585858;
			}

			#right .standings .place .n .t {
				float: left;
				width: 145px;
				font: 11px/14px Arial;
				color: #7c7c7c;
			}

			#right .standings.team .place .n {
				float: left;
				width: 180px;
				margin-left: 5px;
				font: bold 12px/32px Arial;
			}

		#right .standings .place .o {
			float: left;
			width: 33px;
			height: 30px;
			background: url("images/points.png") 0 0 no-repeat;
			text-align: center;
			font: bold 12px/30px Arial;
			color: #4a4a4a;
		}

/* Banner */

#right .banner {
	float: left;
	width: 250px;
	margin-top: 10px;
}

#right .search {
	float: left;
	width: 250px;
	margin: 10px 0 30px 0;
}


/*
	Footer
*/

#footer div {
	margin: 20px 0 0 ;
}

#footer p {
	font: bold 12px/14px Arial;
	margin: 5px 20px;
	color: #fff;
}

#footer a {
	color: #fff;
}

	#footer p.dizzain {
		color: #ffd932;
		font: 11px/12px Arial;
		margin: 0 0 0 32px;
	}

	#footer p.dizzain a {
		color: #ffd932;
	}

/*
	Other styles
*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.grey {
	color: #9c9c97;
}


/*
	Search form
*/

#searchform div {
	background: url("images/searchform.png") 0 0 no-repeat;
	width: 254px;
	height: 34px;
}

	#searchform input {
		float: left;
	}

	#searchform .field {
		height: 24px;
		padding-top: 8px;
		border: 0 none;
		width: 160px;
		margin-left: 25px;
		background: none;
		font-size: 14px;
		line-height: 20px;
	}

	#searchform .button {
		height: 31px;
		line-height: 31px;
		border: 0 none;
		background: none;
		width: 66px;
		cursor: pointer;
		font: bold 15px/31px Arial;
		text-transform: uppercase;
		text-align: center;
	}


/*
	Images
*/

#content p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignright {
	padding: 4px;
	margin: 10px 0 10px 10px;
	display: inline;
}

#content img.alignleft {
	padding: 4px;
	margin: 10px 10px 10px 0;
	display: inline;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

H1.tagline {
	font-size:23px;
	font-weight:normal;
	letter-spacing:-0.5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-bottom:0px;
	}

H2{
	font-size:19px;
	font-weight:normal;
	line-height:120%;
	letter-spacing:-0.5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-bottom:12px;
	}
	
