/*
Theme Name:  axlotl	
Theme URI: http://axlotl.net
Description: 
Version: 0.1
Author: Christopher Feldmann
Author URI: 
Tags: 

	axlotl

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,  ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: tahoma, arial, helvetica, sans-serif;
	vertical-align: baseline;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px*/
	color: #333;
	background: #fff;
}

ul {
	list-style: none;
}


ul.bullets {
	list-style: disc;
}


a:link img, img {
	border: none;
	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	
}

:focus {
	outline: 0;
}

*.alignleft {
	float: left;
}

*.alignright {
	float: right;
}

*.centered {
	margin-left: auto;
	margin-right: auto;
}

em {
	font-style: italic;
	font-weight: 400;
}

blockquote {
	padding: 2px 6px;
	
}

blockquote p {
	padding: 4px;
	background-color: #eee;
}
/**	end global */
/** 
* structure
*/

#page {
	text-align: center;
	overflow:hidden;
}
#header #headerimg {
	height: 18px;
	background-color: #000;
	width: 100%;
	padding: 2px;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}
.navigation {
	width: inherit;
	height: 14px;
	padding-top: 6px;
}
#content {
	width: 660px;
	float: left;
}

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

#footer {
	width: 990px;
	clear: left;
}
/** end structure */
/**
* header
*/
#header {
	height: 30px;
	text-align: left;
}
#header #headerimg h1 {
	font-size: 1.4em;
	font-family: monaco, courier, fixed;
	
}

#header #headerimg a {
	color: #fff;
}

#header #headerimg #toplinx {
	margin-right: 10px;
	font-size: 1.1em;
}

#header #headerimg #toplinx li {
	margin: 2px 6px;
	float: left;
}

#header .description {
	clear: left;
	padding-top: 6px;
	margin-left: 4px;
	font-style: italic;
}

#header .useragent {
	float: left;
}

.bbehavior {
	display: none;
}
/**
* content
*/

#page #content {
	text-align: left;
}

#page #content .post {
	margin: 20px 10px 30px;
	padding: 10px;
	overflow: auto;

}

#page #content .post.solitary {
	overflow: visible;
}

#page #content .post h2 {
	font-size:1.5em;
}

#page #content .post p, #page #content .post ul li,#page #content .post ol li {
	margin: 10px 4px;
	font-size: 1.2em;
	line-height: 120%;
}
#page #content .post ul li,#page #content .post ol li {
	font-size: 1.4em;
}

#content .post .entry ol.photolist {
	list-style: none;
}

#content .post .entry ol.photolist li {
	list-style-position: inside;
	width: 500px;
	padding: 6px;
}

#content .post .entry ol.photolist li img {
	padding: 5px;
	border: 1px solid #999;
	margin: 5px;
}
div#content .post .entry div.graphics {
	text-align: center;
	width: 290px;
	float: left;
}
div#content .post .entry div.graphics img {
	padding: 5px;
	border: 1px solid #999;
	margin-bottom: 4px;
}
div#content .post .entry div.graphics img.alignleft {
	margin-left: 0 ! important;
	
	margin-right: 10px;

}

div#content div.post div.entry div.graphics p.caption {
	color: #999;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 10px;
	margin-left: 0;
}
/**
*	comments
*/
ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	margin: 10px;
	width: 500px;
}

ol.commentlist li.tigerstripe {
	background-color: #ddd;
}

ol.commentlist li img.avatar {
	margin: 6px;
	float: right;
}

.post code {
    font-family: courier, monospace;
    font-size: 11px;
}

pre {
    font-family: courier, monospace;
    margin-top: 20px;
}
/** end content */
/**
* sidebar
*/
#page #sidebar {
	text-align: left;
}

#page #sidebar ul {
	margin: 10px;
}
#page #sidebar #searchform input[type="text"] {
	border: 1px solid #999;
}
#eightball {
	padding-left: 12px;
}
#eightball span {
	color: blue;
	cursor: pointer;
}

#eightball span:hover {
	text-decoration: underline;
}

#aim {
	padding-left: 10px;
	height: 20px;
}
p#fortune {
	margin-top: 10px;
}
/** end sidebar */
/**
* footer
*/

/** end footer */

