﻿/*
Theme Name: teknohippy.net
Theme URI: http://teknohippy.net
Description: teknohippy.net
Version: 1.0
Author: Iain Norman
Author URI: http://teknohippy.net/
Tags: custom
*/
@import url('styles/reset-min.css');
@import url('styles/base-min.css');
@import url('styles/fonts-min.css');
body {
	font-family: Calibri;
	min-width: 750px;
}
h2 {
	font-size: 182%;
	color: #3399FF;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
h3 {
	font-size: 160%;
	font-weight: bold;
}
p {
	font-size: 131%;
}
.clr {
	clear: both;
}
#intheader, #inttop, #intbottom, #intfooter {
	width: 750px;
	margin: auto;
}
#outheader, #outtop, #outbottom, #outfooter {
	clear: both;
}
#outbottom {
	background: white;
	border-top: 1px solid #ccc;
}
#outfooter {
	background: white;
	padding-top: 30px;
}
#outheader {
	background: #fff;
	background-image: url('images/headerbg.png');
}
#outtop {
	background: #FF0066;
	margin: 0px;
	padding: 0px;
	border: 1px #ff0066 solid;
}
#inttop h1 {
	font-size: 197%;
	font-family: Georgia;
	font-weight: normal;
	line-height: 0px;
	margin-bottom: 20px;
}
#inttop h1 a {
	text-decoration: none;
	color: black;
}
#intfooter {
	border-top: 1px solid #ccc;
	color: #666;
	padding-top: 3px;
}
#logo {
	margin-top: 20px;
	float: left;
}
#menu {
	float: right;
	color: white;
	margin: 0;
	padding: 0;
	margin-top: 60px;
	height: 25px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	float: left;
}
#menu li a {
	color: white;
	display: block;
	line-height: 26px;
	padding: 0 10px;
	text-decoration: none;
}
#menu .current_page_item {
	background: #FF0066;
}
#menu .current_page_parent {
	background: #FF0066;
}
#menu .current_page_ancestor {
	background: #FF0066;
}
#maincontent {
	float: left;
	width: 530px;
}
#sidebar {
	float: right;
	width: 200px;
}
div.post {
	clear: both;
}
div.post h2 {
	margin-bottom: 0px;
}
div.post h2 a {
	text-decoration: none;
	color: #3399FF;
}
div.entry {
	margin-top: 20px;
}
.postmetadata {
	font-size: 100%;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navigation {
	margin-top: 30px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#sidebar ul {
	margin-left: 0px;
	list-style: none;
}
#sidebar ul li {
	margin-left: 0px;
	list-style: none;
}
blockquote {
	padding: 20px;
	font-style: italic;
	color: #666;
	background: #eee;
	margin: 0px 40px 20px 40px;
	border: 1px solid #666;
	font-size: 75%;
}
.hometext {
	padding-top: 40px;
}
.hometext img {
	margin-right: 40px;
	padding-bottom: 20px;
}
.hometext a {
	color: #333;
}
.homeimg {
	float: left;
	margin-right: 40px;
	padding-bottom: 20px;
}
.hpcolumn1 {
	padding: 0px;
	float: left;
	width: 33%;
}
.hpcolumn2 {
	padding: 0px;
	float: left;
	width: 33%;
}
.hpcolumn3 {
	padding: 0px;
	float: left;
	width: 33%;
}
.hpcol ul {
	margin-left: 0px;
	list-style: none;
}
.hpcol ul li {
	margin-left: 0px;
	list-style: none;
}
#intfooter p {
	float: left;
	font-size: 85%;
}
#intfooter h2 {
	float: right;
	text-transform: uppercase;
	font-size: 85%;
	border: none;
	color: #666;
	margin: 0px;
}
.commentlist {
	margin: 0px;
	padding: 0px;
}
.commentlist li {
	padding: 0px;
	min-height: 96px;
	margin-bottom: 10px;
	background: #eee;
}
.commentlist li.alt {
	background: #ddd;
}

.commentlist li.author
{
	border: 3px solid orange;
}


.gravatar
{
	margin-left: 10px;
	float:right;
}
.commenttext
{
	padding: 10px;
}

.commenthead
{
	padding: 10px;
}
