/*
Theme Name: rock-mag.com - 18. Mai 2010
Theme URI: http://wordpress.org/
Description: 
Author: Sönke Lange
Author URI: http://hoekie.de/

*/
@charset "utf-8";
/* CSS Document */
/* Default Settings*/
*  {
	margin: 0px;
	padding: 0px;
}
body	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
a, a img, a:link, a:active, a:visited	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
/* Structure */
.container	{
	width: 988px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header	{
	height: 125px;
	margin-top: 25px;
	margin-bottom: 25px;

}
ul#navigation	{

}
#feature	{
	height: auto;
	width: auto;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 18px;
	padding-left: 24px;

}
#sidebar	{
	height: 100%;
	width: 220px;
	padding-right: 24px;
	padding-left: 10px;
	float: right;
	display: inline;
}
#content	{
	height: auto;
	width: 720px;
	margin-left: 4px;
}
#footer	{
	width: 960px;
	margin-right: 14px;
	margin-left: 14px;

}
.clear	{
	clear: both;
}
.clear-left	{
	clear: left;
}
.clear-right	{
	clear: right;
}
.seperator	{
	height: 25px;
	clear: both;
}
#seperator-feature-content	{
	height: 12px;
}
/* Navigation Structure*/
ul#navigation	{
	list-style-type: none;
	height: 35px;
	width: auto;
	margin: 0px;
	padding:0 0 0 1px;
}
ul#navigation li	{
	float: left;
	height: auto;
	width: auto;
}
ul#navigation li a	{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 9px;
	font-size: 14px;
}
ul#navigation li.current_page_item	{
	line-height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}
ul#navigation li.current_page_item a	{
	line-height: 35px;
	margin: 0px;
}
/* Feature */
#feature-text	{
	width: 345px;
	margin-right: 5px;
}
#feature-column2	{
	float: right;
	width: 585px;
	height: auto;
	margin-left: 5px;
}
#feature-image	{
	width: 555px;
	height: 190px;
	padding: 15px;
}
#feature-navigation	{
	margin-top: 10px;
	height: 24px;

}
/* Content */
.content-item-small	{
	width: 340px;
	float: left;
	padding-left: 20px;
	margin-bottom: 7px;
	margin-top: 7px;
}
.content-item-medium {
	padding-left: 20px;
	width: 700px;
	background-image: url(image/horizontal-line.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	padding-bottom: 7px;
	margin-top: 7px;
}
.content-large	{
	width: 940px;
	margin-right: 24px;
	margin-left: 24px;
}
.sub-navigation, .page-navigation	{
	padding-left: 20px;
	clear: left;
	height: 24px;
	margin-bottom: 10px;
}
.horizontal-line	{
	height: 1px;
}
.teaser	{
	margin-bottom: 25px;
}
.content-item-medium .article	{
	margin-top: 15px;
	margin-bottom: 15px;
}
.content-item-small .article	{
	margin-top: 7px;
	margin-bottom: 7px;
}
.next	{
	float: right;
}
.previous	{
	float: left;
}
/* Sidebar */
#sidebar ul	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li ul	{
	margin-bottom: 10px;
}
/* Footer*/
.footerbox	{
	width: 220px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
/* Backgrounds */
body	{
	background-color: #C2C2B4;
}
#header	{

}
#container {
	background-image: url(image/container-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
ul#navigation	{
	background-image: url(image/seperator.png);
	background-repeat: no-repeat;
	background-position: center 14px;
}
ul#navigation li .current_page_item	{
	background-color: #1E1A19;
}
#feature	{
	background-color: #1e1a19;

}
#feature-top	{
	background-image: url(image/feature-bg-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;

}
#feature-bottom	{
	background-image: url(image/feature-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 6px;

}
#feature-image	{
	background-image: url(image/feature-image-bg.png);
	background-repeat: no-repeat;
	background-position: center top;

}
#sidebar	{
	background-image: url(image/sidebar-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#content	{

}
#footer	{

}
#footer-bottom	{
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	background-image: url(image/footer-bg.png);
}
.seperator	{
	background-image:url(image/seperator.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.sub-navigation, .page-navigation, .ngg-navigation	{
	background-image: url(image/horizontal-line.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
.horizontal-line	{
	background-image: url(image/horizontal-line.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	height: 1px;
}
/* Navigation Stiles*/
ul#navigation li a	{
	color: #1E1A19;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1E1A19;
}
ul#navigation li a:hover	{
	color: #8c8619;
	text-decoration: none;
}
ul#navigation li.current_page_item	{
	background-color:#1E1A19;
}
ul#navigation li.current_page_item a	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
ul#navigation li.current_page_item a:hover	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
/*Stiles*/
a, a:link, a:active	{
	color: #847e19;
}
a:hover	{
	text-decoration: underline;
}
p	{
	margin-top: 7px;
	margin-bottom: 7px;
}
#content ul, #content ol, .content-large ul, .content-large ol	{
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 25px;
}
span	{
	color: #8d857f;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#feature	{
	color: #B8B8A5;
}
#feature span	{
	color: #5a504e;
	font-size: 18px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#feature-text span	{
	letter-spacing: 4px;
	font-size: 18px;
}

#sidebar ul li ul li	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#sidebar ul li.ngg_images ul li	{
	border-bottom-style: none;
}
.sub-navigation	{
	text-align: right;
	line-height: 24px;
}
.sub-navigation a	{
	background-image: url(image/bullet-image.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 20px;
}
.page-navigation span	{
	font-size: 1 ems;
	color: #333333;
	line-height: 24px;
}
.article-top	{

}
.teaser	{
	font-weight: bold;
}
.article	{

}

#container ul.events	{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#container ul.events li  {
	margin: 0px;
	padding: 0px;
	background-image: url(image/horizontal-line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
#container .events li a {
	padding-left: 15px;
	background-image: url(image/bullet-image.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* Headings */
h1	{
	color: #e8e8e2;
	font-size: 2.6em;
}
h1.page-title	{
	margin: 0px;
}
h1 a, h1 a:link, h1 a:visited, h1 a:active	{
	color: #e8e8e2;
}
h1 a:hover	{
	color: #e8e8e2;
	text-decoration: none;
}
h2	{
	color: #100c09;
	font-size: 2em;
}
h2 a:hover	{
	text-decoration: none;
}
.content-item-small h2	{
	font-size: 1.6em
}
#sidebar h2	{
	font-size: 1.2em;
}
h3	{
	color: #100c09;
	font-size: 1.4em;
	background-image: url(image/horizontal-line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#content h3	{
	margin-left: 20px;
}
#content .content-item-medium h3, #content .content-item-small h3	{
	margin-left: 0px;
}
h4	{
	color: #100c09;
	font-size: 1.2em;
}
/*Images*/
#content a img, #content img, #sidebar a img, #sidebar img	{
	border: 3px solid #1E1A19;
}
p img	{
	max-width: 100%;
}
img.alignleft	{
	display: inline;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0px;
}
img.alignright	{
	display: inline;
	margin-bottom: 2px;
	margin-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
}
.alignleft	{
	float: left;
}
.alignright	{
	float: right;
}
.aligncenter	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#sidebar img	{
	margin: 5px;
}
#feature-navigation img {
	display: inline;
	vertical-align: top;
}
#sidebar #twitter-link, #sidebar #myspace-link	{
	border: none;
}

/* Gallery */
.ngg-gallery-thumbnail-box	{
	width:115px;
	float:left;
	text-align: center
}
.ngg-navigation	{
	clear: left;
	font-size: 1.25em;
	margin-top: 25px;
}
.ngg-navigation span {
	font-size: 1em;
}
.ngg-navigation a {
	margin-right: 3px;
	margin-left: 3px;
}
.ngg-navigation .next	{
	float: none;
}
/* Werbung */
.fullsize	{
	width: 468px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.wideskyscraper {
	width: 160px;
	margin-left: 10px;

}
.leaderboard {
	padding-top: 15px;
}
.mediumrectangle {
	height: 200px;
	width: 200px;
}



/* Forms */
label	{
	height: 16px;
	margin-left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar label {
	margin-left: 0px;
}

input	{
	border: 1px solid #1E1A19;
	padding: 3px;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #C2C2B4;
	width: 230px;
}
#sidebar input {
	width: 200px;
}

textarea	{
	border: 1px solid #1E1A19;
	padding: 3px;
	height: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #C2C2B4;
	width: 400px;
}
.button	{
	height: 24px;
	width: 100px;
}
#sidebar .button {
	width: auto;
}

	
#subscribtion {
	padding:0;
	width:234px;
	height:119px;
	display:block;
	float:right;
	position:relative;
	z-index:1;
	border:0;
	margin-right: -35px;
	margin-left: 0;
	margin-top: -80px;
	margin-bottom: -119px;
}
#sidebar ul .festivaltour a img	{
	border: none
}
#sidebar ul .festivaltour a img:hover	{
	border: none
}
