/*
	Author Name	: Dan
	Author Site	: http://improvpastence.com
	Style Name	: U2
	Style URI	: http://improvpastence.com/?page_id=37
	Version		: 1.0
	Comments	:
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Myriad Apple Medium', Lucida Grande, Verdana, Arial, Sans-Serif;
	color: #A2A5A9;
	background-color: #000;
	text-align: center;
	margin: 20px 0 30px;
	}
	
#page {
	border: 0px solid #000;
	background: #000;
	}
	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #BC0905;
	}
	
ul.menu li a:hover {
	background: #000;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #fff !important;
	background: #A2A5A9;
	text-decoration: none;
	}
	
.primary img {
	margin-left: -5px;
	padding: 4px;
	border: 1px solid #000000;
	max-width: 100%;
	}
	
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none;
	}

.secondary {
	font: 1em/1.5em 'Myriad Apple Medium', Lucida Grande, Verdana, Arial, Sans-Serif;
	padding: 10px 0;
	margin: 0 0 20px 71%;
	width: 26%;
	color: #A2A5A9;
	/* The following are IE Fixes */
	_margin-left: 0%;
	_margin-right: -3%;
	_width: 28%;
	}
	
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #A2A5A9;
	}	

a:hover, a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #BC0905;
	}

a {
	color: #BC0905;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #BC0905;
	}

#primary .entry-content {
	color: #A2A5A9;
}

blockquote {
	color: #A2A5A9 !important;
	background: url('commons/quote_black.png') 10px 0 no-repeat;
	}

.comments #commentlist li.bypostauthor {
	background: #000;
	}

.comments #commentlist li.bypostauthor blockquote {
	background: url('commons/quote_black.png') 10px 0 no-repeat;
	color: #eee;
	}

#pinglist {
	background: #060708;
	}

#bannervista, .bannervista {
	background-image: url(http://blogsport.de/wp-images/anzeige_white.gif);
	}

/* Rolling Archives Slider */
#current-content #pagetrack,
#dynamic-content #nested_pagetrack {
	margin: 0 auto;
	width: 218px;
	height: 18px;
	background: url('commons/sliderbgleft.png') no-repeat center left;
}

#current-content #pagetrackend,
#dynamic-content #nested_pagetrackend {
	height: 18px;
	background: url('commons/sliderbgright.png') no-repeat center right;
	}

#current-content #pagehandle,
#dynamic-content #nested_pagehandle {
	width: 18px;
	height: 18px;
	background: url('commons/sliderhandle.png') no-repeat center center;
	cursor: e-resize;
	}

/* Feed Icon */

.secondary .metalink {
	position: absolute;
	right: 0;
	z-index: 1;
	}
.secondary .metalink .feedlink {
	background-image: url('commons/feed-icon-red-14x14.gif');
	width: 14px;
	height: 14px;
	display: block;
	}
.secondary .metalink .feedlink img {
	display: none;
	}
.secondary div div .metalink {
	position: relative;
	}

