/*
Theme Name: Covweb
Theme URI: http://wordpress.org/
Description: Theme used for covweb.com.
Version: 1.0
Author: Covenant Communications
Author URI: http://covweb.com
*/

/* Reset! Modified from: http://developer.yahoo.com/yui/reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
fieldset,img { 
	border: 0;
	}
	
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}
	
ol,ul {
	list-style: none;
	}
	
caption,th {
	text-align: left;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
	
q:before,q:after {
	content: '';
	}
	
abbr,acronym { 
	border: 0;
	}
	
a {
	outline: none;
	text-decoration: none;
	}

a img { border: none; }

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}
	
img#wpstats { display: none; }

/* End Reset */



/* Begin Type and Colors */

body {
	font: normal 13px/24px "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	min-width: 960px;
	background: #333;
	color: #ccc;
	}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	}
	strong {
		font-weight: bold;
		color: #fff;
		}
	em { font-style: italic; }
	
p {
	}
	.center {
		text-align: center;
		}
	.spaced {
		line-height: 24px;
		}
		
	p#copyright-text {
		color: #777;
		font-size: 11px;
		margin-left: 20px;
		}
		
	.content p.meta {
		color: #fff;
		margin: 0 0 20px;
		padding-top: 8px;
		position: relative;
		line-height: 24px;
		}
		.content p.meta span {
			margin-left: 5px;
			color: #fff;
			}
		.content p.meta a {
			padding: 0 10px;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			background: #000;
			color: #fff;
			margin-right: 5px;
			float: left;
			border: none;
			}
			.content p.meta a.print { position: absolute; right: 0; }
			.content p.meta a:hover {
				text-decoration: none;
				background: #abcf3c;
				}
		
	.content p.category-meta {
		padding-top: 5px;
		color: #fff;
		margin: 20px 0;
		}
		
	.content p {
		line-height: 24px;
		margin-bottom: 20px;
		}
		
a {
	}
	p a, li a, h4 a, h2 a {
		border-bottom: 1px dashed #444;
		color: #abcf3c;
		padding: 2px 0 1px;
		}
		p a:hover, li a:hover, h4 a:hover, h2 a:hover {
			color: #fff;
			border-bottom: 1px solid #444;
			}

ul {
	}
	div#navigation ul li a {
		display: block;
		padding: 0 20px;
		line-height: 40px;
		font-size: 14px;
		color: #ccc;
		text-transform: lowercase;
		border: none;
		}
		div#navigation ul li a:hover { color: #abcf3c; text-decoration: none; background: none; }
		div#navigation ul li.current_page_item a, div#navigation ul li.current_page_parent a { color: #999; }
		
	ul.service-list li a {
		line-height: 24px;
		}
		
	div#footer ul li a {
		font-size: 11px;
		color: #ccc;
		text-transform: lowercase;
		padding: 0;
		border: none;
		}
		div#footer ul li a:hover { color: #abcf3c; background: none; }
		div#footer ul li.current_page_item a, div#footer ul li.current_page_parent a { color: #777; }
		
	.content ul {
		margin: 0 0 20px 10px;
		line-height: 24px;
		}
		.content ul li {
			padding-left: 30px;
			background: url(images/blog-bullet.png) 0 3px no-repeat;
			margin-bottom: 10px;
			}
	
	.sidebar-blog ul {
		margin: 0 0 20px;
		}
		.sidebar-blog ul li ul {
			margin-left: 10px;
			}
			
	.one-column.sidebar-blog li {
		font-size: 11px;
		}
			
	ul.subnav {
		float: right;
		line-height: 30px;
		position: relative;
		}
		ul.subnav li {
			float: left;
			background: none;
			padding: 0;
			}
			ul.subnav li a {
				display: block;
				text-transform: lowercase;
				padding: 0 20px;
				text-align: center;
				color: #ddd;
				font-size: 11px;
				}
				ul.subnav li a:hover {
					color: #abcf3c;
					text-decoration: none;
				}
				ul.subnav li.current_page_item a, ul.subnav li.current_page_parent a {
					color: #fff;
					background: #abcf3c;
					position: relative;
					top: -1px;
					line-height: 32px;
					}

h1 { text-align: center;
	}
	h1 span { display: none; }
	#archives-header h1 {
		margin: 40px 0 40px 20px;
		font-size: 35px;
		color: #fff;
		text-align: left;
		}
	
h2 {
	font: bold 20px/27px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #fff;
	}
	h2 a {
		font-size: 28px;
		line-height: 30px;
		}
	
h3 {
	}
	.content h3 {
		font: bold 14px/24px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
		margin-bottom: 5px;
		}
	
h4 {
	font: bold 14px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
.texthide {
	text-indent: -9999px;
	}
	
blockquote {
	font-size: 12px;
	background: #3f3f3f url(images/blockquote.png) 5px 5px no-repeat;
	margin-bottom: 20px;
	padding: 20px 30px 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #fff;
	}

/* End Type and Colors */



/* Begin Construction */

div.green-line {
	height: 2px;
	width: 100%;
	background: #abcf3c;
	}
	
div#site {
	width: 960px;
	margin: 0 auto;
	}
	
div#navigation {
	height: 99px;
	width: 960px;
	border-bottom: 1px solid #555;
	position: relative;
	}
	div#navigation ul {
		display: block;
		position: absolute;
		right: 0px;
		bottom: 0;
		}
		div#navigation ul li {
			display: block;
			float: left;
			}
			
div#inside-header {
	width: 960px;
	margin: 20px auto;
	}
	div#single-header {
		width: 960px;
		height: 40px;
		}
	#inside-header.no-subnav {
		margin-top: 50px;
		}
	
div.content {
	float: left;
	width: 960px;
	}
	div.content.content-blog {
		width: 720px;
		}
	
div.hr {
	width: 720px;
	height: 1px;
	background: #555;
	margin: 15px 0 40px;
	}
	div.full-hr {
		clear: both;
		height: 1px;
		width: 960px;
		background: #555;
		}
	div.archives-hr {
		height: 1px;
		width: 720px;
		margin-bottom: 15px;
		}
	
div.entry-image {
	margin: 0 0 25px 20px;
	}
	div.entry-image a {	
		width: 676px;
		height: 146px;
		border: 2px solid #555;
		display: block;
		overflow: hidden;
		}
		div.entry-image a:hover { border-color: #abcf3c; }
				
div.one-column {
	float: left;
	width: 200px;
	padding: 0 20px;
	}
	div.one-column.sidebar-blog {
	    border-left: 1px solid #555;
		width: 199px;
		}
	span#contact-icon {
		width: 200px;
		height: 92px;
		display: block;
		background: url(images/icon-contact.png) top left no-repeat;
		margin-bottom: 20px;
		}
	
div.two-column {
	float: left;
	width: 440px;
	padding: 0 20px;
	overflow: hidden;
	}
	
div.three-column {
	float: left;
	width: 680px;
	padding: 0 20px;
	}
	
div.nav-left {
	float: left;
	margin-left: 20px;
	}
div.nav-right {
	float: right;
	margin-right: 20px;
	}
div.nav-center {
	margin: 0 auto;
	width: 350px;
	}
	div.nav-left a, div.nav-right a, div.nav-center a {
		text-transform: lowercase;
		display: block;
		line-height: 40px;
		background: #000;
		color: #fff;
		width: 129px;
		text-align: center;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		}
		div.nav-center a { width: 350px; }
		div.nav-left a:hover, div.nav-right a:hover, div.nav-center a:hover {
			background: #abcf3c;
			text-decoration: none;
			}
		
#footer {
	width: 960px;
	padding: 5px 0 60px;
	margin: 40px 0 0;
	border-top: 1px solid #555;
	}
	#footer ul { float: right; }
		#footer ul li {
			float: left;
			margin-right: 20px;
			}
	#footer p#copyright-text {
		float: left;
		padding-top: 1px;
		}
	
/* End Construction */



/* Start Sprites */

a#covenant-logo {
	width: 173px;
	height: 48px;
	background: url(images/logo-sprite-dark.png) top left no-repeat;
	display: block;
	float: left;
	margin: 36px 0 0 20px;
	}
	a#covenant-logo:hover { background-position: 0 -48px; }
	
a#were-hiring {
	width: 126px;
	height: 19px;
	background: url(images/werehiring-sprite.png) top left no-repeat;
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	}
	a#were-hiring:hover { background-position: 0 -19px; }
	
a.share-icon {
	display: block;
	height: 40px;
	width: 40px;
	background: url(images/share-icons-sprite.png) top left no-repeat;
	margin-right: 5px;
	float: left;
	}
	a.share-twitter:hover { background-position: 0 -40px; }
	a.share-facebook { background-position: -40px 0; }
	a.share-facebook:hover { background-position: -40px -40px; }
	a.share-delicious { background-position: -80px 0; }
	a.share-delicious:hover { background-position: -80px -40px; }
	a.share-digg { background-position: -120px 0; }
	a.share-digg:hover { background-position: -120px -40px; }
	
a.one-column-button {
	display: block;
	height: 40px;
	width: 200px;
	}
	a.rsssubscribe-link {
		background: url(images/rsssubscribe-sprite.png) top left no-repeat;
		margin-bottom: 20px;
		}
		a.rsssubscribe-link:hover { background-position: 0 -40px; }
		
p#copyright-text a {
	background: url(images/footer-socialicons.png) no-repeat;
	width: 15px;
	height: 15px;
	line-height: 24px;
	border: none;
	padding: 0;
	display: block;
	text-indent: -9999em;
	margin: 5px 5px 0 0;
	float: left;
	}
	p#copyright-text a.facebook { background-position: 0 0; }
	p#copyright-text a.facebook:hover { background-position: 0 -15px; }
			
	p#copyright-text a.twitter { background-position: -15px 0; }
	p#copyright-text a.twitter:hover { background-position: -15px -15px; }
			
	p#copyright-text a.vimeo { background-position: -30px 0; margin-right: 15px; }
	p#copyright-text a.vimeo:hover { background-position: -30px -15px; }
			
	p#copyright-text a.linkedin { background-position: -45px 0; }
	p#copyright-text a.linkedin:hover { background-position: -45px -15px; }

/* End Sprites */