/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* WidgetKit
----------------------------------------------------------------------------------------------------*/

/* Twitter */
.wk-twitter .image {
	border: 1px solid #d3d3d3;
	background-color: #fff;
}

#bottom-a .mod-box .wk-twitter .image,
#bottom-a .mod-line .wk-twitter .image,
#bottom-b .mod-box .wk-twitter .image,
#bottom-b .mod-line .wk-twitter .image,
.mod-black .wk-twitter-bubbles .content {
	border-color: #0f0f0f;
	background-color: #1f1f1f;
}

.wk-twitter-list article { border-top: 1px solid #ddd; }

#bottom-a .mod-box .wk-twitter-list article,
#bottom-a .mod-line .wk-twitter-list article,
#bottom-b .mod-box .wk-twitter-list article,
#bottom-b .mod-line .wk-twitter-list article,
.mod-black .wk-twitter-list article {
	border: none;
	background: url(../images/tools/list_line_black.png) 0 0 repeat-x;
}

#bottom-a .mod-box .wk-twitter-list article:first-child,
#bottom-a .mod-line .wk-twitter-list article:first-child,
#bottom-b .mod-box .wk-twitter-list article:first-child,
#bottom-b .mod-line .wk-twitter-list article:first-child,
.mod-black .wk-twitter-list article:first-child {
	border: none;
	background: none;
}

.wk-twitter-bubbles .content {
	border: 1px solid #d3d3d3;
	background: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.06);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.06);
	box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}

#bottom-a .mod-box .wk-twitter-bubbles .content,
#bottom-a .mod-line .wk-twitter-bubbles .content,
#bottom-b .mod-box .wk-twitter-bubbles .content,
#bottom-b .mod-line .wk-twitter-bubbles .content,
.mod-black .wk-twitter-bubbles .content {
	border-color: #343434;
	background: #111;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wk-twitter-bubbles .content:after {
	width: 18px;
	background: url(../images/widgetkit/arrow.png) 0 0 no-repeat;
}

#bottom-a .mod-box .wk-twitter-bubbles .content:after,
#bottom-a .mod-line .wk-twitter-bubbles .content:after,
#bottom-b .mod-box .wk-twitter-bubbles .content:after,
#bottom-b .mod-line .wk-twitter-bubbles .content:after,
.mod-black .wk-twitter-bubbles .content:after { background-image: url(../images/widgetkit/arrow_black.png); }

.wk-twitter-single.image { background: url(../images/widgetkit/bird.png) 0 3px no-repeat; }

#bottom-a .mod-box .wk-twitter-single.image,
#bottom-a .mod-line .wk-twitter-single.image,
#bottom-b .mod-box .wk-twitter-single.image,
#bottom-b .mod-line .wk-twitter-single.image,
.mod-black .wk-twitter-single.image { background-image: url(../images/widgetkit/bird_black.png); }

#headerbar .wk-twitter-single .content {
	padding-right: 20px;
	font-size: 18px;
}

/* Lightbox */
#lightbox-outer { box-shadow: 0 0 15px rgba(0,0,0,1.0); }

#lightbox-outer,
#lightbox-title.lightbox-title-inside { background: #585858; }
#lightbox-title.lightbox-title-inside { color: #fff; }

/* Spotlight */
.spotlight .overlay-default {
	background: rgba(0,0,0,0.2) url(../images/widgetkit/magnifier.png) 50% 50% no-repeat;
	-webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 30px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 30px rgba(0,0,0,0.5);
}

/* Gallery */
.wk-gallery-wall.zoom > * {
	padding: 3px;
	background: rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.wk-gallery-wall.margin { margin: 0 -6px -6px 0; }
.wk-gallery-wall.margin > * { margin: 0 6px 6px 0; }

.wk-gallery-wall.round > *, .wk-gallery-wall.round > * > img, .wk-gallery-wall.round .spotlight > img + div { border-radius: 2px 2px 2px 2px; }

.wk-gallery-wall.zoom > *:hover {
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.7);
	box-shadow: 0 1px 8px rgba(0,0,0,0.7);
	-webkit-transform: rotate(0deg) scale(1.3);
	-o-transform: rotate(0deg) scale(1.3);
	-moz-transform: rotate(0deg) scale(1.3);
	-ms-transform: rotate(0deg) scale(1.3);
	transform: rotate(0deg) scale(1.3);
}

/* Maps */
.wk-map-default {
	-moz-box-shadow:
		0 0 1px rgba(0,0,0,0.45),
		0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:
		0 0 1px rgba(0,0,0,0.45),
		0 0 10px rgba(0,0,0,0.3);
	box-shadow:
		0 0 1px rgba(0,0,0,0.45),
		0 0 10px rgba(0,0,0,0.3);
}


/* ZOO
----------------------------------------------------------------------------------------------------*/

/* ZOO List */
#page ul.zoo-list > li {
	margin: 1px 0;
	padding: 8px 0;
	border: none;
	background: url(../images/tools/list_line.png) 0 0 repeat-x;
	line-height: 16px;
}

#page #bottom-a ul.zoo-list > li,
#page #bottom-b ul.zoo-list > li,
#page .mod-black ul.zoo-list > li,
#page .mod-color ul.zoo-list > li { background-image: url(../images/tools/list_line_black.png); }

#page ul.zoo-list > li:first-child {
	padding-top: 8px;
	background-image: none;
}

/* ZOO Comments List */
#page .zoo-comments-list > article {
	border: none;
	background: url(../images/tools/list_line.png) 0 0 repeat-x;
}
#page .zoo-comments-list > article:first-child {
	padding-top: 8px;
	background-image: none;
}

#page .zoo-comments-list .meta { color: #aaa; }

/* button---------------------------------------------- */
.buttonon,.buttonoff,.buttonred,.buttongreen,.buttonorange,.buttonblack,.buttongray,.buttonwhite,.buttonblue,.buttonrosy,.buttonpink{
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	text-align: center;
	text-decoration: none !important;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.buttonoff:active,.buttonred:active,.buttongreen:active,.buttonorange:active,.buttonblack:active,.buttongray:active,.buttonwhite:active,.buttonblue:active,.buttonrosy:active,.buttonpink:active{
	position: relative;
	top: 1px;
}
.medium {
	font-size: 12px !important;
	padding: .4em 1.5em .42em !important;
}
.small {
	font-size: 11px !important;
	padding: .2em 1em .275em !important;
}
/* on */
.buttonon {
        cursor:default;
        /*color: #fff !important;
        border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
        */
        color: #d9eef7 !important;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* off */
.buttonoff {
        cursor:pointer;
        /*color: #e8f0de !important;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
        */
        color: #e9e9e9 !important;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.buttonoff:hover {
        text-decoration: none;
        /*background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
        */
        background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.buttonoff:active {
        /*color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
        */
        color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* orange */
.buttonorange {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.buttonorange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.buttonorange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* black */
.buttonblack {
	color: #d7d7d7 !important;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.buttonblack:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.buttonblack:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.buttongray {
	color: #e9e9e9 !important;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.buttongray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.buttongray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
.buttonwhite {
	color: #606060 !important;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.buttonwhite:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.buttonwhite:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* red */
.buttonred {
	color: #faddde !important;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.buttonred:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.buttonred:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
.buttonblue {
	color: #d9eef7 !important;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.buttonblue:hover {
	background: #007ead !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.buttonblue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.buttonrosy {
	color: #fae7e9 !important;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.buttonrosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.buttonrosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
.buttongreen {
	color: #e8f0de !important;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.buttongreen:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.buttongreen:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
.buttonpink {
	color: #feeef5 !important;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.buttonpink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.buttonpink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}