/*  
Theme Name: Newspaper
Theme URI: http://www.studieren-info.de/
Description: Based on simple Newspaper-Theme, Version:1.0, by Studieren-Info.de
Custom design by: Seezie
Author URI:http://seezie.com/

	The CSS, XHTML and original design released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

:focus { outline: none; }

/* Begin Main-Layout */
*{
	margin:0;
	padding:0;
}

body {
	background:#fff;
	border-top:5px solid #000;
	border-bottom:5px solid #000;
	color:#333;
	font:small arial,verdana,sans-serif;
	text-align:center;
}

.page {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:861px;
	}

#content {
	float:left;
	margin:0px 20px 20px 0px;
	width:490px;
	}

#col-C {
	float:left;
	margin: 0px;
	width:351px;
	}
	
#sidebar {
	float:left;
	margin:0px 20px 20px 0px;
	width:167px;
	}

/*Begin Google AdSense style*/
#adsense {
	float:left;
	width: 162px;
	font-size:8pt;
	margin:20px 0px 20px 0px;
}
/*End Google AdSense style*/

#footer {
	border-top:1px solid #000;
	clear:both;
	margin:0;
	padding:10px 0;
	text-align:center;
	width:861px;
	}

.credit {
	font-family:arial,sans-serif;
	font-size:12px;
	color:#666;
	}

/* End Main-Layout */



/* Begin Header */
.topimg {
	padding:10px;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#000;
	}

.description {
	color:#777;
	font:1.0em georgia,"trebuchet ms",arial,sans-serif;
	padding:5px 0 20px 0;
	border-top:1px solid #000;
	/*text-transform:uppercase;*/
	}

.descrip1 {
	float:left;
	width:287px;
	text-align:left;
	}
	
.descrip2 {
	float:left;
	width:287px;
	}

.descrip3 {
	float:left;
	width:287px;
	text-align:right;
	}

#header ul{
	border-top:1px solid #000;
	border-bottom:2px solid #000;
	padding:3px 0;
}

#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:#000;
	font:1.1em georgia,"trebuchet ms";
	text-decoration:none;
	/*text-transform:uppercase;*/
}

#nav1 {
	float:left;
	/*margin:0 0 20px 0;*/
	width:480px;
	text-align:left;
	}
#nav1 ul li {
	padding:0 20px 0 0;
	}
	
#nav2 {
	float:left;
	/*margin:0 0 20px 20px;*/
	width:381px;
	text-align:right;
	}
#nav2 ul li {
	color:#333;
	padding:0 0 0 20px;
	}

/* End Header */



/* Begin Content*/
h2 {
	color:#333;
	font:normal 1.5em georgia,"trebuchet ms";
	margin:20px 0 0 0;
	}

h4,h5,h6{
	color:#000;
	font:normal 1.5em georgia,"trebuchet ms";
	margin:20px 0 0 0;
	}

h3{
	color:#333;
	font:bold 1.2em helvetica;
	margin:20px 0 0 0;
	}

h2,h3{
	border-bottom:1px solid #000;
	}

h2 a:link, h2 a:visited {
	color:#993366;
	text-decoration:none;
}

h2 a:active {
	color:#990066;
	text-decoration:none;
}

h2 a:hover,{
	color:#990066;
	text-decoration:underline;
}

h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#333;
	text-decoration:none;
}


.postmetadata {
	color:#666;
	font-size:.85em;
	padding:2px 0 0 0;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color:#666;
	text-decoration:none;
}

.postmetadata a:hover {
	color:#888;
	text-decoration:underline;
}

.entry, .entrytext {
	line-height:150%;
	margin:2px 0 0 0;
	}
	
.entrytext p {
	margin:0 0 15px 0;
	}

a:link,a:visited {
	color:#993366;
	text-decoration:none;
}

a:active {
	color:#990066;
	text-decoration:none;
}

a:hover {
	color:#990066;
	text-decoration:underline;
}

/* End Content*/



/* 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 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 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;
	width:170px;
	}

input.searchfield {
	width:120px;
	}

#sidebar2 #searchform #s {
	padding:3px;
	}

#sidebar2 #searchsubmit {
	padding:1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width:170px;
	}

#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 {
	background:#f3f3f3;
	border:1px 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*/



/* begin styles for Feed2JS - No bullets */

.rss-box {
	/*width: 300px;*/
	background-color: #ffffff;
}

.rss-title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss-items {
	list-style:none;
	margin:0;
	padding:0;
}

.rss-item  {
	font-size: x-small;
	margin-bottom: 1em;;
}

.rss-item a:link, .rss-item a:visited {
	color:#336699;
	font:normal 1.6em georgia,"trebuchet ms";
	margin: 0 0 20px 0;
	}

.rss-item a:active {
	color:#0066cc;
	}
	
.rss-item a:hover { 
	text-decoration:none;
	}

.rss-date {
	color:#666;
	font-size:.85em;
	padding:2px 0 0 0;
	}


/* begin feedburner form style */
input.entry { margin-top: 8px; margin-bottom: 8px; border: 2px solid #ccc; padding: 3px; font-family: verdana; font-size: 11px; color: #666; border: 1px solid #ccc; background: #fff; width: 200px; }
.button { margin-top: 5px; margin-bottom: 5px; font-family: arial; font-size: 10px; color: #fff; text-decoration: none; border: 1px solid #666; background: #ccc; font-weight: bold; width: 70px; }
/* end feedburner form style */


/* End styles for Feed2JS - No bullets */


/* Begin Feed2JS no css just for grins */ 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }

/* End Feed2JS no css just for grins */ 
