/*
Href: /css/lightbox.css, Media: 
Href: /skins/_System/csharp.css, Media: 
Href: /skins/_System/commonstyle.css, Media: 
Href: /skins/_System/commonlayout.css, Media: 
Href: /Skins/RedBook/niceforms-default.css, Media: 
Href: /Skins/RedBook/print.css, Media: print
Href: /Skins/RedBook/style.css, Media: 
Href: /Skins/RedBook/Blue.css, Media: 
*/

/* Href: /css/lightbox.css, Media:  */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#loadingLink 
{
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url(../../images/lightbox/loading.gif) no-repeat; /* Trick IE into showing hover */
	margin: auto;
}

#closeLink 
{
	width: 66px;
	height: 22px;
	background: transparent url(../../images/lightbox/close.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/lightbox/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/lightbox/nextlabel.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	
/* Href: /skins/_System/csharp.css, Media:  */
/*
Stylesheet for C#, VB, HTML/XML/ASPX, T-SQL, MSH

Downloaded from http://www.manoli.net/csharpformat/

This stylesheet is useful if you use the manoli.net code formatter.
*/

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }
/* Href: /skins/_System/commonstyle.css, Media:  */
table 
{
	border-collapse: collapse;
}

/********* DropCap **********
Apply to the first letter of a post. 
Makes a nice magazine effect.

Make sure to overide border, font, etc... choices.
*/
.dropcap 
{
	float: left;
	font: 4em georgia, helvetica, verdana, arial, sans-serif;
	border: solid 1px;
	padding: 5px;
	margin-right: 5px;
}


/********* Image Drop Shadow **********
Applies a nice dropshadow to a block element.
Must be combined with .innerbox.

Sample usage:
<div class="dropshadow"><div class="innerbox">Text or image</div></div>

*/
.dropshadow
{
	float:left;
	clear:left;
	background: url(../../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
	display: block;
}

.innerbox
{
	position:relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999999;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.innerbox
{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

/* This applies to debug information when compiled as a #DEBUG release. */
div.debug
{
	font-size: x-small;
	width: 200px;
	position: absolute;
}

/********* PrintIcon **********
Applies a print icon to a print link.

Sample usage:
<a class="printIcon"...></a>

*/
a.printIcon
{
	background: url('../../images/printer.png') no-repeat top left;
	padding-bottom: 4px;
}

a.printIcon span
{
	background: url('../../images/printer.png') no-repeat top left;
	padding-left: 17px;
}

/********* ShareIcon **********
Applies a share-icon to an element with the shareIcon class.
http://shareicons.com/

Sample usage:
<a class="shareIcon"...></a>

*/
.shareIcon
{
	background: url('../../images/share-icon-16x16.png') no-repeat center left;
}

/********* Gravatar **********
This is an avatar thumbnail displayed next to a blog post.

Sample usage within comments.ascx:
<asp:Image runat="server" id="GravatarImg" visible="False" class="gravatar"></asp:Image>
*/
img.avatar
{
	float: left;	
	width: 50px;
	padding: 5px;
	border: 0;
	display: block;
}

.accessKey
{
	text-decoration: underline;
}

/********* Pullout **********
A magazine layout box that floats right. Good for emphasizing 
a point in a blog post.

USE THIS IN THE CONTENT OF A BLOG POST

Sample usage.
<span class="pullout">It is indeed a fact</span>
*/
.pullout
{
	display: block;
	width: 30%;
	padding: 10px;
	background-color: #ddd;
	float: right;
	font: bold 1em arial, helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0.05em;
	margin: 5px;
	clear: both;
	border: solid 1px;
}

.pullout .alt
{
	float: left;
}

/* blockquote styling */
blockquote.withline   
{
	text-align: justify; 
	padding: 5px;
	border-left: 1px solid #9ACD32;
}


/********* form **********
Styling for a Form. Assumes use of dl for the form.

<dl class="form">
*/
dl.form dt
{
	height: 18px;
	margin-top: 5px;
}

dl.form dd
{
	margin-left: 0;
}

dl.form input
{
	width: 300px;
}

dl.form textarea
{
	width: 400px;
	height: 200px;
}

label.required
{
	font-weight: bold;
}

/******** horizontal list ************
Used to make an ordered or unordered list horizontal.
*/
ul.horizontal
{
	list-style: none;
}

ul.horizontal li
{
	display: inline;
}

.postTitle, .postTitleDate
{
	clear: both;
}

.clear { clear: both; }
.left { float:left; }
.right { float: right; }
.block { display: block; }
.inline { display: inline; }

/*--------{tags}-------------*/
#tag-cloud
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#tag-cloud li
{
	display: inline;
	list-style-type: none;
}

#tag-cloud li, #tag-cloud li a
{
	display: inline;
}

#tag-cloud li
{
	padding: 2px 3px;
}

.tag-style-1
{
	font-size: .8em;
	font-weight: normal;
}
.tag-style-2
{
	font-size: 1em;
	font-weight: normal;
}
.tag-style-3
{
	font-size: 1.2em;
	font-weight: bold;
}
.tag-style-4
{
	font-size: 1.4em;
	font-weight: normal;
}
.tag-style-5
{
	font-size: 1.6em;
	font-weight: bold;
}
.tag-style-6
{
	font-size: 1.8em;
	font-weight: bold;
}
.tag-style-7
{
	font-size: 2em;
	font-weight: bold;
}

/*---------{related search results}--------------*/
#related-results 
{
	border: solid 1px #777;
	margin: 0;
	padding: 0;
}

#related-results h2
{
	margin: 0;
	background-color: #ffa;
	padding: 4px;
	border-top: solid 1px #ffd;
	border-right: solid 1px #ffd;
	border-left: solid 1px #ffd;
	border-bottom: solid 1px #dc0;	
}

#related-results div.content
{
	padding: 8px;
}

#related-results ul li 
{
	margin-left: 15px;
}

#related-results a.close 
{
	float: right;
	display: block;
	width: 32px;
	height: 24px;
	background: transparent url(../../images/icons/cross.png) no-repeat center center;
}

#related-results a.close:hover 
{
	background-color: #ffc;
}

#related-results p 
{
	margin-top: 0;	
}

#related-results span.search-term 
{
	font-style: italic;	
	color: #009;
	font-size: 1.1em;
}

a.more-results 
{
	font-weight: bold;
	font-style: italic;
}

/*---------{search}--------------*/
#search-progress
{
	background: url(../../images/loaders/subtext-loader.gif) no-repeat;
	width: 32px;
	height: 32px;
	margin: 4px auto;
}

#searchResults
{
	z-index: 100;
}

#searchWrapper
{
	position: relative;
	width: 100%;
}

a.closeSearch
{
	position: absolute;
	top:0;
	right: 4px;
	display: block;
}

/*---------{comments}--------------*/
.commentInfo
{
	clear: left;
}

a.edit-comment
{
	background: transparent url(../../images/icons/edit.gif) no-repeat scroll left center;
	padding-left:20px;
}

/*---------{buttons}--------------*/

.btn { cursor:pointer; }
/* Href: /skins/_System/commonlayout.css, Media:  */
/********* Search **********
A standard layout for the search box
Assumes the following structure:

#search
	label
		input.searchterm
			.searchButton
	#searchResults {visible only when search button is clicked}

----------------------------*/
#search
{
	float: right;
	width: 280px;
}

#search #searchResults
{
	z-index: 100;
	position: relative;
	padding: 5px;
	margin: 0;
	border: solid 1px;
}

#searchResults ul
{
	padding: 0;
	margin: 5px;
}

#searchResults ul li
{
	list-style-position: inside;
}

/********* Previous / Next Links **********
A standard layout for the previous entry and 
next entry links.
Assumes the following structure:

.previousNext
	a
	span " | "
    a
	span " | "
	a
----------------------------*/
div.previousNext
{
	width: 100%;
	text-align: center;
	font-size: .9em;
	padding: 4px;
}


/********* Blog Stats **********
Renders blog stats in a horizontal fashion.

Sample usage:
<dl title="Blog Statistics" id="blogStats">
	<dt>posts</dt>
	<dd><asp:Literal ID="PostCount" Runat="server" /></dd>
	<dt>comments</dt>
	<dd><asp:Literal ID="CommentCount" Runat="server" /></dd>
	<dt>trackbacks</dt>
	<dd><asp:Literal ID="PingTrackCount" Runat="server" /></dd>
</dl>

*/
#blogStats
{
	float: right;
	text-align: right;
	font-size: .7em;
}

#blogStats dt, #blogStats dd
{
	float: left;
	margin: 0;	
}

#blogStats dt
{
	padding-right: 2px;
	margin-right: 2px;
	text-transform: lowercase;
}

#blogStats dd
{
	margin-right: 7px;
}

/********* Captcha **********/
div.captcha
{
	margin: 2px 0 8px 6px;
}

div.captcha img
{
	width: 180px;
	height: 50px;
	border: solid 1px #999;
	display: block;
}

div.captcha label
{
	display: inline;
	float: left;
}

div.captcha input
{
	margin-left: 4px;
	display: inline;
}
/* Href: /Skins/RedBook/niceforms-default.css, Media:  */
/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/
/*Forms defaults*/
input, textarea 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label 
{
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen 
{
	color:#333;
}

/*Transparent items*/
.transparent 
{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake 
{
	background:none;
	border:none;
}
.transparent2 
{
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked 
{
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked 
{
	background:url(images/radio.gif) no-repeat left top;
}
.radioAreaChecked 
{
	background:url(images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked 
{
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked 
{
	background:url(images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked 
{
	background:url(images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered 
{
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered 
{
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered 
{
	background-position:left bottom;
}

/*Selects*/
.selectArea 
{
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
	margin-top: 1px;
}
.optionsDivVisible p {
	margin:0;
	margin-top:-1px;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest 
{
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
/* Href: /Skins/RedBook/print.css, Media: print */
@media print{
body
{
	background: #fff;
	color: #000;
}

.noprint, #rondo
, #side-bar, #navigation
, #blogstats, #blogstatsback, #moreinfo
, #commentform, #recentComments
, #footer, #rondobottom, a.printIcon
, hr
{
	display: none;
}

#header
{
	background: #fff;
	display: block;
	color: #000;
}

#hd, #header h1, #header h1 a, #header div
{
	margin: 0;
	padding: 0;
	color: #000;
	display: inline;
	position: relative;
	top: 0;
	left: 0;
}

#header h1
{
	display: block;
}

#all
{
	background: #fff;
	width: 100%;
}

#container, #content
{
	border: none;
	width: 100%;
}
}
/* Href: /Skins/RedBook/style.css, Media:  */
/* RedBook (v.1.1) is made by Fabian Aggeler in Switzerland (Summer 05) || Blog: http://www.aisiiu.ws */
@import url("Red.css");
body{
	font-family: "Lucia Grande", Verdana, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 50px 0;
	margin:0;
	background-repeat: repeat-y;
	background-position:center;
}

#all {
	width: 680px;
	height:100%;
	position:relative;
	background-repeat:repeat-y;
	background-position:center;
	background-color:#fff;
	margin:auto;
	padding: 0px;
}

#container{
	margin:auto;
	padding: 10px 30px;
	padding-top: 10px;
	min-height: 300px;
}

#hd{
  text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: auto;
}
#header{
    margin: auto;
	height: 133px;
	background-color:#333333;
	background-image:url(Images/header.jpg);
	width: 600px;
}

#header h1
{
	position:absolute;
	left: 70px;
	top: 50px;
	font-family:Arial;
}
#header div
{
	position:absolute;
	left: 70px;
	top: 95px;
	color:#fff;
	font-family:Arial;
}

#header h1 a
{
	color:#ffffff;
}
#header h1 a:visited
{
	text-decoration:none;
}

#blogstats
{
	position:absolute;
	top:26px;
	left: 270px;
	height: 22px;
	display:inline;
	color:#fff;
	cursor:default;
}

#blogstatsback
{
	background-color:#fff;
	filter: alpha(opacity=100);
 filter: alpha(opacity=20);
 -moz-opacity: 0.20; 
 opacity:0.2;
 -khtml-opacity:0.2;
	position:absolute;
	top:24px;
	left: 265px;
	width: 375px;
	height: 22px;
	display:inline;
	color:#fff;
	cursor:default;
}

#blogstats span
{
	font-size: 11px;
	margin:0;
	padding:0;
	font-weight:bold;
}

#blogstats ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	height:22px;
	font-size:10px;
}

.daytitle
{
	font-size: 12px;
	color:#B80000;
	padding:0;
	font-weight:500;
}


.daytitle a
{
	color:#B80000;
	text-decoration:none;
}

#blogstats ul li{
	list-style: inline;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

#navigation{
	position:absolute;
	top:133px;
	left: 281px;
	height: 22px;
}

#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	height:22px;
}

#navigation ul li{
	list-style: inline;
	display: inline;
}

#navigation ul li a{
	padding: 5px 15px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;	

}
#navigation ul li a:visited{

}
#navigation ul li a:hover, #navigation ul li.current a, #navigation ul li a.active{
  background-image:url(Images/underlink.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0;
	padding-bottom:5px;
	border:0;
	/*border-bottom: 4px solid #fff;*/

}

.clear
{
	clear:both;
}

.clear p
{
	display:none;
}

img {
  border: none;
}

#content .picture {
	margin: auto;
	text-align: center;
}

#content .picture img {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

del {
  text-decoration: line-through;
}
cite {
  font-style: italic;
}

blockquote{
	font-size:11px;
	margin:0;
	width: 360px;
	height:100%;
	border-left: 5px solid #cccccc;
	padding:5px;
	padding-left: 10px;
}

#content
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
    width: 415px;
	float:left;
	margin-right:-200px;
	border-right: 1px dotted #cccccc;
	min-height: 400px;
}

#content h1{
	font-size: 18px;
}
#content h2{
	font-size: 16px;
	color:#480000;
}
#content h2 span {
  font-size: 75%;
  font-weight: bold;
  padding-right: 10px;
  color: #660000;
}
#content h2 a {
  color: #000000;
 text-decoration:none;
}

#sidebar
{
   float: right;
   width: 180px;
   font-size: 90%;
}

#sidebar ul
{
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: square;
	list-style-image: url(Images/list-arrow.gif);
}

#sidebar div h2
{
	margin: 10px 0 5px 0;
	font-size: 120%;
}

#sidebar div p
{
	font-size: 100%;
	padding:0;
	margin:0;
}

.postfooter
{
	font-size: 9px;
	color:#cccccc;
}

.postfooter a
{
	color:#888888;
}

#moreinfo h2
{
	padding:0;
	margin:0;
}

hr
{
	border: 1px dotted #cccccc;
}

.journal_eintrag h2
{
	margin:0;
	padding:0;
}

#commentform input
{
	margin: 2px;
}

#commentform label
{
	display:block;
}

#moreinfo div.author
{
	background: #ffffef url(images/CommentAuthorGradient.gif) repeat-x top left;
	border: solid 1px #967758;
	padding: 4px;
	margin-top: 4px;
}

.comment h4
{
	display:block;
	width: 100%;
	color:#B80000;
	margin-bottom: 4px;
}

.comment span.commentInfo
{
	display:block;
	/*border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;*/
	color: #999999;
	font-size: 10px;
	/*background-color: #efefef;*/
	height: 14px;
}

.comment a:link
{
	color: #999999;
	font-size: 10px;
}
.comment a:visited
{
	color: #999999;
	font-size: 10px;
}
.comment h4 a:link
{
	color: #B80000;
	font-size: 10px;
}
.comment h4 a:visited
{
	color: #B80000;
	font-size: 10px;
}
.comment cite
{
	color: #999999;
}

.comment blockquote
{
	margin-left:8px;
	padding:0;
}

#commentform .postbutton
{
	margin:0;
	padding: 2px;
	background-color: #cccccc;
	border: 1px solid #999999;
	color: #444444;
}

#footer
{
	float:none;
	margin-left: 20px;
	margin-right: -20px;
	padding:0px;
	/*background-image:url(Images/footer.jpg);*/
	background-repeat: repeat-x;
	background-position:bottom;
	width: 640px;
	height: 30px;
}
#test
{
	float:none;
}

#footer p{
	display:none;
}

#rondo{
	background-position:center;
	background-repeat: no-repeat;
	width:651px;
	margin: auto;
	padding: 0px;
	height:4px;
}

#rondo p{
	display:none;
}

#rondobottom{
	background-position:center;
	background-repeat: no-repeat;
	width:651px;
	margin: auto;
	padding: 0px;
	height:4px;
}

#rondobottom p{
	display:none;
}

#poweredby
{
	margin:0;
	float:left;	
	display: none;
}

a:link
{
	text-decoration:none;	
	color:#666666;
}
a:visited
{
	text-decoration:none;
	color:#666666;
}
a:hover
{
	text-decoration:underline;	
}

.media{
	color: #00014C;
	font-size: 80%;
	background: transparent url("images/mitem.gif") no-repeat 4px 0px;
	padding-left: 25px;
}

legend
{
	color:#666666;
}

div.debug
{
	display: none;
}

p.subtextlogo
{
	text-align: center;
	padding-top: 8px;
}

#sidebar .author
{
	display: block;
}

/* ------------- {search layout} -------------- */
#search
{
	position: relative;
	width: 300px;
	text-align: right;
	padding: 0;
	margin: 6px 0px 0 -125px;
}

#search-box
{
	padding: 0;
	margin: 0 0 5px 0;
	width: 100%;
	float: none;
}

#search input
{
	margin: 0;
	padding: 0;
}

#search input.searchterm
{
	width: 125px;
	border: solid 1px #444;
}

#search-results
{
	width: 300px;
	min-width: 300px;
	position: absolute;
	top: 18px;
	right: 28px;
	z-index: 10;
	text-align: left;
}

#search-results h5
{
	font-size: 1em;
	color: #444;
	margin: 0;
	padding: 0;
	width: 300px;
}

#search-results ul
{
	padding: 0;
	margin: 0 0 0 8px;
	width: 100%;
}

#search-results ul li
{
	padding: 0;
	margin: 0: 
}

#search-results div.innerbox
{
	background-color: #f6f6f6;
	padding: 10px;
}

#search a.close
{
	position: absolute;
	top:0;
	right: 4px;
	display: block;
}

#search-progress
{
	position: absolute;
	top: -8px;
	left: 80px;
}

.button-disabled 
{
	background-color: #ccc;
}
/* Href: /Skins/RedBook/Blue.css, Media:  */
/* RedBook (v.1.1) is made by Fabian Aggeler in Switzerland (Summer 05) || Blog: http://www.aisiiu.ws */

body{
	background-color:#0066CB;
	background-image:url(Images/Blue/back.jpg);

}

#all {

	background-image:url(Images/Blue/backback.jpg);

}

#content h1{
	font-size: 18px;
	color:#0066CB;
}

#rondo{
	background-image: url(Images/Blue/rondo.jpg);
}

#rondobottom{
	background-image: url(Images/Blue/rondobottom.jpg);
}