/*
Theme Name: GTLC Custom Theme
Theme URI: http://getthelastclap.de/
Description: getthelastclap.de theme.
Author: Benjamin Vehse
Author URI: http://benjaminvehse.de/
Version: 1.0
Tags: nice
*/

@import url("menu.css");

body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg.png); background-repeat:repeat;
	font-family: 'Average Sans', sans-serif;
	color: #000000;
}

a {
	text-decoration: none;
}

#social-widget-2 h2 {
	/*background: url(images/menu/fleckfolgt.png) no-repeat;
	font-size: 0px;
	height: 43px;
	margin-left: -15px;*/
}

a:link { 
	color: #FF6633;
}

a:visited { 
	color: #FF6633;
}

a:hover { 
	color: #CCCCCC;
	background-color: #333333;
}

a:active { 
	color: #FF6633;
}

#wrap {
	display: block;
	background-image:url(images/bg2.png); background-repeat:repeat;
	margin: 0px auto;
	width: 1024px;
	min-height: 400px;
	overflow: auto;	
}

#header {
	overflow: hidden;
	width: 100%;
	height: 182px;
}

.banner {
	left: 50%; position:relative; margin: 0 -960px; width:1920px; height:182px;
}

#content {
	width:600px;
	float: left;
	margin: 25px 25px;
}

#sidebar {
	margin-top: 25px;
	margin-right: 30px;
	width: 164px;
	float: right;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
}

#footer {
	background-color:#000000;
	clear:both;
	text-align:center;
	color: #FFFFFF;
	display: block;
	width: 100%;
	overflow: hidden;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#searchform {
	margin-top: -1em;
	padding: 0 0 .6em 0;
}
	
#searchform input.search {
  text-transform: none;
}

#searchform input#searchsubmit {
  padding: 2px;
  background: url(images/search.png) no-repeat center #EEE;
  text-indent: -9999px;
  line-height: 0;
  width: 25px;
  height: 25px;
}

#searchform label {
	display: none;
}

input {
	background: #A0A0A0;
	border: 0;
	padding: 3px;
	border-radius: 2px;
	width: 110px;
}

code {
	font-family: 'Average Sans', sans-serif;
	color: #000000;
}

.youtubefeed {

}

.youtubetitle {
	font-weight: bold;
	margin: 10px 0px;
}

.youtubecontent {
	font-size: 80%;
	margin: 10px 0px 25px 0px;
}

.alignleft {
	float: left !important;
	margin:0 15px 15px 0 !important;
}

.alignright {
	float: right !important;
	margin:0 0 15px 15px !important;
}