/*
Theme Name: Sixteen Small Stones HTML5
Theme URI: http://sixteensmallstones.org
Description: HTML5 Theme for Sixteen Small Stones adapted from TwnetyTen
Author: J. Max Wilson
Version: 1.0
License: 
*/
-------------------------------------------------------------- */

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.1em;
	background: white url(images/graph.gif);
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

.center
{
	text-align: center;
}

.alignleft
{
	float: left;
}

a img
{
	border: none;
}

.post img
{
	border: none;
	margin: 10px;
}

#main-container
{
	width: 980px;
	margin: 10px auto;
}

#header
{
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
	border: 1px solid #444444;
	box-shadow: 5px 5px 5px #444444;
	padding: 10px 0 20px 0;
	text-align: center;
	border-radius: 20px;
}

#logo
{
	text-transform: lowercase;
	color: black;
	text-shadow: 5px 5px 5px #888888;
	font-size: 4em;
	margin: 0;
	padding: 0;
}

#logo a
{
	text-decoration: none;
	color: inherit;
}

#subtitle
{
	text-transform: lowercase;
	color: black;
	text-shadow: 5px 5px 5px #888888;
	margin: 0 0 0 300px;
	padding: 0;
}

#menu
{
	background-color: rgb(128,152,198);
	background-color: rgba(128,152,198,.9);	
	padding: 8px 0 7px 15px;
	font-size: .9em;
	box-shadow: 5px 5px 5px #444444;
	text-align: center;
	border-radius: 10px;
	margin: 15px 0;
	font-weight: bold;
	border: 1px solid #444444;
}

#menu ul
{
	margin: 0;
	padding: 0;
}

#menu li
{
	display: inline;
	padding: 0 5px 0 5px;
	border-left: 1px solid black;
}

#menu li:first-child
{
	border-left: none;
}

#menu a
{
	color: white;
	text-decoration: none;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu .current_page_item a
{
	color: white;
}
#menu .current_page_item a:hover
{
	text-decoration: none;
}

#main
{
	position: relative;
}

#sidebar, #sidebar2
{
	float: right;
	font-size: .7em;
	margin: 0 0 15px 0;
}

#sidebar
{
	width: 200px;
	margin-right: 5px;
	margin-left: 15px;
}
#sidebar2
{
	width: 215px;
	margin-left: 15px;
	margin-right: -15px;
}

#sidebar, #sidebar a
{
	color: white;
}
#sidebar2, #sidebar2 a
{
	color: black;
}
#sidebar > ul, #sidebar2 > ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.widget-container
{
	
	box-shadow: 5px 5px 3px #444444;
	padding: 10px 5px 10px 5px;
	margin: 0 3px 15px 3px;
	border-radius: 10px;
	z-index: 20;
	position: relative;
	border: 1px solid #444444;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#sidebar .widget-container:nth-child(odd)
{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
#sidebar .widget-container:nth-child(even)
{
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#sidebar2 .widget-container:nth-child(odd)
{
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#sidebar2 .widget-container:nth-child(even)
{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
#sidebar2 .widget-container:nth-child(3n), #sidebar2 .widget-container:nth-child(7n)
{
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
	background-color: rgb(63,89,140);
	background-color: rgba(63,89,140,.9);
	color: white;
	z-index: 30;
}
#sidebar2 .widget-container:nth-child(3n) a, #sidebar2 .widget-container:nth-child(7n) a
{
	color: white;
}
#sidebar .widget-container:nth-child(4n), #sidebar .widget-container:nth-child(9n)
{
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
	background-color: rgb(178,149,87);
	background-color: rgba(178,149,87,.9);
	color: black;
	z-index: 30;
}
#sidebar .widget-container:nth-child(4n) a, #sidebar .widget-container:nth-child(9n) a
{
	color: black;
}

.widget-container:hover
{
	-webkit-transform: rotate(0deg) scale(1.01) !important;
	-moz-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	z-index: 100 !important;
}

.widget-container h3
{
	padding: 0;
	margin: 3px 3px 3px 10px;
	text-align: center;
	line-height: 1;
	font-size: 1.3em; 
}
.widget-container ul
{
	margin: 5px 5px 5px 20px;
	padding: 0;
	list-style-type: disc;
}
.widget-container li
{
	margin: 0 0 5px 0;
}
#sidebar .widget-container
{
	background-color: rgb(63,89,140);
	background-color: rgba(63,89,140,.9);
	margin-left: -5px;
} 
#sidebar2 .widget-container
{
	background-color: rgb(178,149,87);
	background-color: rgba(178,149,87,.9);
	
}

#content
{
}
.post, .type-page
{
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
	border: 1px solid #444444;
	box-shadow: 5px 5px 5px #444444;
	padding: 20px 35px 40px 35px;
	border-radius: 10px;
	z-index: 10;
	margin: 0 0 20px 0;
	color: black;
	line-height: 1.5;
	font-size: .9em;
	clear: left;
}
.post:nth-child(odd)
{
	-webkit-transform: rotate(.5deg);
	-moz-transform: rotate(.5deg);
	-o-transform: rotate(.5deg);
	-ms-transform: rotate(.5deg);
	transform: rotate(.5deg);
}
.post:nth-child(even)
{
	-webkit-transform: rotate(-.5deg);
	-moz-transform: rotate(-.5deg);
	-o-transform: rotate(-.5deg);
	-ms-transform: rotate(-.5deg);
	transform: rotate(-3deg);
}
.post:nth-child(3n)
{
	-webkit-transform: rotate(.5deg);
	-moz-transform: rotate(.5deg);
	-o-transform: rotate(.5deg);
	-ms-transform: rotate(.5deg);
	transform: rotate(.5deg);
}
.single .post, .post:nth-child(1)
{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.post:hover
{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.post h2, .post h1
{
	color: black;
	text-decoration: none;
	margin: 5px 0;
	font-size: 1.5em;
}
.post h2 a
{
	color: black;
	text-decoration: none;
}
.post h2 a:hover
{
	text-decoration: underline;
}

.more-link
{
	display: block;
	margin: 10px 0;
}

.single .post:nth-child(1)
{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.entry-utility
{
	border-top: 1px solid #888888;
	padding: 20px 0 0 0;
	text-transform: lowercase;
	clear: left;
}

#comments-title
{
	font-size: 1em;
	box-shadow: 5px 5px 3px #444444;
	padding: 10px 5px 10px 5px;
	margin: 0 3px 15px 3px;
	border-radius: 10px;
	z-index: 15;
	position: relative;
	background-color: rgb(128,152,198);
	background-color: rgba(128,152,198,.9);
	color: white;
	text-align: center;
	border: 1px solid #444444;
}

#reply-title
{
	font-size: 1em;
	box-shadow: 5px 5px 3px #444444;
	padding: 10px 5px 10px 5px;
	margin: 0 3px 15px 3px;
	border-radius: 10px;
	z-index: 15;
	position: relative;
	background-color: rgb(128,152,198);
	background-color: rgba(128,152,198,.9);
	color: white;
	text-align: center;
	border: 1px solid #444444;
}

.comment
{
	box-shadow: 5px 5px 3px #444444;
	padding: 20px;
	margin: -15px 3px 15px 3px;
	border-radius: 10px;
	z-index: 15;
	position: relative;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
	color: black;
	line-height: 1.5;
	border: 1px solid #444444;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.comment a
{
	color: black;
}

.comment:nth-child(even)
{
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
}
.comment:nth-child(odd)
{
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
.comment:nth-child(7n)
{
	-webkit-transform: rotate(-1.5deg);
	-moz-transform: rotate(-1.5deg);
	-o-transform: rotate(-1.5deg);
	-ms-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg);
}

.comment p
{
	margin: 0 0 20px 20px; 
	font-size: .8em;
}

.bypostauthor
{
	background-color: rgb(63,89,140);
	background-color: rgba(63,89,140,.9);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: white;
}

#commentform, .contact-form
{
	background-color: rgb(63,89,140);
	background-color: rgba(63,89,140,.9);
	color: white;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #444444;
	z-index: 15;
	position: relative;
	box-shadow: 5px 5px 3px #444444;
}

.contact-form {
width: 425px;
}

.contact-form textarea
{
width: 415px !important;
}

#commentform a, .bypostauthor a
{
	color: white;
}

#comment
{
	
	padding: 20px;
	border-radius: 10px;
	width: 480px;
	line-height: 1.5;
	font-size: .8em;
	margin: 0 auto;
}

.comment:hover
{
	-webkit-transform: rotate(0deg) scale(1.01);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	z-index: 19;
}

.avatar
{
	float: left;
	margin: 5px 10px;
	vertical-align: middle;
}

.comment-author
{
	font-size: .9em;
}

.comment-meta
{
	float: right;
	font-size: .85em;
}

.comment-body
{
	clear: left;
}

blockquote
{
	background-color: rgb(230,230,255);
	background-color: rgba(230,230,255, .8);
	background-color: rgba(128, 152, 198, .9)
	color: black !important;
	border-radius: 10px;
	padding: 10px;
	font-size: .8em;
}
blockquote p
{
	font-size: 1em !important;
	color: black !important;
}

.aec-dropdown-container
{
	z-index: 110;
}

.widget_archive 
{
	text-align: center;
} 

#fbc_profile{
	box-shadow: 5px 5px 3px #444444;
	border-radius: 10px;
	background-color: rgb(63,89,140);
	background-color: rgba(63,89,140,.9);
	color: white;
	position: fixed;
	top: 45px;
	left: 50%;
	margin-left: -480px;
	font-size: .6em;
	text-align: left;
	width: 115px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	transition: all 1s ease-in;
	z-index: 300;
}

#fbc_profile:hover
{
	-webkit-transform: rotate(0deg) scale(1.01);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#fbc_profile a
{
color: yellow !important;
text-decoration: underline !important;
margin: 0 auto;
display: block;
text-align: center;
}
#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;
}

#text-279983472, #text-279983471  /*Recommended Books, Follow the Prophet*/
{
	-webkit-transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	text-align: center;
}

.fbc_connect_button_area
{
	margin-left: 0 !important;
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	float: none !important;
}

.fbc_connect_button_area small
{
	font-size: 1em !important;
}

#footer
{
	text-align: center;
	margin-top: 30px;
	clear: both;
}

.like_container
{
	margin: 5px 0;
	float: left;
	height: 20px;
}
.tweet_container
{
	margin: 5px 0;
	float: left;
}

.plusone_container
{
	margin: 5px 0;
	float: left;
}

.linkedin_container
{
	margin: 2px 0;
	float: left;
}
.entry-date
{
	float: right;
}

.entry-meta
{
	font-size: .9em;
}
#nav-above
{
	overflow: hidden;
}
.nav-previous, .nav-next
{
	font-size: .7em;
	box-shadow: 5px 5px 3px #444444;
	padding: 10px 10px;
	margin: 5px 3px 20px 3px;
	border-radius: 10px;
	z-index: 15;
	position: relative;
	color: black;
	line-height: 1.5;
	border: 1px solid #444444;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
}

.nav-previous
{
	float: left;
}
.nav-previous a
{
	color: black;
}
.nav-next
{

	float: right;
}
.nav-next a
{
	color: black;
}

.ad_section
{
	display: block;
	text-align: center;
}
#wpstats {
height: 0;
width: 0;
overflow: hidden;
margin: 0;
border: none;
padding: 0;
}

#rec-reading object
{
	margin-left: -50px;
}

#text-279983474
{
	width: 300px;
	margin-left: -77px !important;
}

.wp-caption-text
{
	font-size: .85em;
}

.post-table
{
	margin: 5px 10px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}
.post-table th, .post-table td
{
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 3px;
	width: 50%;
	vertical-align: top;
}
.comment-form-comment label
{
	display: block;
}

.widget_rss ul
{
	background-color: white;
	padding: 10px;
	margin: 0;
	list-style: none;
}