/*
Theme Name: The Fuzz
Theme URI: http://furrybrains.com
Description: Who got the fuzz? We got the fuzz.
Version: 1.0
Author: Jim Dalton
Author URI: http://furrybrains.com
Tags: furry, widgety

	The Fuzz v1.0
	Highly sophisticated

*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/* -------------------*/
/* Top-level Elements */
/* -------------------*/

body {
    font-family: "Lucida Grande", Verdana, sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #fff;
}

/* -----------------------------*/
/* Generic Block-level Elements */
/* -----------------------------*/

address {
	margin: 1em 0;
}

blockquote {
	margin: 1em 3em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	font-weight: bold;
	line-height: 1.1;
}

h1 {
	font-size: 3em;
	letter-spacing: -0.02em;
	margin: .5em 0;
}

h2 {
	font-size: 2em;
	letter-spacing: -0.01em;
	margin: 1em 0 .5em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}


hr {
	border: none;
	background: none;
	margin: 1em 0;
	color: none;
	border-bottom: 1px solid #000;
	display: none;
}

p {
	margin: 1em 0;
	line-height: 1.25;
}

div, span {

}


/* ------*/
/* Lists */
/* ------*/

ul {
	margin: 1em 0 1em 3em;
	list-style-type: disc;
	line-height: 1.25;
}

ol {
	margin: 1em 0 1em 3em;
	list-style-type: decimal;
	line-height: 1.25;
}

ul[compact="compact"], ol[compact="compact"] {
	display: none;
}

li {

}

dl {
	padding: 0;
	margin: 1em 0;
	line-height: 1.25;
}

dd,dt {

}


/* -------*/
/* Tables */
/* -------*/

td, th, thead, tbody, tfoot, tr {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 1.25;
}

th {
	text-align: left;
	font-weight: bolder;
}

caption {
	text-align: left;
	margin: 0;
	padding: 0;
	display: none;
}

colgroup, col {
	display: none;
}


/* ------*/
/* Forms */
/* ------*/

form {
	padding: 0;
	margin: 1em 0;
}

fieldset {
	margin: 1em 0;
}


/* ------------------------*/
/* Special Inline Elements */
/* ------------------------*/


a {
	color: #06c;
}

a:link {
	color: #06c;
}

a:visited  {
	color: #636;
}

a:active {
	color: #999;
}

a:hover {
	color: #0080ff;
}

img {
	border: none;
	text-decoration: none;
}

object {
	padding: 0;
	margin: 1em 0;
}


/* ----------------*/
/* Phrase Elements */
/* ----------------*/

abbr {
	border: none;
}

/* set em and cite to accord with standard english grammar rules */

em, cite {
	font-style: italic;
}

em cite {
	font-style: normal;
}

em em {
	font-style: normal;
}

cite em {
	font-style: normal;
}

cite cite {
	font-style: normal;
}

small {
	font-size: smaller;
	font-weight: normal;
}

strong {
	font-weight: bold;
}



/* ------------------------------------*/
/* ----->>> GLOBAL CLASSES <<<---------*/
/* ------------------------------------*/

.hidden {
    display: none;
}

input.initial {
    color: #999;
}

/* number formats */

.currency {
    text-align: right;
}

/* static links (don't change when visited) */

a.static {
	color: #06c;
}

a.static:link {
	color: #06c;
}

a.static:visited  {
	color: #06c;
}

a.static:active {
	color: #999;
}

a.static:hover {
	color: #0080ff;
}


/* highlights */

strong.highlight, em.highlight {
	font-weight: normal;
	font-style: normal;
	background-color: #ffffcc;
}

div.highlight {
	background-color: #ffffcc;
	padding: .1em .5em;
	margin: 1em -.5em;
}

div.highlight p {
	margin: .5em 0;
}

/* no-height clearing divs */

div.clear-left {
	clear: left;
	height: 0px;
	overflow: hidden;
}

div.clear-both {
	clear: both;
	height: 0px;
	overflow: hidden;
}

div.clear-right {
	clear: right;
	height: 0px;
	overflow: hidden;
}


/* system notifications */

.notifier {
	margin: .5em 0;
	padding: 0 0 0 10px;
	border: 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	display: none;
}

.notifier p {
	color: #000;
	padding: 1em 1em 1em 45px;
	margin: 1px;
}

/* needed for ajax error checking of forms */
.success, .caution, .question, .error, .informative {
	display: block;
}

.notifier.success {
	border-color: #0c0;
	background: #e5ffe5;
}

.notifier.success p {
	background: #e5ffe5 url(../images/controls/success.gif) no-repeat center left
}

.notifier.caution {
	border-color: #cc0;
	background: #ffffe5;
}

.notifier.caution p {
	background: #ffffe5 url(../images/controls/caution.gif) no-repeat center left
}

.notifier.question {
	border-color: #cc0;
	background: #ffffe5;
}

.notifier.question p {
	background: #ffffe5 url(../images/controls/question.gif) no-repeat center left
}

.notifier.error {
	border-color: #c00;
	background: #ffe5e5;
}

.notifier.error p {
	background: #ffe5e5 url(../images/controls/error.gif) no-repeat center left
}

.notifier.informative {
	border-color: #666;
	background: #f2f2f2;
}

.notifier.informative p {
	background: #f2f2f2 url(../images/controls/informative.gif) no-repeat center left
}

/* ------------------------------------*/
/* ----->>> HEADER CLASSES <<<---------*/
/* ------------------------------------*/

#page-container {
    width: 60em;
    margin: 0 auto;
    padding: 1em 2em;
    background-color: #fff;
}

#header {
    border-bottom: 1px solid #999;
    overflow: hidden;
    _height: 1%;
    position: relative;
    padding: 1em 0 .5em;
    margin: 1em 1em 0;
    font-family: "Courier New", courier, fixed-width;
}

#header h1 {
    margin: 0;
    font-size: 1em;
    float: left;
    width: auto;
}

#header #site-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -1em;
    bottom: 1.25em;
    list-style-type: none;
}

#header #site-nav li {
    display: inline;
    margin: 0 1em 0 0;
    padding: 0;
    font-size: 1.1em;
    letter-spacing: 0.02em;
}

#header #site-nav li a,
#header #site-nav li a:link,
#header #site-nav li a:visited {
    color: #06c;
}

#header #site-nav li a:active {
    color: #06c;
}

#header #site-nav li a:hover {
    color: #0080ff;
}

#header #site-nav li.current_page_item a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}


/* ------------------------------------*/
/* ----->>> MAIN CLASSES <<<---------*/
/* ------------------------------------*/

#main {
    overflow: hidden;
    _height: 1%;
    margin: 2em 0;
    padding: 0 1em 0 0;
}

/* ------------------------------------*/
/* ----->>> CONTENT CLASSES <<<---------*/
/* ------------------------------------*/

#content {
    width: 39em;
    float: left;
    padding: 0 1em;
    overflow: hidden;
}

.page-title {
    font-size: 1.5em;
    font-weight: normal;
    color: #666;
    margin: 0 0 1em;
}

/* ------------------------------------*/
/* ----->>> SIDEBAR CLASSES <<<---------*/
/* ------------------------------------*/

#sidebar {
    width: 17em;
    float: right;
}

#sidebar .widget {
    margin: 0 0 2em;
    padding: 1em;
    background-color: #f2f2f2;
    color: #666;
}

#sidebar .widget-title {
    margin: 0 0 .5em;
    font-size: 1.2em;
    color: #666;
}

#sidebar .widget p,
#sidebar .widget li,
#sidebar .widget .textwidget {
    font-size: .9em;
}

/* ------------------------------------*/
/* ----->>> FOOTER CLASSES <<<---------*/
/* ------------------------------------*/

#footer {
    padding-top: 15px;
    background: transparent url(../the_fuzz/images/divider.png) no-repeat top center;
    margin: 2em 0 1em;
    text-align: center;
}

#footer small {
    color: #666;
}

/* ------------------------------------*/
/* --------->>> BLOG POSTS <<<---------*/
/* ------------------------------------*/

.post {
    margin: 0 0 4em;
}

.post .post-title {
    margin: 0;
    font-size: 2em;
}

.post .post-title a {
    text-decoration: none;
    color: #000;
}

.post .post-title small.edit {
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
    bottom: 1px;
}

.post .post-title small.edit a {
    color: #06c;
    text-decoration: underline;
}

.post .post-date {
    color: #666;
    font-size: .8em;
    margin: 0 0 .1em;
}

.post .post-meta {
    padding: .5em 0;
    border: 1px solid #e5e5e5;
    border-width: 1px 0 0;
    color: #666;
    font-size: .75em;
    text-align: right;
}

.post .post-meta .meta {
    float: left;
    width: auto;
}

.post .post-entry {

}

.post .post-entry {
    margin: 1em 0 .5em;
    line-height: 1.5;
}

.post .post-entry p {
    line-height: 1.5;
    margin: 1em 0 1.5em;
}

.post .post-entry h3 {
    margin: 2em 0 .75em;
    font-size: 1.25em;
}

.post .post-entry ol,
.post .post-entry ul {
    margin: 1em 0 1.5em 2em;
    padding: 0;
}

.post .post-entry li {
    margin: .75em 0;
    line-height: 1.5;
}

.post .post-entry blockquote {
    line-height: 1.2;
    margin: 1em 3em 1.5em 0;
    font-size: .95em;
    padding-left: 50px;
    background: #fff url(../the_fuzz/images/quote-mark.gif) no-repeat top left;
}

.post .post-entry code {
    background-color: #dae6f2;
    padding: .25em .1em;
}

.post .post-entry pre {
    margin: 1em 0 1.5em;
    padding: 1em;
    background-color: #dae6f2;
    overflow: auto;
}

.post .post-entry img.size-medium,
.post .post-entry img.size-full {
    border: 5px solid #e5e5e5;
}

.post .post-entry img.size-thumbnail {
    border: 3px solid #e5e5e5;
}

.post .post-entry img.alignright {
    float: right;
    margin: .25em 0 1em 1em;
}

.post .post-entry img.alignleft {
    float: left;
    margin: .25em 1em 1em 0;
}

.post .post-entry img.alignnone {

}

.post .post-entry img.aligncenter {
    margin: 1em auto;
    display: block;
}

.post .syntaxhighlighter,
.post .syntaxhighlighter div,
.post .syntaxhighlighter code,
.post .syntaxhighlighter table,
.post .syntaxhighlighter table td,
.post .syntaxhighlighter table tr,
.post .syntaxhighlighter table tbody
{
	line-height: 1.5em !important;
	font-size: 13px !important;
}

/* search results */

.navigation {
    text-align: center;
    overflow: hidden;
    _height: 1%;
}

.navigation div {
    font-size: .75em;
}

.navigation .next {
    width: auto;
    float: right;
}

.navigation .previous {
    width: auto;
    float: left;
}

.navigation .next {
    
}

/* blog comments */

/* Blog comments */

#comments {
	margin: 0 0 3em;
}

#comments h3 {
	font-size: 1.25em;
}

#comments h3 a {
	color: #000;
	text-decoration: none;
}

.comments-list {
	list-style-type: none;
	margin: 1em 0;
} 

.comments-list li {
	margin: 0 0 1em;
	background-color: #edf4fa;
	padding: .1em 1em;
}

.comments-list li p {
    line-height: 1.5;
	font-size: .85em;
}

.comments-list li h4 {
	font-weight: normal;
	font-size: 1.1em;
	color: #666;
	margin: .5em 0 1em;
}

.comments-list li h4 img {
    margin-right: .1em;
    position: relative;
    top: .1em;
    border: 1px solid #fff;
}

.comments-list li h4 cite {
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

.comments-list li h4 small {
    font-size: .75em;
    margin: 0 .5em;
}

#comment-entry {
	margin: 0 0 2em;
}

#comment-entry h3 {
	font-size: 1.25em;
}

#comment-form {
	background-color: #f2f2f2;
	padding: 1px 1em;
}

#comment-form p {
    line-height: 1.2;
}

#comment-form fieldset legend {
	display: none;
}

#comment-form fieldset dl {
	overflow: hidden;
	_height: 1%; /* IE hack for self-clearing floats */
	margin: 0 0 1em;
}

#comment-form fieldset dl dt {
	float: left;
	width: 5em;
	margin: .25em 0;
	line-height: 2;
}

#comment-form fieldset dl dd {
	float: left;
	width: 27em;
	margin: .25em 0;
	line-height: 2;
}

#comment-form fieldset dl dd input {
    padding: .2em;
    font-size: 1em;
}

#comment-form fieldset dl dd small {
	color: #666;
	margin-left: .25em; 
}

#comment-box label {
    display: block;
}

#comment-box textarea {
    width: 99%;
}

#comment-entry .submit p {
    line-height: 1.1;
}

#comment-entry .submit p small {
    color: #333;
}

/* ------------------------------------*/
/* ----------->>>  WIDGETs <<<---------*/
/* ------------------------------------*/

#searchform {
    margin: 0;
}

#searchform #s {
    padding: .1em;
    width: 12em;
    font-size: 1em;
}

#searchform input {
    display: inline;
    vertical-align: middle;
}

.widget .blogroll {
    list-style-type: square;
    margin: .5em 0 .5em 1em;
}

.widget .blogroll li {
    margin: .25em 0;
}