﻿/*
Theme Name: tkvv
Description: TKVV Theme
Version: 1.0
Author: Clea
Tags: fixed width, three columns, pink, widgets


/*-----------Block Level Elements--------------*/

html Body {
	background: white;
	background-image: url(./images/bg_body.jpg); 
	background-repeat: repeat-x;
	background-color: #ebebee;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 13px;
	color: #535353;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 944px;
	margin: 0px auto;
	background-image: url(./images/bg_content.jpg);
	background-color: #ebebee;
	background-repeat: no-repeat;
	background-position: 0px 173px;
	padding: 0;
	height: 100%;
}

#header {
	width: 944px;
	height: 173px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./images/bg_header.jpg); 
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0px;
	padding-top: 0px;
}

#headerlink {
	width: 944px;
	height: 135px;
	background-image: transparent url(./images/transp.gif); 
	background-repeat: no-repeat;
}


#headerimg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 450px;
	text-align: center;
	padding-top: 10px;
}

.description {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 450px;
	text-align: center;
}

#wrapper {
	margin-left: 195px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 550px;
	background-repeat: repeat-x;
	background-position: top center;
	padding: 0px;
}

#content {
	/*margin-left: 195px;*/
	/*width: 550px;*/
	padding-left: 5px;
	/*padding: 0 5px 0 5px;*/
	padding-bottom: 50px;
	background-repeat: repeat-x;
	/*background-position: bottom center;*/
	margin: 0px;
}


#sidebar-lt {
	float: left;
	width: 189px;
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 0px;
	padding: 0px;
}

#sidebar-rt {
	float: right;
	width: 189px;
	margin-top: 130px;
	margin-right: 1px;
	margin-left: 0px;
	padding: 0px;
}


#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 450px;
	text-align: center;
	font-size: 10px;
	
}


/*-------------Headings-------------*/

h1 {
	color: #535353;
	
}

h1 a {
	color: #535353;
}

h2 {
	color: #943c3b;
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
}



h3 {
	color: #943c3b;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	padding-top: 9px;
	padding-bottom: 4px;
	margin: 0px;
}

h4 {
	font-size: 13px;
	line-height: 16px;
	color: #535353;
	font-weight: bold;
	padding-top: 12px;
	margin: 0px;
}

h5 {
	font-size: 13px;
	line-height: 16px;
	color: #535353;
	font-weight: bold;
}

h6 {
	font-size: 13px;
	color: #535353;
	font-weight: bold;
}

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




h2 a:hover, h2 a:visited, h2 a {
	color: #943c3b;
	text-decoration: none;
	font-size: 22px;
	font-weight: normal;
	
}

.post h2 a:hover, .post h2 a {
	color: #943c3b;
	text-decoration: none;
	font-size: 22px;
	font-weight: normal;
	
}

.post_headline a:hover {
	color: #943c3b;
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
	margin-top: 10px;
}

.post_headline a {
	color: #943c3b;
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
	margin-top: 10px;
}

.post_headline {
	color: #943c3b;
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
}

.date {
	font-size: 12px;
	font-weight: normal;
	color: #535353;
	margin-top: 3px;

}

.post {
	padding: 10px 8px 8px 8px;
	color: #535353;
	margin: 0px;
}

.post p {
	color: #535353;
	line-height: 16px;
}


.post a {
	color: #943c3b;
	text-decoration: none;
}

.post a:hover {
	color: #943c3b;
	text-decoration: underline;
}


.post ul {
	padding: 0px;
}

.post li {
	color: #535353;
}

.post ol {
	color: #535353;
}

.post img {
	padding: 5px 4px 5px 0px;
}

.post ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 6px;
	margin-left: 0px;
	padding-left: 0px;
}

.more-link {
}

.entrytext .postmetadata {
}


.postmetadata alt {
}

.postmetadata {
	text-decoration: none;
}

.navigation {

}

.alignleft {
	float: left;
}

.alignright {
	float: right;	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagetitle {
	font-size: medium;
}

blockquote {
	background: #404040;
	padding: 2px;
}

cite {

}

a img {
	border: 0;
}

acronym, abbr {

}


/*--------------Sidebar------------*/

.widget {
	background-image: url(./images/sidebar_header.jpg); 
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 16px;
	padding-top: 2px;
	
}

.widget-title {
	color: #535353;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 9px;
	
}


#sidebar-lt ul, #sidebar-rt ul {
	margin: 0px;
	padding-left: 0px;
}

#sidebar-lt ul h2, #sidebar-rt ul h2 {
	color: #000;
	padding-left: 4px;
}

#sidebar-lt ul li, #sidebar-rt ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 6px;
	
}

#sidebar-lt ul ul, #sidebar-rt ul ul {

}

#sidebar-lt ul ul li, #sidebar-rt ul ul li {

}

#sidebar-lt ul ul ul, #sidebar-rt ul ul ul {

}

#sidebar-lt p, #sidebar-rt p, .textwidget {
	text-align: left;
}

#sidebar-lt a, #sidebar-rt a {
	color: #943c3b;
	text-decoration: none;
}

#sidebar-lt a:hover, #sidebar-rt a:hover {
	color: #943c3b;
	text-decoration: underline;
}

/*#sidebar-lt a:visited, #sidebar-rt a:visited {
	color: #943c3b;
	text-decoration: underline;
}
*/

/*--------------Special Widgets--------------*/

.widget_dbem_list {
}






/*--------------Comments--------------*/

ol.commentlist, .replytext, small {
	color: #535353;
}

ol.commentlist li {
	color: #535353;
}


ol.commentlist li.alt {
	color: #535353;
	background: #404040;
}

ol.commentlist a, .replytext a {
	color: #ffc0c0;


}

small.commentmetadata {
	color: #ff0000;
}

.avatar {
	float: right;
	margin-right: 5px;
	padding: 2px;
}

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

#searchform {
	padding-top: 5px;
}

#searchform input {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
}

#searchform #s {
	width:  110px;
}


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

#wp-calendar {
	width: 100%;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

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



/*-------------Other------------------*/

.trennlinie {
	margin-top: 7px;
	padding: 0px 8px 0 8px;
}

.trennlinie_innen {
	color: #b0b0b0;
	border-top: 1px dashed;
}

.tabelle_vereine {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px dashed #b0b0b0;
}

.tabelle_vereine_tabelle1 {
	margin-bottom: 15px;
}

img#wpstats {
	display:none
}

.tabelle_vereine td {
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:top;
}

.tabelle_vereine_tabelle1 td {
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:top;
}

.tabelle_innen td {
	padding: 0px;
	vertical-align:top;
}

.tabelle_vereine img {
	padding: 0px;
	vertical-align:center;
}

.tabelle_vereine_tabelle1 img {
	padding: 0px;
	vertical-align:center;
}


/*-------------Icons------------------*/


/* Iconize 0.5 */

/* websites (pictures and movies) */
a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_film.gif) no-repeat center left;
}

a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_pic.gif) no-repeat center left;
}

/* extensions */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_doc.gif) no-repeat center left;
}

a[href$='.txt'] {
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_txt.gif) no-repeat center left;
}

a[href$='.xls'] {
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_xls.gif) no-repeat center left;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_feed.gif) no-repeat center left;
}

a[href$='.opml'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_opml.gif) no-repeat center left;
}

a[href$='.phps'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_phps.gif) no-repeat center left;
}

a[href$='.phps'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_phps.gif) no-repeat center left;
}

a[href$='.torrent'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_torrent.gif) no-repeat center left;
}

a[href$='.vcard'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_vcard.gif) no-repeat center left;
}

a[href$='.exe'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_exe.gif) no-repeat center left;
}

a[href$='.dmg'], a[href$='.app'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_dmg.gif) no-repeat center left;
}

a[href$='.pps'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_pps.gif) no-repeat center left;
}

a[href$='.pdf'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_pdf.gif) no-repeat center left;
}

a[href$='.xpi'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_plugin.gif) no-repeat center left;
}

a[href$='.fla'], a[href$='.swf'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_flash.gif) no-repeat center left;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_archive.gif) no-repeat center left;
}

a[href$='.ical'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_ical.gif) no-repeat center left;
}

a[href$='.css'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_css.gif) no-repeat center left;
}

a[href$='.ttf'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_ttf.gif) no-repeat center left;
}

/* a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] { 
	padding: 7px 0px 3px 20px;
	background: transparent url(icons/icon_pic.gif) no-repeat center left;
}
*/

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_film.gif) no-repeat center left;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_music.gif) no-repeat center left;
}

/* messenger */
a[href ^="aim:"] {
	padding: 3px 0px 3px 20px;
    background: transparent url(icons/icon_aim.gif) no-repeat center left;
}

a[href ^="msnim:"] {
	padding: 3px 0px 3px 20px;
    background: transparent url(icons/icon_msn.gif) no-repeat center left;
}

a[href ^="xmpp:"] {
	padding: 3px 0px 3px 20px;
    background: transparent url(icons/icon_jabber.gif) no-repeat center left;
}

a[href *="icq.com"] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_icq.gif) no-repeat center left;
}

a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding: 3px 0px 3px 20px;
	background: transparent url(icons/icon_yim.gif) no-repeat center left;
}

a[href ^="callto:"] {
	padding: 3px 0px 3px 20px;
    background: transparent url(icons/icon_call.gif) no-repeat center left;
}

a[href ^="skype:"] {
	padding: 3px 0px 3px 20px;
    background: transparent url(icons/icon_skype.gif) no-repeat center left;
}

a[href ^="gg:"] {
	padding: 3px 0px 3px 20px;
    background: transparent url(icons/icon_gadugadu.gif) no-repeat center left;
}

/* email */
a[href ^="mailto:"] {
	padding: 3px 0px 3px 20px;
    background: transparent url(icons/icon_mailto.gif) no-repeat center left;
}

/* use this class to make sure that images won't get iconized */


.imageLink {
	padding-right: 0px !important;
	background: none !important;
}

