/*
Theme Name: Extreme Sport Theme
Theme URI: http://www.themesbase.com
Description: Extreme Sports
Version: 1.0
Author: boranoff@themebase.com
*/
/*-----------Block Level Elements--------------*/

* {
	padding: 0;
	margin: 0;
}

Body {
	background: #ddd;
	text-align: center;
}

#page {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	background: url(images/bg.png);
	color: #fff;
}
#p1 {
	background: url(images/left.png) repeat-y left;
}
#p2 {
	background: url(images/right.png) repeat-y right;
	padding-top: 10px;
}
#header {
}

#headerimg {
	height: 141px;
	width: 100%;
	background: url(images/header.jpg) no-repeat center;
}

.description {
	color: #fff;
	display: inline;
	float: right;
	text-align: right;
	margin-right: 30px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 8pt;
	margin-top: -14px;	
	background: #000;
	padding: 1px 5px;
}

#wrapper {
	padding: 0 25px;
	margin: 10px 10px;
}

#content {
	width: 68%;
	float: left;
	margin-right: 2%;
}
#respond:target+#commentform, #comments:target+ol {
	background: #222;
	border: solid 1px #333;
	padding: 4px;
	margin: -5px;
}
.commentlist img {
	border: none;
	padding: 0;
	margin: 0;
}
#footer {
	background: url(images/btm.png) repeat-x center bottom ;
	padding: 0 20px 30px;
	text-align: center;
	clear: both;
	font-size: 8pt;
}
#footer p{
	font-size: 7pt;
	color: #888;
}
#footer p a{
	color: #aaa;
}
/*------------Default---------------*/
p {
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin-top: 10px;
}
p img {
	margin: 5px;
	padding: 2px; 
	border: solid 1px #666	;
}
ul {
	list-style: none;
}
textarea {
	width: 90%
}
/*-------------Headings-------------*/

h1 a{
	text-indent: -3000px;
	display: block;
	height: 140px;
	width: 100%;
	font-size: 12pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 11pt;

}

h4 {
	font-size: 10pt;

}

h5 {

}

/*-------------The Post-------------*/



h3 a, h2 a:visited, h2 a {
	background: url(images/hd2.png) right center;
	height: 29px;
	margin-top: 10px;
	line-height: 25px;
	text-decoration: none;
	display: block;	
	color: #ccc;
}
h2 a:hover {
	color: #fff;
}
.post {
	margin: 10px 0;
}
#content .post h2 {
	border-bottom: none;
}
.post p {

}

.post p a {
	color: #FFCC99;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
	font-size: 7pt;
	color: #777;
	text-align: right;
	background: #222;
	border: solid 1px #333;
}
.postmetadata alt {
	background: #d00;
	font-size: 7pt;
}

#content .postmetadata a {
	text-decoration: none;
	color: #ff0;
	color: #aaa;
}
.navigation {
	font-size: 9pt;
	position: relative;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.center {

}

#content h2, .pagetitle {
	color: #f00;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: solid 1px #700;
}

blockquote {

}

cite {

}
a {
	color: #ccc;
}
a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/
#sidebar {
	font-size: 10pt;
	margin-left: 70%;
	_margin-left: 65%;
}
#sidebar ul {
}

#sidebar ul h2 {
	background: url(images/hd2.png) no-repeat right center ;
	padding: 0;
	line-height: 29px;
	height: 29px;
}

#sidebar ul li {
}

#sidebar ul ul {

}

#sidebar ul ul li {
	padding-left: 5px;
	
}

#sidebar ul ul ul {

}

#sidebar p {
}

#sidebar a {
	background: url(images/pnt.png) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
}
#sidebar p {
	margin: 6px 0;
	border: solid 1px #444;
	padding: 5px;
	background: #222;
	font-size: 8pt;
}
#sidebar p a {
	background: none;
	padding-left: 0;
	text-decoration: underline;
}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/
#respond {
	border-top: solid 1px #700;
	margin-top: 10px;
}
ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {
	margin-bottom: 10px;
}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

/*-------------Other-------------------*/
input, textarea {
	background: #434343;
	border: solid 1px #c00;
	border-top-color: #700;
	border-left-color: #700;
	color: #ccc;
	font-size: 8pt;
}
input#searchsubmit, input#submit  {
	background: url(images/btn.png);
}

#spf {position: absolute;left: -10000px;};
