/*

Theme Name: ProMag

Description: Great looking mag theme with 2 sidebars and a whole lot of room for your articles. Great colors make this theme amazing!

Version: 1.0

Author: Bingo Web Design

Author URI: http://www.bingowebdesign.info

Tags: blue, green, white, light, three-columns, fixed-width

License: GPL
*/

body {
	margin: 0;
	background: #FCFAED repeat-x url(images/bckbody.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a {}
a:link {}
a:visited {}
a:hover { color:#D90104 !important; text-decoration:underline !important;}
a:active {}

#container:after, #content .post .entry:after, #content .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.menu {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 25px;
	overflow: hidden;
}
.menu li {
	float: left;
	margin: 0 5px 0 0;
	padding: 3px 5px 2px 0;
	background: right top no-repeat url(images/bckmenuli.gif);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu li a {
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.menu li.current_page_item a span,
.menu li.current_page_ancestor a span,
.menu li a:hover {
	background: #fff right top no-repeat url(images/bckmenuliahover.gif);
	color: #666 !important;
	text-decoration: none !important;
}
.menu li a span {
	float: left;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
}
.menu li a:hover span {
	background: no-repeat url(images/bckmenuliahoverspan.gif);
}
.media {
	position: absolute;
	right: 3px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.media li {
	float: left;
	margin: 0 0 0 10px;
	padding: 40px 0 0 0;
	/*width: 55px;*/
	background: no-repeat;
	font-size: 11px;
	font-weight: bold;
}
.media .rss {
	background-image: url(images/rss_icon.gif);
}
.media .facebook {
	background-image: url(images/icon_facebook_32.png);
}
.media .twitter {
	background-image: url(images/icon_twitter.png);
}
.media .kontakt {
	background-image: url(images/icon_phone.gif);
}
.media .newsletter {
	background-image: url(images/icon_email.png);
}
.media .comments {
	background-image: url(images/bckrsscomments.png);
}
.media li a {
	color: #000;
	text-decoration: none;
}
#wrapper {
	background: left bottom repeat-x url(images/bckwrapper.gif);
}
#page {
	margin: 0 auto;
	width: 984px
}
#header {
	position: relative;
	padding: 1px 0 0 0;
	height: 110px;
	color: #000;
	z-index:20;
}
#header h1 {
	margin: 0;
	padding: 0 0 0 110px;
	line-height: 65px;
	background: no-repeat url(http://www.triathlon-verein-berlin.de/wp-content/uploads/tvb09_logo_109x65.gif);
	font-size: 32px;
}
#header h1 a {
	color: #000;
	text-decoration: none;
}
#header h2 {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 24px;
	font-size: 18px;
}
#header h2 a {
	color: #000;
	text-decoration: none;
}
#header p {
	display: inline;
	margin: 0 0 0 15px;
	line-height: 48px;
	font-size: 14px;
}
#header .menu {
	top: 100px;
}
#header .media {
	top: 5px;
}
#header form {
	position: absolute;
	top: 77px;
	right: 10px;
}
#header form * {
	vertical-align: middle;
	border: 0;
}
#header form .text {
	margin: 0 5px 0 0;
	padding: 5px 5px 0 6px;
	width: 165px;
	height: 22px;
	background: no-repeat url(images/bckheaderformtext.gif);
}
* html #header form .text {
	background-attachment: fixed;
}
#header form .btn {
	width: 76px;
	height: 27px;
	background: no-repeat url(images/bckheaderformbtn.gif);
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
#container {
	margin: 19px 0;
	width: 100%;
	z-index:10;
}
#content {
	float: left;
	width: 730px;
}
#content a {
	color: #000;
}
#content .post {
	position: relative;
	margin: 0 0 5px 0;
	padding: 18px 13px 18px 20px;
	width: 690px;
	background-color: #fff;
	border: #AC0300 2px solid;
}
#content .page {
	width: 690px;
}
#content .post .title {
	display: inline;
	margin: 0 50px 0 0;
	vertical-align: middle;
	font-size: 18px;
}
#content .post .title a {
	color: #666;
	text-decoration: none;
}
#content .post .author {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	vertical-align: middle;
	border-left: #666 2px solid;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#content .post .author a {
	color: #81b713;
	text-decoration: none;
}
#content .post .categories, #content .post .tags {
	padding: 0 0 0 20px;
	background: left 2px no-repeat;
	color: #9e9e9e;
}
#content .post .categories a, #content .post .tags a {
	color: #9e9e9e;
	text-decoration: none;
}
#content .post .categories {
	margin: 10px 0 0 0;
	background-image: url(images/bckcontentpostcategories.gif);
}
#content .post .tags {
	margin: 5px 0 0 0;
	background-image: url(images/bckcontentposttags.gif);
}
#content .post .entry {
	margin: 10px 0 0 0;
	width: 100%;
}
#content .post .comments {
	margin: 10px 0 0 0;
	text-align: right;
	background: left 4px repeat-x url(images/bckcontentpostcomments.gif);
	font-size: 10px;
	text-transform: uppercase;
}
#content .post .comments a {
	padding: 0 0 0 25px;
	background: #fff 7px top no-repeat url(images/bckcontentpostcommentsa.gif);
	color: #D90104;
	text-decoration: none;
}
#content .post .date {
	position: absolute;
	right: 13px;
	top: 18px;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 21px;
	background: no-repeat url(images/bckcontentpostdate.png);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#sitemap {
  clear:left;
  width:100%;
  height:465px;
  border: 2px solid black;
  background-color: white;
}
#sitemap li {
  display:inline;
  border:none;
  padding: 0;
  margin:0;
}
#sitemap li li {
  display:inherit;
  width:114px;
  vertical-align:top;
  font-size:12px;
  background:none;
  padding: 0 0 0 5px;
}
#sitemap li li {

}
#sitemap ul ul {
  display:inline-block;
}
#sitemap .sidebar {
  width:100%;
  padding:0;
  margin:0;
}
.sidebar {
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	list-style-type: none;
	width: 250px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidebar li {
	margin: 0 0 2px 0;
	padding: 4px;
	background-color: #fff;
	border: 1px solid;
}
.sidebar li li {
	margin: 0;
	padding: 0 0 0 15px;
	background: left 3px no-repeat url(images/bcksidebarlili.gif);
	border: 0;
}
.sidebar li li a {
	text-decoration: none;
}
.sidebar a {
	color: #000;
}
.sidebar h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 5px;
	line-height: 23px;
	background: no-repeat;
	font-size: 14px;
	color: #fff;
}
.sidebar-first li {
	border-color: #170C0A;
}
.sidebar-first li.widget_pages  li {
	font-size:14px;
	font-weight:bold;
}
.sidebar-first li.widget_pages  li li {
	font-size:12px;
	font-weight:normal;
}
.sidebar-first h3 {
	/*background-image: url(images/bcksidebar-firsth3.png);*/
	background: #AC0300 none no-repeat scroll 0 0;
}
.sidebar-second li {
	border-color: #170C0A;
}
.sidebar-second h3 {
	/*background-image: url(images/bcksidebar-secondh3.png);*/
	background: #2A2522 none no-repeat scroll 0 0;
}
#footer {
	position: relative;
	padding: 58px 0 0 0;
	height: 35px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer .menu {
	top: 0px;
}
#footer .menu a {
	color: #FFF;
}
#footer .media {
	top: 40px;
}
#content .navigation {
	margin: 15px 0;
	width: 100%;
	font-weight: bold;
}
#content .navigation a {
	text-decoration: none;
}
#content .postnavigation {
	margin: 15px 5px;
  font-size:160%;
}
.commentlist, .children {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.children {
	margin: 10px 0 0 10px;
}
.commentlist .comment {
	margin: 0 0 15px 0;
	padding: 5px;
	background-color: #fdfdfd;
	border: #AC0300 1px solid;
}
.commentlist .avatar {
	float: right;
	margin: 0 0 5px 5px;
	border: #AC0300 1px solid;
}
#author, #email, #url, #comment {
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #fff !important;
	border: #323e4e 1px solid;
}
#comment {
	width: 555px;
}
#comments, #respond h3 {
	font-size: 15px;
}
a#cancel-comment-reply-link {
	font-weight: bold;
}
/* A few generic styles used across the site */



a img {
	border: 0;
}
td {
	vertical-align: top;
}
input, textarea, select {
	vertical-align: middle;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
input[type="text"], input[type="password"] {
	padding: 2px;
	background-color: #fff !important;
	border: #323e4e 1px solid;
}
textarea, select {
	padding: 2px;
	background-color: #fff !important;
	border: #323e4e 1px solid;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #323e4e;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #323e4e;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
img.centered {
	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.middle {
	vertical-align: middle;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	color: #000;
}
.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;
}
/* Iconize 0.5 */

/* websites (pictures and movies) */
a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_film.gif) no-repeat center right;
}

a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pic.gif) no-repeat center right;
}

/* extensions */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_doc.gif) no-repeat center right;
}

a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_txt.gif) no-repeat center right;
}

a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_xls.gif) no-repeat center right;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_feed.gif) no-repeat center right;
}

a[href$='.opml'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_opml.gif) no-repeat center right;
}

a[href$='.phps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_phps.gif) no-repeat center right;
}

a[href$='.phps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_phps.gif) no-repeat center right;
}

a[href$='.torrent'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_torrent.gif) no-repeat center right;
}

a[href$='.vcard'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_vcard.gif) no-repeat center right;
}

a[href$='.exe'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_exe.gif) no-repeat center right;
}

a[href$='.dmg'], a[href$='.app'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_dmg.gif) no-repeat center right;
}

a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pps.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pdf.gif) no-repeat center right;
}

a[href$='.xpi'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_plugin.gif) no-repeat center right;
}

a[href$='.fla'], a[href$='.swf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_flash.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_archive.gif) no-repeat center right;
}

a[href$='.ical'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_ical.gif) no-repeat center right;
}

a[href$='.css'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_css.gif) no-repeat center right;
}

a[href$='.ttf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_ttf.gif) no-repeat center right;
}

a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_pic.gif) no-repeat center right;
}

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_film.gif) no-repeat center right;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_music.gif) no-repeat center right;
}

/* messenger */
a[href ^="aim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_aim.gif) no-repeat center right;
}

a[href ^="msnim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_msn.gif) no-repeat center right;
}

a[href ^="xmpp:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_jabber.gif) no-repeat center right;
}

a[href *="icq.com"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_icq.gif) no-repeat center right;
}

a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(icons/icon_yim.gif) no-repeat center right;
}

a[href ^="callto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_call.gif) no-repeat center right;
}

a[href ^="skype:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_skype.gif) no-repeat center right;
}

a[href ^="gg:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_gadugadu.gif) no-repeat center right;
}

/* email */
a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(icons/icon_mailto.gif) no-repeat center right;
}

/* f�r trainingsplan, -zeiten, -orte und �hnliches */
.person {
	padding: 5px 11px 5px 1px;
    background: transparent url(icons/person.png) no-repeat center right;
}
.ort {
	padding: 5px 15px 5px 1px;
    background: transparent url(icons/ort.png) no-repeat center right;
}
.zeit{
	padding: 5px 15px 5px 1px;
    background: transparent url(icons/zeit.png) no-repeat center right;
}
.jugend {
	padding: 5px 19px 5px 1px;
    background: transparent url(icons/kids.png) no-repeat center right;
}
.kinder {
	padding: 5px 19px 5px 1px;
    background: transparent url(icons/kids.png) no-repeat center right;
}
.swim {
	padding: 5px 19px 5px 1px;
    background: #6CF url(icons/schwimmen.png) no-repeat center right;
}
.bike {
	padding: 5px 19px 5px 1px;
    background: #F66 url(icons/rad.png) no-repeat center right;
}
.run {
	padding: 5px 19px 5px 1px;
    background: #6C3 url(icons/laufen.png) no-repeat center right;
}
.ath {
	padding: 5px 19px 5px 1px;
    background: #FF3 url(icons/ath.png) no-repeat center right;
}
.train {
	padding: 5px 19px 5px 1px;
    background: #FC0 url(icons/unknown.gif) no-repeat center right;
}
/* use this class to make sure that images won't get iconized */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}
table.training {
	background-color:#FFF;
	font-size:10px;
}
.legend {
	font-size:10px;
}
.training th {
	font-variant:small-caps;
	font-size:12px;
}
.training td {
	padding:0 0.1em;
}
.training th,
.training .z {
	background-color:#EEE;
}
.training span {
	display:block;
}
.red {
 background-color:red;
}
.mitglieder {
 font-size:10px;
}

/********************/
/* Ergebnistabellen */
/********************/

table.tab-ergeb { margin:0; padding:0; width:95%; padding:0.1em; margin:0.2em; border-spacing:0.1em; margin-left:auto; margin-right:auto; clear:both;}
.tab-ergeb td,
.tab-ergeb th,
.tab-ergeb tr.wir td,
.tab-ergeb tr.t1 th,
.tab-ergeb tr.t2 th {
 text-align: center; margin: 0; padding:0.05em; font-size:0.9em;}
.tab-ergeb th { font-weight: bold; background-color: #FFC; border:0.05em solid #000; }
.tab-ergeb tr.t1 th { padding:0.15em; background-color:#FFF; border-width:0.1em;}
.tab-ergeb tr.t2 th { padding:0.1em; background-color:#CCC; border:0.05em solid #666;}
.tab-ergeb td { border:none;}
.tab-ergeb tr.wir td { background-color:#CC0;}
.tab-ergeb tr.freund td { background-color:#FF9;}
.tab-ergeb tr.meister td { border-bottom:3px solid #F30;}
.tab-ergeb tr.zweiter td { border-bottom:3px solid #F60;}
.tab-ergeb tr.dritter td { border-bottom:3px solid #F90;}

/********************/
/* CSS3 Nav http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/        */
/********************/

#nav {
	margin: 0;
	padding: 7px 6px 0;
/*	background: #7d7d7d url(images/gradient.png) repeat-x 0 -110px;*/
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
/*	-moz-border-radius: 2em;*/

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
/*	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);*/
}
#nav li {
	margin: 0 2px;
	padding: 0 0 4px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 10px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 27px;
	left: 0;
	background: #ddd url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}