/*
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.2
Author: CountZero
Author URI: http://www.4null4.de/
Date: 28.10.2007
*/


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;
}


/* ================================================================== */
/* Landing Sites */
/* ================================================================== */
.landingsite ul {
	margin-left: 1em;
}