/*
Theme Name: Quicklime
Theme URI: http://www.heritage-tech.net/wordpress-stuff/
Description: Quicklime by <a href="http://www.heritage-tech.net/">HTNet</a>, a wordpress theme with a twist of lime.
Version: 1.0
Author: Azmeen Afandi
Author URI: http://www.heritage-tech.net/

Quicklime v1.0
http://www.heritage-tech.net
*/

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

html, body {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #F0F0F0;
	font-family: Verdana, Arial, 'Lucida Sans Unicode', sans-serif;
	font-size: 70%;
	border-top: 10px solid #CCE82E;
}

a, a:visited {
	color: #1A50B8;
	text-decoration: underline;
}

a:hover {
	color: #436D9F;
	background-color: #CCE82E;
	text-decoration: none;
}

img, a img {
	border: 0;
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, sans-serif;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 130%;
}

h6 {
	font-size: 120%;
}

#header {
	background-color: #CCE82E;
	clear: both;
	width: 70%;
	height: 70px;
	background-image: url("images/corner.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header h1 {
	margin-top: 0;
	border: 0;
	padding: 0 0 0 0.3em;
	font-size: 350%;
}

#header h1 a, #header h1 a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #000000;
}

#header h1 a, #header h1 a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #F23D7B;
}

#content {
	background-color: #F0F0F0;
	width: 70%;
	clear: both;
	min-height: 100%;
}

.post {
	margin: 1em;
}

.date {
	width: 48px;
	float: left;
	text-align: center;
	background-color: #CCE82E;
	margin: 2px;
}

.date .daymonth {
	background-image: url("images/datetop.png");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #CCE82E;
	font-weight: bold;
	display: block;
}

.date .year {
	background-image: url("images/datebot.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #CCE82E;
	color: #EB8A00;
	font-weight: bold;
	display: block;
}

.posttitleheader, .posttitleheader a, .posttitleheader a:visited {
	color: #91A713;
	text-decoration: none;
	padding: 0.2em 0 0em 0;
}

.posttitleheader a:hover {
	color: #F23D7B;
	background-color: transparent;
	text-decoration: none;
	padding: 0.2em 0 0em 0;
}

#sidebar, #midbar {
	position: absolute;
	padding: 0;
	top: 48px;
	width: 15%;
	clear: both;
	overflow: hidden;
}

#sidebar {
	margin: 0 0 0 85%;
}

#midbar {
	margin: 0 0 0 70%;
}

#sidebar ul, #midbar ul {
	margin: 2px;
	padding: 0;
	list-style: none;
}

#sidebar ul li, #midbar ul li {
	padding-left: 1em;
}

#sidebar ul.children li, #midbar ul.children li {
	padding-left: 1em;
}

#sidebar h2, #midbar h2 {
	font-size: 1.2em;
}

#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited , #midbar h2, #midbar h2 a, #midbar h2 a:visited {
	color: black;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 2px;
}

#midbar .searchres, #sidebar .searchres, #midbar .browse, #sidebar .browse {
	background-color: #E5F397;
}

#searchform {
	margin-top: 10px;
}

#navigation {
	width: 70%;
	padding: 20px 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, sans-serif;
}

#navigation a, #navigation a:visited {
	padding: 5px;
	background-color: #E5F397;
}

#navigation a:hover {
	padding: 5px;
	background-color: #F23D7B;
}

#footer {
	margin-top: 1em;
	background-color: #E5F397;
	text-align: center;
	padding: 0 2px;
	border: 2px ridge #CCE82E;
}

#commentsdiv {
	padding: 1em;
}

.singleview .postmetadata {
	background-color: #E5F397;
	text-align: center;
}

.singleview .postmetadata  a:hover{
	background-color: #F23D7B;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	border-left: double 0.5em #F23D7B;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, sans-serif;
	padding-left: 0.3em;
}

#skyscraper {
	text-align: center;
}

code, pre, tt {
	font-size: 1.2em;
	font-family: 'Courier New', Courier, Fixed;
}

#rssplacer {
	position: absolute;
	width: 30%;
	top: 15px;
	text-align: center;
	margin: 0 0 0 70%;
	height: 128px;
	max-height: 128px;	
}
