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

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
.displace { position: absolute;	text-indent: -9999px; }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

body {
	background: #00222F;
}

#all {
	width: 890px;
	margin: 0 auto;
	height: 100%;
	background: url(../images/all.gif) repeat-y top;
}

#alltop {
	width: 890px;
	margin: 0 auto;
	height: 33px;
}

#sidebar {
	float: left;
	width: 190px;
}

#main {
	float: right;
	width: 700px;
	background: #FFF;
	height: 100%;
}

#site-logo {
	display: block;
	width: 190px;
	height: 197px;
	background: url(../images/logo.gif) no-repeat top right;
}

#menu {
	width: 190px;
	background: url(../images/bg_menu.gif) no-repeat top;
	margin-top: 50px;
	min-height: 715px;
	text-align: right;
}

#header {
	width: 700px;
	height: 313px;
	background: url(../images/splash.jpg) no-repeat top;
}

#headertop {
	width: 700px;
	height: 62px;
	background: url(../images/splash_top.jpg) no-repeat top;
}

#language {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.9em;
}

#content #language li {
	list-style-type: none;
}

#player {
	height: 23px;
	width: 310px;
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
}

#content {
	margin: 5px 30px;
}

.footer {
	text-align: center;
	color: #3B5B66;
	margin: 15px 0;
	font-size: 0.9em;
}
