/*  
Theme Name:Newspaper - 2a
Theme URI:http://www.studieren-info.de/
Description:A simple Newspaper-Theme
Version:1.0
Author:Studieren-Info.de
Author URI:http://www.studieren-info.de/

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

/*
body {
	background:#EAE7D6;
	color:#444;
	font-family: verdana, sans-serif;
	font-size: 13px;
	text-align:center
}
*/

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

body {
	color:#444;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(/wp-content/back1.gif);
	background-repeat:repeat-x;
}

.page {
	background:#fff;
	border:1px solid #999999;
	margin:10px auto;
	padding:0 20px;
	text-align:left;
	width:720px
	}

#content {
	float:left;
	margin:6px 0 20px 0;
	width:475px;
	padding-right: 12px;
	border-right: 1px solid #DDDDDD;
	}
	
#sidebar {
	float:left;
	margin:-18px 0 20px 12px;
	width:220px;
}

#footer {
	border-top:1px solid #000;
	clear:both;
	padding:10px 0;
	text-align:center
	}
/* End Main-Layout */

a:link,a:visited,a:active{
	color:#000;
	text-decoration:none;
	border-bottom: 1px dashed #000000;
}

a:hover
{
	text-decoration: none;
	color:#990000;
	border-bottom: 1px solid #000000;
}


/* Begin Header */
#header
{
	/*background-image: url('site-audit.gif');
	background-position: 360px 15px;
	background-repeat: no-repeat; */
}

h1 {
	font:2.3em helvetica, geneva, arial;
	padding:20px 0 5px 0;
	text-align:left;
	margin-top: 5px;
}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#000;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #000000;
	}

#logo {
	width: 233px;
	height: 149px;
	margin-top: 10px;
	margin-bottom:5px;
	float:right;
}

#logo a{
	text-decoration:none;
	color:#000;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #000000;

}

#motto {
margin-top: 114px;
margin-left: 0px;
float:left;
}

.description {
	color:#000;
	font:1.7em helvetica, geneva, arial;
	padding:0 0 5px 0;
	text-align:left;
}
	
#header ul{
	padding:3px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;	/* background-color: #FDE9AC; */
}

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

#header ul li a:link, #header ul li a:active, #header ul li a:visited{
	color:#000;
	text-decoration:none;
	font-family: helvetica, geneva, arial;
	font-size: 1.2em;
}

#header ul li a:hover{
	color:#990000;
	text-decoration:none;
	font-family: helvetica, geneva, arial;
	font-size: 1.2em;
}

/* End Header */



/* Begin Content*/
h2,h4,h5,h6{
	color:#000;
	font:normal 1.6em arial,georgia,"trebuchet ms";
	margin:25px 0 0 0;
	clear: both;
	text-align: justify
	}

h3{
	color:#000;
	font-family: arial,georgia,"trebuchet ms";
	font-size: 1.3em;
	font-weight: bold;
	margin:25px 0 12px 0;
	clear: both;
	text-align: justify;
	}
.entry h3{
	color:#000;
	font-family: arial,georgia,"trebuchet ms";
	font-size: 1.2em;
	font-weight: bold;
	margin:25px 0 12px 0;
	clear: both;
	text-align: justify;
	}

h2 a:link, h2 a:visited, h2 a:active{
	text-decoration:none;
	/* color: #770000; */
	font-family: arial, georgia, "trebuchet ms";
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}

h2 a:hover{
	text-decoration:none;
	color:#990000;
	font-family: arial, georgia, "trebuchet ms";
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	}
	

	
.postmetadata {
	color:#555;
	font-size:.95em;
	padding:2px 0 0 0;
	text-align: right;
	font-style: italic;
}

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

.postmetadata a:hover{
	color:#990000;
	text-decoration:none
}

.breadcrumb {
	color:#555;
	font-size:.85em;
	padding:2px 0 0 0;
	text-align: left;
}

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

.breadcrumb a:hover{
	color:#990000;
	text-decoration:none
}

.entry, .entrytext{
	line-height:150%;
	margin:2px 0 0 0;
	text-align: justify
	}
	
.entrytext p{
	margin:0 0 15px 0;
	text-align: justify
	}


/* End Content*/

/* Rounded BOX */

/* set millions of background images */
.rbroundbox { background: url(/wp-content/nt.gif) repeat; }
.rbtop div { background: url(/wp-content/tl.gif) no-repeat top left; }
.rbtop { background: url(/wp-content/tr.gif) no-repeat top right; }
.rbbot div { background: url(/wp-content/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/wp-content/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { margin: 1em auto;}


/* End rounded BOX */

/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:0.85em
	}
	
.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
	}

#sidebar ul.children
{
	margin-left: 10px;
}

#sidebar ul li{
	list-style:none
	}

#sidebar ul li ul li{
	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:#990000;
}
/* 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 #000;
	line-height:120%;
	margin:10px 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*/
