/*
Theme Name: Portfolio
Theme URI: 
Description: 
Author: Wolfgang
Author URI: 
Tags: 
Text Domain: 
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: url(images/bg.gif);
	margin: 0 0 20px 0;
	padding: 0;
	color: #333;
	text-align: left;
	}
	
/* Begin Structure */
#page {
	/*background-color: white;*/
	margin: 5% auto;
	padding: 0;
	width: 700px;
	height: 700px;
	clear: left;
	}
	
#rahmen {
	background-color: white;
	padding: 0;
	clear: left;
	}

#extra {
       background-color: black; 
       color: white; 
       width: 136px; 
       padding: 12px 9px;
       float: left;
       bottom: 0px;
       left: 720px;
       position: absolute;
}

#extrapfeil {
       position: absolute;
       left: -10px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	margin: 20px 0px 20px 0px;
}

#header div.line {
	border-bottom: 1px solid #000;
	margin: 7px 0px 10px 0px;
}

#header h1 {
	font-weight: normal;
	margin:0;
}

#header h1 a {
	text-decoration: none;
	font-weight: ligther;
	color: #000;
}

.description a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

#content {
	width: 705px;
	font-family: Verdana;
        position: relative;
}

#content h2 {
	margin:0;
}

#content a {
	color: #216369;
}

#sidebar {
	float: left;
	width: 200px;
	margin: 20px 0px 0px 20px;
}

#sidebar ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#sidebar ul li a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing:1px;
	color: #000;
}

#footer {
	margin: 20px 0px 20px 0px;
	background-color: #000000;
}

#footer ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#footer ul li {
	float: left;
	width: 60px;
	padding: 2px 4px 2px 4px;
	text-align: center;
}

.link_deco {
	border-right: 2px solid #fff;
}

#footer a {
	text-decoration: none;
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
}

#footer a.active {
	color: #fff;
}

.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;
}

.thumbnail {
	border: 0px;
	float: left;
	margin: 0px 6px 6px 0px;
}

/* 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 */
/* End captions */
