
/* IMPORTED STYLES
-------------------------------------------*/
@import "reset.css";

/* STANDARD TREATMENTS
-------------------------------------------*/

body {
	font: normal normal 12px/1.5em Arial, Helvetica, sans-serif;
	color: #666;
}

a {
	color: #35992a;
	}
				
a:hover {
	color: #999;
	}

h3 { 
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	color: #35992a;
	}

	
h1 {
	margin: 0px 0px 10px 0px;
	font: normal bold 43px/1em Arial, Helvetica, sans-serif;
	}
	
	.GreenStart {
		color: #35992a;
		padding: 0px 12px 0px 0px;
		background: url(../webimages/h1_start_symbol.gif) no-repeat right center;
		margin: 0px 5px 0px 0px;
		font-style: normal;
		}
		
	.GreenText {
		color: #35992a;
		}

h2 {
	margin: 30px 0px 5px 0px;
	font: normal bold 22px/1em Arial, Helvetica, sans-serif;
	}

p {
	padding: 2px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
table.ImageWithCaptionRight {
    float: right;
    display: inline;
    margin: 5px 0px 20px 20px;
    width: 330px;
    overflow: hidden;
    text-align: center;
	font: italic normal 11px/1.4em Arial, Helvetica, sans-serif;
	}
	
table.ImageWithCaptionLeft {
    float: left;
    display: inline;
    margin: 5px 0px 20px 20px;
    width: 330px;
    overflow: hidden;
    text-align: center;
	font: italic normal 11px/1.4em Arial, Helvetica, sans-serif;
	}
	
img.ImageFloatLeft {
	float: left;
	margin: 0px 40px 0px 0px;
	overflow: hidden;
	}

img.ImageFloatRight {
	float: right;
	margin: 0px 0px 0px 40px;
	overflow: hidden;
	}

	
/* RESOURCE BLOCKS
-------------------------------------------*/
table.ResourceBlocks {
	list-style: none;
	text-align: center;
	}

			
 /* CONTACT SPONSORS
-------------------------------------------*/
 table.ContactSponsors{
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	}


			.LargeGreenButtonSpan {
				background: url(../webimages/lg_green_button_left.jpg) no-repeat;
				color: #fff;
				display: table-cell;
				display: inline-block;
				font: normal bold 22px/1em Arial, Helvetica, sans-serif;
				height: 64px;
				margin: 10px auto;
				/*padding-right: 15px; /* sliding doors padding */
				overflow: hidden;
				}
			
				a.LargeGreenButton {
				    background: url(../webimages/lg_green_button_right.jpg) no-repeat right top;
				    display: table-cell;
				    display: inline-block;
					line-height: 22px;
					text-align: center;
					padding: 21px 20px;
				    color: #fff !important;
				    text-decoration: none;
					}
	    
#speakers, #HomeBanner, #SubPageBanner, ul.Navigation, p.InfoBlock, img.BannerHover, #HomeBanner, #RightCol, ul.Sponsors, .EmailAFriendButton, .ekleavecomment, .InfoPastorBlock {
    display: none;
}

#Header {
    padding-bottom: 20px;
}
#Footer {
    margin-top: 20px;
    border-top: 1px solid #999;
    padding: 5px 0;
    text-align: center;
}

h3.entryTitle{
	margin: 0;
	font: normal bold 24px/1em Arial, Helvetica, sans-serif;
}
	h3.entryTitle a{
	    color: #666;
	}
.entry .tags {
    font-style: italic;
}
.entryFooter {
    padding: 10px 0 20px;
		}

#BlogContent .entry table {
    width: 100%;
    border-collapse: collapse;
}
#BlogContent .entry .entryBody table {
    width: auto;
    border: 0;
}
    #BlogContent .entry table td {
	    border-top: 1px solid #666;
	    padding: 10px 0 0;
    }
    #BlogContent .entry .entryBody td {
        padding: 2px;
        border: 0;
    }