/*  
Theme Name: Touchstone
Theme URI: http://www.wpdesigner.com
Description: Based on Digg 3 Columns Wordpress theme created by Small Potato (WPDesigner.com)
Version: 1.0.1
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Trebuchet MS, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	vertical-align: top;
	background: url(/img/back.png) right repeat-y #FAA61A;
	color: #666666;
	padding-top: 10px;
}

p, li, form {
	font-family: Trebuchet MS, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	font-weight:normal;
}

h1, h2, h3, h4, h5 {
	font-family: Trebuchet MS, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
}

h6{
	font-family: Trebuchet MS, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px; font-weight:normal; font-style:italic;
}

h2 a{
	text-decoration:none;
	}
	
h2 a:hover{
	text-decoration:underline;
	}	

a{
	text-decoration: underline;
	color: #999999;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	margin: 10px 10px 0;
	background: #fffada url(images/bg_blockquote.gif) no-repeat 5px 7px;
	color: #736926;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: url(images/bg_comment_bottom.gif) no-repeat;
}

small{
	font-size: 10px;
}

input, textarea{
	font-family: Trebuchet MS, Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

#container{
	margin: 0 auto;
	width: 850px;
	padding: 0px;
}

#header{
	margin: 0 0 0px;
	float: left;
	width: 100%;
	height: 144px;
	color: #333;
	background-color:#FFFFFF;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu ul li{
	float: left;
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	background: url(images/bg_tab_right.gif) no-repeat right top;
	color:#333333;
}

#menu ul li a{
	display: block;
	padding: 14px 20px 10px;
	text-decoration: none;
	background: url(images/bg_tab_left.gif) no-repeat left top;
	color: #333333;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#navbar {width: 850px;
height:26px;
background:#CCCCCC;
clear:both;
padding:0;
margin:0;
}


#navbar li {	list-style:none; 	display:inline;}
	
#navbar li a {
	background:#CCCCCC;
	color:#ffffff;
	height:25px;
	line-height:25px;
	padding:1px 10px 0 10px;
	text-decoration:none;
	font-size:14px;
	float:left;
	z-index:1;
	font-weight:bold;
	text-shadow:#b0b0b0 0px 1px 2px;
}

#navbar li a:hover {
	background:#999999;
}


#pagetitle{
	clear: both;
	width: 100%;
	height: 155px;
}

#pagetitle h1{
	margin: 0;
	font-size: 36px;
	font-weight:lighter;
	letter-spacing: -1px;
	color: #333333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#pagetitle h1 a{
	text-decoration: none;
	color: #fff;
}

#syndication{
	float: left;
	padding: 15px 31px 0;
	color: #999;
}

#syndication a{ color: #666; }

#syndication a.feed{
	padding: 0 0 0 0;
}

#searchbox{
	padding: 0;
}

#searchbox input#s{
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}

#searchbox input#searchsubmit{ height: 24px; }

#links li{font-size:10px;
padding:0;
margin:0;
border:0;
}

.pagewrapper{
	margin: 0 0 0px;
	float: left;
	width: 100%;
	background: #fff url(/img/river-back.gif);
	background-repeat:no-repeat;
	}

.pagefooter{
	margin: 0 0 10px;
	float: left;
	width: 100%;
	background: #fff;
	color: #333;
}

#foot{
	margin: 0 0 10px;
	float: left;
	width: 100%;
	background: #fff;
	color: #333;
	clear:both;
}

#foottext{
		clear:both;
}

.page{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	float: left;
	width: 528px;
}

.narrowcolumnwrapper{
	margin: 5px 0 0;
	float: left;
	width: 528px;
	background-image:url(/img/hash.gif);
	background-repeat:repeat;
	
	}

.narrowcolumn{
	float: left;
	width: 458px;
background-image:url(/img/river.gif);
	background-repeat:no-repeat;
	}

.content{
	float: left;
	width: 528px;
}


#eventslist li {list-style:none;
padding-left: 55px;
padding-right:15px;
background-image: url(/img/calendar.gif);
background-repeat: no-repeat;
background-position: 0 0;
margin-left:-25px;}

.post{
	padding: 9px 16px 10px;
	margin-bottom:0px;
	line-height: 18px;
	clear:both;
}

.post-cutswatch{
	margin: 9px 10px 10px 10px;
	padding: 8px;
	line-height: 18px;
	background-color:#eeeeee;
	clear:both;
}

.post-weblinks{
	margin: 9px 10px 10px 10px;
	padding: 8px 8px 1px 8px;
	line-height: 18px;
	background-color:#fffada;
	clear:both;
}


.post h2{
	padding: 6px 90px 9px 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 23px;	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.post-cutswatch h2{
	padding: 6px 90px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 23px;	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.post-weblinks h2{
	padding: 6px 90px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: italic;
}


.post h2 a{
	text-decoration: none;
	color: #333333;
	border-bottom: 0px solid #75abea;
}

.post img{
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

.entry{}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 9px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 18px; }

.entry h3{ font-size: 14px; }

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.postinfo{
	font-size: 11px;
	color:#FF9900;
}



.postinfo a{
	color: #FF9900;
}

.postdate{ color: #FF9900; }

.browse{
	padding: 15px 16px;
	line-height: 18px;
}

.sidebar{
	margin: 10px 0 0 3px;
	padding-left:10px;
	float: right;
	width: 140px;
	border-left:#dddddd 1px solid;
}

.obar{
	width: 140px;
	line-height: 18px;
	margin: 10px 5px 0 0;
	float: left;
	padding: 0px 0 0 0;
		border-left:#dddddd 1px solid;
}

.sidebar ul{
	margin: 0px 0 10px 0;
	padding: 0;
	list-style: none;
}

.obar ul{
	margin: 0px 0 10px 0;
	padding: 0;
	list-style: none;
}



.sidebar ul li.widget_search{
	padding: 8px 8px;
}

#text-465381418 ul li {
padding:1px 0px;
margin:0px;
}

h2.authortitle{
	font-size: 20px;
	font-weight: bold;
	color:#FFAD00;
	font-style:normal;
}



.sidebar ul li h2{
	font-size: 16px;
	font-weight: bold;
	color:#FFAD00;
		margin: 0 0 3px 0;
}

.obar ul li h2{
	font-size: 16px;
	font-weight: bold;
	color: #FFAD00;
	margin: 0 0 3px 0;
}

.sidebar ul ul li{
	margin: 8px 0 0 0;
	padding: 0px 0px 0px;
	background: none;
	font-weight:bold;
	font-size:12px;
	line-height:1.0em;
	}

.obar ul li{
	margin: 8px 0 0 5px;
	padding: 0px 2px 8px 2px;
	background: none;
	font-weight:bold;
	font-size:16px;
	line-height:1.1em;
	}

.obar ul li a{
	text-decoration:none;
	}
	
.obar ul li a:hover{
	text-decoration:underline;
	}
	
.sidebar ul ul li a{
	text-decoration:none;
	}
	
.sidebar ul ul li a:hover{
	text-decoration:underline;
	}

.sidebar ul ul ul{ padding: 0px; }

.obar ul ul{ padding: 0px; }

.sidebar ul ul ul li{
	padding: 1px 13px 1px 13px;
	border: 0px;
	font-weight:normal;
	line-height: 1em;
	}

.obar ul ul li{
	padding: 0px;
	border: 0px;
	font-weight:normal;
	line-height: 1.1em;
	font-size:12px;
}


.sidebar ul .xoxo li{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	font-weight:normal;
	line-height: 1.2em;
	font-size:11px;
}

.widget_text {margin-bottom:10px;}

#recent-posts ul li{
	font-size:11px;
	font-weight:bold;}

#relatedposts {background-color:#ffffff;
padding:8px 8px 0px 10px;
margin:15px 0 8px 0;
border:#dddddd dashed 3px;}

#relatedposts li
{	font-size:12px;
color:#999999;}

#relatedposts li a
{text-decoration:none;}

#relatedposts li a:hover
{text-decoration:underline;}

#relatedposts h4
{margin:0;
padding:0;
color:#999999;}

#relatedposts ol
{margin:0 0 8px 22px;
padding:0;}


.s2class_widget_subscribe2widget
{padding:0 8px 8px 8px;
width:120px;
margin:-14px 0 10px 0;
background-color:#FFFADA;}

.s2class_widget_subscribe2widget h2
{display:none;}

.s2class_widget_subscribe2widget p
{font-size:11px;}

#deliciousplus-419521201
{padding:5px 8px 8px 8px;
width:120px;
margin:-14px 0 10px 0;
background-color:#eeeeee;}

#deliciousplus-419521201 h2
{display:none;}

#deliciousplus-box-419521201 p
{font-size:11px;}


#linkcat-2{
	margin: 10px 0px 0px 0px;
}

.widget_extended-categories{
border:0;}

.obar ul #search li {

}

.ctc a{ text-decoration:none;}

#ctc {margin-bottom:20px;
padding-top:10px;}

#links {
border: none;
}

#search {
padding: 2px 5px 2px 5px;
width:90%;
margin:10px 0 10px 5px;
background-color:#eeeeee;
}

#search div ul li h2 {
margin-bottom:15px;
}

.delicious-extended {font-size:12px;
line-height:15px;}

.delicious-tags {display:none;}

.delicious-link a {text-decoration:none; font-weight:bold;}

.delicious-link a:hover {text-decoration:underline;}

.delicious li {margin: 0 5px 4px -20px;}

/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond{
	padding: 0px 0 2px 0px;
	line-height: 17px;
	color: #ffad00;
}

.post h3#respond{
	color: #ffad00;
}

ol.commentlist{
	margin: 10px 0 10px;
	padding:6px;
	list-style: none;
	background-color:#FFFada;
}

ol.commentlist li{
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
border-bottom: 1px #999999 solid;
border-top: 1px #999999 solid;
	}

ol.commentlist li.alt{
border-bottom: 0;
border-top: 0;
	}

ol.commentlist li .commentmetadata{
	font-size: 11px;
	color: #999999;
		background-image:url(/img/user_comment.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 20px;
}

ol.commentlist li .commentmetadata a{
	color: #999999;
}

form#commentform small{
	font-size: 11px;
}

li#subscribe2widget h2{
line-height: 1em;
margin-bottom:0px;
}

li#text-225220031 h2{
line-height: 1em;
margin-bottom:0px;
}

.authorpagelinks {
font-size:11px;
margin: 5px 0 10px 0;
border-bottom: #dddddd solid 1px;
padding-bottom: 15px;
}

.authorpagelinks a {
	color: #FF9900;
}

.postinfo img {
border:0;
padding:0;
margin:0;
}

img.photo {float:left;
margin: 12px 10px 2px 0; z-index:10; position:relative;}

.post-cutswatch img.photo {display:none;}

.post-cutswatch .postinfo {display:none;}

.post-weblinks .postinfo {display:none;}

.entry ol li {margin-bottom:10px;}

#relatedposts ol li {margin-bottom:-1px;}

div.post_content div.guestpost {padding:10px; background-color:#eeeeee; margin:15px 0 15px 0; font-size:12px; width:500px;}



div.post_content div.postad {padding: 10px; background-color:#eeeeee; margin:2px 0 5px 0; font-size:12px;
line-height:15px; z-index:1; position:relative;}

table {margin:15px 0 10px 0;}

.authorblock {margin: 0 15px 0 15px; background-color:#eeeeee;}
.authorblock h1 {font-size: 24px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 3px 0 15px 0;
	color:#000000;}
.authorblock img {padding:0; margin:10px 15px 10px 10px;}

.authorblock .guestpost {margin: 0 0 0 115px; }

.caticon {float:right; margin:0 -90px 0 15px;}

.caticon img, .postcaticon img {border:0; padding:0;}

.postcaticon {float:right; margin:15px 0 10px 10px;}

.categorynav {margin:0 0 0 14px;}


.categorynav ul {padding:0; width:100%; margin:0; }

.categorynav ul li{list-style: none;
float:left;
width:166px; font-size:13px;
position:relative;
} 

.categorynav ul li a
{
background: #FFFADA;
display: block;
color: #666666;
text-decoration: none;
padding:1px 1px 1px 5px;
} 

.categorynav ul li a:hover
{
background: #aa0000;
display: block;
color: #ffffff;
text-decoration: none;
padding:1px 3px 1px 3px;
} 

h1.calculator {border-bottom: 1px solid #cccccc;}

div.post div post.content div.wp-caption p.wp-caption-text {font-size:0.7em; color:#F00;}
