/*
aksw2007
*/

@import(af-ela-style.css)

html>body .entry ul
{
	margin-left: 0px;
	padding: 0 0 0 2em;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

html>body .entry li
{
	margin: 0.7em 0 0.8em 1em;
}

body
{
	font-family : sans-serif, Arial;
	background-color: #fff;
	color: #333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size:0.9em;
	line-height:1.5;
}

#header
{
	background-color: #eee;
	margin: 0 auto;
	/*height: 4em;*/
	width: 100%;
	text-align: center;
}

#header a
{
	display: block;
	color: #666;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#headline
{
	background-color: #fff;
	border-bottom: 1px solid #959596;
	text-align: left;
	font-weight: bold;
	padding: 0.2em;
}
#headline a:hover
{
	text-decoration: none;
}


#page, #headline
{
	background-color: #fff;
	border-style:none;
	text-align: left;
	max-width:80em;
	min-width:600px;
	margin:0 auto;
}

#headline {
	/* background:url(http://aksw.org/themes/aksw2007/layout/button-bg.png) repeat-x left center #07c; */
	background-color:#07c;
	border:solid 2px #eee;
	border-top:none;
	padding:0 1em;
}

#headline a {
	color:#fff;
	background-color:#07c;
	line-height:1;
	font-size:0.9em;
	/* background:url(http://aksw.org/themes/aksw2007/layout/button-bg.png) repeat-x left center #07c; */
}

#headline a:hover, #headline a:focus {
	background-color:#07f;
}

#content
{
	float:right;
	width:74%;
	padding-right:3%;
	clear:both;
	margin-top:3em;
}

#footer
{
	border-top:solid 1px #eee;
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	font-size:0.8em;
}

#footer p
{
	margin: 0;
	padding: 1em 0;
	text-align: center;
}

#sidebar
{
	width:18%; /* seebi: war vorher 20% */
	float:left;
	position:relative;
	margin-top:3em;
	padding-top:2em;
	padding-left:0.5em;
	font-size:0.9em;
	min-height:600px;
	background:url(http://aksw.org/themes/aksw2007/layout/menu-bg.png) no-repeat top right transparent;
}

#sidebar h2
{
}

#sidebar form
{
	margin: 0;
}

#sidebar ul, #sidebar ul ol
{
	margin: 0;
	padding: 0;
}
#sidebar ul
{
	margin-right:30px;
}
#sidebar ul ul
{
	margin-right:0;
}


#sidebar ul li
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1.5em;
}
#sidebar ul li li
{
	margin-bottom:0;
}
#sidebar li li li
{
	list-style:square inside;
	margin-left:1em;
}

#sidebar ul p, #sidebar ul select
{
}

#sidebar ul ul, #sidebar ul ol
{
}

#sidebar ul ul ul, #sidebar ul ol
{
}

ol li, #sidebar ul ol li
{
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li
{
}

#sidebar #searchform #s
{
	width: 8em;
	padding: 0.2em;
}

#sidebar #searchsubmit
{
	padding: 0.1em;
}

#searchform
{
	margin: 1em auto;
	padding: 0.5em 0.3em;
	text-align: center;
}

.entry form
{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select
{
width: 13em;
}

/* Begin Calendar */
#wp-calendar
{
	empty-cells: show;
	margin: 1em auto 0;
	width: 15em;
}

#wp-calendar #next a
{
	padding-right: 1em;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 1em;
	text-align: left;
}

#wp-calendar a
{
	display: block;
}

#wp-calendar caption
{
	text-align: center;
	width: 100%;
}

#wp-calendar td
{
	padding: 0.3em 0;
	text-align: center;
}

#wp-calendar td.pad:hover
{ /* Doesn't work in IE */
	background-color: #fff;
}

#wp-calendar #prev a
{
}

#wp-calendar a
{
	text-decoration: none;
}

#wp-calendar caption
{
	font: bold 1.3em 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
	text-align: center;
}

#wp-calendar th
{
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */

.narrowcolumn, .fullcolumn
{
	float: left;
	padding: 0 0.3em 0.3em 0.3em;
	margin: 0 0 0 0;
}

.narrowcolumn
{
	padding: 0 0.5em 2em 2em;
	width: 65%;
}

.narrowcolumn .postmetadata
{
	padding-top: 0.5em;
}

.narrowcolumn .entry, .widecolumn .entry
{
	line-height: 1.4em;
}

.narrowcolumn .postmetadata
{
	text-align: center;
	clear: both;
}

/* Begin Comments*/
.commentlist li, #commentform input, #commentform textarea
{
	font: 0.9em 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
}

.commentlist li
{
	font-weight: bold;
}

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}


#commentform p
{
	font-family: 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
}

.commentmetadata
{
	font-weight: normal;
}

.alt
{
	margin: 0;
	padding: 1em;
}

.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	margin: 1.5em 0 0.3em;
	padding: 0.5em 1em 0.3em;
	list-style: none;
}

.commentlist p
{
	margin: 1em 0.5em 1em 0;
}

#commentform p
{
	margin: 0.5em 0;
}

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0;
	display: block;
}

#commentform input
{
	width: 17em;
	padding: 0.2em;
	margin: 0.5em 0.5em 0.1em 0;
}

#commentform textarea
{
	width: 100%;
	padding: 0.2em;
}

#commentform #submit
{
	margin: 0;
	float: right;
}
/* End Comments */

.alt
{
background-color: #f8f8f8;
border-top: 0.1em solid #ddd;
border-bottom: 0.1em solid #ddd;
}

.navigation
{
display: block;
text-align: center;
margin: 0.5em 0;
padding: 0.5em 0;
clear: both;
}

.center
{
	text-align: center;
}

.entry ol
{
	padding: 0 0 0 3.5em;
	margin: 0;
}

.entry ol li
{
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.description
{
	text-align: center;
}

.post
{
	margin: 0 0 0.5em;
	text-align: justify;
	clear: both;
	padding: 0 0.5em 0 0;
}

.entry p a:visited
{
	/* color: #02a; */
	color: #0079c6;
}

/* 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) */

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

img.centered, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, div.alignright
{
	padding: 0.4em;
	margin: 0 0 0.2em 0.7em;
	display: inline;
	float: right;
}

img.alignleft, div.alignleft
{
	padding: 0.4em;
	margin: 0 0.7em 0.2em 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}
/* End Images */

small
{
	line-height: 1.5em;
}

h1, h2, h3
{
	font-weight: normal;
	line-height:1;
	text-align: left;
	margin-bottom:0.75em;
}

h1
{
	font-weight: bolder;
	font-size:1.75em;
}

h2
{
	font-size:1.6em;
}

h2.pagetitle
{
}

h3
{
	font-size:1.4em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description
{
	text-decoration: none;
	color: #ff8200;
	font-weight:bolder;
	color:#07c;
}

h2, h2 a, h2 a:visited
{
	color:#004B64;
}

h3, h3 a, h3 a:visited
{
	color:#004B64;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
{
	text-decoration: none;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike
{
	color: #777;
}

code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover
{
	/* color: #02a; */
	color: #0079c6;
	text-decoration: none;
}

a:hover
{
	/* color: #02a; */
	color: #0079c6;
	text-decoration: underline;
}

h1
{
}

h2
{
}

h2.pagetitle
{
}

h3
{
}

h3.comments
{
	padding: 0;
	margin: 4em auto 2em;
}

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 0.1em dashed #999;
}

blockquote
{
	margin: 1em 1em 0 1em;
	padding-left: 1em;
	border-left: 0.1em solid #ddd;
}

blockquote cite
{
	margin: 0.5em 0 0;
	display: block;
}

hr
{
	display: none;
}

a img
{
	border: none;
}


/* image container divs */
div.imgright {
	border: 0;
	margin-left: 1em;
	margin-right: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: right;
}
div.imgright img {
	border-top: 0.1em solid #ddd;
	border-bottom: 0.1em solid #ddd;
	background-color: #02a;
}

div.imgleft {
	border: 0;
	margin-left: 0px;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
}

div.imgnormal {
	border: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

span.picsubtext {
	text-align: left;
}

/* Gravatars */
.gravatar {
	margin-right: 0.5em;
	float:left;
	padding: 0.1em;
	border: 0.1em solid #000;
	background: #fff;
}

.postgrav {
	float: left;
	padding: 0.1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border: 0.1em solid #000;
	background: #fff;
}

/* Float Pics Links */
div.entrytext div.float {
	background-color: transparent;
	padding: 10px;
	text-align: center;
	float: left;
}

		

