* {
}

html, body {
	margin: 0; padding: 0; border: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
html {
}
body {
	font-size: 62.5%; /* making em's the same for all */
/*	background: url(/img/bg_body.gif) 0 100% repeat-x;*/
}

p, ul, ol, li, blockquote, dd, dl, dt, h1, h2, h3, h4, h5, h6 { /* some universal stuff for block-level elements */
	margin: 0; padding: 0;
	list-style:none;
}
.clear {
	display: block; overflow: hidden; height: 1px; clear: both;
}

#wrapper {
	min-height: 100%;
	position: relative;
	background: url(/img/bg_content.gif) 50% 0 repeat-y;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-image: url(/img/bg_content.gif);
	background-repeat: repeat-y;
}
* html #container { /* min-height for IE */
	height: 100%;
}
	#container2 {
		padding: 107px 0 90px; /* making space for the footer */
	}

.container {
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #222f42;
	color: #fff;
	width: 100%;
	line-height: 12px;
	padding: 5px 0;
}
* html #footer {
	bottom: auto;
	top: expression(this.parentNode.offsetHeight - 50);
}
	#footer .container {
		text-align:left;
		margin: 0 auto;
		width: 900px;
	}
	#footer .left {
		width: 680px;
		float: left;
	}
	#footer .right {
		width: 215px;
		float: right;
	}
	#footer table {
		width: 100%;
		height: 50px;
	}
	#footer table td {
		padding: 2px 10px;
	}

/**/

#op {
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	width: 100%;
}
	#op .container {
		width: 900px;
		margin: 0 auto;
	}

#op_header {
	background: #182537 url(/img/bg_op_header.png) repeat-x;
	color: #fff;
	height: 80px;
}
	#op_header .title {
		color: #fff;
		font-size: 30px;
		letter-spacing: -0.06em;
		width: 280px;
		border-bottom: 1px solid #fff;
		padding: 15px 0 0;
		text-align: center;
	}
		#op_header .title a {
			text-decoration: none;
			color: #fff;
		}
			#op_header .title a:hover {
				text-decoration: none;
			}
	#op_header .description {
		width: 280px;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		padding: 2px 0;
	}

#op_menu {
	background: #000;
	color: #fff;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	border-top: 1px solid #283444;
	border-bottom: 1px solid #fff;
}
	#op a {
		color: #fff;
		text-decoration: none;
	}
		#op a:hover {
			text-decoration: underline;
		}
	#op p {
		padding: 0 5px;
	}
	#op_menu .left {
		float: left;
		font-size: 1.1em;
	}
		#op_menu .left a {
			margin: 0 20px 0 0;
		}
		#op_menu .letter {
			background: url(/img/ico_newsletter.gif) 0 54% no-repeat;
			padding: 0 0 0 14px;
			display:none;
		}
		#op_menu .rss {
			background: url(/img/ico_rss.gif) 0 54% no-repeat;
			padding: 0 0 0 15px;
		}
	#op_menu .right {
		float: right;
		font-size: 1.2em;
		padding: 0 15px;
		/*display:none;*/
	}
		#op_menu .right a {
			margin: 4px 0 5px 15px;
			display: block;
			float: left;
			height: 18px;
			line-height: 18px;
		}
		#op_menu .right .login {
			background: red;
			font-weight: bold;
			padding: 0 10px;
			border: 1px solid #a91818;
			background: url(/img/bg_login.png) 0 50% repeat-x;
			height: 16px;
			line-height: 16px;
		}
		#op_menu .right .login:hover {
			text-decoration: none;
		}

/**/

#content {
	float: left;
	width: 654px;
	padding: 12px 13px;
}

#sidebar {
	float: right;
	width: 215px;
	padding: 0 3px 0 2px;
}

/**/

	#sidebar .box {
		border-bottom: 1px solid #c2d7e4;
		border-top: 1px solid #fff;
	}
	#sidebar .last {
		background: #E8F0F6;
		margin-top: -1px;
		height: 1px;
		overflow: hidden;
	}
	
	#sidebar .main_menu a {
		color: #25456d;
		font-size: 1.4em;
		line-height: 1.0em;
		font-weight: bold;
		letter-spacing: -0.02em;
		text-decoration: none;
		display: block;
		padding: 9px 12px 9px 23px;
		background: url(/img/ico_main_menu.gif) 7px 50% no-repeat;
	}
	
	#sidebar .box h3 {
		font-size: 2.4em;
		letter-spacing: -0.08em;
		padding: 5px;
		color: #2a90c9;
	}
	.box .menu {
		list-style: none;
		padding: 0 5px 5px;
	}
		.box .menu li {
			padding: 4px 0;
		}
		.box .menu li a {
			font-size: 1.2em;
			color: #25456d;
			background: url(/img/ico_arrow.gif) 0 50% no-repeat;
			padding: 0 0 0 15px;
			text-decoration: none;
			font-weight: bold;
		}
	#sidebar a:hover {
		text-decoration: underline;
	}

/**/

#header {
	background: #6CCDFC url(/img/bg_header.png);
	height: 113px;
	width: 885px;
	overflow: hidden;
	padding: 10px 0 10px 15px;
	float: left;
}
	#header .player_image {
		border-left: 1px solid #59b0db;
		right: 0;
		top: 0;
		float: right;
		margin: -10px 0 0 150px;
	}
	
	#header .title{
		color: #fff;
		font-size: 3.6em;
		letter-spacing: -0.06em;
		font-weight: bold;
	}
		#header .title a,#header .title a:hover  {
			color: #fff;
			text-decoration: none;
		}
	
	
	#header .author {
		color: #fff;
		font-size: 1.8em;
		letter-spacing: -0.03em;
	}
	#middle #header p {
		color: #fff;
		font-size: 1.1em;
		line-height: 1.3em;
	}

/**/

#posts {
}
	#posts .item {
		padding: 0 0 20px 0;
	}
	#middle .item .info {
		font-size: 1.1em;
		padding: 2px 0;
	}
	#middle .item .bottom {
		background: url(/img/bg_dotted.gif) 0 0 repeat-x;
		font-size: 1.1em;
		margin: 4px 0 0;
		padding: 6px 0;
	}
		.item .bottom a {
			float: left;
			margin: 0 10px 0 0;
			display: block;
			padding: 2px 0;
		}
		.item .bottom a.add_comment {
			padding: 2px 8px 2px 18px;
			border: 1px solid #d7d7d7;
			color: #000;
			background: url(/img/bg_add_comment.png) 0 50% no-repeat;
			text-decoration: none;
			font-style: italic;
		}

/**/

#sidebar .ec3_list {
	font-size: 12px;
	font-weight: bold;
	color: #25456D;
	padding: 2px 5px 2px 18px;
	background: url(/img/ico_arrow.gif) 3px 7px no-repeat;
}
#sidebar .ec3_list li {
	padding: 3px 0;
}
	#sidebar .ec3_list li a {
		text-decoration: none;
		font-weight: normal;
		letter-spacing: 0em;
	}
	#sidebar .ec3_list li a:hover {
		text-decoration: underline;
	}

/**/
.calendar {
}
	.calendar table {
		border-collapse: collapse;
		width: 100%;
	}
	.calendar caption {
		text-align: left;
		padding: 0 5px 7px;
		font-size: 1.2em;
		font-weight: bold;
		color: #25456d;
	}
	.calendar th {
		background: #c2d7e4;
		padding: 3px 2px;
		font-weight: normal;
		font-size: 1.1em;
	}
	.calendar td {
		text-align: center;
		padding: 3px 5px;
		font-size: 1.1em;
	}
	.calendar td.today {
		background: #2a90c9;
		color: #fff;
	}
		.calendar td.today a {
			color: #fff;
		}
	.calendar td.future {
		color: #89b4bb;
	}
	
	#middle .calendar p.controls {
		font-size: 1.1em;
		padding: 3px 5px 10px;
		border-top: 1px solid #c2d7e4;
	}
		.calendar .controls a {
			color: #25456d;
			text-decoration: none;
		}
		.calendar .controls a.fl {
			background: url(/img/ico_arrow_left.gif) 0 53% no-repeat;
			padding: 0 0 0 10px;
		}
		.calendar .controls a.fr {
			background: url(/img/ico_arrow_right.gif) 100% 53% no-repeat;
			padding: 0 10px 0 0;
		}

.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}

/* universal stuff */

#middle h1,
#middle h2,
#middle h3 {
}
#middle h1 a,
#middle h2 a,
#middle h3 a {
	text-decoration: none;
}
	#middle h1 a:hover,
	#middle h2 a:hover,
	#middle h3 a:hover {
		text-decoration: underline;
	}

#middle h2 {
	font-size: 2.4em;
	letter-spacing: -0.03em;
	font-weight: normal;
}
#middle p {
	padding: 6px 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

a {
	color: #2a90c9;
}
.fl { float: left; }
.fr { float: right; }

/**/


