/*Basics
 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
    background-image: url(../images/left.png);
}

h1, h2, h3, h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
}

a {
	color: #333;
}
a:visited {
	color: #666;
}
a:hover {
	color: #a00;
}
a img {
	border: none;
}
/*Layout
 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#accessibility {
	position: absolute;
	top: -5000px;
}
#container {
    margin: auto;
    width: 570px;
	background: url(../images/container.png) repeat-y;
	padding: 10px 30px;
}

#head {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}
/*Navbar::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#navbar ul {
	list-style: none;
}

#navbar ul li {
	float: left;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
}

#navbar ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 10px 20px;
	font-size: 0.9em;
}
#navbar ul li a.active {
	color: #aaa;
}
#navbar ul li a:hover {
	color: #aa0000;
	background-color: #eee;
}
/*Breadcrump:::::::::::::::::::::::::::::::*/
#breadcrump {
	clear: both;
	
	border-top: 1px dotted #ccc;
}
#breadcrump p {
	color: #aaa;
}
#breadcrump p a {
	font-size: 0.6em;
	padding: 0 10px;
	text-decoration: none;
}
/*Content:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#content {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 10px 0;
}
/*#content .article {
	border-bottom: 1px dotted #ccc;
}*/
.article img, .article h3, .article p {
	padding: 10px;
}
.article img {
	float: left;
	margin-right: 20px;
}
.article h3 {
	color: #666665;
	text-transform: uppercase;
}
.divider {
	clear: both;
	border-bottom: 1px dotted #ccc;
}
.article h4 {
clear: left;
padding: 10px 10px 5px 40px;
}

.article .player {
	padding: 0 10px 0 10px;
}

.article div.player {
	padding: 0px 20px 20px 40px;
}

