/*  
Theme Name: OTS	Theme
Theme URI: http://www.ots.at/
Description: Custom APA-OTS WordPress theme based on the default wordpress theme.
Version: 0.1
Author: Alexander Maier

	APA-OTS v0.1
	 http://www.ots.at

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:   Arial,Verdana,'Lucida Grande', Sans-Serif;
	background: #d5d6d7 url('images/ots_tapete.gif');
	color: #333;
	text-align: center;
}

#page {
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 0 0 35px;
	padding: 0;
	width: 850px;
}

#header {
	/*background: #fff url('images/ots_header.gif') no-repeat bottom center;*/
	background: #fff;
	border:0;
	}


#headerimg { 
	margin: 7px 9px 0; 
	height: 70px; 
	width: 850px; 
	border:0;
	} 
#headerimg img{
border:0px;
}
	
#content {
	font-size: 1.2em;
	padding-bottom: 25px;
	}

.entry p { font-size: 14px; }

.narrowcolumn .entry {
	line-height: 1.4em;
}

.alt {
	background-color: #f3f5f6;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 12px;
	color: #999;
}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


#sidebar h2 {
	font-family: Arial, Verdana, 'Lucida Grande',Sans-Serif;
	}

#content h2{ margin: 10px 0 7px 0; }

a { color:#ff9966;  text-decoration: none; font-weight: bold;}
a:hover{color:#ff5a00; text-decoration:none;}

#sidebar a{ color: #627277; font-weight: bold; text-decoration: none; }
#sidebar a:hover { color: #147; text-decoration: underline; }



h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	font: bold 18px Arial, Verdana, 'Trebuchet MS', 'Lucida Grande',  Sans-Serif;
	color: #333; text-decoration: none;
}

h2, h2 a, h2 a:link, h2 a:visited, h3, h3 a, h3 a:visited {
	font: normal 22px Arial, Verdana, 'Trebuchet MS', 'Lucida Grande',  Sans-Serif;
	color: #333; text-decoration: none;	clear: both;
}

h3{ font: bold 14px Arial, Verdana, 'Trebuchet MS', 'Lucida Grande',  Sans-Serif; }

h2 a:hover,  h3 a:hover, #wp-calendar caption {
	color: #ff5a00;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px  Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}

.commentlist li {
	/*font-weight: bold;*/
	}

.commentlist li {
	/*font-weight: bold;*/
	}	

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	}

.commentlist cite{
	color: #333;
}
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.titleheader{ margin: 20px 0 0 7px; }
	
#commentform p { font-family: Arial,'Lucida Grande', Verdana, Sans-Serif; }

.commentmetadata { font-weight: normal; }
.orange{ color: #ff5a00; }	

#sidebar { font:  Arial, Verdana, 'Lucida Grande', Sans-Serif; }
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666; list-style-type: none;
}

.postmetadata .kommentare { text-align: right; font-size: 14px; }
code { font: 1.1em 'Courier New', Courier, Fixed; }
acronym, abbr, span.caps{ font-size: 0.9em; letter-spacing: .07em; }
h2 a:hover, h3 a:hover { text-decoration: none; }

/************ KALENDER ***********************************************/

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar a:link, #wp-calendar a:visited, #wp-calendar a:active { 
	text-decoration: none; color: #ff5a00;}
#wp-calendar a:hover{text-decoration: underline; color: #ff5a00;}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: bold;
	font-size: 11px;
	text-transform: capitalize;
	text-align: center;
	/*background-color: #eee;*/
	}
	
/************ KALENDER ***********************************************/

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}



#header {
	background-color: #fff;
	margin: 0; 
	padding: 0; 
	height: 70px; 
	width: 850px;
	}

#headerimg {
	margin: 0;
	height: 70px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 0 23px;
	margin: 0 0 0 0;
	background: #fff;
	width: 593px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	
	}
	
.post {
	margin: 0 0 40px 0;
	padding: 0 0 5px 5px;
	background: #fff url('images/ots_ecke_unten.gif') no-repeat bottom left;
	width: 586px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
	font-size: 12px;
	margin-top: 10px;
}

#footer {
	background: #fff url('images/design/balken_footer.gif') repeat-x top right;
	padding: 0;
	width: 850px;
	height: 35px;
	clear: both;
	font-weight: bold;
	color: #999;
	font-size: 10px;
	}

#footer .alignleft{ padding:10px 0 0 25px; }
#footer .alignright{ padding:10px 25px 0 0; }

#footer .alignright a { font-size: 12px; padding-left: 10px; }

/* End Structure */



/*	Begin Headers */
h1{  }

h2{ margin: 30px 0 0 0; padding: 0; }

h2.pagetitle {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	background-color: #e8eaec;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 5px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 30px auto 15px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	padding-left: 5px;
	list-style-type: disc;
	font-size: 14px;
	}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 15px 0;
	overflow: hidden;
	}
#sidebar ul li ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
	}

#sidebar ul, #sidebar ul ol {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}
	
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	list-style-type: none;
	}
	
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: #e8eaec;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 0 0 0;
	padding: 0 0px; 
	text-align: center;
	}

#searchform #s {
	width: 130px;
	padding: 2px 3px;
	height: 17px;
	border: 2px solid #ff5a00;
	color: #ff5a00;
	font-weight: bold;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{ padding: 7px 7px 12px 7px; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0;
	border: 2px solid #ff5a00;
	}

#commentform textarea {
	width: 570px;
	padding: 2px;
	border: none;
	border: 2px solid #ff5a00;
	}

#commentform #submit {

	/*float: right;*/
	margin-left: 400px;
	border: none;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px 15px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	margin: 5px 0 15px 0;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 646px;
	width: 174px;
	}

#sidebar form {
	margin: 0;
	}
	
.textwidget{
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: #e8eaec;
}

#calendar_wrap{
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: #e8eaec;
}
.widget_calendar a{ color: #ff5a00; }
/*.widget a{ color: #ff5a00; }*/

#tag_cloud{
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: #e8eaec;
}

a.weiterlesen { 
	vertical-align: bottom;
	background: url('images/icons/weiter.gif') no-repeat bottom right; 
	padding-right: 17px;
	padding-bottom: 0;
}

a.link { 
	background: url('images/icons/link.gif') no-repeat bottom right; 
	padding-left: 12px;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 1px 0;
	text-align: center;
	}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 40px;
}


a.more-link { }

.entry a{ font-weight: normal; color: #333; text-decoration: underline; }
.entry a:link, .entry a:visisted, .entry a:active{ font-weight: normal; color: #333; text-decoration: underline; }
.entry a:hover{ font-weight: normal; color: #000; text-decoration: none; }

.navigation .alignleft a{ padding-left: 15px; 
	background: #fff url('images/icons/pfeil_icon_small_zurueck.gif') no-repeat center left;}
.navigation .alignright a{ padding-right: 15px; 
	background: #fff url('images/icons/pfeil_icon_small_weiter.gif') no-repeat center right;}
/* End Various Tags & Classes*/

/**********************************************************************/
.post_footer{}
.post_footer span{ float: right; display: inline; }
/**********************************************************************/

/*****  AUTHOR  *******************************************************/
.author_photo{ width: 120px; float: left; padding-top: 15px; }
.author_description{ width: 440px; margin-left: 140px; }
/**********************************************************************/

/*****  SEARCH  *******************************************************/
#search_list{ margin: 0; padding: 0; }
#search_list li{ padding: 10px; list-style: none; }
#search_list li:hover{	background-color: #e8eaec; }
#search_utl{ margin: 10px 0 10px 0; }
/**********************************************************************/

/* for the community! spam karma footer */
#sk2-footer{ display: none; }

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
