/*
Theme Name: iTosa Theme
Theme URI: http://itosa.de/
Description: The default iTosa theme based on the default Wordpress-Theme.
Version: 1.0
Author: Tobias Bachmann
Author URI: http://tbachmann.de/
Tags: iTosa, blue, custom header, fixed width, two columns, widgets, custom footer


*/

/* i T O S A    CSS Document */

@import "itosa_style.css";

/* ******************** *
 * Override static css  *
 * (global)             *
 * ******************** */

a {
    text-decoration: none; /* kein unterstreichen der Links */
    white-space: normal;
}

/* ******************** *
 * Override static css  *
 * (class= widecolumn)  *
 * ******************** */

/* M I T T L E R E  SPALTE*/
#colOnly {
    margin:0;
    padding:0;
    display:block;
    width: 817px;
}

#colOnlyinhalt{
    font: 12px Verdana, Arial, Helvetica;
    line-height:21px;
    color: #000000;
    display:block;
    padding:0;
    margin: 0px 100px 0px 200px;
}

#colOnlyinhalt h2, #colOnlyinhalt h3 {
    margin: 0px;
    padding: 0px /*0px 0px 0px;*/
}

 
#colOnlyinhalt p {
    padding: 0px;/* 0px 20px 0px;*/
    margin: 12px 0px;
}

p.postmetadata {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;

    padding: 10px;
    margin: 0px 100px 0px 0px;
}

.boxnews {
    margin-bottom: 10px;
}

.buttonnews {
    margin-top: 30px;
}


.boxbuttons {
    padding-top: 30px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.navigation {
	display: block;
	text-align: center;
/*	margin-top: 10px;
	margin-bottom: 60px;*/
	}


blockquote {
    border-left:5px solid #DDDDDD;
    margin:5px 0px 10pt 10px;
    padding-left:20px;
    color:#777777;
}

ol {
    margin: 0px 100px 10px 0px;
    padding-left: 25px;
}

ol li{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:decimal;
}

#content ul {
    margin: 0px 100px 10px 0px;
    padding-left: 25px;
}



/* ******************** *
 * Override static css  *
 * (class= post)  *
 * ******************** */

.post h2 a{
    font: 18px Verdana, Arial, Helvetica;
    line-height:23px;
    color: #a4b003;
    padding-right:100px;
    clear: right;
    padding-bottom:20px;

    white-space: normal;
    text-decoration: none;
}

/*.post h3 a{
    font: 40px Verdana, Arial, Helvetica;
    line-height:45px;
    color: #a4b003;
    padding-bottom:55px;
    padding-top: 23px;
    padding-right:100px;
    clear: right;

    white-space: normal;
    text-decoration: none;
}*/


.post {
    text-align:justify;
}

.post p{
    padding-bottom:10px;
}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	}





.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist {
	padding: 0px 0px 0px 0px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}


#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    padding-bottom:10px;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* T E M P L A T E S   rechte Spalte */

.pagetitle {
    font: 18px Verdana, Arial, Helvetica;
    line-height:2px;
    color: #737b0d;
    padding-top: 6px;
}


/* ******************** *
 * expand static css    *
 * #blogheader          *
 * ******************** */

#blogheader {
    display:block;
    float: right;
    width: 600px;
    margin: 20px;
    text-align: center;
}

#blogheader h1{
    padding: 23px;
}

#blogheader h1 a{
    font: 40px Verdana, Arial, Helvetica;
    line-height:1px;
    color: #a4b003;
    text-decoration: none;
}


/* L I N K E  SPALTE*/

#col1inhalt h2{
    padding-bottom: 10px;
}

#col1inhalt ul{
    margin:0;
    /*padding-left:19px;
    padding-bottom: 35px;*/
}
#col1inhalt ul li{
    margin:0;
    list-style: none;
}
#col1inhalt ul li ul{
    margin:0;
    padding-left:19px;
    /*padding-bottom: 35px;*/
}
#col1inhalt ul li ul li{
    list-style: none;
    line-height:21px;
}


/* ******************** *
 * expand static css    *
 * #recent-posts          *
 * ******************** */

#recent-posts li{
    background-image:url(images/pfeil_gruen.gif);
    background-repeat:no-repeat;
    color:#454545;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:15px;
    margin:0pt;
    padding:0pt 0pt 14px 35px;
}

.boxnews h4 a{
    clear:right;
    color:#000000;
    font-family:Verdana,Arial,Helvetica;
    font-size:18px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:17px;
    padding-bottom:11px;
    padding-right:100px;
    
    text-decoration: none;
}

#untermenue .current-cat a{
    color: #FFFFFe;
    background-color: #0092cf;
}

.buttontext {
    text-align: left;
}

#content .boxbuttons ul{
    margin: 0;
    padding: 0;
}
