/*  
Theme Name: Care Net Pregnancy Center of the Tanana Valley
Theme URI: http://morecabbage.com
Description: Custom Wordpress theme for Care Net Pregnancy Center of the Tanana Valley.
Version: 1.0
Author: More Cabbage
Author URI: http://morecabbage.com
*/

* {
	margin:0;
	padding:0;
}
body {
	background:url("images/bg_body.jpg") repeat-y #9d957f;
	font-family:"Trebuchet",sans-serif;
	font-size:76%;
	line-height:1.6em;
	text-align:center;
}
a {
	text-decoration:underline;
	color:#645f51;
}
	a:hover {
		text-decoration:none;
		color:#a3915e;
	}
ul, ol {
	margin:1em 0 1em 2em;
}
	ul ul, ul ol, ol ul, ol ol {
		margin-top:0;
		margin-bottom:0;
	}
p, table {
	margin:1em 0;
}
	td, th {
		padding:0 .5em .5em 0;
		vertical-align:top;
		text-align:left;
	}
		td p {
			margin:0 0 1em 0;
		}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:.8em 0 .2em 0;
	line-height:1.4em;
}
	h1 {	font-size:200%;	}
	h2 {	font-size:160%;	}
	h3 {	font-size:130%;	}
	h4 {	font-size:120%;	}
	h5 {	font-size:110%;	}
	h6 {	font-size:100%;	}
blockquote {
	margin:1em 0;
	padding:0 1.5em;
	border:1px solid #DDD;
	border-left:3px solid #CCC;
	border-right:3px solid #CCC;
	-moz-border-radius:1em;
	background:#FAFAFA;
	color:#666;
}
pre {
	overflow:scroll;
	font-family:monospace;
	font-size:110%;
}

.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}

#wrapper {
	margin:0 auto;
	padding:0 0 0 20px;
	width:964px;
	border:0 solid #645f51;
	border-width:0 4px;
	background:url("./images/bg_wrapper.gif") top right repeat-y #FFF;
	text-align:left;
}

#header {
	margin:0 0 0 -20px;
	padding:10px 20px;
	height:180px;
	background:url("./images/bg_header.jpg") no-repeat #30658d;
	border-bottom:1px solid #082e4a;
	color:#51623e;
}
	#header h1 {
		display:none;
		margin:2px 0 0 0;
		padding:138px 0 9px 0;
		line-height:1em;
		font-family:"Monotype Corsiva","Apple Chancery","Zapf Chancery",cursive;
		font-style:italic;
		font-size:20px;
		letter-spacing:3px;
	}
		#header h1 a {
			text-decoration:none;
			color:#51623e;
		}
	#header em {
		display:block;
		padding:153px 0 9px 0;
		line-height:1em;
		font-family:"Trebuchet", sans-serif;
		font-size:16px;
		letter-spacing:2px;
	}
	
#main {
	float:left;
	padding-top:20px;
	width:640px;
	font-size:120%;
}
	.alignright {
		float:right;
	}
	.alignleft {
		float:left
	}
	#main h2 {
		margin:0;
		line-height:1.2em;
		font-size:200%;
		color:#645f51;
	}
	
	.post-image-full {
		display:block;
		text-align:center;
	}
	.post-image-thumb {
		float:right;
		margin-left:1em;
	}
	
	/* for posts appearing in lists only */
	.listed-post {
		margin-bottom:3em;
		padding-bottom:2.4em;
		border-bottom:2px dotted #AAA;
	}
		.listed-post h2 {
		}
			.listed-post h2 a {
				text-decoration:none;
			}
		/* sub headline */
		.listed-post h3 {
			margin:.25em 0;
			font-size:140%;
			color:#cc6600;
		}
		.entry {
		}
			.entry p {
				margin:1.2em 0;
				line-height:1.6em;
			}
	
	/* for single posts only */
	.single-post {
	}
		/* main headline */
		.single-post h2 {
			clear:left;
			padding:1.5em 0 0 0;
		}
		/* sub headline */
		.single-post h3 {
			margin:.25em 0;
			font-size:140%;
			color:#cc6600;
		}
		.options {
			float:right;
			margin:0 0 1em 1em;
			text-align:left;
		}
			.email-article {
				display:block;
				padding:2px 0 2px 22px;
				background:url("http://images.newsminer.com/static/icons/email-article.gif") left center no-repeat;
				text-transform:uppercase;
				font-size:80%;
			}
			.print-article {
				padding:2px 0 2px 22px;
				background:url("http://images.newsminer.com/static/icons/print-article.gif") left center no-repeat;
				text-transform:uppercase;
				font-size:80%;
			}
		#respond {
			margin-top:2em;
			padding-top:2em;
			border-top:2px dotted #AAA;
		}
	
	/* metadata for both listed and single post views */
	.meta {
		margin:.4em 0 1em 0;
		border:0 solid #F8F8F8;
		border-width:1px 0;
		background:#FDFDFD;
		list-style:none;
		text-transform:uppercase;
		font-weight:bold;
		font-size:80%;
		color:#666;
	}
		.meta li {
			display:inline;
			margin-right:1em;
			padding-right:1em;
			border-right:2px solid #AAA;
		}
			.meta li a {
				text-decoration:none;
				color:#666;
			}
				.meta li a:hover {
					color:#cc6600;
				}
	.footnote-link {
		text-decoration:none;
	}
		.footnote-link sup {
			font-weight:bold;
		}
	.ubernym {
		text-decoration:none;
	}
		.hmoDOMTTip {
			padding:0 1.4em;
			border:3px solid #cc6600;
			-moz-border-radius:12px;
			background:#FFF;
		}
			.caption {
				font-size:120%;
				font-weight:bold;
				color:#30658d;
			}
	#main img {
		margin:0 1em 1em 1em;
	}
		#main img.left {
			float:left;
			margin-left:0;
		}
		#main img.right {
			float:right;
			margin-right:0;
		}
		#main img.border {
			border:1px solid #000;
		}


#sidebar {
	margin:0 0 0 660px; /* effectively renders sidebar 304px wide */
	padding:20px 20px 40px 20px;
}
	#sidebar a {
	}
		#sidebar a:hover {
		}	
	#sidebar h3 {
		margin:20px -10px 8px -10px;
		padding:20px 0 0 13px;
		border-top:1px dotted #51623e;
		font-variant:small-caps;
		font-size:140%;
		color:#51623e;
	}
		#sidebar h2 a {
		}
	#sidebar ul {
		margin:auto 0;
		list-style:none;
	}
		#sidebar ul a {
			font-size:110%;
			font-weight:bold;
		}
		#sidebar ul ul {
			margin-left:1.5em;
		}
			#sidebar ul ul li {
			}
	#facebookconnector div {
		margin-left:1.5em;
	}
	#search {
	}
		#search strong {
		}
		#search input {
		}
	.categories {
		color:#AAA;
	}
	.recent-posts {
		line-height:1.2em;
	}
		.recent-posts li {
			margin:1em 0;
		}
	.archives {
		color:#AAA;
	}
	.links {
		margin-left:0;
		list-style:none;
		line-height:1.2em;
	}
		.links li {
			margin:1.2em 0;
		}
			.links li a {
			}
	.sponsored-links {
	}
	
#top-link {
	clear:both;
	padding:60px 325px 0 0;
	text-transform:uppercase;
	text-align:center;
	font-size:90%;
}
	#top-link a {
		padding:4px 0 0 22px;
		background:url("http://images.newsminer.com/static/icons/back-to-top.gif") no-repeat left center;
		text-decoration:none;
	}

#footer {
	clear:both;
	margin:0 0 0 -20px;
	padding:10px 20px;
	background:#ada692;
	border-top:1px solid #082e4a;
	text-align:center;
	color:#FFF;
}
	#footer p {
	}
	#footer a {
		color:#FFF;
	}
		#footer a:hover {
			color:#AAA;
		}








textarea#comment {
	width:100%;
}







