/*
Theme Name: Camp Ton-A-Wandah
Theme URI: http://wordpress.org/
Description: This is a custom theme developed for <a href="http://camptonawandah.com/">Camp Ton-A-Wandah</a>.
Version: 1.0
Author: Ronningen Design
Author URI: http://websitesthatdostuff.com/
Tags: sweet, summer camp, ton-a-wandah, hendersonville

	Camp Ton-A-Wandah v1.0
	 http://www.camptonawandah.com.com/blog/

*/

/* CSS for Older/Newer links: */
p.olderNewer {
	font-size:larger;
}

p.olderNewer span {
	float:right;
}

#countdown {height:250px; background-color:#555957;}

#recent,
#archives,
#follow {
	background: #666;
	text-transform: capitalize;
	}

#recent ul,
#archives ul,
#follow ul {
	margin-top: 0px;
	padding-bottom: 0px;
	}

#recent ul li,
#archives ul li,
#recent img,
#archives img,
#follow ul li {
	border-bottom: 1px solid #444;
	}

#recent ul a,
#archives a {
	display: block;
	width: 220px;
	padding: 0 15px 0 15px;
	line-height: 49px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	}

	#recent ul a:hover,
	#archives a:hover {
		background: #D85319;
		}

.postmetadata {
	padding: 8px 0;
	color: #666666;
	border-bottom: 2px solid #555;
	border-top: 2px solid #555;
	font-size: 90%;
	text-transform: lowercase;
	}

.postmetadata img {
	margin: 0 0 -4px 0;
	}

.postmetadata a {
	color: #666666;
	text-decoration: none;
	}

.postmetadata a:hover {
	color: #000;
	}

span {
	color: #1A1A1A;
	}

span.time {
	text-transform: lowercase;
	}

.edit {
	float: right;
	display: block;
	margin: 0 50px 0 0;
	padding: 0px;
	color: #fff;
	background: #444;
	font-size: 85%;
	letter-spacing: .08em;
	}

.edit a {
	display: block;
	text-decoration: none;
	padding: 6px 8px 5px 8px;
	color: #fff;
	}

.edit a:hover {
	background-color: #D85319;
	}

/* Comments */

ol.commentlist {
	width: 400px;
	margin: 100px 0 0 50px;
	}

	ol.commentlist p {
		margin: 0;
		}

	ol.commentlist li {
		margin-bottom: 25px;
		}

		ol.commentlist img {
			margin: 0 6px 0 0;
			}

		ol.commentlist li em {
			display: block;
			margin-top: 10px;
			padding: 3px 3px 2px 3px;
			color: #fff;
			background: #D85319;
			}

.commentmetadata a {
	color: #666;
	text-decoration: none;
	}

.commentmetadata a:hover {
	color: #222;
	}

form p {
	margin: 0 0 15px 0;
	}

form textarea {
	width: 400px;
	}


/*
***************
Slideshows in rightCol
***************
*/

.ss {
	float:left;
	height:125px;
	width:125px;
	background:#666666 none repeat scroll 0 0;
	}





/*
***************
Social Networking in rightCol
***************
*/



#follow a {
	display: block;
	width: 250px;
	height:50px;
	color: #fff;
	text-indent:-999em;
	background: url(http://files.camptonawandah.com/img/blog/follow.png) 0 0 no-repeat;
	}

	#follow a:hover {
		background-position: 0 -50px;
		}


#follow a.twitter {
	background-position: -250px 0;
	}

#follow a.twitter:hover {
	background-position: -250px -50px;
	}

#follow a.youtube {
	background-position: -500px 0;
	}

#follow a.youtube:hover {
	background-position: -500px -50px;
	}
