/* Stylesheet */
/* Author: Thomas Gatt */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: left;
	background-color: #fff;
	font-family: 'Telex', sans-serif, Verdana, Tahoma, serif;
	font-size: 13px;
	width: 100%;
	color: #717171;
	padding-bottom: 5px;
}

p {
	padding: 0px 0;
	text-align: justify;
}

h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

h1,h2,h3,h4 {
	font-family: 'Telex', Trebuchet MS, serif;
	color: #2e2e2e;
	font-weight: normal;
}

.hidden {
	display: none;
}

.wrapper {
	width: 993px;
	position: relative;
	margin: 0 auto;
}
	
header {
	background-repeat: no-repeat;
	background-image: url('../img/header_top.png');
	width: 993px;
	height: 182px;
	z-index: 10;
	position: relative;
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
}

#top_logo {
	margin-left: 20px;
	margin-top: 10px;
}

#banner {
	width: 100%;
	margin-top: -10px;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../img/banner_bg.gif);
}

#header-right {
	float: right;
	margin-top: 12px;
}

nav {
	color: #42210b;
	margin-top: 50px;
	font-size: 15px;
}

#menu-wrap {
	margin-top: -20px;
}

nav ul {
	list-style-type: none;
	float: left;
	width: 660px;
	padding-bottom: 5px;
}

nav li {
	list-style-type: none;
	border: none;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	height: 60px;
	line-height: 60px;
	background-image: url('../img/menu_seperator.png');
	background-position: right 28px;
	background-repeat: no-repeat;
}

nav li:last-child {
	background-image: none;
}

nav li a:link, nav li a:visited {
	color: #fff;
	text-decoration: none;
	height: 60px;
	padding:6px 5px;
	display: block;

}

nav ul li a:hover {
	display: block;
	background-image: url('../img/menu_selected.png');
	background-repeat: no-repeat;
	background-position: center -2px;
	color: #fff;
}

nav li .selected {
	color: #fff !important;
	display: block;
	background-image: url('../img/menu_selected.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.error {
	border: 1px solid #cc0a0a !important;
}

.clear {
	clear: both;
	line-height: 0; height: 0; font-size: 0; text-indent: 0;
}

#content { float: left; width: 100%; background-color: #fff }
#content-wrap {
	margin: 20px 0 20px 0;
	width: 100%;
	float: left;
}

.column {
	background-color: #eff0f0;
	border-radius: 10px;
	float: left;
	padding: 30px;
	color: #414042;
	width: 251px;
	position: relative;
	margin-right: 30px;
	min-height:610px;
}

.column:last-child {
	margin-right: 0;
}

.column_img {
	position: absolute;
	right: 20px;
	top: 30px;
}

.more_column {
	position: absolute;
	bottom: 10px;
	margin: 0 auto;
	left: 100px;
}

.text_more {
	position: absolute;
	bottom: 5px;
	margin: 0 auto;
	color: #6d6e71;
	font-size: 16px;
	text-transform: uppercase;
	left: 35px;
}
.more_column:hover {
	bottom: 20px;
}

.text_more:hover {
	color: #222 !important;
}

.column ul, .column-about-big ul {
	margin-left: 30px;
}

.column li, .column-about-big li {
	list-style-type: square;
}	

.column-about-small {
	background-color: #eff0f0;
	border-radius: 10px;
	float: left;
	padding: 10px 30px;
	color: #414042;
	width: 351px;
	position: relative;
	margin-right: 30px;
	min-height:536px;
}

.column-about-big {
	background-color: #eff0f0;
	border-radius: 10px;
	float: right;
	padding: 10px 30px;
	color: #414042;
	width: 471px;
	position: relative;
	margin-right: 0px;
	min-height:530px;
}

#column-map {
	background-color: #eff0f0;
	border-radius: 10px;
	float: right;
	padding: 60px 30px 10px 30px;
	color: #414042;
	width: 400px;
	margin-top: -120px;
	z-index: 0;
	position: relative;
	min-height:400px;
}

iframe {
	border: 3px solid #1e9ac4;
}

#column-gallery {
	background-color: #eff0f0;
	border-radius: 10px;
	float: right;
	padding: 3% 5%;
	color: #414042;
	width: 90%;
	position: relative;
	min-height:500px;
}

#column-gallery .image {
	width: 200px;
	float: left;
	margin-right: 23px;
}



#column-gallery .image div {
	border: 3px solid #1e9ac4;
	margin-bottom: 25px;
}

ul.services{
	margin-left: 15px;
}

.services li  {
	color: #1e9ac4;
	padding: 10px 0;
	padding-left: 20px;
	font-size: 15px;
	text-transform: uppercase;
	/*list-style-image: url('../img/bullet_services.png');*/
	list-style-type: none;
	 background: url('../img/bullet_services.png');
background-position: center left -2px;
		background-repeat: no-repeat;
	line-height: 15px;
}

.services li a:link, .services li a:visited {
	color: #1e9ac4;
	text-decoration: none;
	cursor: default;
}

.services li a:hover {
	color: #1e9ac4;
	text-decoration: none;
	cursor: default;
}

.notice {
	background-color: #f3f3f3;
	padding: 15px;
	font-style: italic;
	color: #484748;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

ul#error {
	margin-top: 10px;
	margin-left: 30px;
}

ul#error li {
	list-style-type: square;
}


label {
	width: 130px;
	color: #222;
	float: left;
}

textarea {
	font-family: sans-serif;
	font-size: 13px;
	color: #333333;
	width: 290px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid gray;
}

.text input, .email input {
	font-family: Tahoma;
	font-size: 13px;
	color: black;
	padding: 5px;
	color: #333333;
	width:240px;
	background-color: white;
	border: 1px solid gray;
}


select {
	font-family: Tahoma;
	font-size: 13px;
	color: black;
	padding: 3px;
	color: #333333;
	width: 180px;
	background-color: white;
	border: 1px solid gray;
}

input[type=submit] {
	background-color: #1e9ac4;
	color: white;
	padding: 5px;
	height: 30px;
	line-height: 16px;
	min-width: 150px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "PT Sans", Trebuchet MS, serif;
	border: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #f9a24b;
}

a img { border: 0; }

#footer {
	background-image: url('../img/footer_bg.png');
	background-repeat: no-repeat;
	width: 993px;
	height: 118px;
	padding-top: 15px;
	width: 100%;
	margin-top:10px;
	color:#fff;
}	

.footer-wrap {
	padding: 50px 30px;
}

.tgdevelopment {
	width: 170px;
	padding-top: 8px;
	margin: 0 auto;
}

.logo-footer{
	float: left;
	-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 31px;
     
    overflow:hidden;
}

.logo-footer:hover   
{ 
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
}  

.tgdev-footer, .tgdev-footer img {
	float: left;
	padding-top: 2px;
	border: 0;

	transition: all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
}

.tgdev-footer img:hover {
	 margin-top: -6px;
	 border: 0;
}

ul#notfound {
	margin-left: 30px;
}

#church_info a:link, #church_info a:visited {
	color: #fff;
	outline: none;
	text-decoration: none;
}

#church_info a:hover {
	color: #fff;
	outline: none;
	text-decoration: underline;
}

a:link, a:visited {
	color: #4d4d4d;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #4d4d4d;
	outline: none;
	text-decoration: none;
}

.disabled {
	color: #dedede;
}


img.border {
	border: 1px #d5d5d5 solid;
	padding: 2px;
	float: left;
}

a img.border, a:hover img.border, a:visited img.border {	
	border: 1px #d5d5d5 solid;
	padding: 2px; 
}

.green {
	margin-top: -2px;
	background-color: #f1f1f1;
	border-left: 10px solid #c94134;
	padding: 13px;
	color: #000;
	width: 960;
	text-align: left;
	margin-bottom: 9px;
	font-size: 13px;
}

.yellow {
	margin-top: -2px;
	background-color: #f1f1f1;
	border-left: 10px solid #dce070;
	padding: 13px;
	color: #000;
	width: 960;
	text-align: left;
	margin-bottom: 9px;
	font-size: 13px;
}

.red {
	margin-top: -2px;
	background-color: #fbd7d7;
	border: 1px solid #eb8888;
	padding: 10px;
	width: 90%;
	color: #000000;
	text-align: left;
	margin-bottom: 9px;
	font-size: 11px;
}

.entry {
	clear: both;
}

#slideshow {
    position:relative;
    height:270px;
}

#slideshow IMG {
	position: absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#calendar {
	margin-top: 15px;
}

#calendar table {
	width: 100%;
}

.calendarHeader-Month {
	background-color: #DECEA7 !important;
	color: #000 !important;
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: bold; 
	color: black; 
	background-color: white; 
	text-align: center;
	height: 20px;
}

.calendarHeader { 
	font-size: 9px;
	font-weight: normal; 
	color: black; 
	background-color: white; 
	text-align: center;
}
.calendarToday { 
	background-color: #F3F3F3; 
	color: #000;
	text-align: center;
}
.calendar {
	width: 205px;
	background-color: #fff; 
	font-size: 14px; 
	line-height: 25px;
	font-weight: normal;
	cursor: default;
	color: #000;
	text-align: center;
}

.calendar td {
	border-bottom: 1px solid #afafaf;
	height: 25px;
}

.calendarEvent { 
	background-color: #4D4D4D !important; 
	color: #fff !important;
	text-align: center;
	display: block;
}

.calendarEvent a, .calendarEvent a:visited {
	display: block;
	color: #fff;
}


.calendarEvent:hover, .calendarEvent a:hover {
	background-color: #DECEA7 !important; 
	color: #000 !important;
	text-decoration: none;
}

.calendarBorder {
	background-color: white; 
	font-size: 12px; 
	font-family: Tahoma;
	color: black;
	text-align: center;
}

.input {
	margin-bottom: 10px;
}