/*
Theme Name: Anja Zander Theme
Theme URI:
Description:
Version: 1.0
Author: Matthias Kunze
Author URI: http://www.mkunze.info/
*/

/** reset **/

* {
		margin: 0;
		padding: 0;
		color: #555;
		border: none;
		line-height: 19px;
}

body {
		text-align: center;
		background: #fff;
		margin: 5px;
		font: 13px 'Lucida Grande', 'Lucida Sans', Verdana, Sans-Serif;
}

ul {
		list-style: none;
}

input {
		border: solid 1px #c5c5c5;
		padding: 2px;
}

/** splash **/

#splash {
		margin: 200px 0 0 0;
}


/** structure **/

#main {
		text-align: left;
		margin: auto;
		width: 750px;
}

#content, #sidebar {
		margin-top: 120px;
}

#content {
		width: 460px;
		float: left;
}

#sidebar {
		width: 180px;
		float: right;
		padding-top: 35px;
}

/** links **/

a {
		text-decoration: none;
}

a:hover {
		color: #000;
}

/** headlines **/

h2 {
		text-transform: uppercase;
		font-size: 18px;
		margin: 0 0 15px 0;
font-weight: normal;
}

#sidebar h2 {
		font-size: 13px;
		margin: 0 0 10px 0;
font-weight: bold;
}

/** lists **/

#sidebar ul {
		margin: 0 0 30px 0;
}

/** misc **/

.entry {
		margin: 0 0 25px 0;
}

.entry img {
		margin: 0 0 20px 0;
}

.showproject {
		display: block;
		text-align: right;
}

.clearme {
		clear: both;
}

.theend {
		width: 10px;
		height: 50px;
}

/** arrow top **/

.arrowright {
		display: block;
		text-align: right;
		margin: 7px 0 40px 0;
		padding: 7px 0 0 0;
		border-top: solid 1px #555;
}

.arrowright img {
     padding: 0 0 7px 7px
}

/** pagebar **/

.this-page {
		font-weight: bold;
}

#s {
	width: 173px;
}