/*
Theme Name: Kokopelli
Description: A simple custom template for Kevin.
*/
body {
	background:url("/wp-content/themes/kokopelli/images/blog-back.gif") repeat-x #1d4770;
	margin:0;
	font-family:Verdana,Arial;
	font-size:12px;
  height:100%; /* this is the key! */
  min-height:100%;
}

a {
  color:#00c;
  text-decoration:none;
}

a:visited {
  color:#009;
  text-decoration:none;
}

a:hover {
  color:#c00;
}

img {
  border:0;
}

h1 {
	font-size:28px;
	font-weight:bold;
	color:#003;
}

h1 a {
	text-decoration:none;
	color:#003;
}

#footer {
	width:894px;
	height:90px;
	background: url(/wp-content/themes/kokopelli/images/footer-back.jpg) #1d4770 repeat-x;
	margin:0 auto;
	padding:20px 40px 20px 40px;
	color:#fff;
}
#footer a,
#footer a:visited{
  color:#fff;
  text-decoration:underline;
}

#header {
	width:974px;
	margin:0 auto;
}

#header .description {
}

#header h1 {
}

#wrapper {
	width:974px;
	background-color:#fff;
	margin:0 auto;
	padding:0;
	border:1px solid #000;
	background: url(/wp-content/themes/kokopelli/images/wrapper-back.gif) #fff repeat-y;
	position:relative;
}

#sidebarRightBackground {
	margin: 0 auto;
	padding: 0;
	background: url(/wp-content/themes/kokopelli/images/sidebarRight-back.gif) #fff repeat-y right;
	width: 974px;

}
#sidebarLeftBackground {
	margin: 0px;
	padding: 0px;
	background: url(/wp-content/themes/kokopelli/images/sidebarLeft-back.gif) repeat-y;
	width: 100%;

}

#sidebarLeftBottom{
  width:153px;
	background: url(/wp-content/themes/kokopelli/images/sidebarLeft-bottom-back.gif) #eee repeat-y;
  height:16px;
  float:left;
}
#contentBottom{
  width:560px;
  padding:0;
	background: url(/wp-content/themes/kokopelli/images/content-bottom-back.gif) #eee repeat-x;
  height:16px;
  float:left;
}
#sidebarRightBottom{
  width:261px;
	background: url(/wp-content/themes/kokopelli/images/sidebarRight-bottom-back.gif) #eee repeat-y right;
  height:16px;
  float:left;
}

.clear {
	clear:both;
}

#content {
	background: url(/wp-content/themes/kokopelli/images/content-top.gif) #fff repeat-x;
	margin:0 261px 0 153px;
	padding:0 25px 20px 12px;
}

#content a {
}

#content a:hover {
}

#content h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	line-height:110%;
	font-weight:bold;
	margin:14px 0 0 0;
	border-bottom:1px solid #666;
	padding:0;
}

#content h1 a {
	color:#006;
	text-decoration:none;
	border:none;
}

#content h2 {
  font-size: 14px;
  margin-bottom:0;
} 

#content p {
  margin: 3px 0 10px 0;
  line-height:16px;
}

#content .highlight {
  color:#990000;
  font-weight:bold;
}


#content .postinfo {
  font-size:11px;
  margin-top:0;
  margin-bottom:15px;
}

.post-comments {
  margin-bottom: 20px;
  height: 20px;
/*  background-image:url('/wp-content/themes/kokopelli/images/icons/16-comment.png');
  background-repeat: no-repeat; */
}

.post-comments a,
.post-comments a:visited {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
  margin:2px 6px 3px 0;
}

.alignright {
	float: right;
  margin:2px 0 3px 6px;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#sidebarLeft {
	width:153px;
	padding:0;
  position:absolute;
  top:90px;
  left:0;
}

#sidebarLeft h2 {
	font-size:16px;
	font-family:Georgia;
	color:#333;
	padding:0 3px 3px 3px;
	margin:18px -3px 0 -3px;
	border-bottom: 3px double #2b6196;
	/*background-color:#dde;*/
}

#sidebarLeft li {
  font-size:9px;
	margin:0 10px 6px -20px;
}

#sidebarRight {
	width:261px;
	padding:0;
  position:relative;
  top:-1px;
  right:0;
  float:right;
}

#sidebarRight h2 {
	font-size:16px;
	font-family:Georgia;
	color:#333;
	padding:0 3px 3px 3px;
	margin:18px -3px 0 -3px;
	border-bottom: 3px double #2b6196;
	/*background-color:#dde;*/
}

#sidebarRight h2 a,
#sidebarRight h2 a:visited {
  color:#006;
  text-decoration:none;
}

#sidebarRight li {
  font-size:9px;
	margin:0 10px 6px -20px;
}

/*
#sidebarRight ul {
	list-style:none;
	margin:0 0 20px 0;
}


#sidebarRight li a {
	color:#333;
	text-decoration:none;
}

#sidebarRight input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebarRight input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebarRight li a:hover {
	color:#000;
}
*/
p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
}
#content li {
}

#content h3 {
}

a.more {
}
a.more:hover {
	text-decoration:underline;
}

a.more-link {
  width:100%;
  text-align:right;
  margin-top:10px;
  display:block;
  border-bottom:1px dotted #666;
}