/****************************************************************
 * Copyright notice
 *
 * (c) 2010 Christian Technology Ministries International Inc.
 * All rights reserved
 *
 * This file is part of the Web-Empowered Church (WEC)
 * (http://WebEmpoweredChurch.org) ministry of Christian Technology Ministries
 * International (http://CTMIinc.org). The WEC is developing TYPO3-based
 * (http://typo3.org) free software for churches around the world. Our desire
 * is to use the Internet to help offer new life through Jesus Christ. Please
 * see http://WebEmpoweredChurch.org/Jesus.
 *
 * You can redistribute this file and/or modify it under the terms of the
 * GNU General Public License as published by the Free Software Foundation;
 * either version 2 of the License, or (at your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 *
 * This file is distributed in the hope that it will be useful for ministry,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * This copyright notice MUST APPEAR in all copies of the file!
 ****************************************************************/

/****************************************************************
 *
 * This is a modified version of skin_bn_wireframe developed by Ron Hall of BusyNoggin, Inc.
 *
 ****************************************************************/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

table {
	border-spacing: 0;	
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #555555;
	font-weight: normal;
	height: 100%;
	font-size: 15px;
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	/*width: 100%;*/
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group TYPO3 General Styling */

div.csc-textpic-center div.csc-textpic-imagewrap,
div.csc-textpic-left div.csc-textpic-imagewrap,
div.csc-textpic-right div.csc-textpic-imagewrap {
    margin-bottom: 10px;
}
    
/* @end */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	position: absolute;
	top: 0;
	left: -4000px;
	}

.centralHeadline, 
.sectionHeadline {
	font-size:20px;
	margin: 0;
	padding-bottom: 11px;
	border-width: 0 0 1px 0;
	border-style: solid;
	position: relative;
}

.sectionHeadline .prev {
	position: absolute;
	top: 6px;
	left: 0;
}

.sectionHeadline a {
	color: #000;
}

.centralHeadline {
	padding-left: 0px;
	line-height: 1em;
	padding-top: 4px;
}

#generatedContent-1-Wrapper .sectionHeadline {
	margin: 0;
}

.csc-firstHeader {
	/*margin-top: 0px;*/
}

.csc-textpic-caption { font-size: 0.9em;}

#f1d #contentBlock-1 .csc-default > p,
#f1d #contentBlock-1 .csc-default > ul {
	padding: 0px 0px 0 22px;
}

#f1d #contentBlock-1 > .csc-default > p,
#f1d #contentBlock-1 > .csc-default > .csc-textpic,
#f1d #contentBlock-1 > .csc-default > ul,
#f1d #contentBlock-1 .csc-default > .csc-textpic-intext-right-nowrap,
#f1d #contentBlock-1 .csc-default > iframe {
	padding: 11px 165px 0 22px;
	line-height: 1.3em;
}

#f1d #contentBlock-1 .csc-default .csc-header {
	padding-right: 165px;
}

.csc-default {
	position: relative;
}

.graphicTextWrap {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */

/* @group Layout */

#pageWrap {
	width: 998px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}

#feature {
	color: #b5b5b5;
	clear: both;
	}

#feature h1,
#feature h2,
#feature h3,
#feature h4,
#feature h5 {
	color: #b5b5b5;
}


#contentWrap {
	margin-top: 33px;
	position: relative;
}

#f1b #contentWrap {
	margin: 33px;
}

#f1d #contentWrap,
#f1d-media #contentWrap {
	margin: 33px 22px 0 33px;
}

#generatedContent-1 {
	}


#generatedContent-1-Wrapper {
	width: 264px;
	float: left;
	margin-right: 22px;
	clear: left;
}


#generatedContent-2 {
	float: right;
	}

#f1d #contentBlock-1,
#f1d-media #contentBlock-1 {
	float: right;
	width: 657px;
	}

#f1e #contentBlock-1 {
	float: left;
	width: 657px;
	}

#f1f #contentBlock-1 {
	float: left;
	width: 426px;
	}

#f2a #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2a #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2b #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2b #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2c #contentBlock-2 {
	width: 230px;
	float: right;
	}


#f2d #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f2d #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	}

#f2e #contentBlock-2 {
	width: 230px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 230px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 230px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 230px;
	float: left;
	margin-right: 20px;
	}

/* @end Layout */

/* @group Header */

#header {
	margin: 0 auto;
	position:relative;
	background: #131313;
	width: 998px;
	}

#masthead {
	float: left;
	margin: 0;
	padding: 0;
	height: 74px;
	}

#masthead a {
	display: block;
	}

#masthead h2 {
	margin: 11px 0 0 30px;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

#masthead h2 a,
#masthead h2 a:active {
	color: #ffffff;
}

#login {
	margin: 0;
	padding-right: 15px;
	float: left;
	padding-top: 3px;
	font-size:11px;
	color:#eee;
}

#login,
#login a {
	color: #999;
}

#login a {
	font-weight: bold;
}
#login a:hover {
	color:#000;
}

#search {
	margin-top: -50px;
	padding: 0;
	float: right;
}

#search form {
	margin: 0;
}
#search input {
	padding: 0	;
	margin: 0;
	vertical-align: middle;
}

#search #siteSearchInput {
	padding: 2px;
	width: 127px;
}

#project-info > span {  }
#project-info > span > a:hover { color: #FFFFFF; }


#project-info {
	position: absolute;
	top: 11px;
	right: 33px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#project-info img {
	margin-left: 11px;
}

#project-info a {
	color: #9a9a9a;	
}

/* @group Navigation section */
#naviSection-wrapper { /* adding this div is for fix the clear float in IE7 */
	width: 100%;
	height: 97px;
}

#naviSection-inner-wrapper{
	height: 97px;
	width: 100%;
	z-index: 100;
}

#naviSection-inner-holder {
	margin: 0 auto;
	padding: 0 33px 14px 0;
	width: 965px;
	clear:both; /* this helps to clear the float for masthead and topnav */
	font-size: 1.33em;
	font-weight: bold;
	line-height: 22px;
	position: relative;
}

#naviSection-wrapper h1 {
	margin: 0 0 10px 30px;
	border-bottom-width: 1px;
	
	border-bottom-style: solid;
	padding: 10px 0px;
}

#naviSection-wrapper h1 a:hover { color: #FFFFFF; }

#globalMenu {
	clear: both;/* thie clear is necessary because it clears the masthead and topnav float */
	margin: 0 0 0 33px;
	padding: 0;
	}

#globalMenu li,
#top-helper-menu li {
	display: inline;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 20px 0px 0; 
	border-style: solid;
	border-width: 0 3px 0 0;
	white-space:nowrap;
	}

#globalMenu li.last {
	border: none;
	margin-right: 0;
	padding-right: 0;
	}

#top-helper-menu li.last {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

#globalMenu a,
#top-helper-menu a {
	height: 17px;
	display: inline;
	float: left;
	margin-top: -3px;
}

#globalMenu a:hover,
#top-helper-menu a:hover {
	color: #FFFFFF;
	}

#globalMenu li.current a {
	color: #FFFFFF;
}

#globalMenu ul {
	height: 20px; 
	margin: 0px;
	background-color: #999;
	font-size: 11px;
	padding-left: 10px;
}

ul#top-helper-menu  {
	padding: 0;
	list-style: none;
	display: none;
}

ul#top-helper-menu .lang {
	margin-right: 0;
	border: none;
	padding-right: 0;
}

#newsletter-link { position: absolute; top: 14px; left: 420px;}

#extra-links {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 264px;
	font-size: 20px;
	font-weight: bold;
}

#extra-links a {
	color: #CECECE;
}
#extra-links .download-pdf {
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
    padding: 19px 11px 19px 22px;
}

/* @end Navigation Section */

/* @end Header */
/* @group Footer */

#footer {
	padding: 11px 0;
	margin-top: 30px;
	color: #999999;
}

#footer-bottom {
	padding: 22px 0 22px 55px;
	font-size: 12px;
}

#footer-line {
	border-top: 1px solid #e6e6e6;
	margin-top: 5px;
	height: 0;
}

#footerCopyright {
	text-align:left;
}

a#footerHomeLink {
	display: block;
	float: right;
	color: #999999;
	text-align:right;
	width:30%;
	}

a#footerHomeLink:hover {
	color: black;
	}

#like-btn {
	float: right;
}

#extendedFooter {
	background: #000000;
	padding: 22px 99px 0 99px;
}

#extendedFooter {
	height: 44px;
	font-size: 1.33em;
	font-weight: bold;
	color: #FFFFFF;
}

#extendedFooter a {
	color: #FF982C;
}

#find-us-on {
	float: right;
}

.find-us-links {
	position: relative;
	top: -11px;
	float: right;
	margin: 0;
	padding: 0;
}

.find-us-links li {
	display: inline;
	margin-left: 11px;
	
}

.title-navi {
	display: inline-block;
	height: 16px !important;
	
}

#footer-creator {
	border-top: solid 1px #e6e6e6;
	padding-top :11px;
	font-size: 9px;
	text-align: right;
}
#footer-creator a {
	color: #999999;
	padding-right: 58px;
	background: url('//www.yumistudio.pl/yumi-logo-footer.png') top right no-repeat;
}


/* @end Footer*/

/* @group Local Menu */

#localMenu {
	position: relative;
	top: -1px;
	}

#localMenu ul {
	margin-left:0;
	margin: 0;
	}
#localMenu ul ul, 
#localMenu ul ul ul, 
#localMenu ul ul ul ul{
	margin-left:20px;
	}
#localMenu ul li {
	border-top: solid 1px #CECECE;
	
	margin: 0;
	padding: 0;
	position: relative;
	}

#localMenu li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	height: 54px;
	}
#localMenu li li, 
#localMenu li li li, 
#localMenu li li li li {
	margin-bottom: 8px;
	font-size: 12px;
	}
#localMenu li a {
	position: absolute;
	width: 231px;
	display: block;
	color: #CECECE;
	padding: 19px 11px 18px 22px;
	z-index: 2;
	}

#localMenu li.last a {
	border-bottom: solid 1px #CECECE;
}

#localMenu li:hover {
	border-bottom: none;
}

#localMenu li:hover a {
	
	}

#localMenu li .prev {
	position: absolute;
	top: 18px;
	background-color: #CECECE;
}

#localMenu li.current li a {
	color: #666666;
	}

#localMenu li.current {
	
	}

/* @end Local Menu */


/* @group Module Styling */

.moduleHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color: white;
	background: url(http://www.jankarski.org/fileadmin/config/skins/skin_yumi/css/images/right_module_cap.gif) no-repeat right top;
	font-size: 16px;
	}

.moduleHeader .moduleHeaderInnerWrap {
	display: block;
	padding: 5px 0 5px 10px;
	background: #3399cc url(http://www.jankarski.org/fileadmin/config/skins/skin_yumi/css/images/left_module_cap.gif) no-repeat left top;
	}

.moduleFooter {
	height: 15px;
	margin: 0;
	padding-right: 15px;
	background: url(http://www.jankarski.org/fileadmin/config/skins/skin_yumi/css/images/right_module_cap.gif) no-repeat right bottom;
	font-size: 1px;
	overflow: hidden;
	line-height: 1em;
	}

.moduleFooter span {
	display: block;
	height: 15px;
	background: #3399cc url(http://www.jankarski.org/fileadmin/config/skins/skin_yumi/css/images/left_module_cap.gif) no-repeat left bottom;
	}

.moduleBody {
	padding: 15px 10px 10px 10px;
	}

.moduleBodyWrap {
	border-left: 1px solid #3399cc;
	border-right: 1px solid #3399cc;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBody,
.unframed .moduleBodyWrap {
	padding: 0;
	border: 0;
	}

.unframed .moduleBodyWrap {
	background:none; 
} 

.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin-bottom: 10px;
	margin-top:5px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

/* @end Module Styling */



/* @group Forms */

fieldset.csc-mailform {
	padding: 22px 0 22px 22px;
}

.csc-mailform-field label,
.csc-mailform-field label {
	display: block;
	float: left;
	width: 121px;
	}

/* @end */


table.csc-uploads {
	margin-left: 22px;
}

table.csc-uploads td {
	padding: 5px 11px 0 0;
}

/************section menu*******************/

.sectionMenuWrapper {
	width: 100%;
}

.sectionMenu {
	margin: 0;
	text-align: left;
}

.sectionMenu .menuItem {
	display: inline-block;
	width: 345px;
	margin: 0 20px 20px 0;
	vertical-align: top;
	zoom: 1; 
	*display:inline;
}

.wrapper {
	vertical-align: top;
}

.menuItem > a + .wrapper {
	margin-left: 120px;
}

.menuItem > a {
	float: left;
	vertical-align: top;
}

.menuItem h3 {
	margin: 0;
}


/************* Section Menus ********************/
label {
	display: block;
	margin-top: 5px;
}

input, select, textarea { font-size: 15px; }

.instructions {
	font-size: 10px;
	line-height: 1.1em;
}

input[type=text],
input[type=password],
textarea,
select {
	background-color: #fff;
	border: 1px solid #bbb;
	margin: 5px 0 0 0;
}

input[type=text]:focus,
input[type=password]:focus
textarea:focus,
select:focus {
	border-color: #666;
}

input[type=text],
input[type=password],
textarea,
select {
	margin: 3px 0;
}

textarea {
	resize: none;
}

input[type=text],
input[type=password],
select {
	/* width: 300px; */
	padding:3px;
}

input[type=checkbox],
input[type=radio] {
	position: relative;
	top: .25em;
}

/* Account for Frontend User Registration using <label> for checkbox items with no other surround markup */
#tx-srfeuserregister-pi1-fe_users_form input[type=checkbox] + label,
#tx-srfeuserregister-pi1-fe_users_form input[type=radio] + label {
	margin-top: 0;
	display: inline;
	font-weight: normal;
}
#tx-srfeuserregister-pi1-fe_users_form input[type=checkbox] + label:after,
#tx-srfeuserregister-pi1-fe_users_form input[type=radio] + label:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.inline {
	display: inline-block;
	vertical-align: top;
}

.error, .notice, .success {
	border:1px solid #DDDDDD;
	margin-bottom:1em;
	padding:0.8em;
}

.error:empty, .notice:empty, .success:empty {
	display: none;
}

.error {
	background: #FBE3E4 none repeat scroll 0 0;
	border-color: #FBC2C4;
	color: #8A1F11;
}

.success {
	background: #E6EFC2 none repeat scroll 0 0;
	border-color: #C6D880;
	color: #264409;
}

.notice {
	background: #FFF6BF none repeat scroll 0 0;
	border-color: #FFD324;
	color: #514721;
}

form ol,
form ul {
	list-style-type: none;
	margin-left: 0;
}

form hr {
	height: 1px;
	border: none;
	border-top: 1px solid #bbb;
	margin: 15px 0 15px 0;
}

.footer-menu {
	padding-left: 33px;
	overflow-x: hidden;
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu ul.level-1 {
	width: 100%;	
}

.footer-menu ul.level-1 > li {
	float: left;
	padding: 0;
	margin-right: 22px;
	width: 22.45%;
}

.footer-menu .title {
	padding: 11px 22px 10px 22px;
	font-weight: bold;
}

.footer-menu ul.level-2 li {
	margin: 0;
	padding: 11px 22px 10px 22px;
	border-top: solid 1px #9a9a9a; 
}

.footer-menu a {
	color: #9a9a9a;
}


/******************* ARROWS *****************************/

.arrow {
	display: block;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-color: #cecece;
	
}

.arrow.up		{ background-image: url(images/arrow-up-mask.png);					}
.arrow.down		{ background-image: url(images/arrow-down-mask.png); 				}
.arrow.left		{ background-image: url(images/arrow-left-mask.png); width: 11px;	}
.arrow.right	{ background-image: url(images/arrow-right-mask.png); width: 11px;	}

.prev {
	cursor: pointer;
	display: inline-block;
	background-image: url(images/arrow-left-mask.png);
	background-repeat: no-repeat;
	margin-right: 11px;
	width: 11px; 	
	height: 17px;
	
}

.next {
	display: inline-block;
	cursor: pointer;
	background-image: url(images/arrow-right-mask.png);
	background-repeat: no-repeat;
	margin-left: 11px;
	width: 11px;
	height: 17px;
	
}

/******************* NEWS *****************************/
.news-list-container-wrap {
	position: relative;
}

.news-list-container {
	position: relative;
	min-height: 330px;
}

.news-list-container .border {
	position: absolute;
	bottom: 0px;
	border-bottom: solid 1px #00cc20;
	width: 100%;
}

.news-list-container > div {
}

.news-single-item {
	padding: 50px 185px 0 22px;
	position: relative;
}

.news-single-item .fb-like { position: absolute; top: 17px; left: 22px; }

.news-single-item h2 {
	padding-left: 0;
}

.pagination,
.mode-switch {
	position: absolute;
	top: -31px;
	z-index: 10;
}

.pagination {
	right: 0px;
}

.news-single-item + .pagination {
	top: 0;
	right: 0;
}

.news-list-container-wrap .pagination {
	right: 0;
}

.events-list-conteiner {
        cursor: unset; 
        color: inherit;
}

.events-list-container-wrap .pagination {
	left: 176px;
}

.news-single-item p {
	line-height: 1.3em;
}

.mode-switch {
	right: 0px;
}

.pagination > div {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.mode-switch > span {
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}

.mode-switch > span.act {
	cursor: auto;
	color: #000000;
}

.mode-switch .progress-bar {
	float: left;
}


.progress-bar {
	background: url(images/ajax-loader.gif) no-repeat;
	display: none;
	width: 16px;
	height: 16px;
}

span.progress-bar {
	display: inline-block;
}

.events-list-container-wrap {
	position: relative;
}
.events-list-container-wrap .no-news {
	padding: 50px 0px 0px 22px;
}

.events-list-container .details {
	display: none;
	position: relative;
	margin-bottom: 11px;
}

.events-list-container .details > .news-single-item > p { margin: 10px 0 0 0; }



.events-list-container .details .sponsor-logo {
	position: absolute;
	bottom: 11px;
	left: 0;
}
.events-list-container > h3 {
	display: none;
}

.mbl_newsevent_datesellist {
	display: none;
}

.home-slider {
	overflow-x: hidden;
	width: 100%;
	position: relative;
}

.home-slider > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 5000px;
	position: relative;
}

.home-slider > ul > li {
	position: relative;
	float: left;
	width: 998px;
}

.home-slider .slice-link {
	position: absolute;
	top: 44px;
	left: 33px;
	width: 344px;
	height: 67px;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
	padding-left: 22px;
	
}

.home-slider .slice-link.pink {
	background: url(images/btn-magenta.png);
}

.home-slider .slice-link.green {
	background: url(images/btn-green.png);
}

.home-slider .slice-link.blue {
	background: url(images/btn-blue.png);
}

.home-slider .slice-link.orange {
	background: url(images/btn-orange.png);
}

.news-list-item {
	position: relative;
	border-bottom: solid 1px #cecece;
	padding: 11px 0 11px 22px;
}

.news-list-item .subheader {
	
}

.news-list-container .news-list-item {
	height: 87px;
}

.news-list-item > a > img {
	float: right;
	margin-right: 88px;
	margin-left: 11px;
}

.morelink {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 0;
	padding-right: 18px;
}

.morelink a {
	color: #cecece;
	text-transform: capitalize; 
}

.morelink a:hover {
	color: #000;
}

.morelink .arrow, 
.lesslink .arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 2px;
	margin-left: 9px;
}

.morelink:hover a {
	
}

.morelink .progress-bar {
	float: left;
}

.events-list-container .subheader {
	width: 300px;
}

.news-list-container .morelink { 
	bottom: 11px;
}

.events-list-container .morelink { 
	top: 0px;
	margin: 18px 0;
	padding: 0 22px 0 0;
}

.events-list-container .morelink a {
	color: #cecece;
	text-transform: capitalize; 
}

.events-list-container .details .lesslink {
	color: #000000;
	background: url(http://www.jankarski.org/fileadmin/config/skins/skin_yumi/css/images/arrow-up-grey.png) no-repeat right -2px;
	text-transform: capitalize;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 22px;
	font-weight: bold;
	padding-right: 22px;
}

.events-list-container .title {
	margin-left: 200px;
	margin-right: 121px;
	font size: 12px;
	padding-top: 10px;
}

.events-list-container .title > span {
	display: block;
	margin: auto 0;
}

.events-list-container .news-list-item {
	padding: 0;
	color: #CECECE;
	min-height: 54px;
}

.events-list-container .news-list-item:hover,
.events-list-container .news-list-item.open {
	top: -1px;
	margin-bottom: -1px;
}

.events-list-container .news-list-item:hover,
.events-list-container .news-list-item:hover a,
.events-list-container .news-list-item.open,
.events-list-container .news-list-item.open a,
.events-list-container .news-single-item > .subheader
 {
	color: #000000;
	
}

.events-list-container .date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 18px 22px;
	font-size: 20px;
	font-weight: bold;
}

.news-list-date,
.news-single-date {
	color: #00CC20;
}

.events-list-container .news-single-item {
	margin: 0 0 0 178px;
	width: 360px;
	padding-top: 0;
	color: #555;
}

.news-list-item h2,
.news-single-item h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

.news-single-item h2 {
	margin-bottom: 14px;
}

.news-list-item h2 a {
	color: #3d3d3d;
}

.sub-page {
	width: 100%;
	
}

/************************** Comments **************************/
.tx-comments-comments {
	position: relative;
}

.tx-comments-comment-form form {
	display: none;
}

.tx-comments-comment-form input[type="submit"] {
	font-weight: bold;
	font-size: 20px;
	background: url(images/arrow-right-orange.png) no-repeat left 5px;
	padding-left: 22px;
	border: none;
	margin-top: 22px;
	cursor: pointer;
	color: #FF982C;
}

.related-memories-header {
	position: relative;
	left: -288px;
	width: 923px;
	border-bottom: solid 1px #CECECE;
	padding: 13px 0 0 22px;
	height: 41px;
	font-size: 20px;
	color: #CECECE;
	font-weight: bold;
	cursor: pointer;
}

.related-memories-header:hover,
.related-memories-header.active {
	margin-top: -1px;
	border-top: solid 1px #FF982C;
	border-bottom: solid 1px #FF982C;
	color: #FF982C;
}

.related-memories-header.active {
	border-bottom: solid 1px #FFF;
}

.related-memories-header .comments {
	width: 288px;
	float: left;
	padding-top: 5px;
}

.related-memories-header .icon.memo {
	float: left;
	background-image: url(images/icon/memo-grey-orange.png);
}

.related-memories-header:hover .icon.memo,
.related-memories-header.active .icon.memo {
	background-position: 0 -30px;
}

.related-memories-header .count {
	font-weight: normal;
}

.related-memories .reference-thread {
	display: none;
}

.related-memories-header .morelink {
	text-transform: capitalize;
	top: 18px;
	padding-right: 24px;
}

.related-memories-header .morelink .arrow {
	background-color: #CECECE;
}


.related-memories-header:hover .morelink .arrow,
.related-memories-header.active .morelink .arrow {
	background-color: #FF982C;
} 

.tx-comments-no-comments {
	padding: 22px;
	font-size: 22px;
	font-weight: bold;
}

.tx-comments-comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.latest-memories,
.other-memories {
	position: relative;
}

.latest-memories .icon,
.other-memories .icon {
	position: absolute;
	top: 66px;
	left: 22px;
	background-image: url(images/icon/memo-orange.png);
}

.latest-memories .content,
.other-memories .content {
	position: relative;
	padding-top: 66px;
}

h2.reference-thread-title {
	position: absolute;
	left: -286px;
	width: 242px;
	border-bottom: solid 1px #007bcc;
	padding: 11px 0 11px 22px; 
}

.other-memories .reference-thread-title {
	top: 20px;
}

.latest-memories li.comment {
	
}

.latest-memories .pagination {
	top: -77px;
}

.other-memories li.comment,
.related-memories li.comment {
	position: relative;
	padding-bottom: 11px;
	min-height: 99px;
}

.related-memories .tx-comments-comments > ul {
	margin-top: -1px;
	border-bottom: solid 1px #CECECE;
}

.other-memories .content > .pagination {
	top: -99px;
}

.reference-thread {
	position: absolute;
	left: -286px;
	top: 0;
	width: 242px;
	border-top: solid 1px #CECECE;
	padding: 11px 0 11px 22px;
	font-size: 20px;
	font-weight: bold;
	background: url(images/arrow-right-blue.png) no-repeat 0 11px;
}

.reference-thread a {
	color: #007BCC;
	display: block;
}

li.comment.active  .reference-thread {
	top: 102px !important;
}

.latest-memories .reference-thread {
	top: 46px;
}

.tx-comments-comment-form {
	padding: 11px 22px;
}

/*
.latest-memories .reference-thread {
	top: 55px;
	bottom: auto;
}
*/

.other-memories .content > .pagination {
	right: 0;
	top: 11px;
}

.other-memories li.comment .pagination,
.related-memories li.comment .pagination {
	top: 77px;
}

.latest-memories .tx-comments-comments > .pagination {
	top: -99px;
}

.latest-memories .comment > .pagination {
	right: 0;
	top: 11px;
}

h2.user-name {
	margin-bottom: 11px;
}

li.comment.active h2.user-name {
	padding-top: 66px;
	border-bottom: solid 1px;
	border-color: #FF982C !important;
	margin-bottom: 11px !important;
}


.latest-memories h2.user-name {
	border-bottom: solid 1px #CECECE;
}

.other-memories h2.user-name,
.related-memories h2.user-name {
	border-top: solid 1px;
	border-color: #CECECE;
	margin-bottom: 0;
}

.related-memories h2.user-name {
	color: #FF982C;
}

.related-memories .prev,
.related-memories .next {
	background-color: #FF982C; 
}

.comment-content {
	position: relative;
	padding: 0 165px 0 22px;
}

.other-memories .intro,
.related-memories .intro {
	position: relative;
	padding: 11px 165px 0px 22px;
}


.tx-comments-comments h2.sectionHeadline {
	border-color: #CECECE;
	font-size:20px;
	color: #000;
}

.tx-pagebrowse-pages {
	display: none;
}

.other-memories .content {
	position: relative;
	margin-top: 66px;
}

.other-memories .close-btn,
.related-memories .close-btn {
	position: absolute;
	top: -70px;
	left: 0;
	padding-left: 22px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	background: url(images/arrow-left-orange.png) no-repeat;
	color: #000;
}

.other-memories .morelink,
.related-memories .morelink {
	bottom: 0px;
	padding-right:22px;
	background: url(images/arrow-right-orange.png) no-repeat right top;
	cursor: pointer;
	color: #000;
}


/************************** FCE **************************/
.home-latest-element .column {
	padding: 0;
	margin: 0;
}

.home-latest-element > .left {
	float: left;
	width: 27.3%;
	margin-left: 22px;
	padding-left: 11px;	
}

.home-latest-element .column > h2 {
	padding: 11px 22px;
	margin: 0;
}

.home-latest-element .left > h2 {
	color: #007bcc;
	border-bottom: solid 1px #007bcc;
}

.home-latest-element .right > h2 {
	color: #00cc20;
	border-bottom: solid 1px #00cc20;
}

.home-latest-element > .right {
	float: right;
	width: 64%;
	padding-right: 11px;
	margin-right: 22px;
}

.home-latest-element > .column > .content {
	position: relative;
}

.home-latest-element > .left > .content > .border {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: solid 1px #007bcc;
}

.home-latest-element > .right > .content {
	
}

.home-latest-element > .right .prev,
.home-latest-element > .right .next,
.home-latest-element .morelink:hover .arrow {
	background-color: #00CC20;
}

.latest-topics {
	list-style: none;
	padding: 0;
	margin: 0;
}

.latest-topics li {
	height: 54px;
	border-bottom: 1px solid #CECECE;
	font-size: 1.33em;
	font-weight: bold;
}

.latest-topics li a {
    color: #007BCC;
    display: block;
    padding: 19px 11px 17px 22px;
	background: url(images/arrow-right-blue.png) no-repeat 0 18px;
}

.latest-media {
	padding-left: 33px;
	padding-top: 44px;
}

.latest-media .item {
	position: relative;
	float: left;
	width: 30.75%;
	height: 385px;
	margin-right: 22px;
}

.latest-media .item-image { position: relative; }

.latest-media .item > h2 {
	color: #007BCC;
	border-bottom: solid 1px #007BCC;
	margin-bottom: 22px;
}

.latest-media .item .last-edit-date {
	color: #007BCC;
}

.latest-media .item .title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
}

.latest-media .item .title a {
	color: #3d3d3d;	
}

.latest-media .item .morelink {
	position: absolute;
	left: 22px;
	right: auto;
	bottom: 0;
	background: url(images/arrow-right-grey.png) no-repeat right top;
	padding-right: 22px;
	font-weight: bold;
	font-size: 20px;
}

.latest-media .item .morelink:hover {
	background-image: url(images/arrow-right-blue.png);
}

.latest-media .item .content {
	padding: 22px;
	line-height: 1.3em;
}

.latest-media .item .icon {
	position: absolute;
	right: 11px;
	bottom: 11px;
}

#home-six-boxes {
	background-color: #f2f2f2;
	padding: 0 0 33px 33px;
}

#home-six-boxes > div.csc-default { 
	width: 33%;
	float: left;
}

.home-box {
	position: relative;
	overflow-y: hidden;
	margin-right: 22px;
	margin-top: 33px;
}

.home-box .box-name {
	font-size: 1.33em;
	font-weight: bold;
	padding: 2px 19px;
	border-style: solid;
	border-width: 0 0 0 3px;
	margin-bottom: 11px;
}

.home-box .content {
	font-size: 1.33em;
	line-height: 1.3em;
	height: 154px;
}

.home-box .content h2 {
	font-size: 1.2em;
}

.home-box .content h3 {
	padding: 10px 0 0 0;
	margin: 8px 0;
	font-size: 1em;
}

.home-box .content,
.home-box .content a,
.home-box .content h3 {
	color: #FFF !important;
}

.home-box .content img {
	float: left;
	/* width: 40.4040%; */
	margin-right: 11px;
}

.home-box .content .text,
.home-box .content h3 {
	margin-right: 11px;
	margin-left: 132px;
}

.home-box.pink .box-name {
	border-color: #EB3E6A;
}
.home-box.pink .box-name a {
	color: #EB3E6A;
}

.home-box.pink .content {
	background-color: #EB3E6A;
}

.home-box.blue .box-name {
	border-color: #007BCC;
}

.home-box.blue .box-name a {
	color: #007BCC;
}

.home-box.blue .content {
	background-color: #007BCC;
}

.home-box .icon {
	position: absolute;
	right: 11px;
	bottom: 11px;
	width: 42px;
	height: 30px;
}

.home-box.brown .box-name {
	border-color: #806957;
}

.home-box.brown .box-name a {
	color: #806957;
}
.home-box.brown .content {
	background-color: #806957;
}


.home-box.green .box-name {
	border-color: #00CD20;
}

.home-box.green .box-name a {
	color: #00CD20;
}
.home-box.green .content {
	background-color: #00CD20;
}

.home-box.orange .box-name {
	border-color: #FF982C;
}

.home-box.orange .box-name a {
	color: #FF982C;
}

.home-box.orange .content {
	background-color: #FF982C;
}
.icon {
	width: 42px;
	height: 30px;
}

.icon.text, .icon.texts {
	background: url(images/icon/text-white.png)
}

.icon.document, .icon.documents {
	background: url(images/icon/doc-white.png)
}

.icon.book, .icon.books {
	background: url(images/icon/book-white.png)
}

.icon.photo, .icon.photos {
	background: url(images/icon/photo-white.png)
}

.icon.film, .icon.movies {
	background: url(images/icon/film-white.png)
}

.icon.audio {
	background: url(images/icon/audio-white.png)
}

.memorial-prompt {
	margin-left: -22px;
}

.memorial-prompt h2 {
	background: url(images/arrow-right-orange.png) no-repeat 0 14px;
}

.memorial-prompt a {
	color: #FF982C;
}

/************* Newsletter ************/
.tx-odsajaxmailsubscription-pi1 {
	padding: 11px 22px;
}

.tx-odsajaxmailsubscription-pi1 input[type="submit"],
.tx-odsajaxmailsubscription-pi1 .button {
	font-weight: bold;
	font-size: 20px;
	background: url(images/arrow-right-orange.png) no-repeat left 5px;
	padding-left: 22px;
	border: none;
	margin-top: 22px;
	cursor: pointer;
	display: block;
	color: #ff982c;
}
.tx-odsajaxmailsubscription-pi1 .button {
padding-top: 5px;
}
.tx-odsajaxmailsubscription-pi1 h2 {
	padding: 0;
}

.tx-danewslettersubscription-pi1 input[type="checkbox"] {
	margin: 3px 0;
}

.tx-danewslettersubscription-pi1 input[name="_"] {
	
}

.tx-danewslettersubscription-pi1-premsg,
.tx-danewslettersubscription-pi1-mustlogin,
.tx-danewslettersubscription-pi1-subscr,
.tx-danewslettersubscription-pi1-subscr {
	font-size: 16px;
	line-height: 1.3em;
}

.subscribe-email {
	margin-top: 22px;
}

.subscribe-email label {
	float: left;
	padding-right: 10px;
	color: #808080;
	margin-top: 8px;
}

.upload-form-wrapper h2 {
	background: url(images/arrow-right-blue.png) no-repeat 0 14px;
}
.upload-form-wrapper h2 a {
	color: #007bcc;
}

.upload-form-wrapper form fieldset {
	display: none;
}

.upload-form-wrapper input[type="submit"] {
	font-weight: bold;
	font-size: 20px;
	background: url(images/arrow-right-blue.png) no-repeat left 5px;
	margin-left: 121px;
	padding-left: 22px;
	border: none;
	margin-top: 22px;
	cursor: pointer;
	color: #007bcc;
}

.topic-list-container,
.media-list-container {
	position: relative; 
	left: -286px;
	width: 945px;
}

.upload-form input[type="text"] {
	width: 250px;
}

.upload-form textarea {
	width: 489px;
	padding: 3px;
}

.tx-simpleslider-pi1-header { display: none; }
.tx-simpleslider-pi1-slider { position: relative; width: 100%; overflow: hidden; }
.tx-simpleslider-pi1-switcher { clear: both; position: absolute; right: 33px; bottom: 22px; }
.tx-simpleslider-pi1-switcher UL { list-style: none; margin: 0; padding: 0; }
.tx-simpleslider-pi1-switcher UL LI { float: left; }
.tx-simpleslider-pi1-switcher UL LI A { display: block; width: 15px; height: 15px; margin-right: 3px; background: grey; border: 1px solid #fff; }

.tx-simpleslider-pi1-item { float: left; }
.tx-simpleslider-pi1-image { width: 100%; }
.tx-simpleslider-pi1-image img { width: 100%; height: auto;}
