/*
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: 1.4.0
Author: CountZero
Author URI: http://www.4null4.de/
Date: 23.07.2006
*/

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

p.throbber {
	text-align: center;
}

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

.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;
}

.leftFloat {
	float: left;
	width: 45%;
}

.rightFloat {
	float: right;
	text-align: right;
	width: 45%;
}

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

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

/* ================================================================== */
/* 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;
}