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

/*
 * Widgetkit Slideshow: List Style
 */


.wk-slideshow-list > div {
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 5px;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-list .nav {
	position: absolute;
	top: 1px;
	bottom: 1px;
	width: 200px;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	background: #F5F5F5;
	background: -moz-linear-gradient(left, #FDFDFD 97%, #F0F0F0 100%);
	background: -webkit-linear-gradient(left, #FDFDFD 97%, #F0F0F0 100%);
	background: -o-linear-gradient(left, #FDFDFD 97%, #F0F0F0 100%);
	background: linear-gradient(to right, #FDFDFD 97%, #F0F0F0 100%);
	border-radius: 5px 0 0 5px;
}

.wk-slideshow-list .nav li {
	margin-right: -1px;
	padding: 1px 0;
}

.wk-slideshow-list .nav span {
	padding: 10px 15px 8px 15px;
	overflow: hidden;
}

.wk-slideshow-list .nav li.active {
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.wk-slideshow-list .nav li.active:first-child {
	padding-top: 1px;
	border-top: none;
	border-radius: 5px 0 0 0;
}

/* Content
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-list .slides-container { margin-left: 200px; }

.wk-slideshow-list .slides > li > article { padding: 20px; }


/* Navigation Width
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-list .nav-100 { width: 100px; }
.wk-slideshow-list .nav-100 + .slides-container { margin-left: 100px; }

.wk-slideshow-list .nav-150 { width: 150px; }
.wk-slideshow-list .nav-150 + .slides-container { margin-left: 150px; }

.wk-slideshow-list .nav-250 { width: 250px; }
.wk-slideshow-list .nav-250 + .slides-container { margin-left: 250px; }


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Only Phones */
@media (max-width: 767px) {

	.wk-slideshow-list .nav span {
		padding-left: 10px;
		padding-right: 0;
		font-size: 10px;
		line-height: 14px;
	}

	.wk-slideshow-list .nav,
	.wk-slideshow-list .nav-100,
	.wk-slideshow-list .nav-150,
	.wk-slideshow-list .nav-250 { width: 80px; }

	.wk-slideshow-list .slides-container,
	.wk-slideshow-list .nav-100 + .slides-container,
	.wk-slideshow-list .nav-150 + .slides-container,
	.wk-slideshow-list .nav-250 + .slides-container { margin-left: 80px; }

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

/*
 * Widgetkit Slideshow: Default Style
 */

/* Screen
----------------------------------------------------------------------------------------------------*/

/* Frame */
.wk-slideshow-screen > div {
	position: relative;
	border-radius: 8px;
	background: #000;
	padding: 15px;
	margin-bottom: 20px;
}

/* Shadow */
.wk-slideshow-screen > div:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: -10px;
	right:-10px;
	height: 76px;
	background: url(media/widgetkit/widgets/slideshow/styles/screen/images/shadow.png) 0 0 no-repeat;
	background-size: 100% 100%;
}



/* Caption
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-screen .caption {
    bottom: 15px;
    left: 15px;
    right: 15px;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-screen .nav {
	position: relative;
	margin-top: 15px;
	text-align: center;
}

.wk-slideshow-screen .nav li {
	display: inline-block;
	margin-left: 5px;
}
.wk-slideshow-screen .nav li:first-child { margin-left: 0; }

.wk-slideshow-screen .nav span {
	width: 13px;
	height: 13px;
	background: url(media/widgetkit/widgets/slideshow/styles/screen/images/nav.png) 0 0 no-repeat;
	overflow: hidden;
}
.wk-slideshow-screen .nav span:hover { background-position: 0 -26px; }
.wk-slideshow-screen .nav span:active { background-position: 0 -39px; }
.wk-slideshow-screen .nav .active span { background-position: 0 -13px; }


/* Buttons
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-screen > div { position: relative; }

.wk-slideshow-screen > div:hover .next,
.wk-slideshow-screen > div:hover .prev {
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(media/widgetkit/widgets/slideshow/styles/screen/images/buttons.png) 0 40px no-repeat;
}

.wk-slideshow-screen > div:hover .next {
	right: 30px;
	background-position: 0 0;
}

.wk-slideshow-screen > div:hover .prev {
	left: 30px;
	background-position: 0 -40px;
}


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Only Touch Devices */
@media (max-device-width: 1024px) {

	.wk-slideshow-screen .next,
	.wk-slideshow-screen .prev { display: none; }

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

/*
 * Widgetkit Slideshow: Showcase Style
 */


.wk-slideshow-showcasebox .slides-container {
	border: 1px solid #ddd;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	background: #FFF;
}


/* Slideshow: Buttons
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-showcasebox .slides-container { position: relative; }

.wk-slideshow-showcasebox .slides-container:hover .next,
.wk-slideshow-showcasebox .slides-container:hover .prev {
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url(media/widgetkit/widgets/slideshow/styles/showcase_box/images/buttons.png) 0 50px no-repeat;
}

.wk-slideshow-showcasebox .slides-container:hover .next {
	right: 30px;
	background-position: 0 0;
}

.wk-slideshow-showcasebox .slides-container:hover .prev {
	left: 30px;
	background-position: 0 -50px;
}


/* Content
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-showcasebox .slides > li > article { padding: 20px; }


/* Slideset: Container
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-showcasebox .wk-slideset > div {
	padding: 0 60px;
	border: 1px solid #ddd;
	background: #F5F5F5;
	background: -moz-linear-gradient(top, #F0F0F0 0%, #FDFDFD 7%);
	background: -webkit-linear-gradient(top, #F0F0F0 0%, #FDFDFD 7%);
	background: -o-linear-gradient(top, #F0F0F0 0%, #FDFDFD 7%);
	background: linear-gradient(to bottom, #F0F0F0 0%, #FDFDFD 7%);
	border-radius: 0 0 5px 5px;
}
.wk-slideshow-showcasebox .wk-slideset.no-buttons > div { padding: 0; }

.wk-slideshow-showcasebox .wk-slideset .sets { padding: 15px 0; }


/* Slideset: Content
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-showcasebox .wk-slideset .set > li > div {
	margin: 0 5px;
	padding: 1px;
	background: #ddd;
    border-radius: 5px;
	cursor: pointer;
}

.wk-slideshow-showcasebox .wk-slideset .set > li > div > div {
	padding: 7px;
	background: #F5F5F5;
	border-radius: 5px;
	box-shadow: 0 1px 0 #fff inset;
    text-shadow: 0 1px 0 #fff;
	text-align: left;
	white-space: nowrap; /* Firefox Width Fix */
}

/* Hover */
.wk-slideshow-showcasebox .wk-slideset .set > li > div:hover {
	background: #ccc;
	background: -moz-linear-gradient(top, #ddd, #bbb);
	background: -webkit-linear-gradient(top, #ddd, #bbb);
	background: -o-linear-gradient(top, #ddd, #bbb);
	background: linear-gradient(to bottom, #ddd, #bbb);
	box-shadow: 0 2px 3px rgba(0,0,0,0.10);
}

.wk-slideshow-showcasebox .wk-slideset .set > li > div:hover > div {
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #ebebeb);
	background: -webkit-linear-gradient(top, #fff, #ebebeb);
	background: -o-linear-gradient(top, #fff, #ebebeb);
	background: linear-gradient(to bottom, #fff, #ebebeb);
}

/* Active */
.wk-slideshow-showcasebox .wk-slideset .set > li.active > div {
	background: #bbb;
	box-shadow: none;
}

.wk-slideshow-showcasebox .wk-slideset .set > li.active > div > div {
	background: #e6e6e6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
}


/* Slideset: Buttons
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-showcasebox .wk-slideset > div { position: relative; }

.wk-slideshow-showcasebox .wk-slideset > div .next,
.wk-slideshow-showcasebox .wk-slideset > div .prev {
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(media/widgetkit/widgets/slideshow/styles/showcase_box/images/navigation_buttons.png) 0 0 no-repeat;
}

.wk-slideshow-showcasebox .wk-slideset > div .next {
	right: 25px;
	background-position: 0 0;
}

.wk-slideshow-showcasebox .wk-slideset > div .prev {
	left: 25px;
	background-position: 0 -90px;
}


.wk-slideshow-showcasebox .wk-slideset > div .next:hover { background-position: 0 -30px; }
.wk-slideshow-showcasebox .wk-slideset > div .next:active { background-position: 0 -60px; }
.wk-slideshow-showcasebox .wk-slideset > div .prev:hover { background-position: 0 -120px; }
.wk-slideshow-showcasebox .wk-slideset > div .prev:active { background-position: 0 -150px; }


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Only Touch Devices */
@media (max-device-width: 1024px) {

	.wk-slideshow-showcasebox .slides-container .next,
	.wk-slideshow-showcasebox .slides-container .prev { display: none; }

}

/* Only Phones */
@media (max-width: 767px) {

	.wk-slideshow-showcasebox .wk-slideset > div { padding: 0 40px; }

	.wk-slideshow-showcasebox .wk-slideset > div .next { right: 5px; }
	.wk-slideshow-showcasebox .wk-slideset > div .prev { left: 5px; }

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

/*
 * Widgetkit Slideshow: Showcase Buttons Style
 */


/* Slideshow: Buttons
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-showcasebuttons .slides-container { position: relative; }

.wk-slideshow-showcasebuttons .slides-container:hover .next,
.wk-slideshow-showcasebuttons .slides-container:hover .prev {
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url(media/widgetkit/widgets/slideshow/styles/showcase_buttons/images/buttons.png) 0 50px no-repeat;
}

.wk-slideshow-showcasebuttons .slides-container:hover .next {
	right: 30px;
	background-position: 0 0;
}

.wk-slideshow-showcasebuttons .slides-container:hover .prev {
	left: 30px;
	background-position: 0 -50px;
}


/* Slideset: Container
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-showcasebuttons .wk-slideset > div { padding: 0 60px; }
.wk-slideshow-showcasebuttons .wk-slideset.no-buttons > div { padding: 0; }

.wk-slideshow-showcasebuttons .wk-slideset .sets { padding-top: 15px; }


/* Slideset: Content
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-showcasebuttons .wk-slideset .set > li > div {
	margin: 0 5px;
	padding: 1px;
	background: #ddd;
    border-radius: 5px;
	cursor: pointer;
}

.wk-slideshow-showcasebuttons .wk-slideset .set > li > div > div {
	padding: 7px;
	background: #F5F5F5;
	border-radius: 5px;
	box-shadow: 0 1px 0 #fff inset;
    text-shadow: 0 1px 0 #fff;
	text-align: left;
	white-space: nowrap; /* Firefox Width Fix */
}

/* Hover */
.wk-slideshow-showcasebuttons .wk-slideset .set > li > div:hover {
	background: #ccc;
	background: -moz-linear-gradient(top, #ddd, #bbb);
	background: -webkit-linear-gradient(top, #ddd, #bbb);
	background: -o-linear-gradient(top, #ddd, #bbb);
	background: linear-gradient(to bottom, #ddd, #bbb);
	box-shadow: 0 2px 3px rgba(0,0,0,0.10);
}

.wk-slideshow-showcasebuttons .wk-slideset .set > li > div:hover > div {
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #ebebeb);
	background: -webkit-linear-gradient(top, #fff, #ebebeb);
	background: -o-linear-gradient(top, #fff, #ebebeb);
	background: linear-gradient(to bottom, #fff, #ebebeb);
}

/* Active */
.wk-slideshow-showcasebuttons .wk-slideset .set > li.active > div {
	background: #bbb;
	box-shadow: none;
}

.wk-slideshow-showcasebuttons .wk-slideset .set > li.active > div > div {
	background: #e6e6e6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
}


/* Slideset: Buttons
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-showcasebuttons .wk-slideset > div { position: relative; }

.wk-slideshow-showcasebuttons .wk-slideset > div .next,
.wk-slideshow-showcasebuttons .wk-slideset > div .prev {
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -8px;
	background: url(media/widgetkit/widgets/slideshow/styles/showcase_buttons/images/navigation_buttons.png) 0 0 no-repeat;
}

.wk-slideshow-showcasebuttons .wk-slideset > div .next {
	right: 25px;
	background-position: 0 0;
}

.wk-slideshow-showcasebuttons .wk-slideset > div .prev {
	left: 25px;
	background-position: 0 -90px;
}


.wk-slideshow-showcasebuttons .wk-slideset > div .next:hover { background-position: 0 -30px; }
.wk-slideshow-showcasebuttons .wk-slideset > div .next:active { background-position: 0 -60px; }
.wk-slideshow-showcasebuttons .wk-slideset > div .prev:hover { background-position: 0 -120px; }
.wk-slideshow-showcasebuttons .wk-slideset > div .prev:active { background-position: 0 -150px; }


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Only Touch Devices */
@media (max-device-width: 1024px) {

	.wk-slideshow-showcasebuttons .slides-container .next,
	.wk-slideshow-showcasebuttons .slides-container .prev { display: none; }

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

/*
 * Widgetkit Slideshow: Tabs Style
 */


/* Navigation
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-tabs .nav,
.wk-slideshow-tabs .nav li,
.wk-slideshow-tabs .nav span { float: left; }

.wk-slideshow-tabs .nav li {
	margin: 0 0 -1px 5px;
	border: 1px solid #ddd;
	background: #F5F5F5;
	background: -moz-linear-gradient(top, #FAFAFA, #F5F5F5);
	background: -webkit-linear-gradient(top, #FAFAFA, #F5F5F5);
	background: -o-linear-gradient(top, #FAFAFA, #F5F5F5);
	background: linear-gradient(to bottom, #FAFAFA, #F5F5F5);
	border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    text-shadow: 0 1px 0 #fff;
}
.wk-slideshow-tabs .nav li:first-child { margin-left: 0; }

.wk-slideshow-tabs .nav span {
	padding: 7px 15px 5px 15px;
	overflow: hidden;
}

.wk-slideshow-tabs .nav li:hover { background: #f0f0f0; }
.wk-slideshow-tabs .nav li:active:not([class*="active"]) span { padding-top: 8px; padding-bottom: 4px; }
.wk-slideshow-tabs .nav li.active {
	padding-bottom: 1px;
	border-bottom: none;
	background: #fff;
}


/* Content
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-tabs .slides-container {
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 5px;
}

.wk-slideshow-tabs .slides > li > article { padding: 15px; }


/* Alignment: Navigation
---------------------------------------------------------------------------------------------------*/

/* Left */
.wk-slideshow-tabs .nav-left + .slides-container { border-top-left-radius: 0; }

/* Center */
.wk-slideshow-tabs .nav-center .nav {
	position: relative;
	left: 50%;
}

.wk-slideshow-tabs .nav-center .nav li {
	position: relative;
	left: -50%;
}

/* Right */
.wk-slideshow-tabs .nav-right .nav { float: right; }

.wk-slideshow-tabs .nav-right + .slides-container { border-top-right-radius: 0; }


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Only Phones */
@media (max-width: 767px) {

	.wk-slideshow-tabs .nav span {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 10px;
		line-height: 14px;
	}

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

/*
 * Widgetkit Slideshow: Tabs Style
 */


/* Navigation
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-tabsbar .nav-container {
	border: 1px solid #ddd;
	background: #F5F5F5;
	background: -moz-linear-gradient(top, #FAFAFA, #F5F5F5);
	background: -webkit-linear-gradient(top, #FAFAFA, #F5F5F5);
	background: -o-linear-gradient(top, #FAFAFA, #F5F5F5);
	background: linear-gradient(to bottom, #FAFAFA, #F5F5F5);
	border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    text-shadow: 0 1px 0 #fff;
}

.wk-slideshow-tabsbar .nav,
.wk-slideshow-tabsbar .nav li,
.wk-slideshow-tabsbar .nav span { float: left; }

.wk-slideshow-tabsbar .nav li {
	margin-bottom: -1px;
	border-right: 1px solid #ddd;
}

.wk-slideshow-tabsbar .nav span {
	margin-right: -2px;
	padding: 7px 17px 5px 15px;
	border-right: 1px solid #fff;
	overflow: hidden;
}

.wk-slideshow-tabsbar .nav li:hover { background: #f0f0f0; }
.wk-slideshow-tabsbar .nav li:active:not([class*="active"]) { box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset; }
.wk-slideshow-tabsbar .nav li:active:not([class*="active"]) span { padding-top: 8px; padding-bottom: 4px; }
.wk-slideshow-tabsbar .nav li.active {
	padding-bottom: 1px;
	background: #fff;
}


/* Content
----------------------------------------------------------------------------------------------------*/

.wk-slideshow-tabsbar .slides-container {
	border: 1px solid #ddd;
	border-top: none;
	background: #FFF;
	border-radius: 0 0 5px 5px;
}

.wk-slideshow-tabsbar .slides > li > article { padding: 15px; }


/* Alignment: Navigation
---------------------------------------------------------------------------------------------------*/

/* Left */
.wk-slideshow-tabsbar .nav-left li:hover:first-child,
.wk-slideshow-tabsbar .nav-left li:active:first-child,
.wk-slideshow-tabsbar .nav-left li.active:first-child { border-top-left-radius: 5px; }

/* Center */
.wk-slideshow-tabsbar .nav-center .nav {
	position: relative;
	left: 50%;
}

.wk-slideshow-tabsbar .nav-center .nav li {
	position: relative;
	left: -50%;
}

.wk-slideshow-tabsbar .nav-center .nav li:first-child { border-left: 1px solid #ddd; }
.wk-slideshow-tabsbar .nav-center .nav li:first-child span { border-left: 1px solid #fff; }

/* Right */
.wk-slideshow-tabsbar .nav-right .nav { float: right; }

.wk-slideshow-tabsbar .nav-right li {
	border-right: none;
	border-left: 1px solid #ddd;
}

.wk-slideshow-tabsbar .nav-right span {
	border-right: none;
	border-left: 1px solid #fff;
}

.wk-slideshow-tabsbar .nav-right li:hover:last-child,
.wk-slideshow-tabsbar .nav-right li:active:last-child,
.wk-slideshow-tabsbar .nav-right li.active:last-child { border-top-right-radius: 5px; }


/* Responsive
----------------------------------------------------------------------------------------------------*/

/* Only Phones */
@media (max-width: 767px) {

	.wk-slideshow-tabsbar .nav span {
		padding-left: 10px;
		padding-right: 12px;
		font-size: 10px;
		line-height: 14px;
	}

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

/*
 * Widgetkit Spotlight Style Sheet
 */

/* General
----------------------------------------------------------------------------------------------------*/

.spotlight {
	display: inline-block;
	max-width: 100%;
}

.spotlight .overlay { visibility: hidden; }


/* Default Style
----------------------------------------------------------------------------------------------------*/

.spotlight .overlay-default { background: rgba(0,0,0,0.5) url(media/widgetkit/widgets/spotlight/images/magnifier.png) 50% 50% no-repeat; }


/* Overlay Style
----------------------------------------------------------------------------------------------------*/

/* Hidden by default */
[data-spotlight] .overlay { display: none; }

.spotlight .overlay { background: rgba(0,0,0,0.5); }

.spotlight .overlay,
.spotlight .overlay a { color: #fff; }
.spotlight .overlay a { text-decoration: underline; }

.spotlight .overlay > div { padding: 10px; }
.spotlight .overlay.remove-padding > div { padding: 0; }
.spotlight .overlay > div > *:first-child { margin-top: 0; }
.spotlight .overlay > div > *:last-child { margin-bottom: 0; }
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Widgetkit Twitter Style Sheet
 */

/* General
----------------------------------------------------------------------------------------------------*/

.wk-twitter .image {
	display: block;
	padding: 3px;
	border: 1px solid #ddd;
	float: left;
}

.wk-twitter .image img { display: block; }


/* List Style
----------------------------------------------------------------------------------------------------*/

.wk-twitter-list article {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ddd;
	overflow: hidden;
}

.wk-twitter-list article:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

.wk-twitter-list .image { margin: 3px 10px 0 0; }

.wk-twitter-list p { margin: 0; }

.wk-twitter-list .meta {
	font-size: 11px;
	font-style: italic;
}


/* Single Style
----------------------------------------------------------------------------------------------------*/

.wk-twitter-single.image {
	min-height: 43px;
	padding-left: 70px;
	background: url(media/widgetkit/widgets/twitter/styles/single/images/bird.png) 0 3px no-repeat;
}

.wk-twitter-single p {
	margin: 0;
	font-style: italic;
}

.wk-twitter-single .content {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
}

.wk-twitter-single .meta { font-size: 11px; }

/* Only Phones */
@media (max-width: 767px) {

	.wk-twitter-single.image {
		min-height: auto;
		padding-left: 0;
		background: none;
	}

	.wk-twitter-single .content {
		font-size: 20px;
		line-height: 26px;
	}

}


/* Bubbles Style
----------------------------------------------------------------------------------------------------*/

.wk-twitter-bubbles { margin: 0 -5px; }

.wk-twitter-bubbles > article { float: left; }

.wk-twitter-bubbles .content {
	position: relative;
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #FFF;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.wk-twitter-bubbles .content:after {
	content:"";
	position: absolute;
	left: 18px;
	bottom: -11px;
	width: 16px;
	height: 11px;
	background: url(media/widgetkit/widgets/twitter/styles/bubbles/images/arrow.png) 0 0 no-repeat;
}

.wk-twitter-bubbles .meta {
	margin: 10px 5px 0 5px;
	overflow: hidden;
}

.wk-twitter-bubbles .image {
	display: block;
	margin-right: 10px;
	float: left;
}

.wk-twitter-bubbles .author,
.wk-twitter-bubbles time { display: block; }

.wk-twitter-bubbles .author { margin-top: 5px; }
.wk-twitter-bubbles time {
	margin-top: -5px;
	font-size: 11px;
}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	.wk-twitter-bubbles > article { margin-top: 20px; }
	.wk-twitter-bubbles > article:nth-child(-n+2) { margin-top: 0; }

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.wk-twitter-bubbles > article { margin-top: 20px; }
	.wk-twitter-bubbles > article:first-child { margin-top: 0; }

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

/*
 * reset
 */

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
html { min-height: 100%; }

 
body { overflow-y: scroll; }

/*
 * default values
 */

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

 
ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
}

dl { margin: 10px 0; }
dd { padding-left: 40px; }

 
td, th { padding: 1px; }

 
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

 
fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
}

legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
}

form div { margin: 10px 0 10px 0; }

textarea { padding: 1px 0 1px 5px; }

option { padding: 0 0 1px 5px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 0 1px 5px; }

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 4px 2px 1px;
	line-height: 100%;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }

 
textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

 
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }

 
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
}

 
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 { font-size: 36px; line-height: 36px; margin-top: 25px; }
h2 { font-size: 24px; line-height: 24px; margin-top: 25px; }
h3 { font-size: 18px; line-height: 18px; margin-top: 15px; }
h4 { font-size: 16px; line-height: 16px; margin-top: 15px; }
h5 { font-size: 14px; line-height: 14px; margin-top: 10px; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px; }

 
hr {
	margin: 15px 0 15px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}

 
q { font-style: italic; }

blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%
}
blockquote > *:first-child:first-letter { font-size: 150% }

 
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: "Courier New", Courier, monospace;
	white-space: pre-wrap;
}

 
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
}/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

 

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 150%;
  color: #525253;
  position: relative;
}

 

.wrapper { margin: auto; }

#header {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  min-height: 100px;
  background: #ffffff;
  position: relative;
  z-index: 10;
  clear: both;
}

#top {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #ffffff;
  overflow: hidden;
  clear: both;
}

#middle {
  clear: both;
  min-height: 300px;
  background: #FFFFFF;
}

#bottom {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #7A7A81;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
  overflow: hidden;
  clear: both;
}

#footer {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  clear: both;
  color: #5A5C5E;
  font-size: 10px;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
  background: url(templates/cs_abbey/images/footer_bg.png) 0 0 repeat-x;
}
  
 
 
#middle {
  width: 100%;  
   
  overflow: hidden;  
  position: relative;  
}

#middle-expand { width: 200%; }

 
#main {
  position: relative;
  left: 50%;
  width: 50%;
  float: left;
}

#main-shift {
  position: relative;
  left: -100%;
   
   
  overflow: hidden;
}

 
#left {
  position: relative;
  left: -50%;
   
  float: left;
  overflow:hidden;
}

 
#right {
   
   
  position: relative;
  float: left;
  overflow:hidden;
}

 

#maintop,
#contenttop {
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}

#contentbottom,
#mainbottom {
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}

 
 
#mainmiddle {
  width: 100%;  
   
  overflow: hidden;  
  position: relative;  
}

#mainmiddle-expand {
  width: 200%;
}

 
#content {
  position: relative;
  left: 50%;
  width: 50%;
  float: left;
}

#content-shift {
  position: relative;
  left: -100%;
   
   
  overflow: hidden;
}

 
#contentleft {
  position: relative;
  left: -50%;
   
  float: left;
  overflow:hidden;
}

 
#contentright {
   
   
  position: relative;
  float: left;
  overflow:hidden;
}

 

.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width46 { width: 46%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width67 { width: 67%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

#top > .vertical,
#bottom > .vertical { float: left; }

 

body.yoopage { background: #075772; }

 

#absolute {
  position: absolute;
  z-index: 15;
  top: 0px;
  left: 0px;
  width: 100%;
}

 

#toolbar {
  height: 40px;
  padding: 0px 200px 0px 260px;
  overflow: hidden;
  color: #535358;
  line-height: 40px;
  font-size: 11px;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
  background: #03344B;
}

#date {
  padding: 0px 10px 0px 0px;
  float: left;
}

#headerbar { 
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

div.menubar {
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  z-index: 10;
  height: 60px;
  padding: 0px 20px 0px 240px;
  background: #03344B;
}

div.menushadow {
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: url(templates/cs_abbey/images/menubar_shadow.png) 0 0 repeat-x;
}

#logo {
  position: absolute;
  background: white;
  top: 0px;
  left: 0px;
  padding-bottom: 15px;
  z-index: 10;
}

#search {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 12;
}

#banner {
  position: absolute;
  top: 138px;
  right: -43px;
  width: 0px;
  z-index: 3;
}

#socialbookmarks {
  position: absolute;
  top: 40px;
  right: -30px;
  z-index: 3;
  background: #fff;
  background: -moz-linear-gradient(
          0% 50%,
          #A7A7AD 0,
          #FAFAFA 5px
        );
        
  background: -webkit-gradient( 
          linear,
          0% 50%,
          100% 50%,
          color-stop(0%, #A7A7AD),
          color-stop(15%, #FAFAFA)
        );
  -webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 0 3px rgba(0,0,0,0.5);
  box-shadow: 1px 0 3px rgba(0,0,0,0.5);
}

 

#footer a.anchor {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(templates/cs_abbey/images/footer_anchor.png) 0 0 no-repeat;
  display: block;
  text-decoration: none;
}

#footer a.anchor:hover { background-position: 0 -25px; }

 
 
#component { padding: 20px; }

#left div.left-1,
#contentleft div.contentleft-1 { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-right: 1px solid #E8E8E9;
}

#right div.right-1,
#contentright div.contentright-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* border-left: 1px solid #E8E8E9; */
}


div.bottom-1 {
  border-bottom: 1px solid #292929;
  background: #033349;
  overflow: hidden;
}

#bottom div.vertical {
  border-bottom: 1px solid #2F2F2F;
  background: #033349;
}


 

div.wrapper-1,
div.wrapper-2 { background: url(templates/cs_abbey/images/wrapper_bg.png) 0 0 repeat-y; }

div.wrapper-2 { 
  padding: 0px 30px 0px 30px;
  background-position: 100% 0;
}

div.wrapper-3 { background: #1C1C1D; }
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * headings
 */

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }

h1 {
	font-weight: normal;
	color: #111213;
}

#page h1 a {
	color: #111213;
	text-decoration: none;
}

h2 { color: #B90000; }
h3 { color: #111213; }
h4 { color: #B90000; }
h5 { color: #111213; }
h6 { color: #B90000; }

h1 { font-size: 32px; line-height: 36px; }
h2 { font-size: 26px; line-height: 30px; }

/*
 * anchor
 */

a:link,
a:visited { color: #B90000; text-decoration: none; }
a:hover { text-decoration: underline; }

a.icon-folder {
        padding-left: 17px;
        background: url(templates/cs_abbey/images/typography/icon_folder.png) 0 40% no-repeat;
}

a.icon-file {
        padding-left: 17px;
        background: url(templates/cs_abbey/images/typography/icon_file.png) 0 40% no-repeat;
}

a.icon-download {
        padding-left: 17px;
        background: url(templates/cs_abbey/images/typography/icon_download.png) 0 40% no-repeat;
}

a.icon-external {
        padding-left: 17px;
        background: url(templates/cs_abbey/images/typography/icon_external.png) 0 40% no-repeat;
}

a.icon-pdf {
        padding-left: 17px;
        background: url(templates/cs_abbey/images/pdf_button.png) 0 40% no-repeat;
}

/*
 * emphasis
 */

em.box { 
	padding: 0px 3px 0px 3px;
	border: 1px dotted #ACACAC;
	background: #F5F6F7;	
	font-family: "Courier New", Courier, monospace;
	color: #7F7F7F;
	font-style: normal;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	white-space: nowrap;
}

#bottom em.box {
	background-color: #232425;
	border-color: #414243;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}

/*
 * unsorted lists
 */

/* icon style */
ul.plus,
ul.heart,
ul.check,
ul.star,
ul.arrow {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.plus li,
ul.heart li,
ul.check li,
ul.star li,
ul.arrow li {
	margin: 5px 0px 5px 0px;
	padding-left: 20px;
	font-weight: bold;
	line-height: 30px;  
}

ul.plus li { background: url(templates/cs_abbey/images/typography/list_plus.png) 0 0 no-repeat; }
ul.heart li { background: url(templates/cs_abbey/images/typography/list_heart.png) 0 0 no-repeat; }
ul.check li { background: url(templates/cs_abbey/images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(templates/cs_abbey/images/typography/list_star.png) 0 0 no-repeat; }
ul.arrow li { background: url(templates/cs_abbey/images/typography/list_arrow.png) 0 0 no-repeat; }

/* links style */
ul.links {
	margin: 10px 0px 20px 0px;
	padding-left: 0px;
	list-style: none;
}
.module ul.links { margin: 0; }

ul.links li {
	padding-left: 18px;
	height: 30px;
	border-top: 1px solid #E5E5E5;
	line-height: 30px;
	background: url(templates/cs_abbey/images/typography/list_links.png) 0px 0 no-repeat;
	cursor: pointer;
}

ul.links li:first-child { border: none; }

ul.links li:hover { background-position: 0px -30px; }

ul.links li a {
	display: block;
	color: #525252;
	text-decoration: none;
}

ul.links li:hover a,
#bottom ul.links li:hover a { color: #B90000; }

#bottom ul.links li { border-color: #252525; }

#bottom ul.links li a { color: #7A7A81; }

/*
 * ordered lists
 */

ol.disc {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	background: url(templates/cs_abbey/images/typography/list_disc.png) 20px 0px repeat-y;
}

ol.disc li {
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 26px;  
}

/*
 * horizontal rule
 */
 
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(templates/cs_abbey/images/typography/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}


/*
 * highlighted div and span tags
 */

span.note,
span.info,
span.alert,
span.download,
span.tip { display: block; }

div.note, span.note {
	color: #323232;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #E4EBF1;
	border-top: 1px solid #D4D9DE;
	border-bottom: 1px solid #D4D9DE;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	color: #323232;
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 40px;
}

div.info, span.info {
	background: #E4EBF1 url(templates/cs_abbey/images/typography/box_info.png) 8px 5px no-repeat;
	border-top: 1px solid #D4D9DE;
	border-bottom: 1px solid #D4D9DE;
}

div.alert, span.alert {
	background: #FFE6DF url(templates/cs_abbey/images/typography/box_alert.png) 8px 5px no-repeat;
	border-top: 1px solid #FFD9CF;
	border-bottom: 1px solid #FFD9CF;
}

div.download, span.download {
	background: #f5faeb url(templates/cs_abbey/images/typography/box_download.png) 8px 5px no-repeat;
	border-top: 1px solid #D6EBCD;
	border-bottom: 1px solid #D6EBCD;
}

div.tip, span.tip {
	background: #FDF9E3 url(templates/cs_abbey/images/typography/box_tip.png) 8px 5px no-repeat;
	border-top: 1px solid #FAE7BE;
	border-bottom: 1px solid #FAE7BE;
}


/*
 * p tag with dropcaps
 */
 
p.dropcap:first-letter {
	display: block;
	margin: 7px 4px 0px 0px;
	float: left;
	font-size: 280%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * blockquotes
 */

blockquote { font-family: Georgia, "Times New Roman", Times, serif; }

q.blockquote {
	margin: 10px 0 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
}

q.blockquote:first-letter { font-size: 150%; }

q.blockquote:before,
q.blockquote:after { content: ""; }

blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(templates/cs_abbey/images/typography/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(templates/cs_abbey/images/typography/blockquote_end.png) 100% 100% no-repeat;
}

/*
 * floating boxes
 */

body .inset-left {
	margin: 15px 15px 10px 0px;
	float: left;
}

body .inset-right {
	margin: 15px 0px 10px 15px;
	float: right;
}

/*
 * webfonts
 */

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('templates/cs_abbey/fonts/BebasNeue-webfont.eot?') format('eot'),
		 url('templates/cs_abbey/fonts/BebasNeue-webfont.woff') format('woff'),
		 url('templates/cs_abbey/fonts/BebasNeue-webfont.ttf') format('truetype');
}

.webfonts .module h3.header,
.webfonts #system .title,
.webfonts .spotlight.bottom h3 { 
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	letter-spacing: 0px;
}

.webfonts .module h3.header,
.webfonts .module h3.header span.title { font-size: 28px; }

.webfonts #system .title { font-size: 36px; }

.webfonts .spotlight.bottom h3 { font-size: 26px; }

/*
 * spotlight
 */
 
.spotlight .spotlight1 { visibility: hidden; }

.spotlight.fade .spotlight1 > div > a:first-child,
.spotlight.bottom .spotlight1 > div > a:first-child {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}


/* fade: zoom */
.spotlight.fade .spotlight1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.spotlight.fade.zoom .spotlight1 { background: url(templates/cs_abbey/images/spotlight_fade_zoom.png) 50% 50% no-repeat; }

#headerbar .spotlight.fade .spotlight1 { top: 60px; }

/* fade: bottom */
.spotlight.bottom .spotlight1 > * {
	padding: 20px;
	background: #323232;
	background: rgba(0,0,0,0.8);
	color: #ffffff;
}

.spotlight.bottom h3 { 
	margin: 0px 0px 3px 0px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

.spotlight.bottom a,
.spotlight.bottom a:hover { color: #ffffff; }
.spotlight.bottom a { text-decoration: underline; }/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * top and footer menu
 */

 
#toolbar ul.menu,
#footer ul.menu {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer ul.menu {
	display: block;
	line-height: 15px;
}

#toolbar .menu li,
#footer .menu li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#toolbar .menu li a,
#footer .menu li a {
	display: inline-block;
	margin-left: 15px;
	padding: 0px 0px 0px 10px;
	background: url(templates/cs_abbey/images/topmenu_item_bg.png) 0 0 no-repeat;
	overflow: hidden;  
	color: #5A5C5E;
	text-decoration: none;
}

#toolbar .menu li a.active,
#toolbar .menu li a:hover,
#footer .menu li a:hover { 
	color: #D8D8DE;
	text-decoration: none;
	background-position: 0 -40px;
}

#footer .menu li a { background: url(templates/cs_abbey/images/footermenu_item_bg.png) 0 0 no-repeat; }
#footer .menu li a:hover { background-position: 0 -15px; }
#footer .menu li a.first { margin-left: 0px; }

/*
 * menu
 */

 
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	behaviour: none;
}

#menu li {
	position: relative;
	 
	margin: 0px;
	padding: 0px;
        behaviour: none;

}

#menu a,
#menu span { display: block; }
#menu a { text-decoration: none; }

 
#menu span.icon {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

 
#menu ul.menu,
#menu li.level1 { float: left; }

#menu a.level1,
#menu span.level1 { 
	float: left;
	padding: 0px 20px 0px 20px;
}

#menu a.level1 span.bg,
#menu span.level1 span.bg {
	height: 60px;
	float: left;
	line-height: 60px;
	font-size: 14px;
	color: #CBCBD3;
	letter-spacing: 0px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}

 
#menu li.level1:hover .level1 span.bg,
#menu li.level1.remain .level1 span.bg {
	color: #ffffff;
	text-shadow: 0 0 8px rgba(255,255,255,0.7);
}

#menu li.level1.active,
#menu li.active a.level1,
#menu li.active span.level1,
#menu li.active .level1 span.bg { background: url(templates/cs_abbey/images/menu_level1_item_current.png) 0 0 no-repeat; }

#menu li.active.first { background-position: 0 -70px; }

#menu li.active a.level1,
#menu li.active span.level1 { background-position: 100% -140px; }

#menu li.active .level1 span.bg { 
	background-position: 50% -210px;
	background-repeat: repeat-x;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}

 
#menu a.level1 span.title,
#menu span.level1 span.title {
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 0px;
}

 
#menu a.level1 span.subtitle,
#menu span.level1 span.subtitle {
	margin-top: -12px;
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
	text-transform: none;
	text-align: center;
	letter-spacing: 0px;
}

 
#menu .dropdown {
	position: absolute;
	top: 60px;
 	left: -999em;  
	z-index: 100;
	 
}

#menu li:hover .dropdown,
#menu li.remain .dropdown { left: -5px; }

#menu .dropdown-t3,
#menu .dropdown-b1,
#menu .dropdown-b2,
#menu .dropdown-b3 { background: url(templates/cs_abbey/images/menu_dropdown_corners.png) 0 0 no-repeat; }

#menu .dropdown-t1,
#menu .dropdown-t2,
#menu .dropdown-1,
#menu .dropdown-2 { background: url(templates/cs_abbey/images/menu_dropdown_edges.png) 0 0 repeat-y; }

#menu .dropdown-t2 {
	padding: 0px 5px 0px 5px;
	background-position: 100% 0;
}
#menu .dropdown-t3 { 
	height: 11px;
	background-repeat: repeat-x;
}

#menu .dropdown-2 { 
	padding: 0 5px 0 5px;
	background-position: 100% 0;
}

#menu .dropdown-3 {
	padding: 0px 0px 0px 0px;
	background: url(templates/cs_abbey/images/menu_dropdown_bg.png) 0 0 repeat;
	overflow: hidden;
}

#menu .dropdown-b1 { background-position: 0 -20px; }
#menu .dropdown-b2 {
	padding: 0px 5px 0px 5px;
	background-position: 100% -30px;
}
#menu .dropdown-b3 { 
	height: 5px;
	background-position: 0 -40px;
	background-repeat: repeat-x;
}

 
#menu li.level2 .group-box1 { 
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #000000;
	border-right: 1px solid rgba(0,0,0,0.7);
	overflow: hidden;
}

#menu ul.level2.last li.level2 .group-box1 { border-right: none; }

#menu li.level2 .hover-box1 { overflow: hidden; }

#menu a.level2,
#menu span.level2,
#menu li.level2.last.parent a.level2 {	
	border-bottom: 1px solid #000000;
	border-bottom: 1px solid rgba(0,0,0,0.7);
	background: url(templates/cs_abbey/images/menu_level2_item.png) 0 -500px repeat-x;
	overflow: hidden;
}

#menu li.level2.last a.level2,
#menu li.level2.last span.level2,
#menu li.level2.parent span.level2 { border: none; }

#menu a.level2:hover,
#menu li.level2.last.parent a.level2:hover { background-position: 0 0;}

#menu a.level2 span.bg,
#menu span.level2 span.bg {
	padding: 0px 15px 0px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #929293;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}

#menu li.level2 a:hover span.bg { color: #BFBFC0; }

 
#menu li.level2 .current,
#menu li.level2.last.parent a.current { background-position: 0 -60px; }

#menu li.level2 .current span.bg { color: #ffffff; } 

 
#menu a.level2 span.title,
#menu span.level2 span.title { line-height: 33px; }

#menu a.level2 span.subtitle,
#menu span.level2 span.subtitle {
	margin-top: -18px;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	line-height: 30px;
}

 
#menu a.level2 span.icon,
#menu span.level2 span.icon {
	min-height: 45px;
	padding-left: 50px;
	line-height: 45px;
}

 
#menu .sub { 
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #000000;
	border-bottom: 1px solid rgba(0,0,0,0.7);
}

#menu ul.level3 { padding: 5px 15px 0px 15px; }

#menu a.level3 span.bg,
#menu span.level3 span.bg {
	padding-left: 18px;
	line-height: 18px;
	font-size: 11px;
	color: #ACACAD;
	background: url(templates/cs_abbey/images/menu_level3_item.png) 0 0 no-repeat;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}

#menu a.level3.current span.bg,
#menu li.level3 a.level3:hover span.bg { 
	color: #D30101;
	background-position: 0 -38px;
}

 
 
 
 

#menu .columns2 ul.level2,
#menu .columns3 ul.level2,
#menu .columns4 ul.level2 { float: left; }

#menu .columns2 ul.level2 {	width: 50%; }

#menu .columns3 ul.level2 { width: 34%; }
#menu .columns3 ul.first,
#menu .columns3 ul.last { width: 33%; }

#menu .columns4 ul.level2 { width: 25%; }

/*
 * sub menus
 */
 
 
div.mod-menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
}

div.mod-menu ul.menu li {
	margin: 0px;
	padding: 0px;
}

div.mod-menu ul.menu a,
div.mod-menu ul.menu span { display: block; }
div.mod-menu ul.menu a { text-decoration: none; }

 
div.mod-menu ul.menu span.icon {
	background-repeat: no-repeat;
	background-position: 5px 50%;
	text-indent: 35px;
}

 
div.mod-menu ul.menu li.parent span.separator { cursor: pointer; }

 
div.mod-menu ul.menu span.subtitle { display: none; }


/*
 * sub menu: mod-line
 */

div.mod-line ul.menu span.bg {
	height: 30px;
	line-height: 30px;
	color: #525253;
	font-size: 14px;
}

 
div.mod-line ul.menu a:hover span.bg,
div.mod-line ul.menu span:hover span.bg,
div.mod-line ul.menu a.current span.bg { color: #B90000; }

 
div.mod-line ul.menu a.level1,
div.mod-line ul.menu span.level1 {
	padding: 0px 20px 0px 20px;
	background: url(templates/cs_abbey/images/submenu_level1_item.png) 0 0 repeat-x;
}

div.mod-line ul.menu a.level1.current { background-position: 0 -40px; }
div.mod-line ul.menu a.level1.current span.bg { 
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

div.mod-line ul.menu li.parent .level1 span.bg { background: url(templates/cs_abbey/images/submenu_level1_item_parent.png) 100% 0 no-repeat; }
div.mod-line ul.menu li.parent:hover .level1 span.bg { background-position: 100% -30px; }
div.mod-line ul.menu li.parent.current .level1 span.bg { background-position: 100% -60px; }
div.mod-line ul.menu li.parent.active .level1 span.bg { background-position: 100% -90px; }
div.mod-line ul.menu li.parent.active .level1:hover span.bg { background-position: 100% -120px; }
div.mod-line ul.menu li.parent.active.current .level1 span.bg { background-position: 100% -150px; }

 
div.mod-line ul.menu ul.level2 { padding: 10px 20px 10px 20px; }

div.mod-line ul.menu li.level2 {}
div.mod-line ul.menu li.level2 a:hover {}

div.mod-line ul.menu li.level2 span.bg {
	height: 20px;
	line-height: 20px;
	text-indent: 17px;
	font-size: 12px;
	background: url(templates/cs_abbey/images/submenu_level2_item.png) 0px 0px no-repeat;
}

div.mod-line ul.menu li.level1 li.level2 a.current span.bg,
div.mod-line ul.menu li.level1 li.level2 span.bg:hover { background-position: 0 -30px; }

 
div.mod-line ul.menu a.level3 span.bg { margin-left: 18px; }

 
div.mod-line ul.menu a.level4 span.bg { margin-left: 36px; }
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * module headers
 */

.module h3.header {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 26px;
  line-height: 30px;
  color: #A7A7AC;
  font-weight: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.module h3.header span.color { color: #B90000; }

 
.module h3.header span.title {
  display: block;
  font-size: 26px;
  line-height: 28px;
}

.module h3.header span.subtitle {
  display: block;
  margin-top: 10px;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  text-indent: 1px;
  letter-spacing: 0px;
}

/*
 * space between modules
 */

#left .module,
#contentleft .module { margin-right: 1px; }

#right .module,
#contentright .module { margin-left: 1px; }

/*
 * header module positions
 */

#toolbar .left .module {
  margin-right: 15px;
  float: left;
}

#toolbar .right .module {
  margin-left: 15px;
  float: right;
}

/*
 * badge styles
 */
 
div.module { position: relative; }
 
div.module div.badge {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 46px;
  height: 46px;
  background: url(templates/cs_abbey/images/module_badges.png) 0 0 no-repeat;
  overflow: hidden;
  z-index: 1;
}
 
div.module div.badge-hot { background-position: 0 0; }
div.module div.badge-top { background-position: 0 -50px; }
div.module div.badge-pick { background-position: 0 -100px; }
div.module div.badge-new { background-position: 0 -150px; }

/*
 * icon styles
 */
 
div.module h3.header span.icon {
  display: block; 
  position: relative;
  top: -3px;
  left: 0px;
  width: 35px;
  height: 30px;
  background: url(templates/cs_abbey/images/module_icons.png) 0 0 no-repeat;
  overflow: hidden;
  float: left;
}

div.module h3.header span.icon-feed { background-position: 0 0; }
div.module h3.header span.icon-download { background-position: 0 -30px; }
div.module h3.header span.icon-twitter { background-position: 0 -60px; }
div.module h3.header span.icon-mail { background-position: 0 -90px; }
div.module h3.header span.icon-message { background-position: 0 -120px; }
div.module h3.header span.icon-users { background-position: 0 -150px; }
div.module h3.header span.icon-shopping { background-position: 0 -180px; }
div.module h3.header span.icon-lock { background-position: 0 -210px; }

/*
 * module: blank
 */
 
div.mod-blank { overflow: hidden; }

/*
 * module: dropdown
 */

#menu ul.mod-dropdown {
  padding-left: 0px;
  background: none;
}

#menu ul.mod-dropdown span.level1 span.color { display: inline; }

#menu .mod-dropdown .module {
  color: #CBCBD3;
  padding: 5px;
  overflow: hidden;
}

#menu .mod-dropdown .dropdown { width: 300px; }

/*
 * module: box
 */

div.mod-box div.box-1 {  background: #FFFFFF 0 0 repeat-x; }

div.mod-box div.box-2 {
  padding: 20px 20px 19px 20px;
  border-bottom: 1px solid #DEDEDE;
  text-shadow: 0 1px 0 rgba(255,255,255,1);
  background: url(templates/cs_abbey/images/module_box_border.png) 100% 0 repeat-y;
  overflow: hidden;  
}

.horizontal div.mod-box.last div.box-2 { background: none; }

div.mod-box h3.header {
  color: #121314;
  text-shadow: 0 1px 0 rgba(255,255,255,1);
}

/* color black */
div.mod-box-black div.box-1 { background: #222226 url(templates/cs_abbey/images/module_box_black_bg.png) 0 0 repeat-x; }
div.mod-box-black div.box-2 {
  padding: 20px 20px 20px 20px;
  border-bottom: none;
  color: #89898F;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
  background-image: url(templates/cs_abbey/images/module_box_black_border.png);
}

div.mod-box-black h3.header { 
  color: #A7A7AC;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
div.mod-box-black h3.header span.color { color: #ffffff; }

div.mod-box-black a { color: #ffffff; }
  
/* color templatecolor */
div.mod-box-templatecolor div.box-1 { background: #BB0000 url(templates/cs_abbey/images/module_box_templatecolor_bg.png) 0 0 repeat-x; }
div.mod-box-templatecolor div.box-2 {
  padding: 20px 20px 20px 20px;
  border-bottom: none;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

div.mod-box-templatecolor h3.header { text-shadow: none; }
div.mod-box-templatecolor h3.header span.color { 
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
div.mod-box-templatecolor h3.header span.subtitle { 
  color: #7D0000;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

div.mod-box-templatecolor a { 
  color: #4F0000;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

/*
 * module: line
 */

div.mod-line div.box-1 {
  padding: 20px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
}

.horizontal div.mod-line div.box-1 { border-right: 1px solid #E5E5E5; }
#contentbottom div.mod-line div.box-1,
#mainbottom div.mod-line div.box-1 {
  border-top: 1px solid #E5E5E5;
  border-bottom: none;
}

#bottom div.mod-line div.box-1 { border-color: #252525; }

.horizontal div.mod-line.last div.box-1 { border-right: none; }

#left div.mod-line.last div.box-1,
#right div.mod-line.last div.box-1,
#contentleft div.mod-line.last div.box-1,
#contentright div.mod-line.last div.box-1,
#bottom .horizontal div.mod-line div.box-1,
#bottom .vertical div.mod-line.last div.box-1 { border-bottom: none; }

#bottom .horizontal div.mod-line div.box-1 { 
  border-right: none;
  background: url(templates/cs_abbey/images/module_line_bg.png) 100% 0 repeat-y;
}

#bottom .horizontal div.mod-line.last div.box-1 { background: none; }

/*
 * module: menu
 */

div.mod-menu-line div.box-1 { padding: 10px 0px 20px 0px; }
#left div.mod-menu-line div.box-1,
#contentleft div.mod-menu-line div.box-1 { padding: 10px 0px 20px 0px; }

div.mod-menu-line div.box-1 h3.header { margin: 0px 20px 10px 20px; }

/*
 * module: polaroid
 */

div.mod-polaroid,
#right div.mod-polaroid,
#contentright div.mod-polaroid,
#left div.mod-polaroid,
#contentleft div.mod-polaroid { margin: 10px; }

div.mod-polaroid div.badge-tape {
  position: absolute;
  top: -13px;
  left: 50%;
  width: 114px;
  height: 38px;
  margin-left: -57px;
  background: url(templates/cs_abbey/images/module_polaroid_tape.png) 0 0 no-repeat;
  z-index: 1;
}

div.mod-polaroid div.box-1 {
  margin-top: 13px;
  padding: 10px 10px 5px 10px;
  border-top: 1px solid #C8C8C8;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  background: #ffffff url(templates/cs_abbey/images/module_polaroid_bg.png) 0 100% repeat-x;
  overflow: hidden;
}

div.mod-polaroid div.box-2 {
  margin-bottom: 5px;
  background: #000000;
}

div.mod-polaroid div.box-3 {
  padding: 10px 15px 10px 15px;
  overflow: hidden;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #C8C8C8;
}

div.mod-polaroid div.box-b1,
div.mod-polaroid div.box-b2,
div.mod-polaroid div.box-b3 { background: url(templates/cs_abbey/images/module_polaroid_shadows.png) 0 0 no-repeat; }

div.mod-polaroid div.box-b2 {
  padding: 0px 70px 0px 70px;
  background-position: 100% -5px;
}

div.mod-polaroid div.box-b3 {
  height: 5px;
  background-position: 0 -10px;
  background-repeat: repeat-x;
}

div.mod-polaroid h3.header {
  height: 25px;
  margin: 0px 0px 0px 0px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -1px;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #323232;
  font-size: 18px;
  text-shadow: none;
}

/*
 * module: postit
 */

div.mod-postit,
#right div.mod-postit,
#contentright div.mod-postit,
#left div.mod-postit,
#contentleft div.mod-postit { margin: 10px; }

div.mod-postit div.box-1 {
  background: #FFFFAA;
  color: #323232;
}

div.mod-postit div.box-2 {
  padding: 15px 15px 0px 15px;
  overflow: hidden;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
}

div.mod-postit div.box-b1,
div.mod-postit div.box-b2,
div.mod-postit div.box-b3 { background: url(templates/cs_abbey/images/module_postit_shadows.png) 0 0 no-repeat; }

div.mod-postit div.box-b2 {
  padding: 0px 90px 0px 60px;
  background-position: 100% -40px;
}

div.mod-postit div.box-b3 {
  height: 40px;
  background-position: 0 -80px;
  background-repeat: repeat-x;
}

div.mod-postit h3.header {
  height: 30px;
  margin: -15px -15px 5px -15px;
  background: #FFFFDA;
  font-size: 18px;
  line-height: 30px;
  text-indent: 15px;
  letter-spacing: -1px;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #323232;
  text-shadow: none;
}