@charset "utf-8";
/*
Theme Name: Spoontwisted
Theme URI: http://www.spoontwisted.com/
Description: 
Version: 1.0
Author: Rick Ford
Author URI: http://www.spoontwisted.com/
Tags: 
*/




body,td,th {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin: 0 0 0 0;
	background: #E8E8E8;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
}
html {
	overflow-y: scroll !important;
}

/* IE 6 & 7 z-index fix */
div {
	z-index: 1;
}





/*  Fonts - Text Styles  */




.f10 {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.italic, .italics {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;	
}
.strikethrough {
	text-decoration: line-through;	
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}
img {
	border: 0;
	padding-bottom: 5px;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
p {
	margin: 0 0 0 0;
	padding: 0px 0px 10px 0px;
}
.hr {
	display: block;
	position: relative;
	clear: both;
	height:1px;
	overflow:hidden;
	border-top: 1px dotted #C8BA91;
	padding: 10px 0px 10px 0px;
	margin: 0 0 0 0;
}
ul {
	margin: 0 0 0 0;
	padding: 0 0 0 35px;
}
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
p img {
	padding: 0;
	max-width: 100%;
}
h3 + p {
	margin-top: 15px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}





/*  Link Styles  */





a {
	text-decoration: none;
	outline: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
}





/*  Header Styles  */






h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	color: #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
h3.pagetitle {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
h4 {
}
h5 {
}
h6 {
}
.post h2 {
	font-weight: bold;
	font-size: 20px;
	color: #FF9900;
	padding-bottom: 3px;
}
.post h2 a {
	color: #FF9900;
	text-decoration: none;
}
.post h2 a:hover {
	color: #FF9900;
	text-decoration: underline;
}






/*  Template Styles  */





#header,
#main,
#footer {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	clear: both;
}
#header {
	background: url(images/bg_head.jpg) no-repeat top left;
	height: 104px;
}
#main {
	background: url(images/bg_body.jpg) repeat-y top left;
	padding-bottom: 10px;
}
#footer {
	background: url(images/bg_foot.jpg) no-repeat bottom left;
}

#bio {
	display: block;
	position: absolute;
	right: 103px;
	top: 9px;
	text-align: right;
}

a#logo {
	display: block;
	position: absolute;
	top: 6px;
	left: 5px;
	width: 320px;
	height: 60px;
}
a#logo-bottom {
	display: block;
	position: absolute;
	top: 66px;
	left: 5px;
	width: 120px;
	height: 38px;
}

ul#topnav {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 166px;
	list-style: none;
}
ul#topnav li {
	float: left;
}
ul#topnav a {
	display: block;
	color: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 2px 8px 2px 8px;
	text-transform: uppercase;
	margin: 0 4px 0 0;
	font-weight: bold;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-radius-topright: 6px;
	-khtml-border-radius-topleft: 6px;
	border-radius-topright: 6px;
	border-radius-topleft: 6px;
}
ul#topnav a:hover {
	text-decoration: underline;
}
ul#topnav .current_page_item a {
	border-bottom: solid 1px #003366;
	text-decoration: none;
}


#leftbar {
	display: inline;
	float: left;
	width: 150px;
	margin: 10px 0 0 20px;
	font-size: 11px;
}
#content {
	display: inline;
	float: left;
	width: 560px;
	margin: 10px 20px 0 30px;
}
#sidebar {
	display: inline;
	float: right;
	width: 150px;
	margin: 10px 22px 0 0;
	font-size: 11px;
}
#sidebar ul,
#leftbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar ul li,
#leftbar ul li {
	border-bottom: #CCCCCC 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sidebar ul li li,
#leftbar ul li li {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#sidebar input#s {
	width: 146px;
	padding: 0 2px 0 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	outline: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
#sidebar button {
	display: block;
	background-color: #003366;
	color: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 0 2px 0 2px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 3px auto 0 auto;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
textarea#comment {
	width: 520px;
	padding: 0 2px 0 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	outline: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
button#submit {
	display: block;
	background-color: #003366;
	color: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 0 2px 0 2px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 3px 0 0 0;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebar h2,
#leftbar h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
#leftbar ul li.logos {
	text-align: center;
	padding-bottom: 0px;
}


.post + .post {
	padding-top: 30px;
}
.post small {
	font-size: 11px;
	color: #CCCCCC;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.post small + .entry {
	margin-top: 10px;
}
.post {
	line-height: 16px;
	clear: left;
}
.postmetadata {
	font-size: 10px;
	border: 1px solid #CCCCCC;
	padding: 3px 7px 3px 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.navigation {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	display: inline;
	width: 100%;
}
.post + .navigation,
p + .navigation {
	border-top: solid 1px #CCCCCC;
	border-bottom: none;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.navigation .alignleft {
	float: left;
	width: 49%;
	text-align: left;
}
.navigation .alignright {
	float: right;
	width: 49%;
	text-align: right;
}


#footer p {
	width: 950px;
	border-top: 1px solid #CCCCCC;
	margin: 0 auto 5px auto;
	text-align: center;
	padding-top: 7px;
}

















/*  Sociable Styles  */

div.sociable {
	margin: 0 0 0 0;
}
span.sociable_tagline {
	position: relative;
}
span.sociable_tagline span {
	display: none;
}
span.sociable_tagline:hover span {
	position: absolute;
	display: none;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before {
	content: "";
}
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
