@charset "UTF-8";
/*
Theme Name: immanuelchurch-jaffa
Theme URI: http://www.immanuelchurch-jaffa.com/
Description: The immanuelchurch-jaffa theme based on the default two columns WordPress theme.
Version: 1.0
Author: Mathias Kölling
Author URI: http://www.periscope.de/
Tags: custom header, fixed width, two columns, widgets
Text Domain: default
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background: white url(images/bg_wrapper.jpg) fixed left top;
	color: #5C5D60;
}
html, body {
	height: 100%;
}

/* DIV Boxes */
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#header {
	height: 270px;
	background: transparent url(images/bg_window.jpg) no-repeat center 20px;
	position: relative;
	margin-bottom: 10px;
}
div#content {
	background: transparent url(images/bg_page_y-repeat.png) repeat-y scroll center top;
	padding: 30px 50px 0;
}
div#mainContent {
	width: 550px;
	overflow: hidden;
	margin-bottom: 15px;
}
div#footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	padding: 30px 0;
	background: transparent url(images/bg_page_footer.png) no-repeat scroll center top;
}
div#footer a {
	color: #FFFFFF;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
	color: #707070;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.readMore {
	color: #306787;
	font-weight: bold;
	text-decoration: none;
}

img, img a {
	border: 0 none;
}

h1, h2 {
	letter-spacing: 0.05em;
	margin: 7px 0;
	color: #306787;
}
h1, h1 a {
	font-size: 16px;
	text-transform: uppercase;
}
h2, h2 a {
	font-size: 14px;
	color: #306787;
	text-decoration: none;
}
h3, h3 a {
	margin: 10px 0 4px 0;
	font-size: 13px;
	color: #306787;
	text-decoration: none;
}

.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
p {
	line-height: 1.5em;
	padding-bottom: 10px;
}

ul li {
	margin: 5px 0 5px 20px;
}
ol li {
	margin: 5px 0 5px 30px;
}

.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.invisibile {
	visibility: hidden;
}
.noOutline {
	outline: none;
	border: 0 none;
}
a.noOutline:hover {
	border: 0 none;
}

dl {
	line-height: 1.5em;
}
dt {
	vertical-align: top;
}
dd {
	margin-left: 9em;
	margin-top: -1.5em;
	vertical-align: top;
}

.hPadding {
	padding-top: 7px;
	padding-bottom: 7px;
}
.tPadding {
	padding-top: 10px;
}
.bPadding {
	padding-bottom: 10px;
}
.rPadding {
	padding-right: 10px;
}
.lPadding {
	padding-left: 10px;
}


/* Header */
div#header h2, div#header h3 {
	text-indent: -999em;	
	position: absolute;
	z-index: 21;
	bottom: 15px;
}
div#header h3 {
	bottom: 3px;
}
div#header div#langSelect ul {
	float: right;	
}
div#header div#langSelect ul li {
	display: inline;	
}
div#header a#homeLink {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 0;
}

/* mainContent */
/* Forms */
label {
	display: block;
	padding-bottom: 2px;
}
input[type=submit] {
	cursor: pointer;
	background-color: #517A98;
	padding: 2px 10px;
	outline: none;
	border: 1px solid #f3f3f3;
	color: white;
}
input[type=text], textarea {
	width: 50%;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #517A98;
	padding: 3px 1px;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}


/* Captions */
div.entry div.wp-caption.alignleft {
	float: left;
	margin-right: 5px;
}
div.entry div.wp-caption.alignright {
	margin-left: 5px;
	float: right;
}
div.entry img.alignleft {
	float: left;
	margin-right: 5px;
}
div.entry img.alignright {
	margin-left: 5px;
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.entry div.wp-caption {
	font-style: italic;
	text-align: center;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* End captions */

/* Posts */
div.post {
	padding-bottom: 15px;
	padding-top: 5px;
}
div.post h2 {
	clear: both;
}
div.post p.postmetadata,
div.navigation {
	color: #AFAFAF;
}
img.fbShareLink {
	vertical-align: sub;
	margin: 5px 3px 0 0;
}


/* Widgets / PlugIns */
div#excerpt-current-events {
	border-top: 2px dotted #64A2C7;
	padding-top: 10px;
}
div#excerpt-current-events ul,
div#excerpt-current-posts ul {
	list-style-image: none;
	list-style-type: none;
}
div#excerpt-current-events ul li,
div#excerpt-current-posts ul li {
	margin: 5px 0 10px 0;
}

div.sideBar.widget_search {
	border-top: 2px dotted #64A2C7;
}

div.picasaViewBlock-daddy h3 {
	display: none;
}
div#upcoming-calendar-category {
	padding-bottom: 10px;
}
div#upcoming-calendar-category h2 {
	border-top: 2px dotted #64A2C7;
	padding-top: 10px;
}
div#upcoming-events ul,
div#upcoming-calendar-category ul {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 15px;
}
div#upcoming-events ul li,
div#upcoming-calendar-category ul li {
	margin: 5px 0;
}
div#upcoming-events ul li ul,
div#upcoming-calendar-category ul li ul {
	margin: 0 10px;
}

.calnk a span {
	display: none; 
}
.calnk a:hover span {
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px; 
	display: block;
	position: absolute; 
	margin-top: 1px;
	width: 235px; 
	z-index: 100;
	overflow: visible;
}
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
.event-title {
	text-align: center;
	font-weight: bold;
}
.event-title-break, .event-content-break {
	margin: 2px 0;
	text-align: center;
	height: 1px;
	background-color: #517A98;
}
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
	 
div.kjo-link p {
	visibility:hidden;
}

#wpml_credit_footer,
#content #sidebar .sideBar.widget_FacebookLikeBox > div > a {
    display: none;
}