/*
Theme Name: Trinity Resources
Theme URI: http://www.trinitypeoresources.com
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #f1f4eb url(_images/bg.gif) 0 0 repeat-x;
    text-align: center;
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #main ul, #main ol, #main table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #006225;
    text-decoration: underline;
}
a:hover, a:active {
    color: #6b9f33;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(_images/main.jpg) 0 0 no-repeat;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	margin: 0 10px;
	height: 108px;
}
	#logo {
		float: left;
		margin: 21px 0 0 20px;
		display: inline;
	}
	
	#phone {
		float: right;
		margin: 34px 20px 0 0;
		height: 20px;
		font-size: 17px;
		color: #006225;
		text-transform: lowercase;
		display: inline;
	}
		#phone span {
			color: #6ca032;
			margin-left: 25px;
		}
		#phone a:link, #phone a:visited {
			background: #006225;
			color: #FFF;
			padding: 3px 5px;
			font-size: 11px;
			text-transform: uppercase;
			text-decoration: none;
			margin-left: 25px;
		}
		#phone a:hover, #phone a:active {
			background: #6b9f33;
		}
	
	#menu-container {
		text-align: right;
		clear: right;
	}
	#menu {
		margin-top: 19px;
		display: inline;
		float: right;
		padding: 0 10px;
		height: 35px;
		background: transparent url(_images/menu.jpg) 0 0 repeat-x;
	}
		#menu li {
			float: left;
			line-height: 27px;
			padding: 0 10px;
			font-size: 12px;
			text-transform: lowercase;
			list-style: none;
		}
		#menu a:link, #menu a:visited {
			color: #FFF;
			text-decoration: none;
		}
		#menu a:hover, #menu a:active {
			color: #6b9f33;
		}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#main {
	margin: 20px 30px;
}
	
	#welcome td li, #content ul li {
		list-style: none;
		background: transparent url(_images/arrow.gif) 0 4px no-repeat;
		padding: 0 0 3px 15px;
	}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#banner {
	height: 252px;
	background: transparent url(_images/banner.jpg) 0 0 no-repeat;
	border-bottom: 3px solid #006225;
	margin-bottom: 30px;
}
	#banner p {
		margin-left: 355px;
		padding-top: 61px;
		font-size: 26px;
		line-height: 22px;
	}
		#banner p span {
			font-size: 18px;
			color: #006225;
			display: block;
		}

#welcome {
	background: transparent url(_images/welcome.gif) 0 0 repeat-y;
}
	
	#welcome p, #welcome li {
		color: #60625e;
	}
	#welcome h1 strong, #welcome h1 b {
		font-size: 20px;
		color: #000;
		text-transform: none;
		display: block;
		font-weight: normal;
	}
	#welcome h1, p.title {
		font-size: 10px;
		color: #006225;
		text-transform: uppercase;
		font-weight: normal;
	}
	
	#welcome td {
		vertical-align: top;
		width: 260px;
		padding-right: 40px;
	}

#intro {
	width: 260px;
	float: right;
}
	#intro form {
		margin-bottom: 25px;
	}
	#intro dd, #side dd {
		color: #5f5f5f;
		font-size: 10px;
		margin-bottom: 5px;
	}

	p.title {
		margin-bottom: 5px;
	}
	
	#intro form p {
		display: inline;
	}
	.input {
		border: 1px solid #bcd4c0;
		color: #989898;
		padding: 3px 5px;
	}
	form p input {
		vertical-align: middle;
	}
		
/* ----------------------------------- */
/* SUB
/* ----------------------------------- */
#header {
	height: 94px;
	background: transparent url(_images/header.jpg) 0 0 no-repeat;
	border-bottom: 3px solid #006225;
	margin-bottom: 30px;
}
	#header h1 {
		padding: 45px 0 0 22px;
		font-size: 24px;
		font-weight: normal;
	}

#content {
	width: 558px;
	float: left;
	margin-left: 22px;
	display: inline;
	background: transparent url(_images/content-divider.jpg) right top no-repeat;
	padding-right: 35px;
}
	#content li {
		margin-left: 25px;
	}
	#content h2 {
		color: #006225;
		font-size: 18px;
	}

#side {
	float: right;
	width: 217px;	
}
	#side li {
		padding-bottom: 4px;
		margin-bottom: 4px;
		background: transparent url(_images/dots.gif) left bottom repeat-x;
		list-style: none;
	}
	
	

/* ----------------------------------- */
/* NEWS/BLOG	
/* ----------------------------------- */
.post {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: transparent url(_images/dots.gif) left bottom repeat-x;
}
	.post .date {
		float: left;
		width: 35px;
		text-align: right;
		color: #6b9f33;
		font-size: 18px;
	}
		.post .date span {
			display: block;
			font-size: 14px;
			text-transform: uppercase;
		}
	.post .intro {
		margin-left: 50px;
	}
		#content .post .intro h2 {
			font-size: 18px;
			margin-bottom: 4px;
		}
		.post .intro p {
			margin: 0;
			color: #60625e;
		}
	
	p.date {
		color: #60625e;
		margin-top: -10px;
		font-size: 11px;
	}
	
	p.archive-title {
		font-size: 18px;
		color: #006225;
		border-bottom: 1px solid #60625e;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	clear: both;
	margin-top: 10px;
	text-align: center;
	padding-top: 20px;
	background: transparent url(_images/footer.gif) center top no-repeat;
}
	#footer li {
		display: inline;
		margin: 5px;
	}
	p#copyright, p#copyright a {
		color: #999999;
		font-size: 11px;
		line-height: 14px;
	}