/*
Theme Name: Alois
Version: 1.51
Author: Alois Gstoettner
*/

/*------------ GENERAL ------------ */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #919191;
}



.left {position:relative;float:left;}

acronym, abbr {
	cursor: help;
}


blockquote {
	border-left: 	1px dotted #b4b4b4;
	margin-left: 	1.5em;
	padding-left: 	10px;
	color:		#888;
	font-style:	italic;
}

html, body { font-size: 14px; font-family: Arial, Helvetica, Geneva; margin: 0; padding: 0; border: 0; line-height: 20px; background-color: #fff; }

body img {
	border:	0px;
}

img a {
	text-decoration: none;
}

img a:hover {
	text-decoration: none;
}

/*------------ CONTENT ------------ */

#akt_post { position: fixed; top: 240px; width: 180px; padding: 10px; left: 800px;
	border: 1px solid #000;
	margin: 10px;
}

#logo { position: fixed; top: 80px; width: 180px; padding: 10px; left: 800px;
}

#fixed { position: fixed; top: 0; left: 0; right: 0; padding: 10px; border-bottom: 1px solid #000; }



#content {
	position: relative;
	float: left;
	width: 640px;
	padding: 10px 10px 40px 100px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	width: 320px;
	margin-left: 160px;
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
}


h3 {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	width: 150px;
	margin-left: 245px;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
}

h2 {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	width: 180px;
	margin-left: 230px;
	font: normal 0.9em Courier;
}


#meta {
}

.metabig{
	color:		#000;
	font-size:	12px;
}

.line {
	border-top:	1px dotted #b4b4b4;
	height:    4px;
	width:            520px;
}


/*------------ SIDEBAR ------------ */


#menu {
	position:			relative;
	float:			left;
	padding-top:		46px;
	line-height:		1.3em;
}

.logo {
	padding-bottom:		32px;
}

#menu input#s {
	background: 		#eee;
	border: 		1px solid #999;
	color: 			#000;
}



li {
	margin: 0px;
	padding-left: 0px;
	list-style-position: inside;
}


.post-meta {
        list-style-type: none; 
        margin-left:-40px;
}

.post-meta-key {
        font-weight: bold;
}

.commenthead {
	color:			#000;
	font-size:		12px;
	font-weight:		bold;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px dotted #b4b4b4;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions & aligment */
