/* @override http://www.spezialtickets.de/wp-content/themes/thestation/custom.css */

/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.entry img {
  border: none;
}

.p-image {
  float: left;
}

.p-content {
  float: left;
  width: 570px;
}

.p-button {
  float: right;
}

.clear {
  clear: both;
}


.feat-button {
  clear: both;
  float: right;
}

.feat-button-middle {
  margin-right: 220px;
}

.feat-button-middle2 {
  margin-right: 200px;
}

.feat-button .left {
  background:url("styles/blueorange/moreinfoleft.jpg") repeat-x scroll left top transparent;
  display:block;
  float:left;
  height:30px;
  width:5px;
}

.feat-button a.more-info {
  background:url("styles/blueorange/moreinfotile.jpg") repeat-x scroll left top transparent;
  color:#FFFFFF;
  cursor:pointer;
  display:block;
  float:left;
  height:24px;
  padding:6px 4px 0 8px;
  text-transform:uppercase;
  font-weight: bold;
}

.feat-button .right {
  background:url("styles/blueorange/moreinforight.jpg") repeat-x scroll left top transparent;
  display:block;
  float:left;
  height:30px;
  width:19px;
}

#adbox  {
	float: right;
	display: block;
	height: 60px;
	width: 468px;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

.container {
	width: 600px;
	clear: both;
	padding: 10px;
	margin: 20px 0;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.4);
	
}

.container h3 {
	background-color: #e8e8e8;
	padding: 2px 4px;
	margin: 0 0 10px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	text-shadow: rgb(255, 255, 255) 1px 1px 1px;
}

.container .ad {
	float: left;	
	width: 300px;
	margin-right: 20px;
}

.container .text {
	float: left;
	width: 280px;
}

.container .clear {
	width: 620px;
	clear: both;
	display: inline-block;
}

.container .clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
