/*  
Theme Name:Theme1
Theme URI:http://www.studiengang-verzeichnis.de/
Description:A simple Wordpress-Theme
Author:Studiengang-Verzeichnis.de
Author URI:http://www.studiengang-verzeichnis.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/



/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}

body {
	background:url('images/mad-bg4.jpg') repeat #FEFEBE ;
	background-position: top center;
	color:#444;
	font:small "Georgia",serif;
	text-align:center;
}

.page{
	background:#FFFFFF;
	border-left:4px solid #E74700;
	border-right:4px solid #E74700;
	margin:0 auto;
	text-align:left;
	width:780px
}


#content {
	float:left;
	margin:0 0 20px 20px;
	width:470px
	}
	
#sidebar2 {
	float:left;
	margin:20px 0 20px 20px;
	width:250px;
	}

#footer {
	background:#eee;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	clear:both;
	margin:0 20px;
	padding:10px 20px;
	text-align:center
	}
/* End Main-Layout */



/* Begin Header */
#topbanner {
	background-image:url(images/PP-header.jpg);
	height:200px;
}

h1 {
	font:bold 2.4em "Georgia",serif;
	padding:40px 20px 0 20px;
	text-align:left;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#E63100
	}
	
h1 span {
	background:#E63100;
	color:#fff;
	font-size:90%;
	padding:2px 10px;
	margin:0 10px 0 0
}
	
#header ul{
	background:#eee;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:0px 0% 0 0%;
	padding:5px 20px;
}

#header ul li {
	display:inline;
	padding:0 30px 0 0
}

#header ul li a:link, #header ul li a:active, #header ul li a:visited, #header ul li a:hover{
	color:#E63100;
	font:bold 1.2em "Georgia",serif;
	text-decoration:none;
	}
/* End Header */



/* Begin Content*/
#content h2{
	color:#E63100;
	font:normal 1.8em "Georgia",serif;
	margin:20px 0 0 0;
	}


#content h3,#content h4,#content h5,#content h6{
	color:#E63100;
	font:normal 1.3em "Georgia",serif;
	margin:20px 0 0 0;
	}

#sidebar1 h2,#sidebar1 h3,#sidebar1 h4,#sidebar1 h5,#sidebar1 h6,
#sidebar2 h2,#sidebar2 h3,#sidebar2 h4,#sidebar2 h5,#sidebar2 h6{
	color:#E63100;
	font:normal 1.3em "Georgia",serif;
	margin:5px 0 5px 0;
	}


h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#E63100;
	text-decoration:none
}

.postmetadata {
	color:#888;
	padding:0px 0 10px 0
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#888;
	text-decoration:none
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry, .entrytext{
	line-height:160%;
	margin:2px 0 0 0
	}
	
.entrytext p{
	margin:0 0 15px 0
	}

a:link,a:visited,a:active,a:hover{
	color:#E63100;
	text-decoration:underline
}
/* End Content*/



/* Begin Comments */
.commentlist li {
	font-weight:bold
	}

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

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

.commentmetadata {
	font-weight:normal
	}

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

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px
	}

#sidebar1 ul li,
#sidebar2 ul li{
	list-style:none;
	padding:2px 0
	}

#sidebar1 ul li a:link, #sidebar1 ul li a:visited, #sidebar1 ul li a:active,
#sidebar2 ul li a:link, #sidebar2 ul li a:visited, #sidebar2 ul li a:active{
	color:#555;
	text-decoration:none
}

#sidebar1 ul li ul li a:hover,
#sidebar2 ul li ul li a:hover{
	color:#E63100;
	text-decoration:none
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

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 Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px
	}

#sidebar2 #searchsubmit {
	padding:1px
	}

.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0
	}

#commentform textarea {
	width:100%;
	padding:2px
	}

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




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	border-left:2px solid #E63100;
	color:#333;
	font-style:italic;
	line-height:160%;
	margin:15px 0;
	padding:5px 10px 5px 10px
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/



	
.box {
	margin:0 0 20px 0;
	padding:15px;
}

div[class="box"] {
background:#eee;
}

.box:before {
display:block;
margin:-15px -15px 0 -15px;
height:15px;
border:none;
line-height:0.1;
font-size:1px;
}

.box:before {
background:transparent url('images/box-rechts-oben.gif') no-repeat top right;
content:url('images/box-links-oben.gif')
}

.box:after{
clear:both;
display:block;
height:8px;
margin:-15px;
padding-top:15px;
line-height:0.1;
font-size:1px;
}

.box:after {
background:transparent url('images/box-rechts-unten.gif') scroll no-repeat bottom right;
content:url('images/box-links-unten.gif'); }

.author{
	background:#E74700;
	color:#fff
}

.search{
	background:#ccc;
}

.author span{
	color:#fff;
	font:normal 1.3em "Georgia",serif;
}
	