/*  
Theme Name: RockinNewspaper 3Col
Author URI: http://www.corymiller.com
Version: 1
Author: Cory Miller
Description: RockinNewspaper 3 Column is a white and blue, widget ready, clean and simple theme designed with   a newspaper/magazine structure for reading and ultimate customization, plus a skybox for photos or AdSense.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
Photo by Ville Miettinen used with permission.
*/

body {
	background: url(images/bg.gif);
	color: #000000;
	font-size: 11px;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 17px;
        margin: 0px 0px 0px 0px;
	}

a { 
        color: #0066ff;
        text-decoration: none; 
        }


a:visited{
	text-decoration: line-through;
        }
	
a:hover{
	color: #ff0000;
	text-decoration: none;
	}

.flickr-mini-gallery img {
        margin: 4px 0 7px 11px;
      	border: none;
        float: right;
        }

#container { 
	width: 940px; 
	text-align: left; 
	margin: 20px auto; 
	}

#header {  
	background: #ff0000
	font-color: #000000
        font-size: 22px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	margin: 10px;

	}
#header h2 {
	color: #000000;
	font-size: 35px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	margin: 0px;
	}

#header h2 a {
	color: #66ff99;
	text-decoration: none;
	margin: 1px;

	}

#header h2 a:hover {
	color: #000000;
	text-decoration: none;
	}

#header h3 {
	background: #ff0000
	font-color: #000000
        font-size: 55px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	margin: 0px;
	}

#header h3 a {
	font-color: #000000
        font-size: 2px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	margin: 0px;
	}

#menu { 

	font-color: #000000;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
	text-align: center;
	}

#menu h2 {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	}
		
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu ul li a {
	color: #000000;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #ff0000;
	}


#content { 
	width: 430px; 
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 225px;
	margin-right: 0px;
	position:relative;
	padding: 5px 25px 15px 25px;
	min-height: 660px;
	}

* html #content {
	height: 660px;
	}
#content p{
	margin: 0px;
        font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 19px;
	padding: 5px 0px 0px 10px;
	}
	
#content p img{
	border: none;
	margin-right: 5px;
	margin-bottom: 3px;
	}

#content h1 {
	color: #ff0000;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #000000;
	font-size: 22px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
        letter-spacing: -2;
	margin: 1px;
        padding: 0px 0px 0px 10px;
	border-bottom: 5px solid #000000;
	line-height: 120%;
	}

#content h2 a  {
	color: #000000;
        font-size: 22px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
        letter-spacing: -2;
	line-height: 120%;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	text-decoration: none;
	}


#content h3 {
	color: #000000;
	font-size: 22px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: 300;
        background-color: #66ff99;
	padding: 0px 0px 0px 10px;
	line-height: 120%;
	}

#content h3 a  {
	color: #000000;
	padding: 10px 0px 5px 10px;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #ff0000;
	padding: 10px 0px 5px 10px;
	text-decoration: none;
	}

#content h5 {
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: 300;
        background-color: #66ff99;
	padding: 0px 0px 0px 10px;
	}

#content h5 a  {
	color: #000000;
	padding: 10px 0px 5px 10px;
	text-decoration: none;
	}

#content h5 a:hover {
	color: #ff0000;
	padding: 10px 0px 5px 10px;
	text-decoration: none;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
	

#content ul li a {
	color: #000000;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #ff0000;
	text-decoration: none;
	}

#content h7 {
	color: #ffffff;
	font-size: 22px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: 300;
	margin: 1px;
        padding: 0px 0px 0px 10px;
	line-height: 180%;
	}

#content h9 {
	color: #000000;
	font-size: 17px;
	font-family: Helvetica Bold, Arial Bold, Sans-Serif;;
	font-weight: normal;
        background-color: #eeeeee;
        text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	margin: 0px;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 420px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 420px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 420px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar { 
	color: #000000;
	width: 195px;
	float: left; 
	float: left; 
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px 15px 15px 15px; 
	min-height: 330px;
	}
* html #l_sidebar {
	height: 330px;
        }

#l_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#l_sidebar h2 {
	color: #000000;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	list-style: none;
	padding: 10px 0px 5px 10px;
	margin: 0px;
	border-bottom: 	5px solid #000000;
	}


#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#l_sidebar ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
        border-bottom: 1px dotted #aaaaaa;
	padding: 0px 0px 0px 0px;
	}

#l_sidebar ul li a:hover {
	color: #ff0000;
	}

#l_sidebar h5 {
	color: #000000;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	list-style: none;
	padding: 10px 0px 5px 10px;
	margin: 0px;
	border-bottom: 	5px solid #000000;
	}


#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#l_sidebar ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
        border-bottom: 1px dotted #aaaaaa;
	padding: 0px 0px 0px 0px;
	}

#l_sidebar ul li a:hover {
	color: #ff0000;
	}

                #l_sidebar h5:hover
                {
         	border-bottom: 	5px double #000000;
                }
            
                #l_sidebar h5,
                #l_sidebar h5 a
                {
                    color: #000000;
                }
                
                #l_sidebar h5:hover
                {
                    color: #000000;
                    cursor: pointer;
                }
            
                #l_sidebar a
                {
                    color: #000000;
                }                 

            #pdContent,            
            #kurseContent,
            #tasContent,
            #stueckeContent,
            #wufContent,
            #pagesContent,
            #pagesContent
            {
                display: block;
                margin: 0 0 0.5em 0;
            }




#r_sidebar { 
	color: #000000;
	width: 195px;
	float: right; 
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px 15px 15px 15px; 
	min-height: 330px;
	}
* html #l_sidebar {
	height: 330px;
        }

#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#r_sidebar h2 {
	color: #000000;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-Serif;
	list-style: none;
	padding: 10px 0px 5px 10px;
	margin: 0px;
	border-bottom: 	5px solid #000000;
	}

#r_sidebar h3 {
	font-size: 11px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
        line-height: 17px;
        border-bottom: 1px dotted #aaaaaa;
        margin: 0px 0px 0px 10px;
	}

#r_sidebar h3 a:visited{
	color: #000000;
	text-decoration: none;
        }

#r_sidebar h3 a:hover{
	color: #ff0000;
	text-decoration: none;
	}


#r_sidebar h4 {
	font-size: 11px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
        line-height: 17px;
        margin: 0px 0px 0px 10px;
	}

#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#r_sidebar ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #aaaaaa;
	padding: 0px 0px 0px 0px;
	}

#r_sidebar ul li a:hover {
	color: #ff0000;
	}

#s {
        background:#ccc;
        border:1px solid #666;
        color:#000;
        width: 100px;
        margin:9px 0px 0px 9px;
        padding: 1px
        }

#s:hover,#s:focus {
        background:#fff;
        border:1px solid #66ff99;
        }




#footer { 
	padding: 0px 0px 0px 10px;
	text-align: left;
	border-top: 5px solid #000000;
	clear: both;
	}
