/*
Theme Name: badriathlon
Theme URI: http://www.sebastiangrassl.de
Description: Dark stlye clean WordPress 3 Theme.
Version: 0.1a
Author: seb
Author URI: http://www.sebastiangrassl.de
Tags: dark, breadcrumb, wordpress 3
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS

/*	##################################
   	GENERAL
	################################## */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	margin: 0px;
	padding: 0px;
	background: #005da1 url(img/bg-body.png) repeat-x left top;
	color: #000;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
}

a {
	color: #005DA1;
}

p {
	margin: 0 0 12px 0;
	padding: 0px;
	line-height: 19px;
}

img {
	border: none;
}
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 220px;
	width:100%;
	background: url(img/bg-header.png) no-repeat center top;
	z-index: 2; /* IE z-index bug */
}

#content {
  width : 960px;
	background-color: #fff;
	z-index: 1; /* IE z-index bug */
	background-color : #D1EDEF;
}

#content-left {
	float: left;
	width: 630px;
	padding: 10px 20px;
	background-color : #fff;
}

#content-right {
	float: right;
	width: 290px;
	background-color : transparent;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1#blog-title {
	float: left;
	margin: 50px 10px 0 0;
	padding: 0px;
	font-size: 18px;
}

h1#blog-title a {
	color: #fff;
	text-decoration: none;
}

h1#blog-title a:hover {
	text-decoration: underline;
}

h2#blog-description {
	/*float: left;*/
	margin: 28px 0 0 0;
	padding: 0px;
	color: #c8cf02;
	font-size: 18px;
	font-weight: bold;
}

h2#category-title {
	margin: -10px 0 30px 0;
}

h3.post-title {
	margin: 0 0 8px 0;
	padding: 0px;
	color: #8CBB15;
	font-size: 18px;
}

h3.post-title a {
	color: #8CBB15;
	text-decoration: none;
}

h3.post-title a:hover {
  color : #5F7F0F;
}

h4.sidebar-title {
	margin    : 0 0 10px 0;
	padding   : 0px;
	color     : #000;
	font-size : 14px;
}

h4.content-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */

#rss {
	position: absolute;
	right: 0px;
	bottom: 40px;
	line-height: normal;
}

#rss a {
	display: block;
	padding: 0 30px 0 0;
	background: url(img/bg-rss.png) no-repeat right center;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	color: #fff;
}

#rss a:hover {
	text-decoration: underline;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	margin: 0 auto;
	width: 960px;
	display:block;
	font-weight : bold;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 10px;
	line-height:38px;
	border-right : 1px solid #8CBB15;
	border-left : 1px solid #A9CD2F;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	padding-left : 0px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	border-bottom: 1px solid #A9CD2F;
}

#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#8CBB15;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#A9CD2F;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

#content-left a {
	color: #005DA1;
	font-weight : bold;
}

#content-left a:hover {
	color: #5F7F0F;
}

#content-left h4 {
  font-size  : 1.2em;
	color: #1693A7;
}

.breadcrumb {
  display : none;
  margin-bottom  : 20px;
  background: url(img/bg-box-right.gif) repeat-x left bottom;
}

.box-left, .post, .page {
	margin: 0 0 40px 0;
}

.sticky {
	padding: 20px;
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
}

.tags {
	padding: 0 0 0 15px;
	background: url(img/bg-tags.gif) no-repeat left center;
}
	
.meta {
	padding: 10px 0 0 0;
	color: #666;
	border-top: 1px dotted #5d5d5d;
	clear: both;
}

.meta-top {
	padding: 0px;
	margin-bottom : 10px;
	color: #666;
	border-bottom: 1px dotted #5d5d5d;
	clear: both;
}

.meta-date {
	padding: 0 10px 0 15px;
}

.meta-categories {
	padding: 0 10px 0 15px;
}

.meta-comments {
	padding: 0 10px 0 15px;
}

.box-left ol, .post ol, .page ol {
	line-height: 22px;
}
 
.box-left ul, .post ul, .page ul {
	line-height: 19px;
	padding: 0 0 0 20px;
	list-style: none;
}

.box-left ul li, .post ul li, .page ul li {
	padding: 0 0 0 5px;
	margin : 0 0 0 15px;
	list-style-type : square;
}

/** CONTENT RIGHT */

.box-right, .widget-container {
	margin: 0px;
	padding: 15px;
	background: url(img/hor-ruler.png) repeat-x left bottom;
}

.widget-container { list-style-type : none; }

.box-right ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin : 0 0 0 10px;
	padding: 5px 0px 5px 5px;
	list-style-type : square;
}

.box-right li a {
	padding: 5px 0;
	text-decoration: none;
	color : #000;
}
.box-right li a:hover { text-decoration : none; }


.box-right li ul {
	padding: 5px 0 0 0;
}

/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px;
}

th {
	background: #006990;
	color: #fff;
}

tr.even {
	background: #2a2a2a;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #2a2a2a;
	line-height: 22px;
	border: 1px solid #3a3a3a;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 5px solid #2a2a2a;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	background: #D1EDEF;
	border: 2px solid #005DA1;
}

legend {
	color: #006990;
	font-size: 14px;
}

label {
	display: block;
	margin: 0 0 5px 0;
}
	
input, textarea {
	width: 50%;
	height: 16px;
	margin: 0 0 8px 0;
	padding: 8px;
	color: #5d5d5d;
	background: #fff;
	border: 2px solid #D1EDEF;
}

textarea {
	width: 80%;
	height: 150px;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button ,.cform input.sendbutton {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: url(img/bg-form-submit-blue.png) no-repeat left top;
  font-size : 14px;
	border: none;
	color: #fff;
}

input.submit:hover, input.button:hover ,.cform input.sendbutton:hover {
  cursor : pointer;
  background: url(img/bg-menu-hover-blue.png) repeat-x left top;
}
	
/** SEARCHFORM */

#content #searchform {
	width: 250px;
}
	
#searchform #search {
	float: left;
	width: 200px;
	height: 16px;
	padding: 3px;
	color: #5d5d5d;
}

#searchform #search-submit {
	float: right;
	width: 30px;
	height: 24px;
	margin: 0px;
	padding: 0px;
}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 0 0;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 0 40px 40px 40px;
	background: #2a2a2a;
}

#trackbacks ul {
	margin: 0 0 40px 0;
	padding: 40px 40px 30px 40px;
	background: #2a2a2a;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
	background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
	background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	color: #5d5d5d;
	line-height: 22px;
}

#response textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

#response label {
	display: block;
	line-height: 20px;
}

#response input.text {
	width: 420px;
	height: 20px;
	margin: 0px;
	padding: 5px;
}

#response input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 5px 0;
	color: #006990;
	font-size: 14px;
}

.comment-author a {
	color: #006990;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
	padding: 20px 40px;
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist li {
	margin: 7px 0 0 0;
	padding: 20px 0 20px 20px;
	background: #fff;
	list-style: none;
  border-bottom : 1px solid #ddd;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
}

.commentlist li a {
	color: #f8dec7;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #1f1f1f;
	border: 1px solid #5d5d5d;
	border-right: none;
	border-bottom: none;
}

.reply a {
	display: block;
	height: 25px;
	line-height: 25px;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
	color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: #2a2a2a;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: #3a3a3a;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background-color : transparent;
	border-top        : 3px solid #fff;
	border-bottom    : 3px solid #fff;
}

#footers-foot {
	background-color : transparent;
	margin-bottom : 10px;
	width : 960px;
	margin : 0px auto;
	text-align : center;
	padding-bottom : 5px 0px 15px;
}

#footers-foot img {
  margin : 3px 20px;
}


#footer {
	width: 960px;
	margin: 0 auto;
	color : #fff;
}

#footer a { color : #aaa; font-weight:bold; }
#footer a:hover { color : #aaa; font-weight:bold; }

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}

#legal {
	float: left;
	width: 450px;
}

/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
  border: 1px solid #bbb;
  text-align: center;
  background-color: #eee;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #3a3a3a;
}

.bold {
  font-weight : bold;
}

/* guestbook comment numbers */
div.comment-number {
float: right;
text-align: right;
font-size: 2.5em;
font-weight: bold;
font-family: 'Times New Roman', Times, serif;
padding: 8px 0;
color: #eee;
}

.guestbook input { 
	padding   : 3px;
	border    : 1px solid #aaa; 
	font      : 1em Trebuchet MS,sans-serif;
	color     : #888;
  margin-right : 20px;
	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}

.guestbook .submit_button {
  width     : 250px;
  height    : 23px;
  background : transparent url(img/bg-menu-hover-blue.png) repeat-x scroll left top;
	padding   : 3px;
	border    : 1px solid #aaa; 
	font      : 1em Trebuchet MS,sans-serif;
	color     : #fff;
  font-weight : bold;
}

.guestbook  label {
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #666;
	font:1em Trebuchet MS,sans-serif;
}


/* xxx cforms styles for late xxx */

.linklove, .cf_hidden { display: none; }

#download_button {
    display: block;
    width: 250px;
    height: 35px;
    background: url(img/download-button.png) no-repeat 0 0;
    /* Hide "Buy now" text by moving it beyond
     * the browser viewport */
    text-indent: -9999px;
    /* Because of the outline:none property, we must visually style
     * the :focus pseudo-class for keyboard users */
    outline: none;
}
/* :hover and :focus have the same style property */
a:hover#download_button, a:focus#download_button {
    /* -50px for the y-axis value of the background-position property
     * places the background on the bottom-half of the CSS sprite */
    background: url(img/download-button.png) no-repeat 0 -35px;
}


