/*
Theme Name: Tuned
Theme URI: http://www.heritage-tech.net/
Description: Tuned by HTNet, a wordpress theme.
Version: 1.00
Author: Azmeen Afandi
Author URI: http://www.heritage-tech.net/

Tuned v1.00
http://www.heritage-tech.net
*/

/*
	Theme-specific styles (Overall Site)
	------------------------------------
*/

body {		/* Overall styling for the site body */
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family : Verdana, "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
	background-color: white;
	color: #333;
	margin: 0;
	padding: 0;
	border-top: solid 8px #7B99E1;
}

#logoplaceholder {	/* This is for the logo image placer div */
	position: absolute;
	text-align: center;
	margin-left: 81%;
	padding: 0;
	width: 156px;
	height: 252px;
}

#logoplaceholder img, #logoplaceholder img a {	/* Styling for logo image */
	border: none;
}

#sitepimpin {	/* Placeholder for site name and slogan */
	border-top: 2px dotted #7B99E1;
	text-align: center;
	padding: 1.2em;
}

#sitepimpin h1, #sitepimpin h1 a {	/* Decoration for sitename header link */
	text-decoration: none;
	color: #7B99E1;
}

.post {		/* Styling for posts */
	border-top: 2px dotted #7B99E1;
}

.post .posttitleheader a, .post .posttitleheader a:visited {	/* Controls the post's header text look */
	text-decoration: none;
	color: #7B99E1;
	margin-bottom: 0.2em;
	font-size: 1.3em;
}

.entry {	/* Controls the entry's text */
	text-align: justify;
}

#footer {	/* Controls the footer div */
	position: absolute;
	text-align: center;
	margin-left: 81%;
	margin-top: 252px;
	width: 18%;
	/*max-width: 180px;
	border-left: 5px #7B99E1 solid;
	border-bottom: 5px #7B99E1 solid;*/
	padding: 0.3em;
	overflow: hidden;
}

/*
	Common Element Styles
	---------------------
*/

a, a:visited {
	color: #3953A4;
	text-decoration: none;
}

a:hover {
	color: #3953A4;
	text-decoration: underline;
}

blockquote {
	border-left: double 1em #3953A4;
	font-family : Courier, "Courier New", fixed;
	padding-left: 0.6em;
	background-color: #D8FAFF;
}

img {
	border: none;
}

/* Common Layout Styles */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* Needs moving */
.navigation {
	list-style: none;
	display: inline;
}

#postmap {
	background-color: #D8FAFF;
	border: 2px solid #7B99E1;
}

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;
}

/* 
HART-Empire Network
as used on http://hart-empire.com/code/
hen-code.js generated 
ADD to your stylesheet
*/
#hen { /* the whole div */
	font-family: arial,verdana,sans; 
	font-size: 11px; 
	text-align: left;
	padding: 20px;
	clear: both;
} 

