/*  
Theme Name:Blue and Clean
Theme URI:http://www.studiengang-verzeichnis.de/
Description:A simple and clean 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
	
	Heavily modified by Brian Marick
*/




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

body {
	margin: 0 auto;
	padding: 0;
	background:#fff;
	font:1.1em arial,"lucida grande","trebuchet ms",verdana,sans-serif;
}

.page {
	width 60em;
	margin: 1em auto 1em 1em;
	}

#sidebar {
	float:left;
	margin:10px 0px 0 0;
   width: 14em;
   color:#444;
}

#content {
	margin:10px auto 20px 14em;
   padding: 1em;
   background-color: rgb(220, 220, 220);
   max-width: 32em;
   min-width: 20em;
	}
	

#sidebar p { 
	line-height:130%;
}

#footer {
	border-top:4px double #ddd;
	clear:both;
	padding:10px 0;
	text-align:center
	}
/* End Main-Layout */



/* Begin Header */
h1 {
	font:bold 2.3em "trebuchet ms",arial,sans-serif;
	padding:10px 0 5px 0;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#148
	}

.description {
	border-bottom:3px double #ddd;
	color:#777;
	font:1.2em "trebuchet ms",arial,sans-serif;
	padding:0 0 5px 0;
	}
/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#148;
	font:bold 1.2em "trebuchet ms",sans-serif;
	margin:20px 0 0 0
	}

h2,h3{
	border-bottom:1px solid #ddd
	}

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:#148;
	text-decoration:none
}


p{
	line-height:140%;
	margin:2px 0 15px 0
	}
	
a:link,a:visited,a:active,a:hover{
	color:#148;
	text-decoration:underline
}
/* End Content*/




	

/* Begin Lists */
ul, ol, ul, ol {
	margin:5px 0 10px 26px
	}
	
dl {
	margin:5px 0 10px 26px    
}

dt {
    padding: 0px 5px 0px 0px
}

dd {
	padding: 5px 20px 15px 20px
}
	
#sidebar ul li{
	list-style:none
	}

#sidebar ul li ul li{
	border-bottom:1px solid #ddd;
	padding:2px 0
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
   color:#444;
	text-decoration:none
}

#sidebar ul li ul li a:hover{
	color:#000;
	text-decoration:underline
}

/* End Lists */



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

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
   padding: 4px
	}
	
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 */
form { 
	text-align:center
	}

select {
	width:130px
	}

/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed;
	background-color: rgb(220, 220, 220);
	padding: 2px;
	}

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

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

blockquote {
	line-height:120%;
	margin:10px 4em;
	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
	}

.firstbigletter {
font-family:Old English,Georgia,serif;
font-size:200%;
font-weight:normal;
line-height:80%;
letter-spacing:-2px;
}

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




