/*
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;
	}

/* End Reset */



/* Begin Type and Colors */

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

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

ul {
	}
		
	.content ul {
		margin: 0 0 20px 10px;
		line-height: 24px;
		list-style-type: disc;
		}
		.content ul li {
			margin-left: 30px;
			margin-bottom: 10px;
			}

h1 { text-align: center;
	}
	h1 span { display: none; }
	#archives-header h1 {
		margin: 40px 0 40px 20px;
		font-size: 35px;
		text-align: left;
		}
	
h2 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 10px;
	}
	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;
	margin-bottom: 20px;
	padding: 20px 30px 1px;
	background-color: #3f3f3f;
	}

/* End Type and Colors */



/* Begin Construction */

div.green-line {
	height: 1px; width: 1px; display: none;
	}
	
div#site {
	width: 960px;
	margin: 0 auto;
	}
	
div#navigation {
	height: 1px; width: 1px; display: none;
	}
			
div#inside-header {
	height: 1px; width: 1px; display: none;
	}
	
div.content {
	width: 100%
	}
	div.content.content-blog {
		width: 100%;
		}
	
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.one-column.sidebar-blog {
	    height: 1px; width: 1px; display: none;
		}
	
div.two-column {
	float: left;
	width: 440px;
	padding: 0 20px;
	overflow: hidden;
	}
	
div.three-column {
	width: 100%
	}
	
div.nav-left {
	height: 1px; width: 1px; display: none;
	}
div.nav-right {
	height: 1px; width: 1px; display: none;
	}
div.nav-center {
	height: 1px; width: 1px; display: none;
	}
		
#footer {
	width: 960px;
	padding: 5px 0 60px;
	margin: 40px 0 0;
	border-top: 1px solid #555;
	}
	#footer ul { height: 1px; width: 1px; display: none; }
	#footer p#copyright-text {
		float: left;
		padding-top: 1px;
		}
	
/* End Construction */



/* Start Sprites */

a#covenant-logo {
	height: 1px; width: 1px; display: none;
	}
	
a.share-icon {
	height: 1px; width: 1px; display: none;
	}
	
a.one-column-button {
	height: 1px; width: 1px; display: none;
	}

/* End Sprites */
