@charset "utf-8";
@import 'typography.css';

/*
 * Traffic Jam Webseite - Relaunch 2010 - v 0.1
 * Bitsolut (http://www.bitsolut.de)
 */

/*
 * FONTS
 */
@font-face {
	font-family: 'SoulMissionRegular';
	src: url('../fonts/soulmission-webfont.eot');
	src: local('☺'), url('../fonts/soulmission-webfont.woff') format('woff'), url('../fonts/soulmission-webfont.ttf') format('truetype'), url('../fonts/soulmission-webfont.svg#webfontmPWzGtcF') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
 * LAYOUT
 */
body {
	margin:0;
	padding:0;
	background:#e4d4ba url(../images/bg.jpg) top center repeat-y;	
}

#page {
	background: url(../images/bg_top.jpg) top center no-repeat;
	min-height: 600px;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 300px;
	background: url(../images/bg_header.png) top center no-repeat;
}

#sitelogo {
	margin-left: 349px;
	margin-top: 28px;
	display: none;
}

#header h1 {
	font-size: 0;
	overflow: hidden;
	text-indent: -9999px;
}

#container_top {
	margin: 0 auto;
	width: 1100px;
	background: url(../images/bg_content_top.png) top center no-repeat;
}

#container {
	margin: 0 auto;
	width: 1100px;
	background: url(../images/bg_content.png) center repeat-y;
}

#container_bottom {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	min-height: 221px;
	background: url(../images/bg_content_bottom.png) bottom center no-repeat;
}

#footer {
	margin: 0 auto;
	width: 950px;
	height: 33px;
	background: url(../images/bg_footer.png) top center no-repeat;	
	text-align: right;
	padding: 20px 75px;

}

/*
 * MENU
 */
 

#mainmenu {
	/*	
	
	margin: 190px auto 0 auto;post
	*/
	position: absolute;
	top: 190px;
	left: 200px;	
	clear: both;
	width: 720px;
	height: 80px;
	
}

#mainmenu ul {	
	list-style-type: none;
	white-space:nowrap;
	padding: 0;
	margin: 0;

}

#mainmenu ul li {
	display:inline;
	text-indent: -9999px;
	overflow: hidden;
	font-family: SoulMissionRegular;
}

#mainmenu ul li a {	
	height: 26px;
	outline:none;
	text-transform: uppercase;
	display: block;
	
	margin: 4px 5px;	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;	
	float:left;	
}

#mainmenu ul li a:hover {
	outline:none;
	text-transform: uppercase;
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu ul li a.current, #mainmenu ul li a.section, #mainmenu ul li a.current:hover, #mainmenu ul li a.section:hover {
	color: #962c2b;	
	background-position: 0 26px;
}

#mainmenu ul li a:hover,  #mainmenu ul li a:focus {
	color: #ffd500;
	background-position: 0 52px;
}


#mainmenu ul li a[href="/"] {
	background-image: url(../images/home.png);
	width: 70px;
}

#mainmenu ul li a[href="/news/"] {
	background-image: url(../images/news.png);
	width: 71px;
}

#mainmenu ul li a[href="/blog/"] {
	background-image: url(../images/blog.png);
	width: 77px;	
}

#mainmenu ul li a[href="/info/"] {
	background-image: url(../images/info.png);
	width: 63px;
}

#mainmenu ul li a[href="/bands/"] {
	background-image: url(../images/bands.png);
	width: 95px;
}

#mainmenu ul li a[href="/tickets/"] {
	background-image: url(../images/tickets.png);
	width: 109px;
}

#mainmenu ul li a[href="/history/"] {
	background-image: url(../images/history.png);
	width: 109px;
}

#mainmenu ul li a[href="/partner/"] {
	background-image: url(../images/partner.png);
	width: 118px;
}

#mainmenu ul li a[href="/guestbook/"] {
	background-image: url(../images/guestbook.png);
	width: 157px;
	height: 31px;
	margin-top: 0;
	margin-left: 75px;
}

#mainmenu ul li a.current[href="/guestbook/"], #mainmenu ul li a.section[href="/guestbook/"], #mainmenu ul li a.current[href="/guestbook/"]:hover, #mainmenu ul li a.section[href="/guestbook/"]:hover {
	background-position: 0 31px;
	
}

#mainmenu ul li a[href="/guestbook/"]:hover,  #mainmenu ul li a[href="/guestbook/"]:focus {
	background-position: 0 62px;	
}

#mainmenu ul li a[href="http://forum.trafficjam.de"] {
	background-image: url(../images/forum.png);
	width: 87px;
}

#mainmenu ul li a[href="/community/"] {
	background-image: url(../images/community.png);
	width: 152px;
}

#mainmenu ul li a[href="/kontakt/"] {
	background-image: url(../images/kontakt.png);
	width: 126px;
}

#mainmenu ul li a[href="/checkin/"] {
	background-image: url(../images/checkin.png);
	width: 121px;
}


/*
 * Boxen
 */
.box, div.WidgetHolder {	
	border: 1px solid #000000;
	background: url("../images/bg_box.png");
}

div.box + div.box, div.WidgetHolder + div.WidgetHolder, div.box + div.WidgetHolder, div.WidgetHolder + div.box {
	margin-top: 10px;
}

#sidebar div.box, #sidebar div.WidgetHolder {
	background: url(../images/bg_box.png);
}

div.last {
	margin-bottom: 0;
}

div.box h3, div.WidgetHolder h3 {
	padding: 5px 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	overflow: hidden;
	font-family: SoulMissionRegular;
	text-transform: uppercase;
	color: #653f18;
	/* border-bottom: dashed #000000 1px; */
	background: #c1b496 url(../images/line_h_sb.png) bottom repeat-x;
/*	background: #c1b496; */
/*
	padding: 5px 10px 5px 10px;
	margin: -5px -10px 5px -10px;
*/
}

#sidebar div.box p {
	padding: 10px;
}

div.box h3, div.WidgetHolder h3 {	
	color: #654019;
	background-color: #c1b496;
}

div.box h3.red, div.WidgetHolder h3.red {
	color: #FFFFFF;
	background-color: #962c2b;
}

div.box h3.yellow, div.WidgetHolder h3.yellow {
	color: #962c2b;
	background-color: #ffd500;
}

div.box h3.brown, div.WidgetHolder h3.brown {
	color: #ffd500;
	background-color: #654019;
}

.box.grey h4 {
	color: #653f18;
	background-color: #c1b496;
}

div.box.slim {
	clear: both;	
	padding: 2px 5px;
	font-size: 12px;
	/* margin-top: -15px; */
}

div.box.slim h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background: transparent;
	text-transform: none;
}

div.box.slim p {
	padding: 0;
	margin: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#PageNumbers, #PageCommentsPagination {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}

#PageNumbers a.prev, #PageCommentsPagination a.prev {
	float: left;
}

#PageNumbers a.next, #PageCommentsPagination a.next {
	float: right;
}

#PageComments_holder {
	margin-top: 10px;
}

#trackbacks {
	margin-top: 10px;
}


div.box h4 {
	font-style: normal;
	font-weight: normal;
	font-family: SoulMissionRegular;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 10px;
	font-weight: normal;
	color: #654019;	
	overflow: hidden;
	display: block;
	
}

div.box h4.header {
	background: #c1b496 url(../images/line_h_sb.png) bottom repeat-x;
}

div.box h4.brown {
	color: #ffd500;
	background-color: #654019;
}

div.box h4.yellow {
	color: #962c2b;
	background-color: #ffd500;
}

#PageComments {
	list-style-type: none;
	display: block;	
}

#PageComments h5 {
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 5px 0;
	margin: 0;
}

#PageComments h5 span {
	font-size: 12px;
	line-height: 20px;
	float: right;
	font-weight: normal;
}

.typography #PageComments p + p {
	padding-bottom: 0;
}

#PageCommentInterface_Form_PostCommentForm, #Form_BandCommentForm, #Form_MemberCommentForm, #Form_Form {
	font-size: 12px;
	padding: 10px;
}

#blogadmin {
	margin-top: 10px;
}

#PageCommentInterface_Form_PostCommentForm_Comment, #Form_BandCommentForm_Comment, #Form_MemberCommentForm_Comment {
	width: 90%;
}

#PageComments > li, #entryList > li {
	background: url(../images/line_h_sb.png) bottom repeat-x;
	padding: 10px;
	list-style-type: none;
	margin-left: 0;
}

#PageComments > li > ul, #entryList > li > ul {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}

#PageComments > li > ul > li, #entryList > li > ul > li {
	display: inline;
	padding-right: 10px;		
}

#DeleteComments {
	padding: 10px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#CommentsRSSFeed {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

#PageComments p.info {
	font-size: 12px;
}

#NoComments {
	margin: 10px 10px 0 10px; 
}

/*
 * Form messages
 */
.message {
	/* background: #99ccff url( /guestbook/img/info.gif ) no-repeat 6px 6px; */
	background: #99ccff;
	display: block;
	padding: 6px;
	border: #0066ff 1px solid;
}

.message.required, .message.error {
	/* background: #ff6666 url( /guestbook/img/error.gif ) no-repeat 6px 6px; */
	background: #ff6666;
	border-color: #cc3333;
}

.message.good {
	/* background: #99ff99 url( /guestbook/img/success.gif ) no-repeat 6px 6px; */
	background: #99ff99;
	border-color: #66cc66;
}

 
/*
 * SHORTCUTS
 */
 
#shortcuts {
	font-size: 10px;
	clear: both;
	position: absolute;
	top: 10px;
	right: 70px;
	float: right;
	height: 35px;
	background: url(../images/bg_shortcuts.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* border-radius: 5px; */
}

#shortcuts ul {	
	height: 35px;
	background: url(../images/icon_info.png) 10px 10px no-repeat;
	list-style: none;
	padding: 0 10px 0 30px;
	
}

#shortcuts ul li {
	display: inline;
	line-height: 35px;
	padding: 5px 2px;
}

#shortcuts a, #shortcuts a:visited {
	font-weight: bold;
	color: #653f18;
	text-decoration: none;
	text-transform: uppercase;
}

#shortcuts a.current {	
	color: #000000;
}

#shortcuts a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
 * Social Icons
 */
 
#sociallinks {
	clear: both;
	position: absolute;
	top: 55px;
	right: 90px;
	float: right;
}




/*
 * Tickets
 */
#vvkpopup {
	height: 50px;
	width: 100px;
	background-color: transparent;
	background-image: url("../images/vvk_small.png");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	position: absolute;
	left: 140px;
	bottom: 0pt;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	cursor: pointer;
}

#vvkpopup:hover, #vvkpopup.hover {
	height: 90px;
	cursor: pointer;
}

/*
 * CONTENT
 */
 
#container_content {
	margin: 0 auto;
	width: 920px;
	padding: 8px 20px 20px 20px;
	min-height: 465px;	
}

#content {
	position: relative;
	width: 592px;
	float: left;
	padding: 5px;
}

#content div.authorDate {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;	
}

#content div.postDate {
	padding-left: 21px;
	background: url("../images/rss_small_black.png") 0 5px no-repeat;
}

#content div.addthis_toolbox {
	line-height: 14px;
	margin-top: 5px;
	float: right;	
}



#content div.postDate {		
	float: left;
}

#content div.postLinks {		
	float: right;	
}

#content div.blogPostBody {
	clear: both;
}


#content span.addthis_buttons {
	margin-top: 5px;
}

#content a.comments {
	background: url("../images/bubble.png") 0 6px no-repeat;
	padding-left: 21px;
	padding-right: 3px;
	height: 20px;
	display: block;
	float: left;
}

#content .retweet {	
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	display: block;
}

#content .fb_share {
	float: right;
	padding-left: 5px;
}

#content div.authorDate a.like {
	background: url("../images/horns.png") 0 0 no-repeat;
	padding-left: 21px;	
}

#content div.latestBlogPost div.blogSummary {
	margin-top: 25px;
	margin-bottom: 0;
}

#content div.latestBlogPost div.blogSummary div.box {
	margin-bottom: 0;
}

#content div.blogSummary div.box a.like {
	float: right;
}

#content a.readmore {
	padding-left: 21px;	
	background: url("../images/arrow_red.png") 0 5px no-repeat;
	float: right;
}

#content div.blogSummary div.box {
	font-size: 12px;
	margin-top: 10px;
}



#content p.blogVitals {
	float: left;
}


#latestBlogPosts {
	margin-top: 25px;
}

#content div.blogSummary + div.blogSummary {
	margin-top: 25px;
}

#Breadcrumbs {
	padding-bottom: 10px;
}

#historymenu {
	margin-bottom: 10px;
}


/* Blog */
#sidebar p.tagcloud {
	text-align: center;
}

#sidebar p.tagcloud a, p.tagcloud a:visited {
	font-family: SoulMissionRegular;
	color: #654019;	
}

#sidebar p.tagcloud a:hover {
	color: #000000;
	text-decoration: none;
}



/*
 * Sidebar
 */
#sidebar {
	float: right;
	width: 300px;
	font-size: 14px;
	line-height: normal;
}

#sidebar ul {
	padding: 5px 10px 5px 25px;
}

#submenu ul {
	padding: 5px 10px;
	list-style: none;
}


#submenu ul li {	
	margin: 0;
	list-style-type: none;
}

ul.tabstrip li {
	margin-left: 0;
	list-style-type: none;
}

#videoPlayer {
	margin: -5px -5px 30px -5px;
}



#sidebar div.box img {
	display: block;
}

#sidebar img.left {
	float: left;
	margin: 0 10px 10px 0;
}

#sidebar div.box > p, #sidebar div.WidgetHolder > p {
	padding: 5px 10px;
	clear: both;
}



#sidebar a.arrow {
	float:right;
	padding-left: 20px;
	margin: 5px 10px 10px 10px;
	background: transparent url(../images/arrow_red.png) center left no-repeat;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}


#submenu a, #submenu a:visited {
	display: block;
	font-size: 22px;
	font-family: SoulMissionRegular, Verdana, Arial;
	color: #654019;
	text-decoration: none;
	text-transform: uppercase;
}

#submenu ul li ul li a, #submenu ul li ul li a:visited {
	font-size: 18px;
	line-height: 26px;
}

#submenu a:hover {
	color: #000000;
	text-decoration: none;
}

#submenu ul li a.current {
	color: #962c2b;
}

#sidebar ul.TwitterStatus {
	list-style-type: none;
	padding: 10px;
}

#sidebar ul.TwitterStatus li {
	list-style-type: none;
}

#sidebar ul.TwitterStatus li + li {
	padding-top: 10px;
}


div.TwitterWidget h3 {
	background-image: url(../images/twitter_small.png);
	background-position:  bottom right;
	background-repeat: no-repeat;
}

div.OpenXWidget a {
	float: left;
	padding: 0 11px;	
}

#SearchForm_SearchForm {
	padding: 10px;
}

#Search {
	float: left;
}
#SearchForm_SearchForm_action_results {
	float: left;
}


div.MetaPageSummary {	
	margin-top: 10px;
}

div.MetaPageSummary.box {
	padding: 10px;
}

div.MetaPageSummary:hover {
	
	background: #ffffff;
}

div.MetaPageSummary.even {		
		
}

div.MetaPageSummary h3 {
	color: #653f18;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 0;
}

div.bandSummary div.bandInfo {
	/* padding-top: 5px; */
}

div.bandSummary {
	margin-top: 20px;
}

div.bandSummary div.bandInfo img {
	float: left;
	margin: 0 10px 0 0;
}

div.bandinfoLinks {
	margin-top: 10px;
}

#profileEditLink {
	float: right;
	font-size: 14px;
	font-weight: bold;
}

#profileEditLink a {
	color: #990000;	
}

#abc {
	list-style-type: none;
	text-align: center;	
}

#abc li {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
}

#bandlist {
	margin-top: 10px;
}

table.runningOrder td {
	padding: 5px;
	vertical-align: top;
}

table.runningOrder td.rotime {
	text-align: right;
}

h2 span.date {
	float: right;
	font-size: 12px;
}

.typography p.field.checkbox {
	margin-left: 210px;
}

/*
form div.middleColumn {
	float: left;
}
	
*/
.typography label.right {
	float: none;
}
#Gage div.middleColumn {
	float: left;
}
#Gage label.right {
	float: left;
	margin-left: 5px;
}
#GageTypVHB {
	clear: both;
}

#BandCheckinForm_BandCheckinForm input {
	width: 130px;
}

div.fieldgroupField input {
	float: right;
}


a.imagevideolink {
  width:250px;
  text-decoration:none;
  position:relative;
  display:block;
  padding:3px;
  margin-right:5px;
  float:left;
}

a.imagevideolink span.play-icon{
	z-index: 9999;
  position:absolute;
  left:40%;
  top:35%;
}

#TrackBacks_holder {
	padding: 5px;
}

.bandheader {
	margin-top: 3px;
}

/*
 * MISC
 */
 
.clear {
	clear: both;
}

