@charset "UTF-8";
/*  
Theme Name: Thanet-icc.
Theme URI: www.thanet-icc.com
Description: This theme was developed for exclusive use by Thanet International Community Church.
Version: 1.0
Author: Brad Bucceri
Author URI: http://www.plastikcow.com/
*/

/* -------------------------------------
/* General
/* -------------------------------------*/
* {
padding: 0;
margin: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

body {
	background: #333333;
	font-family: arial,'helvetica neue','helvetica-neue',helvetica,arial,sans-serif;
	color: #000000;
	line-height: 1.3;
}

a {
	text-decoration: none;
	color: #21c0c8;
}

h1.audioTitle {
	width: 300px;
}

body.page-id-7 {
background-color: #000000;
}

/* THE SHADOW ON THE BOTTOM OF THE CONTENT AREA DOESN'T APPEAR ON THE HOMOE PAGE. IT DOES APPEAR ON
ANY LOWER 'CONTENT' PAGE*/


#wrapper {
	-moz-box-shadow:2px 2px 5px 0 #1E1E1E;
	-webkit-box-shadow:2px 2px 5px 0 #1E1E1E;
	box-shadow:2px 2px 5px 0 #1E1E1E;
	background:#FFFFFF;
	margin:0 auto;
	min-height:580px;
	position:relative;
	width:842px;
	margin-top: 30px;
}

#contentWrapper {
	
	background: url(images/homepageBg2.jpg) no-repeat bottom;
	min-height:580px;
	width:843px;
}

#contentWrapper2 {
	min-height:580px;
	width:843px;
}

#contentWrapper3 {
	background: url(images/readingBg.jpg) no-repeat bottom;
	min-height:580px;
	width:843px;
}

#contentWrapper4 {
	background: url(images/churchAbout.jpg) no-repeat bottom;
	min-height:580px;
	width:842px;
}

/* -------------------------------------
/* Header
/* -------------------------------------*/

.ticcLogo {
	padding-left: 32px;
	padding-top: 36px;
	padding-bottom: 36px;
}

.welcomeHome {
	float: right;
	width: 274px;
	height: 53px;
	padding-right: 32px;
	padding-top: 32px;
}

/* -------------------------------------
/* Navigation
/* -------------------------------------*/

#nav {
	background: url(images/navBg.png) no-repeat;
	width: 872px;
	height: 40px;
	margin-left: -15px;
	position: absolute;
}

.menu {
	padding-left: 30px;
	padding-top: 0px;
}

#nav ul li .current_page_link {
	color:#000;
}

#nav ul li .menu_item_link {
	padding-right: 1.3em;
	padding-left: 1.3em;
	font-size: 0.85em;
}

li .current_parent {
	/*background:none repeat scroll 0 0 #000000 !important;*/
	color: #000 !important;
}

/*#nav ul li .current_parent {
	color: #000000 !important;
}*/


.breadcrumbs a {
	color:#cfcece;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color:#a0a0a0;
	text-decoration: none;
}

.breadcrumbs {
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	/*border-bottom: solid 1px #cfcece;*/
	padding-top: 15px;
	font-size: 0.8em;
	/*background: #ffffff;*/
	color: #cfcece;
	font-size: 0.7em;
}

.breadcrumbs li {
	list-style-type: none;
	list-style: none;
	display: inline;
}

/* -------------------------------------
/* Page
/* -------------------------------------*/

.pageContent {
	padding-left: 15px;
	padding-right: 15px;
	/*width: 561px;*/
	font-size: 0.9em;
	color: #333;
	margin-top: 10px;
	text-align: justify;
}

.pageContentNew {
	padding-left: 15px;
	padding-right: 15px;
	/*width: 561px;*/
	font-size: 0.9em;
	color: #fff;
	margin-top: 10px;
	text-align: justify;
}

.pageContentAlt {
	padding-left: 15px;
	padding-right: 15px;
	width: 812px;
	font-size: 0.9em;
	color: #333!important;
	margin-top: 10px;
	text-align: justify;
}

.pageContentReading {
	background: url(images/wooden_shelf.png) no-repeat center;
	height: 300px;
	padding-left: 15px;
	padding-right: 15px;
	width: 812px;
	font-size: 0.9em;
	color: #333;
	margin-top: 10px;
	text-align: justify;
}

.pageContent li {
	list-style: none;
}

.pageContent a {
	color: #21c0c8;
	text-decoration:none;
}

.pageContentAlt a {
	color: #21c0c8;
	text-decoration:none;
}

.pageContent p {
	padding-bottom: 10px;
}

.pageContentNew p {
	padding-bottom: 10px;
}

.contactText {
	background:none repeat scroll 0 0 #F9F9F9;
	border:1px solid #EEEEEE;
	float:right;
	padding:12px;
	width:216px;
	margin-top: 19px;
}

/* -------------------------------------
/* Honey
/* -------------------------------------*/

.leadImage {
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: solid 1px #999999;
	margin-right: 10px;
}

.honeyContent {
	margin-top: 0px;
}

.postTopMeta {
	margin-left: 160px;
	margin-bottom: 20px;
	height: 145px;
}

.socialShare {
	padding-top: 15px;
}

.socialShareAlt {
	background:none repeat scroll 0 0 #E8E8E8;
	border:1px solid #DDDDDD;
	float:right;
	padding:13px 10px 10px 30px;
	text-align:right;
	width:170px;
}

.description {
	padding-top: 10px;
}

.audio {
	padding-top: 10px;
}

.postUnderline {
	border-top: solid 1px #CCC;
}

/* -------------------------------------
/* contact form
/* -------------------------------------*/

.textField {
	border:1px solid #CCCCCC;
	height:24px;
	margin-bottom:5px;
	margin-top:2px;
	width:400px;
}

.textArea {
	border:1px solid #CCCCCC;
	height:120px;
	margin-bottom:5px;
	margin-top:2px;
	width:400px;
}

/* -------------------------------------
/* Search
/* -------------------------------------*/

#search {
	margin-top:412px;
	padding-left:10px;
	position:absolute;
	width:820px;
}

.screen-reader-text {
	display: none !important;
}

/* -------------------------------------
/* Adverts
/* -------------------------------------*/


#ads {
	position: relative;
	width: 842px;
	margin: 0px auto;
	margin-top: 20px;
}

.farRight {
	float:right;
	height:174px;
	width:86px;
}

.right {
	float: right;
	width: 239px;
	height: 147px;
	margin-right: 13px;
}

.middle {
	float: right;
	margin-right: 13px;
	width: 239px;
	height: 147px;
}

.left {
	
}

/* -------------------------------------
/* Sidebar Page
/* -------------------------------------*/

.sidebarPage {
	float:right;
	margin-right:12px;
	width:239px;
	font-size: inherit;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sidebarItem {
	margin-bottom: 15px;
}

/* -------------------------------------
/* Footer
/* -------------------------------------*/

#twitterWrap {
	position: relative;
	width: 846px;
	margin: 0px auto;
	margin-top: 20px;
}

.twitterStatus {
	background:none repeat scroll 0 0 #232323;
	color:#979797;
	float:right;
	font-size:0.9em;
	height:20px;
	padding:8px 5px 5px 8px;
	width:802px;
}

.twitterStatus ul {
	list-style-type: none !important;
	list-style: none !important;
}

.twitterStatus a {
	text-decoration: none;
	color: #666;
	font-size: 0.8em;
}

.twitterIcon {
	height:21px;
	padding-right:10px;
	padding-top:6px;
	width:21px;
}

.twitter-timestamp {
	font-size: 0.7em;
	color: #666;
}

#sidebar ul li {
	list-style-type: none !important;
	list-style: none !important;
}

#sidebar a {
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
}

#footerWrap {
	position: relative;
	width: 846px;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.copyText {
	float: right;
	text-align:right;
	width:740px;
	font-size: 0.7em;
	color: #afaeae;
	padding-top: 5px;
}

.plastikcow {
	
}