/*
Theme Name: Tuned by Payton
Theme URI: http://blog.paytonbyrd.com
Description: Tuned by Payton Byrd, a wordpress theme.
Version: 1.00
Author: Payton Byrd
Author URI: http://blog.paytonbyrd.com
*/

/*
	Theme-specific styles (Overall Site)
	------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Verdana, Arial, helvetica, Tahoma, Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #FFF;
}

p {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #dbdbdb;
	text-align: justify;
}

#logoplaceholder {	/* This is for the logo image placer div */
	position: absolute;
	text-align: center;
	margin-left: 784px;
	padding: 10px;
	width: 240px;
	height: 180px;
}

#logoplaceholder img, #logoplaceholder img a {	/* Styling for logo image */
	border: none;
}

#sitepimpin {	/* Placeholder for site name and slogan */
	border-top: .325em dotted #a85100;
	text-align: center;
	padding: 1.2em;
}

#sitepimpin h1, #sitepimpin h1 a {	/* Decoration for sitename header link */
	text-decoration: none;
	color: #cf934e;
}

.post 
{
	vertical-align: top;
}

.post .postseperator
{
	/* Styling for posts */
	border-top: .25em dotted #cf934e;
	border-top: #a85100 0.25em dotted;
}

.post .postbar
{
	color: #cf934e;
	background-color: #fafaf6;
	width: 125px;
	float: right;
	margin: 6px 0px 10px 6px;
	text-align: center;
	border-right: #b25100 2px dashed;
	border-top: #b25100 2px dashed;
	border-left: #b25100 2px dashed;
	border-bottom: #b25100 2px dashed;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#footer .title
{
	color: #cf934e;
	background-color: #fafaf6;
	text-align: center;
	border-right: #b25100 2px dashed;
	border-top: #b25100 2px dashed;
	border-left: #b25100 2px dashed;
	border-bottom: #b25100 2px dashed;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#footer .title p
{
	color: black;
}

.post .postbar h3, #footer .title h3
{
	font-family: "Trebuchet MS" , "Bitstream Vera Sans" , "Lucida Grande" , Verdana, Arial, sans-serif;
	font-size: 1.25em;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #b25100;
	color: #cf934e;
}

.post .postbar li a,
.post .postbar li a:visited
{
	color: #cf934e;
	font-weight: bolder;
}

.post .postbar li
{
	clear: both;
	display: block;
	float: none;
	margin: 2px 2px 8px 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px dotted #cf934e;
	list-style-type: none;
	text-align: center;
}


.post .posttitleheader a, 
.post .posttitleheader a:visited 
{	/* Controls the post's header text look */
	text-decoration: none;
	color: #cf934e;
	margin-bottom: 0.2em;
	font-size: 1.4em;
}

.post h1 {
	font: 18px/24px Verdana, Arial, Helvetica, sans-serif;
}

.post h2 {
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #dbdbdb;
	padding: 0 0 10px 0;
}

.entry {	/* Controls the entry's text */
	text-align: justify;
}

#footer {	/* Controls the footer div */
	position: absolute;
	text-align: center;
	margin-left: 784px;
	margin-top: 200px;
	width: 240px;
	/*max-width: 180px;
	border-left: 5px #23516f solid;
	border-bottom: 5px #23516f solid;*/
	padding: 0.3em;
	overflow: hidden;
}

/*
	Common Element Styles
	---------------------
*/

a, a:visited {
	color: #cf934e;
	text-decoration: none;
}

a:hover {
	color: #cf934e;
	text-decoration: underline;
}

blockquote
{
	color: #cf934e;
	border-left: double 1em #cf934e;
	font-family: "Lucida Console" , Courier, "Courier New" , fixed;
	padding-left: 0.6em;
	background-color: #211;
	padding: 1px 4px 1px 4px;
}

img {
	border: none;
}

/* Common Layout Styles */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* Needs moving */
.navigation {
	list-style: none;
	display: inline;
}

#postmap {
	color: #cf934e;
	background-color: #fafaf6;
	border: 2px dashed #cf934e;
}

code, pre {
	font-size: 1.2em;
}

acronym, abbr {
	cursor: help;
}

.descr {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

.amazonbox {
        border: 0px;
        float: right;
        margin: 0.25em;
        background-color: black;
}

.amazonboxtitle {
        text-align: center;
        background-color: #99BAD5;
        color: black;
        font-weight: bold;
}

.amazonboxcontent {
        text-align: center;
        background-color: white;
        padding: 2px;
}

.sociable {
	text-align: center;
	border-top: 0.3em solid #99BAD5;
	border-bottom: 0.3em solid #99BAD5;
}

.admincomment {
	background-image: url("images/siteadmin.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

code, pre {
        font-family: "Courier New", Courier, fixed;
        font-size: 8pt;
}