/*
Theme Name: Sixteen Small Stones
Theme URI: http://www.sixteensmallstones.org
Description: Custom Theme for Sixteen Small Stones, adapted from original Textpattern theme
Version: 1.0
Author: J. Max Wilson
Author URI: http://www.sixteensmallstones.org
Tags: fluid width, three columns, widgets
*/

body
{
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	background: url("images/graph.gif");
	margin: 0;
	padding: 0;
}

#wrapper
{
	min-width: 750px;
}

ul
{
	margin:1px;
	padding-left: 20px;
	padding-right: 0px;
}

img
{
	border-style: none;
	text-decoration: none;	
}

a
{
	text-decoration: underline;
	border: none;
	color: black;
}

#content a
{
	text-decoration: underline;
	border: none;
	color: rgb(00,00,150);
}

a:hover
{
	text-decoration: underline;
	border: none;
	color: blue;
}

#content a:hover
{
	text-decoration: underline;
	border: none;
	color: blue;
}

.no_underline a
{
	text-decoration: none;
}

.center
{
	text-align: center;
}

.float_right
{
	float: right;
	display: inline;
}

.float_left
{
	float: left;
	display: inline;
}

.feedlink
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding:0 3px;
	font: bold 10px verdana,sans-serif;
	color: white;
	background-color:#F60;
	text-decoration: none;
}

.feedlink a
{
	text-decoration: none;
	color: white;
}

.feed_item
{
	margin-bottom: 5px;
}

.clear
{
	clear: both;
}

pre
{
	font-size: 8pt;
	background-color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	padding: 3px;
}

blockquote
{
	font-size: 8pt;
	background: url(images/comment_background.png) repeat-x;
	padding: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 250px;
	border-bottom: 1px solid rgb(220,220,200);
}

object
{
	margin-left: auto;
	margin-right: auto;
}

/* Header */
#header
{
	background: url(images/section_background.png);
	font-size: 24pt;
	cursor: pointer;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#header_content
{
	padding-top: 5px;
	height: 91px;
	background: white url("images/header.jpg") repeat;
	text-align: center;
}

#logo
{
	overflow: hidden;
	height: 91px;
}

#logo2
{
	float: right;
}


/* Sidebar */
#sidebar1
{
	position: absolute;
	top: 104px;
	right: 0px;
	width: 210px;
	margin-right: 5px;
}

.section
{
	margin-bottom: 8px;
 	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#sidebar1 .section
{
	color: white;
	background: url(images/section_background.png) repeat-x;
}

#sidebar2 .section
{
	color: black;
	background: url(images/section_background2.png) repeat-x;
}

.section_title
{
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	text-transform: lowercase;
}

.section_content
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 8pt;
}

.section a
{
	color: white;
}

#searchform
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 8pt;
	text-align: center;
}

.recentCommentsPostTitle
{
	text-transform: lowercase;
	border-bottom: 1px solid black;
	font-size: 10pt;
	margin-top: 5px;
}

.recentComment
{
	font-size: 8pt;
	font-weight: bold;
}

.recentCommentsPostTitle a
{
	text-decoration: none;
}

.recentCommentLink
{
	border-bottom: 1px solid black;
}

.linkCategory
{
	margin-top: 10px;
	font-variant: small-caps;
	font-size: 12px;
	border-bottom: 1px solid black;
}

#sidebar2
{
	float: right;
	width: 230px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 3px;
}

/* Main */
#main
{
	margin-right: 215px;
	min-width: 500px;
}
#content
{
	padding: 20px;
}

.post
{
	margin-bottom: 10px;
	color: rgb(50,50,50);
	padding-bottom: 2px;
	font-size: 10pt;
}

.post img
{
}

.post_title
{

	font-weight: bold;
	color: rgb(100,100,200);
	font-variant: small-caps;
	font-size: 20pt;
	 margin: 10px 0 5px;
}

.post_date
{
	font-size: 12pt;
	font-weight: bold;
}

.post_date_content
{
}

.post_author
{
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.read_more
{
	font-size: 10pt;
	margin-bottom: 15px;
}

.post_footer
{
	font-size: 8pt;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	clear: left;
}

.feed_flares
{
	text-align: left;
	font-size: 8pt;
	margin-bottom: 25px;
}

#footer
{
	margin-right: 265px;
	margin-top: 5px;
	text-align: center;
	font-size: 8pt;
}

textarea#comment
{
	width: 500px;
}

#commentform
{
	font-size: 10pt;
}

.edit-comment-admin-links-no-icon
{
	font-size: 8pt;
	float: right;
}

.edit-comment
{
	clear: left;
}

.commentlist
{
	padding: 15px;
	padding-top: 3px;
	margin-right: 210px;
}
h3
{
	font-size: 10pt;
}
.comment, #comment-preview
{
	margin: 5px;
	font-size: 10pt;
	background: url(images/comment_background.png) repeat-x;
	padding: 10px;
}

#comment_login
{
	font-size: 10pt;
}

.avatar
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.comment-meta
{
	font-size: 8pt;
	float: right;
	margin-top: -20px;
}

cite
{
	font-weight: bold;
	font-style: normal;
}

.comment_footer
{
	font-size: 8pt;
	border-bottom: 1px solid black;
	padding: 3px;
}

#comment_form
{
	font-size: 10pt;
	border-top: 1px solid black;
	padding-left: 45px;
	margin-top: 50px;
}

#comment_box
{
	width: 400px;
}

.txpCommentInputMessage
{
	width: 90%;
}
.previous_link
{
	font-size: 10px;
	padding-bottom: 5px;
}
.next_link
{
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}
.previous_link_bottom
{
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 20px;
	border-top: 1px solid black;
}
.next_link_bottom
{
	font-size: 10px;
	padding-bottom: 20px;
}

.post_body
{
	line-height: 2;
}

.post_body li
{
	margin-bottom: 5px;
}

.comment_feed
{
	font-size: 10px;
	padding-bottom: 5px;
	clear: left;
}

.comment_invite
{
	font-size: 10px;
	padding-bottom: 5px;
}

#comments_count
{
	font-size: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
}

#twitter_div
{
	text-align: left;
	padding-top: 10px;
	margin-top: 3px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}
#twitter_div ul
{
	list-style: none;
	font-weight: bold;
}
#twitter_div span
{
	display: block;
	margin-bottom: 3px;
}

#twitter_link
{
	text-align: center;
	padding-top: 5px;
}
.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.ad_section
{
	text-align: center;
	margin-bottom: 10px;
}
.like_container
{
	margin: 5px 0;
	float: left;
	height: 20px;
}
.tweet_container
{
	margin: 5px 0;
	float: left;
}

#fbc_profile{
background:url("images/section_background.png") repeat-x scroll 0 0 transparent;
color:white;
position: fixed;
top: 5px;
left: 5px;
border: 0px none;
font-size: .6em;
text-align: left;
width: 200px;
}
#fbc_profile a
{
color: yellow !important;
text-decoration: underline !important;
}
#fbc_profile a:visited
{
color: white !important;
}
.FB_Link
{
color: white !important;
display: block;
margin: 3px;
font-size: 1.2em;
}
.fbc_profile_pic
{
    float: left !important;
    padding: 0 10px 5px 0 !important;
}

.sociable_tagline
{
	float: left;
	margin: 0 10px 0 0;
}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}