/*
Theme Name: Binary Blue
Theme URI: http://www.4null4.de/wordpress-binary-blue-theme/
Description: Tableless and XHTML compliant theme with full stylesheet/scheme support; heavily AJAX enhanced and fully localized, supports WordPress Sidebar Widgets; 800x600 and up
Version: 2.0.0-dev
Author: CountZero
Author URI: http://www.4null4.de/
Date: 06.09.2007
*/

* {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 100.01%;
}

p.throbber {
	text-align: center;
}

/* ================================================================== */
/* Begin common classes */
/* ================================================================== */

#header {
	cursor: pointer;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	text-align: center;
}

.leftaligned {
	text-align: left;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.hidden {
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.hilite {
	color: #fff;
	background-color: #f93;
	padding: 2px;
}

.inlinelist {
	list-style: none !important;
}

.inlinelist li {
	display: inline !important;
}

.editCommentLink  {
}

.commentNumber {
	font-weight: bold;
}

.commentDate {}

/* ================================================================== */
/* End common classes */
/* ================================================================== */

strong, b { font-weight:bold;}
em, i { font-style:italic;}

li#calendar h2 {
	display: none;
	visibility: hidden;
}

/* ================================================================== */
/* Begin AMAZON wishlist */
/* ================================================================== */
ul.wishlist {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

li.wishlistitem {
	border: 0px;
	height: 70px;
	padding: 10px;
	margin: 0 0 5px 0;
	clear: both !important;
}

li.wishlistitem a {
	vertical-align: top;
}

li.wishlistitem img {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
}

span.wishlistadded {
	font-size: 8pt;
}

br.amazonbr {
	clear: both !important;
}

div.wishlistnav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
/* ================================================================== */
/* End AMAZON wishlist */
/* ================================================================== */

/* ================================================================== */
/* Landing Sites */
/* ================================================================== */
.landingsite ul {
	margin-left: 1em;
}

/* ================================================================== */
/* For Link Indication plugin */
/* ================================================================== */
a.liexternal { padding-right: 14px; background: url(images/link-icon_external_01.gif) no-repeat right; }
a.liinternal { padding-right: 14px; background: url(images/link-icon_external_03.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 14px; background: url(images/link-icon_external_01.gif) no-repeat right; }
a.liftp { padding-right: 14px; background: url(images/link-icon_external_01.gif) no-repeat right; }
a.limailto { padding-right: 14px; background: url(link-icon_external_01.gif) no-repeat right; }
a.lipdf { padding-right: 14px; background: url(images/link-icon_pdf_01.png) no-repeat right;  }
a.lizip { padding-right: 14px; background: url(images/link-icon_zip_01.png) no-repeat right;  }
a.lidoc { padding-right: 14px; background: url(images/link-icon_word_10x10.png) no-repeat right;  }


/* ================================================================== */
/* Pagebar plugin */
/* ================================================================== */
.pagebar 
{
	font-size: 1em;
	padding-top: 20px; 
	padding-bottom: 10px; 
	margin: 0px; 
}

.pagebar a, .pageList .this-page 
{
	padding: 2px 6px;
	margin: 0;
	border: none; 
	background: #fff; 
	text-decoration: none;
}

.pagebar a:visited 
{
	padding: 2px 6px; 
	border: none; 
	background: #fff; 
	text-decoration: none;
}

.pagebar .break 
{
	padding: 2px 6px; 
	border: none; 
	background: #fff; 
	text-decoration: none;
}

.pagebar .this-page 
{
	padding: 2px 6px; 
	border-color: #999; 
	font-weight: bold; 
	font-size: 13px; 
	vertical-align: top; 
	background: #fff;
}

.pagebar a:hover 
{
	color: #fff; 
	background: #0063DC; 
	text-decoration: none;
}

