@charset "utf-8";

/* basic CSS
------------------------------------------------ */
html {
}
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #BDBDBD;
	background: url(../../images/index/back.gif);
}
#body_wrapper {
	position: relative;
}

/* +++ links +++ */
a {
	color: #BDBDBD;
	text-decoration: none;
	outline: none;
	border: none;
}
a:hover , a:active {
	color: #BDBDBD;
	text-decoration: underline;
}
.a_active {
	color: #BDBDBD;
}
img {
	border: none;
}

.a_button {
	color: #FFF !important;
	text-decoration: none !important;
	letter-spacing: 1px; 
	background: #ed008c;
	padding: 0 7px;
	float: right;
	margin-top: 4px;
	margin-left: 10px;
}
.a_button:hover {
	color: #000 !important;
	text-decoration: none !important;
}

/* +++ h / p +++ */
h1 {
	margin: 0 0 16px 0;
	font-size: 19px;
	font-weight: normal;
	color: #c7c7c7;
}
h1 .date {
	display: block;
	font-size: 9px;
}
h1 a {
	color: #c7c7c7 !important;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
	color: #c7c7c7;
}

h2 {
	margin: 0 0 4px 0;
	font-size: 16px;
	font-weight: normal;
	color: #c7c7c7;
}
h2 a {
	text-decoration: none;
	color: #c7c7c7;
}
h2 a:hover {
	text-decoration: underline;
	color: #c7c7c7;
}
h2 .date {
	display: block;
	font-size: 9px;
}
p {
	padding: 0;
	margin: 0 0 0 0;
	line-height: 1.4em;
}

/* colors
------------------------------------------------ */
.pink {
	color: #ed008c;
}

/* helper
------------------------------------------------ */
.h_margin_0 {
	margin: 0 !important;
}
.h_clear {
	clear: both;
}

/* rte formats
------------------------------------------------ */
.rte p {
	margin-bottom: 10px;
}
.rte a {
	color: #BDBDBD;
	text-decoration: none;
}
.rte a:hover {
	text-decoration: underline;
}

/* background
------------------------------------------------ */
#background_topline1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #ed008c;
}
#background_topline2 {
	position: absolute;
	top: 10px;
	left: 0;
	height: 62px;
	width: 100%;
	background: #161616;
	border-bottom: 1px solid #000;
	z-index: -1;
}

#background_bottom  {
	position: relative;
	margin-top: -405px;
	z-index: -1;
}
#background_bottom .bg1 {
	background: url(../../images/index/fade_footer-bg.png) top repeat-x;
	height: 71px;
}
#background_bottom .bg2 {
	background: #0b0b0b;
	height: 334px;
}

/* gallery_wrapper
------------------------------------------------ */
#gallery_wrapper .gallery_background {
	background: #ed008c;
}
#gallery_wrapper .inner_wrapper {
	margin: 0 auto 0;
	width: 921px;
	padding: 10px 16px 10px 23px;
	text-align: center;
	color: #FFF;
}
#gallery_wrapper .content {
	position: relative;
	height: 380px;
}

#gallery_wrapper .button_left {
	position: absolute;
	top: 165px;
	left: 0;
	width: 19px;
	height: 35px;
	background: url(../../images/index/gallery-l.png) no-repeat;
}
#gallery_wrapper .button_right {
	position: absolute;
	top: 165px;
	right: 0;
	width: 19px;
	height: 35px;
	background: url(../../images/index/gallery-r.png) no-repeat;
}
#gallery_wrapper .button_close {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 76px;
	height: 24px;
	background: url(../../images/index/close.png) no-repeat;
}

#gallery_wrapper #main_image {
	max-height: 345px;
	max-width: 750px;
}

#gallery_wrapper .image_text {
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
}

.gallery_thumbnails .thumbnails {
	margin-left: -12px;
	width: 486px;
}
.gallery_thumbnails .thumbnails h1 {
	margin-left: 12px;
}
.gallery_thumbnails .thumbnail {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 0 12px 12px;
}
.gallery_folders .gallery_folders_wrapper h1 {
	display: none;
}

/* wrapper
------------------------------------------------ */
#wrapper {
	margin: 0 auto 0;
	width: 960px; 
	padding: 10px 0 0;
	text-align: left;
	background-color: #000;
}
/* header
------------------------------------------------ */
#header {
	position: relative;
	height: 247px;
	margin: 0 0 20px;
}
#header .logo {
	margin: 15px 0 0 23px;
}

#header .menu a {
	font-size: 12px;
	color: #bbbbbb;
}
#header .menu a:hover, #menu a:active {
	color: #ed008c;
	text-decoration: none;
}
#header ul.menu {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 40px;
	width: 937px;
	margin: 0;
	padding: 0 0 0 23px;
	list-style-type: none;
	background: #3f3f3f;
}
#header ul.menu li {
	float: left;
	padding: 0 12px 0 8px;
}
#header ul.menu li:first-child {
	padding-left: 0;
}
#header ul.menu li.active {
	background: url(../../images/index/devider_dots-menue.png) center right no-repeat;
}
#header ul.menu li.active a {
	color: #ed008c;
}

#header .counter {
	position: absolute;
	top: 0;
	right: 0;
	width: 450px;
	height: 62px;
	background: url(../../images/index/fade_countdown.png) no-repeat;
}
#header .counter img {
	float: right;
}

#header .shop_logo {
	position: absolute;
	top: 89px;
	right: -9px;
}

/* footer
------------------------------------------------ */
#footer {
	position: relative;
}
#footer .sponsors {
	height: 260px;
	background: #000 url(../../images/index/devider_dots-bottom.jpg) repeat-x top;
	padding-top: 2px;
}
#footer .sponsors a {
	display: block;
	margin: 10px 0 0 23px;
	height: 260px;
	width: 913px;
	background: url(../../images/index/sponsor-link.jpg) no-repeat;
}
#footer .sponsors a:hover {
	background: url(../../images/index/sponsor-link-h.jpg) no-repeat;
}
#footer .sponsors h1 {
	position: absolute;
	width: 130px;
	line-height: 30px;
	text-align: center;
	background: #2e2e2e;
}
#footer .sponsors .banner {
	margin: 10px 0 0 23px;
}
#footer .sponsors ul.list {
	float: right;
	width: 281px;
	margin: 30px 16px 0 0;
	padding: 0 0 0 15px;
	list-style-type: square;
	list-style-position: inside;
	background: url(../../images/index/devider_dots-bottom-sponsor.png) center left no-repeat;
}
#footer .sponsors ul.list li {
	float: left;
	width: 140px;
}

#footer .bottom {
	height: 64px;
	text-align: center;
	padding-top: 10px;
}

#footer .shop_logo {
	position: absolute;
	left: -5px;
	bottom: 13px;
}

#footer .design {
	position: absolute;
	right: 16px;
	bottom: 11px;
}

/* site standard
------------------------------------------------ */
.site {
	min-height: 550px;
}
.site .content {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 0 0 9px;
	background: url(../../images/index/content_back.gif) no-repeat;
}

.site .main_left {
	float: left;
	margin-left: 14px;
}
.site .main_left .content {	
	width: 474px;
}

.site .main_right {
	float: right;
	margin-right: 16px;
}
.site .main_right .content {
	width: 402px;
}

.site .twitter .wrapper {
	position: relative;
	background: url(../../images/index/twitterfeed-bottom.png) no-repeat bottom #3f3f3f;
	padding: 6px 10px 32px;
	color: #fdfdfd;
}
.site .twitter .wrapper a {
	color: #fdfdfd;
}
.site .twitter .wrapper a:hover {
	color: #fdfdfd;
	text-decoration: underline;
}
.site .twitter .wrapper .bird {
	position: absolute;
	top: -22px;
	right: -15px;
}
.site .twitter .wrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.site .twitter .wrapper ul li {
	margin-top: 10px;
}
.site .twitter .wrapper ul li:first-child {
	margin-top: 0;
}
.site .twitter .wrapper .date {
	display: block;
	font-size: 9px;
}

.site .twitter .follow_us {
	text-align: right;
	margin: 10px 0;
}
.site .twitter .follow_us img {
	vertical-align: middle;
	margin-left: 5px;
}

/* home
------------------------------------------------ */
#home .slideshow {
	background: none;
}
#home .slideshow a:hover {
	text-decoration: none;
}
#home .slideshow .nav_left {
	position: absolute;
	top: 125px;
	left: 14px;
	width: 19px;
	height: 19px;
	z-index: 100;
	background: url(../../images/index/arrow-li.png) no-repeat;
}
#home .slideshow .nav_right {
	position: absolute;
	top: 125px;
	right: 7px;
	width: 19px;
	height: 19px;
	z-index: 100;
	background: url(../../images/index/arrow-re.png) no-repeat;
}
#home .slideshow_wrapper {
	position: relative;
	width: 474px;
	overflow: hidden;
}
#home #slideshow_slider {
	position: relative; /*IE Bug*/
	width: 20000px;
}
#home .slideshow .image {
	position: relative;
	float: left;
}
#home .slideshow .image img {
	width: 474px;
	height: 290px;
	
}
#home .slideshow .image .body {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	color: #fff;
	background: url(../../images/index/10x10_trans80.png);
	width: 444px;
	padding: 15px;
	line-height: normal;
}
#home .slideshow .image .body .h {
	display: block;
	font-size: 20px;
}

#home .news .item {
	margin-bottom: 20px;
}

#home .designer .image {
	position: relative;
	float: left;
	margin-left: 21px;
}
#home .designer .image:first-child {
	margin-left: 0;
}
#home .designer .image img {
	width: 144px;
	height: 230px;
}
#home .designer .image .body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	min-height: 70px;
	font-size: 12px;
	background: url(../../images/index/10x10_trans80.png);
	padding: 6px 12px;
}
#home .designer .image .body .h {
	display: block;
	font-size: 20px;
}
#home .designer .image .body a, #home .designer .image .body a:hover {
	color: #FFF;
}
	
#home .designer h2 {
	clear: both;
	margin-top: 27px;
}

#home .blog .item {
	margin-bottom: 20px;
}

#home .facebook {
	color: #FFF;
}
#home .facebook .menu {
	position: relative;
	line-height: 23px;
	background: #3f3f3f;
	padding: 0 10px;
	margin-bottom: 14px;
}
#home .facebook .menu a {
	color: #FFF;
	margin-left: 80px;
	text-decoration: none;
}
#home .facebook .menu a:hover {
	text-decoration: underline;
}

/* news, news-item, blog, blog-item
------------------------------------------------ */
.blog_news .latest .item {
	margin-bottom: 20px;
}
.blog_news .content .fb_comments {
	margin-top: 60px;
}

/* news_item
------------------------------------------------ */


/* blog_item
------------------------------------------------ */


/* designers_item
------------------------------------------------ */
#designers_item .logo {
	text-align: center;
}
#designers_item .logo .img {
	max-width: 402px;
}

#designers_item .body .images {
	margin-top: 50px;
}
#designers_item .body .images img {
	margin-left: 21px;
	display: block;
	float: left;
}
#designers_item .body .images img:first-child {
	margin-left: 0;
}

/* team
------------------------------------------------ */
#team .team_right .images {
	margin-left: -21px;
}
#team .team_right .images img {
	margin: 0 0 21px 21px;
	width: 120px;
}

/* contact
------------------------------------------------ */
#contact form label {
	position: absolute;
}
#contact form textarea {
	width: 372px;
	height: 200px;
	margin-left: 100px;
	margin-bottom: 20px;
	border: 1px solid #ed008c;
	background: #BDBDBD;
}
#contact form input {
	width: 372px;
	margin-left: 100px;
	margin-bottom: 20px;
	border: 1px solid #ed008c;
	background: #BDBDBD;
}
#contact form input[type=submit] {
	float: right;
	width: 100px;
	background: #ed008c;
	color: #FFF;
	border: none;
}
#contact form input[type=submit]:hover {
	color: #000;
}
#contact .errors {
	margin-top: 45px;
	margin-left: 100px;
	
}

/* competitions
------------------------------------------------ */
#competitions .our_competitions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#competitions .our_competitions li {
	padding: 0;
	margin: 0;
}

/* sponsors
------------------------------------------------ */
#sponsors .sponsors_right .images {
	margin-left: -21px;
}
#sponsors .sponsors_right .images img {
	margin: 0 0 21px 21px;
	width: 120px;
}

/* shop
------------------------------------------------ */
#shop .tickets {
}
#shop .tickets ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 474px;
}
#shop .tickets ul li {
	position: relative;
	background: #3f3f3f;
	margin-bottom: 15px;
}

#shop .tickets .item {
	position: relative;
	height: 80px;
	padding: 15px;
}
#shop .tickets .item .pink {
	position: absolute;
	right: -5px;
	bottom: 15px;
	width: 116px;
	height: 35px;
	background: url(../../images/index/ticket-shop-top.png) no-repeat;
	color: #000;
	font-size: 20px;
	padding: 6px 10px;
	cursor: pointer;
}
#shop .tickets .item .pink .down {
	float: right;
	width: 19px;
	height: 19px;
	background: url(../../images/index/arrow-re.png) no-repeat;
}
#shop .tickets .item .pink .down_active {
	background: url(../../images/index/arrow-down.png) no-repeat;
}
	
#shop .tickets .slide_wrapper {
	/*height: 200px;*/
	background: #c7c7c7;
}

#shop .tickets .sub_item {
	position: relative;
	/*height: 170px;*/
	padding: 15px;
	color: #000;
}
#shop .tickets .sub_item .text {
	width: 226px;
}

#shop .tickets .sub_item .products {
	position: absolute;
	right: 15px;
	bottom: 25px;
	width: 200px;
}
#shop .tickets .sub_item .products .product {
	float: right;
	width: 100px;
}
#shop .tickets .sub_item .products .product .product-price {
	color: #ED008C;
	font-size: 20px;
	margin-left: 29px;
}
#shop .tickets .sub_item .products .product .product-price span {
	font-size: 14px;
	margin-left: -29px;
}
#shop .tickets .googlecart-add {
	line-height: 19px;
}
#shop .tickets .googlecart-add .to_cart_logo {
	display: block;
	float: left;
	margin-right: 10px;
	background: url(../../images/index/arrow-re.png) no-repeat;
	width: 19px;
	height: 19px;
}
#shop .tickets .sub_item .pink {
	position: absolute;
	left: -4px;
	bottom: 10px;
	width: 75px;
	height: 15px;	
	background: url(../../images/index/ticket-shop-bottom.png) no-repeat;
}

/* paypal shopping card
------------------------------------------------ */
#shopping_card {
	position: relative;
	min-height: 100px;
}
