/*  
Theme Name: Leopardmoon
Theme URI: http://www.leopardmoon.com 
Description: pounding purple keys 
Author: Jack DeNoir 
Author URI: jackdenoir@cabaretmechanique.com
Version: 1.0 
Tags: variable width, three columns, widgets 
*/ 

body {
  margin:0;
  padding:0;
  border:0;
  color: #d3d3d3;
  width:100%;
  background:#000;
  min-width:600px;
  font-size:90%;
  line-height:1.3em;
}
a, .postmetadata {
  text-decoration:none;
  color: #9461d8;
}
.postmetadata {
margin:0 0 1em 0;
}
a:hover {
  color:#c68bf2;
  text-decoration:none;
}
h1, h2, h3 {
  margin:.8em 0 .2em 0;
  padding:0;
  color: #9461d8;
}
p {
  margin:.4em 0 .8em 0;
  padding:0;
  line-height:1.3em;
}
img {
  margin:10px 0 5px;
}
#ads img {
  display:block;
  padding-top:10px;
}

.widget ul.wp-tag-cloud{
  list-style:none; 
  padding-left:0;
}


/* Header styles */
#header, #defaultheader {
  clear:both;
  float:left;
  width:100%;
  background: #000;
  border-bottom:1px solid #9461d8;
}

#defaultheader {
  background: #000 url('/wp-content/uploads/2010/12/masthead-pic.jpg') no-repeat top right;
}

#header img, #header div.textwidget {
  margin: 0;
  padding: 0;
}

/* 'widths' sub menu */
#layoutdims {
  clear:both;
  background:#000;
  border-top:4px solid #000;
  margin:0;
  padding:6px 15px !important;
  text-align:right;
}
/* column container */
.colmask {
  position:relative;
  clear:both;
  float:left;
  width:100%;
  overflow:hidden;
}
/* common column settings */
.colright,
.colmid,
.colleft {
  float:left;
  width:100%;
  position:relative;
}
.col1,
.col2,
.col3 {
  float:left;
  position:relative;
  padding:0 0 1em 0;
  overflow:hidden;
}
/* 3 Column settings */
.threecol {
  background:#000;
}
.threecol .colmid {
  right:25%;
  background:#000;
}
.threecol .colleft {
  right:50%;
  background:#000;
}
.threecol .col1 {
  width:46%;
  left:102%;
}
.threecol .col2 {
  width:21%;
  left:31%;
}
.threecol .col3 {
  width:21%;
  left:85%;
}
.post {
margin:0 0 2em 0;
}
/* Footer styles */
#footer {
  padding:.5em 0;
  clear:both;
  float:left;
  width:100%;
  text-align:center;
  border-top:1px solid #9461d8;
}
#footer p {
  padding:10px;
  margin:0;
}


img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


