/*
Theme Name: Regulus
Theme URI: http://www.binarymoon.co.uk/regulus/
Version: 2.1.3
Description: 2 column customizable theme from <a href="http://www.binarymoon.co.uk/">Binary Moon</a>
Author: Ben Gillbanks
Author URI: http://www.binarymoon.co.uk/

Adapted for GTW Portal - Many thanks to Ben for an awesome template.  All credit due.
Changes (24/5/06) - Frank 'Added some general changes'



*/

* {
	margin:0; padding: 0;
	
	font-family: Arial, Helvetica, Sans-serif;
}

/* ---------------------------------
- GENERIC GUFF (APPLIES SITE WIDE) -
--------------------------------- */



object, p object{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
.ab{
	color: #bbb;
}

label{
	font-weight: normal;
}

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 30%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 65%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 0px 0;
}


.contactright input, .contactright textarea{
	border: 1px solid #C5C5E5;
	border-bottom: 3px solid #A0A0BA;
		font-size: 12px;
}
.contacterror {
	border: 1px solid #ff0000;
}

#carbon_copy input{
	border: none;
}

#topGrade{
background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/header-grade.gif');
background-repeat:	repeat-x;	
width: 100%;
padding: 0px;
margin: 0px;
height: 12px;
}

.smallMore{
	border-top: 1px dotted #ccc;
	font-size: 12px;
padding-bottom: 10px;
}

#content #topHead{
margin:10px 0 0px 0px;
font-size: 22px;
position: relative; 
left: 0px; 
top: 0px; 
font-weight: bold;
padding-bottom: 5px;
border-bottom: 1px solid #D1D8EB;
color: #202657;
font-family:Arial, Helvetica, sans-serif;
}

html>body #topHead{
   padding-left: 2px;
}

.text { position: absolute; 
	left: -2px; 
	top: -2px; 
color: #202657;
font-family:Arial, Helvetica, sans-serif;
} 

html>body .text {
padding-left: 2px;
}

#content .itemBlock{
border: 1px solid #DDE6FF; 
border-bottom: 2px solid #C6CEE5;
padding: 5px;
margin-top: 5px;
background-color: white;
background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/postbk.gif');
background-position: bottom;
background-repeat:	repeat-x;	
}

.nrm{
font-weight: normal;
}



#content p.TopParagraph{
	font-weight: bold;
	border: 1px solid #99b;
	background: #f4f4fa;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content .itemBlock p.TopParagraph{
	font-weight: normal;
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#content .itemBlock p{
padding-top: 0px;
margin-top: 0px;
color: black;
}

#content .itemBlock a{
border: none;
color: #333333;
text-decoration: underline;
}

#content .itemBlock a:hover{
color: red;
text-decoration: none;
}

body {
	font-size:0.625em;
	_font-size:10px;
	text-align:center;
	background: url( /web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_body.gif ) repeat-x top #eef;
}

.topDotted{
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.7em;
	font-weight:normal;
}

i, em{ color: #666666; }

a {
	color:#333;
	text-decoration:none;
}

#content p a{
	text-decoration:underline;
}

#content p a:hover{
	text-decoration:none;
}

a:hover {
	color:#68f;
	color: red;
	text-decoration: none;
}

a img {
	border:none;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.skipnav {
	position:absolute;
	top:-999px; left:-999px;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
	border:1px solid #eef;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
	border:1px solid #eef;
}

table, tr, td, th {
	margin:auto; padding:auto; border:auto;
}

td, th {
	padding:8px;
	vertical-align:top;
}

th {
	font-weight:bold;
	background:#eef;
}

td {
	border:1px solid #5977CB;
}

code, pre {
	font-family:monospace;
	font-size:1.3em;
	display:block;
	padding:10px;
	background:#eef;
}

.wp-smiley {
	vertical-align:-30%;
}

/* ------
- FORMS -
------ */

input, textarea {
	padding:2px;
	border-width:1px;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

#sidebar input, #sidebar textarea {
	width:110px;
}

.button, .passwordPost input, #submitButton input{
	background:#efefef;
	border-color:#aaa #444 #444 #aaa;
	border-bottom: 2px solid #444;
	cursor: pointer;
	color:#444;
	padding:0; margin:0;
	height: 30px;
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/buttonbk.gif');
	background-repeat:	repeat-x;		
	font-weight: bold;
}

.passwordPost label input {
	background:#fff;
	border:1px solid #99c;
	border-color:#99c #99c #99c #99c;
	padding:2px;
}

input:hover, textarea:hover {
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	cursor:pointer;
}

.passwordPost label input:hover {
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#68f;
}

/* -------------
- PAGE LAYOUT -
------------- */

#wrapper {
	width:730px;
	margin:10px auto;
	padding:0;
	overflow:hidden;
	background:url(/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg.jpg) no-repeat #fff;
	/*border:5px solid #dde;*/
        border:5px solid #5977CB;
	text-align:left;
}

.hid_1 #header { background:url(/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_1.jpg) no-repeat #fff; }
.hid_2 #header { background:url(/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_2.jpg) no-repeat #fff; }
.hid_3 #header { background:url(/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_3.jpg) no-repeat #fff; }
.hid_4 #header { background:url(/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_4.jpg) no-repeat #fff; }
.hid_5 #header { background:url(/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_5.jpg) no-repeat #fff; }
.hid_6 #header { background:url(/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_6.jpg) no-repeat #fff; }
.hid_7 #header { background:url(/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_7.jpg) no-repeat #fff; }
.hid_8 #header { background:url(/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_8.jpg) no-repeat #fff; }
.hid_9 #header { background:url(/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_9.jpg) no-repeat #fff; }

/* -------
- HEADER -
------- */

#header {
	display:block;
	height:140px;
	color:#fff;
	position:relative;
	margin:0px auto 0 auto;
	margin:0px 0px 0 0px;
	text-align:right;
	border-bottom:3px solid #5977CB;
}

#header h1 {
	font-size:2.2em;
	margin:0; padding:45px 95px 0 0;
}

#header p {
	padding:0 95px 0 0;
}

/* -----------
- NAVIGATION -
----------- */

ul#nav {
	position:absolute;
	bottom:0; left:0;
	margin:0 0 0 16px;
	list-style-type:none;
}

ul#nav li {
	list-style-type:none;
	float:left;
	margin:0 0.5em 0 0;
	margin:0 2px 0 0;
}

ul#nav li a {
	padding:5px 14px;
	padding-top: 4px;
	border:none;
	/*text-transform:lowercase;*/
	color:#fcfcfc;
	background-color:#EBA43A;
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/buttona.gif');
	background-position: bottom;
	background-repeat:	repeat-x;	
	border:1px solid #fff;
	border-color:#A56909 #593407 #593407 #A56909;
	display:block;
	white-space:nowrap;
	_width:1em;
font-weight: bold;
}

ul#nav li a:hover {
	background-color:#FECA50;
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/buttonb.gif');
	background-position: bottom;
	background-repeat:	repeat-x;	
	text-decoration:underline;
    color: white;
font-weight: bold;
border-color:#CB8724 #8B5E1B #8B5E1B #CB8724;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	/*color:#335;*/
		padding:5px 14px;
	/*text-transform:lowercase;*/
	color:#fff;
font-weight: bold;
color: white;
font-weight: bold;	
background:#fc0;
background-color: white;
	text-decoration:none;
	border-color:#ff3 #da0 #da0 #ff3;

}

/* -------------
- MAIN CONTENT -
------------- */

#content {
	width:500px;
	float:left;
	font-size:12px;
	overflow:hidden;
	border-left:10px solid #fff;
	border-bottom:10px solid #fff;
}

.leftAlign #content {
	float:right;
	border-right:12px solid #fff;
	border-bottom:20px solid #fff
}

#content p, #content li {
	color: black;
}

#content p {
	margin:12px 0;
	/*line-height:1.5em;*/
}

#content h2 {
	font-size:1.6em;
	margin:24px 0 4px 0;
	font-weight: bold;
}

#content h2 em {
	font-size:0.7em;
	margin:0 0 0 1em;
	color:#8383AF;
 	font-style:normal;
}

.contactright #carbon_copy input{
	border: none;
}

#content h2 a {
	color:#3A368D;
	border:none;
}

#content h2 a:hover {
	color:#68f;
	text-decoration: underline;
}

#content h3 {
	font-size:1.4em;
	color: #273070;
font-weight: bold;
}

#content h4, #content h5, #content h6 {
	font-size:1.2em;
}

#content h3 a {
	color:#aaa;
}

#content ol, #content ul, #content dl {
	padding:0 0 0 40px;
	margin:12px 0;
}

#content dt {
	font-weight:bold;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 70px;
	background:#eef url( /web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_blockquote.gif ) top left no-repeat;
}

#content .info {
	color:#777;
	font-size:11px;
	/*border-top:1px dotted #99c;*/
	font-style:normal;
	display:block;
	padding:0px 0;
}

#content .info a {
	color: blue;
	color: #777;
text-decoration: none;
border: none;
border-bottom: 1px solid #ccc;
}

#content .info a:hover{
	color: red;
	
	text-decoration: underline;
	text-decoration: none;
border: none;
}

#content pre {
	background:#eef;
	padding:20px;
}

.widgets {
	clear:both;
	background:#eef;
	padding:8px 4px !important;
	list-style-type:none;
	overflow:hidden;
	border-left: 4px solid #fc0;
	margin:0 0 4px 0 !important;
	_height:1%;
	
	border:none;
	background:none;
	margin:0 !important;
	padding:4px 0 !important;
}

.widgets a {
	color:#99c;
	border:none;
}

.widgets .read {
	padding-left:16px;
	background: url( /web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/post_read.gif ) no-repeat left center;
}

.widgets .comments {
	padding-left:16px;
	background: url( /web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/post_comment.gif ) no-repeat left center;
}

.widgets a:hover {
	color:#68f;
}

.widgets li {
	float:left;
	padding:2px 8px;
	color:#eef;
	border-right:1px dotted #99c;
}

#post_information {
	clear:both;
	margin:0 !important;
	display:block;
	padding:4px !important;
	background:#eef;
	overflow:hidden;
	color:#99c;
	border-bottom:4px solid #fff;
	_height:1%;
}

#post_information a {
	color:#99c;
}

#post_information li {
	display:inline;
	float:left;
	padding:0 4px;
}
#comments {
	clear:both;
	border-top: 1px dotted #ddd;
	border-bottom: none;
	background: white;
	padding-top: 10px;
}

#comments h2 {
	margin:0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#comments dl {
	margin:0; padding:0;
}

#comments dt {
	padding:2px;
	padding-left: 5px;
	font-size:12px;
	color:#333;
	background: #EDEDFC;
	margin-bottom: 0px;
	border-left: 1px solid #DCDCF0;
	border-top: 1px solid #DCDCF0;
	border-right: 1px solid #DCDCF0;
}

#comments dt.highlighted {
	padding:8px;
	background:#fc0;
	border:4px solid #fff;
}

#comments dt a:hover{
text-decoration: underline;
}

#comments dd{
	margin-top: 0px;
	padding: 5px;
	border: 1px solid #DCDCF0;
	border-top: none;
	border-bottom: 2px solid #CCCCE6;
	margin-bottom: 5px;
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/commentfade.gif');
	background-position: top;
	background-repeat:	repeat-x;	
}

#comments dd.highlighted {
	background:#fff;
	padding:2px 8px;
}

#comments dd p{
	padding-top: 2px;
	margin-top: 0px;
	font-size: 11px;
	color: #777;
}

#comments h3, #postComment h3 {
	padding:0; margin:0 0 15px 0;
}

#postComment {
	background-color:#F7F7FF;
	padding:15px;
	border: 1px solid #C5C5E5;
	border-bottom: 3px solid #A0A0BA;
	margin-top: 20px;
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/commentformshade.gif');
	background-position: bottom;
	background-repeat:	repeat-x;	
}

#postComment label {
	width:120px;
    display: block;

	margin:5px 0 0 0;
}

#postComment input, #postComment textarea, #s {
	margin:5px 0 0 0;
	width:460px;
	border: 1px solid #BBBBDA;
	border-bottom: 2px solid #B0B0CD;
}

#postComment textarea {
	height:160px;
	font-size: 12px;
}

#postComment .button {
	padding:5px;
	clear:both;
	width:100px;
	margin:10px 0 0 0;
}

/* --------
- SIDEBAR -
-------- */

#sidebar {
	width:220px;
	float:right;
	color:#99f;
color:#73739C;
	/*line-height:1.5em;*/
	margin:0 0 16px 0;
	overflow:hidden;
	border-right:4px solid #fff;

/*border: 1px solid #E2E2FF; */
width: 200px; 
margin-top: 7px; 
margin-right: 3px;
}

#sidebar table{
	width: 150px;
	border: 1px solid #BDCBF0;
	margin-left: 5px;
}


#sidebar caption{
	font-weight: bold;
	font-size: 12px;
	background: #E1E9FF;
	margin-top: 0px;
	padding-top: 0px;
}

#sidebar #wp-cal-container{
	background: #E1E9FF;
}

html>body #sidebar{
 margin-right: 6px;
}

.leftAlign #sidebar {
	border-left:12px solid #fff;
	border-right:none;
	float:left;
}

#sidebar h2 {
	clear:both;
	padding:16px 0 4px 0;
	padding:3px 0px 3px 7px;
	font-size:11px;
	font-weight: bold;
	background-color: #BDCBF0;
		background-color: black;
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/sidebar-fader.gif');
	background-position: center;
	background-repeat:	repeat-y;
	color: #5A6685;
	border-top: 1px solid #AEBBDD;
	border-left: 1px solid #AEBBDD;
	border-right: 1px solid #AEBBDD;
	
}

#sidebar .col {
	width:100px;
	margin:0 10px 0 0;
	float:left;
}

#sidebar a {
	display:block;
	padding:3px;
	border:none;
	color:#888;
}

#sidebar a:hover {
	color:red;
	text-decoration: none;
}

#sidebar p {
	font-size:1.2em;
	margin:6px 0;
}

#wrapper #sidebar #styler{
	list-style:none;
	padding:0px;
	margin:0px;
	background: #E1E9FF; 
background: white;
margin-bottom: 10px;
}

#wrapper #sidebar #styler li{
padding: 0px;
margin: 0px;
border: 0px;
border-top: 10px solid white;
background: #E1E9FF;
}

#wrapper #sidebar #styler li ul{
padding: 0px;
margin: 0px;
border: 1px solid #AEBBDD;
border-top: none;
border-bottom: 2px solid #A1ADCC;
padding-top: 5px;
padding-bottom: 5px;
background: #E1E9FF;
}

#wrapper #sidebar #styler #categories ul{
background: #F1F2FF;
}

#wrapper #sidebar #styler #categories ul li, #wrapper #sidebar #styler #meta ul li{
	padding-left: 0px;
	border-bottom: 1px solid #EAE7F2;
}

#wrapper #sidebar #styler #categories ul li a, #wrapper #sidebar #styler #meta ul li a{
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/nav-arrow.gif');
	background-position: 8px 6px; 
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}

#wrapper #sidebar #styler #categories ul li a:hover, #wrapper #sidebar #styler #meta ul li a:hover{
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/nav-hover.gif');
	text-decoration: underline;
	background-color: white;
}





#wrapper #sidebar #categories h2{
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/shade1.gif');
}

#wrapper #sidebar #democracy #democracy ul{
background: #E7E6FD;
}

#wrapper #sidebar #democracy h3{
background: #E7E6FD;
}

#wrapper #sidebar #democracy h2{
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/shade2.gif');
}

#wrapper #sidebar #recent-comments #recentcomments{
background: #E5E9FF;
}

#wrapper #sidebar #recent-comments #recentcomments li{
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/comment-icon.gif');
	background-position: 7px 4px; 
	background-repeat: no-repeat;
	padding-left: 17px;
	font-weight: bold;
	margin-bottom: 3px;
}

#wrapper #sidebar #recent-comments h2{
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/shade3.gif');
}

#wrapper #sidebar #linkcat-4 ul{
	background: #E1EBFF;
}

#wrapper #sidebar #linkcat-4 ul li a{
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/external-link.gif');
	background-position: 8px 6px; 
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
	font-weight: bold;
}

#wrapper #sidebar #styler #linkcat-4 ul li{
	padding-left: 0px;
	border-bottom: 1px solid #DDE1F4;
}

#wrapper #sidebar #styler #linkcat-4 ul li a:hover{
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/external-hover.gif');
	text-decoration: underline;
	background-color: white;
}


#wrapper #sidebar #linkcat-4 h2{
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/shade4.gif');
}

#wrapper #sidebar #styler li ul li{
padding: 0px;
margin: 0px;
background: none;
border: none;
padding-left: 5px;
}

#wrapper #sidebar #styler li ul li a{
text-decoration: underline;
color: #5A6685;
}

#wrapper #sidebar #styler li ul li a:hover{
color: red;
}


/* \*/ 
* html #wrapper #sidebar #styler li ul li a { 
    height: 1px; 
    } 
/*  */ 



#sidebar #minitabs{
	margin: 0px;
	padding: 0px;
	background: white;
	margin-top: 1px;
	margin-bottom: 14px;
}
	
#sidebar #minitabs li{
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 188px;
	font-size: 11px;
margin-bottom: 2px;
}
	
#sidebar #minitabs a, #sidebar #minitabs a.active{
	margin: 0px; 
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	width:188px;
    border: 1px solid #434973;
	border-bottom: 3px solid #434973;
	background-color: #7388C1;
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/butbk1.gif');
	background-position: bottom;
	background-repeat:	repeat-x;
}

html>body #sidebar #minitabs li{
margin-bottom:3px;	
}
	
#sidebar #minitabs a:hover{
	text-decoration: underline;
	border: 1px solid #7F8FBA;	
	border-bottom: 3px solid #7F8FBA;
	color: #5C6887;
	background-color: white;
	background-image:	url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/butbk2.gif');
	background-position: bottom;
	background-repeat:	repeat-x;
}

#sidebar #blogroll {
	list-style-type:none;
	margin:0; padding:0;
}

#sidebar #blogroll li {
	border-color:#fff;
	margin:0 0 0 0;
}

#sidebar #blogroll ul li {
	list-style-type:square;
	border-bottom:1px dotted #ddd;
}

#sidebar #about *, #sidebar .widget_text * {
	color:#666;
}

#sidebar #about, #sidebar .widget_text {
	border:5px solid #eef;
	padding:10px;
	color:#666;
}

#sidebar .widget_text {
	margin:10px 0;
}

#sidebar #about h2, #sidebar .widget_text h2 {
	padding:0; margin:0;
}

#sidebar #about a {
	display:inline;
	color:#68f;
	text-decoration:underline;
}

#sidebar form .button {
	width:30px;
}

#sidebar #search {
	border:none;
	padding:5px;
	background-color:#F0F0FF;
	margin:10px 0 10px 0;
margin:0px 0 10px 0;
	width: 190px;
}

#sidebar #search p {
	font-size:1em;
	margin:0; padding:0;
}

#sidebar #subpages {
	list-style-type:none;
	margin:16px 0 0 0;
	border:5px solid #eef;
}

#sidebar #subpages a {
	border:none;
	display:block;
	font-size:1.2em;
	padding:8px;
}

#sidebar #subpages h2 {
	padding:8px; margin:0;
	color:#666;
	background:#fc0;
}

#search label {
	color:#333;
	margin:0 5px 0 0;
background: #F0F0FF;
}


ul#feeds {
	clear:both;
	text-transform:uppercase;
	list-style-type:none;
	padding:2px;
	background:#E1E9FF;
	overflow:hidden;
	_height:1%;
	margin:0;
	border: 1px solid #BDCBF0;
	border-top: none;
	border-bottom: 2px solid #BDCBF0;
}

#feeds li {
	float:left;
	border:none;
	margin:0;
	clear:none;
}

#feeds h3 {
	font-size:1em;
	padding:4px;
	margin:3px;
}

#feeds a {
	display:block;
	padding:4px 4px 4px 24px;
	margin:3px;
	color:#5A6685;
	background: url( /web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bg_feed.gif ) 3px center no-repeat;
width: 160px;
}

#feeds a:hover {
	background-color:#fff;
    text-decoration: underline;
width: 160px;
}


/* -------
- FOOTER -
------- */

#footer {
	display:block;
	padding:5px 0 5px 3px;
    height: 13px;
	border-top: 5px solid #fc0;
	color:#fff;
	clear:both;
	background-color: #101A62;
	background-image:			url('/web/20071107082952im_/http://gtwportal.retro-net.de/wp-content/themes/regulus/images/bk_footer.jpg');
	background-repeat:			no-repeat;
	list-style-type:none;

}

#footer li {
	float:left;
	padding:0 8px;
	border-right:1px solid #cce;
}

#footer li a {
	color:#fff;
	border-color:#99c;
}

#footer li a:hover {
	text-decoration: underline;
}



/* ---------------------
-- Wordpress calendar --
--------------------- */

#wp-cal-container {
	border:5px solid #E1E9FF;
	margin:12px 0 0 0;
	margin:0 0 0 0;
	border:1px solid #AEBBDD;
	border-top: none;
	border-bottom: 2px solid #A1ADCC;
	padding: 4px;
    padding-bottom: 10px;
}

#wp-calendar{
	width:220px;
	text-align:center;
	border-collapse: collapse;
	background: white;
	padding-top: 0px;
	margin-top: 0px;
	/*margin-bottom: 10px;*/
}

#wp-calendar caption, #wp-calendar th {
	background:none;
	color:#666;
	padding:4px;
	padding-top: 0px;
	margin-top: 0px;
}

#wp-calendar td a{
	padding: 0px;
    margin: 0px;
}

#wp-calendar td {
	padding:1px;
	border:none;
}

#wp-calendar caption {
	font-weight:bold;
	background:none;
}

#wp-calendar #today {
	background:#444;
	font-weight:bold;
	color:#666;
}

#wp-calendar a {
	color:#666;
	text-decoration:underline;
}

#pageNav{
	overflow:hidden;
	height:1%;
	margin:32px 0 0 0;
	background: white;
}

#pageNav a:hover, #pageNav a:link, #pageNav a:visited{
	display:block;
	font-size:1.1em;
	width:8em;
	float:left;
	text-align:center;
	padding:0.5em;
	border:none;
	background: #A8B6E5;
	margin:0 5px 0 0;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #495FA7;
	border-bottom: 2px solid #495FA7;
	cursor: pointer;
	color: #495FA7;
}

#pageNav a:hover {
	color: #495FA7;
	text-decoration:underline;
	background: white;
	cursor: pointer;
	border: 1px solid #6583E7;
	border-bottom: 2px solid #6583E7;
}


#sidebar #available{
	border: none;
	background: white;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
    margin-top: 3px;
	font-size: 14px;
	color: #48526B;
}

#content h4{
	color:#485083;
	font-size: 14px;
	font-weight: bold;
    margin-top: 10px;
}

#content h5{
	color:#6069AD;
	font-size: 12px;
	font-weight: bold;
    margin-top: 10px;
}

#content .captionRight, .captionLeft{
	padding: 5px;
	background-color: 	white;
	margin: 			0px 0px 10px 10px;
	float: 				right;
	border: 1px solid #AFB0C4;
	border-bottom: 2px solid #9698A9;
		font-size: 11px;
	color: #515B7A;
}

#content .captionLeft{
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

#content .captionRight p, #content .captionLeft p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #515B7A;
}

/*
     FILE ARCHIVED ON 08:29:52 Nov 07, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:26:21 Jun 10, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/