/*  
Theme Name: Impish
Theme URI: http://joshuanewmandesign.com
Description: Built for Impish. Mischievously playful.
Version: 0.1
Author: Joshua A.C. Newman	
Author URI: http://joshuanewmandesign.com
*/

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #f8f8ff;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.62em;
	height: 100%;

}

img{
	border: none;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

h1,h2,h3,h4{
	font-weight: normal
}

H1{
	font-size: 36px;
	line-height: 1em;
}

H2{
	font-size: 24px;
	line-height: 1em;
}

H3{
	
}

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

em {
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
}

strong {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.1em;
}

a {
	color: #358;
	text-decoration: none;
}

.flushright{
	text-align: right;
}


p {
	margin-bottom: 1.618em;
}

#pool {
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 650px;
	height: auto !important;
	min-height: 100%;
	padding: 1em;
	padding-bottom: 0px;
	background-color: white;
	position: relative;
}

.post {
	float: left;
}

#columns {
	padding-bottom: 36px;
}

.meta {
	font-size: .8em;
	position: relative;
	top: -20px;
}

#content {
	width: 450px;
        float: left;
}

#sidebar {
	width: 200px;
	float: left;
}

#dots {	
	background-image: url(images/dots.gif);
	background-position: left 22px;
	background-repeat: repeat-x;
	width: 656px;
	height: 56px;
	position: absolute;
	bottom: 0;	
}

#contact {
	color: #999;
	position: absolute;
	top: 0;
}

#searchform {
    margin-top: 2em;
}

#s, #searchsubmit {
    font-size: .75em;
}

#s {
	width: 100px;
}

#searchsubmit {
	clear: right;
}



/*Contactform III default styling*/
#contactform {
	padding:2px;
	margin:5px 0px;
	overflow: hidden;
	line-height:1em;
}
#contactform fieldset {
	border: 0px;
}

#contactform input, #contactform textarea {
	display:block;
	margin:2px 0px 5px;
	padding:2px;
}
#contactform input {
	width:60%;
}
#contactform textarea {
	width:90%;
}

.contacterror {
	border: 1px solid #552222;
}
input#contactsubmit {
	width:25%;
	margin-top:3px;
	padding:2px;
	display:block;
}
input.hiddenfield {
	background:transparent;
	border:none;
	padding:0px;
	margin:0px;
}

