/*
*	Theme Name: Continental Concerts
*	Description: Continental Concerts Theme
*	Version: 0.2a
*	Author: Sascha Schiller <sascha@continental-concerts.de> 
*/
body {
	background-color: #C4C4C4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
}

#container {
	height: auto;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}
#navigation {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
	float: left;
}
#content {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	width: 790px;
	float: right;
	text-align: justify;
}
#fullsize {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.container_side {
	float: right;
	width: 175px;
}
.container_logo {
	float: left;
	margin: 5px;
	padding: 0px;
	border: 1px solid #C4C4C4;
}
.container_albums {
	width: 150px;
	margin: 5px;
	border: 1px solid #C4C4C4;
	padding: 5px;
	text-align: center;
}
.container_artists {
	width: 150px;
	margin: 5px;
	border: 1px solid #C4C4C4;
	padding: 5px;
	text-align: right;
}
h1 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	border-bottom: 2px solid #C4C4C4;
}
a{ color: #FFFFFF; text-decoration: none; }
a:hover { color: #AAAAAA; text-decoration: none; }
img { border: none; }

/* Roundes Corners */
.rounded_box {
   background: #424242;
}
.rounded_top div {
   background: url(../images/rounded_tl.png) no-repeat top left;
}
.rounded_top {
   background: url(../images/rounded_tr.png) no-repeat top right;
}
.rounded_bottom div {
   background: url(../images/rounded_bl.png) no-repeat bottom left;
}
.rounded_bottom {
   background: url(../images/rounded_br.png) no-repeat bottom right;
   clear: both;
}

.rounded_top div, .rounded_top, 
.rounded_bottom div, .roundedc_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.rounded_content { margin: 0 10px; }
