/* @override http://chupacabrablog.org/wp-content/themes/lessthanminimum/style.css */

/*
Theme Name: LessThanMinimal
Theme URI: http://wordpress.org/
Description: 
Version: 1.6
Author: Alex Morse
Author URI: http://alexemorse.com/
Tags: blue, custom header, fixed width, two columns, widgets

	

*/

/* @group Reset */

/* 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color:  #777;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p a {
	border-bottom: 1px dotted #ddd;
}
a, a:hover {
	text-decoration: none;
}
a:hover {
	color: black;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Structure */

#page {
	margin: 0 auto;
	padding: 0 20px;
	width: 800px;
	}

#header {
	margin: 0 0 25px 0;
}

#content {
	}

#footer {
	width: 550px;
	float: left;
	margin-top: 45px;
	font-size: 0.9em;
	clear:  both;
	text-align: center;
	}

.narrowcolumn {
	float: left;
	width: 550px;
	}

.widecolumn {
	line-height: 1.6em;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.post {
	margin: 0 0 40px 0;
}

div.entry {
	margin: 10px 0 0 0;
}

div.postinfo {
	width: 100px;
	margin:  0 0 0 -120px;
	clear:  none;
	float:  left;
	text-align:  right;
	color:  #ccc;
}

div.postinfo h2 {
	color:  #ccc;
}

span.month {
	font-family:  Gil Sans, Verdana;	
	font-size:  0.8em;
	color:  #ccc;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	text-align: right;
	font-size: 0.9em;
}

.clear {
	clear: both;
}

/* @end */

/* @group Typography */

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 6em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}
	
div.description {
	text-align:  left;
	font-family:  Helvetica;	
	color:  #ccc;
	font-size:  1.3em;
	margin:  -5px 0 0 0;
	font-style:  italic;
}

p {
	margin: 0 0 1.2em 0;
	line-height:  120%;
}

p:first-letter {
	font-size:  1.18em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
ul, ol {
	margin: 5px 0 15px 25px;
	padding: 0;
}

ul li {
	margin: 0 0 0 15px;
}

#sidebar ul li {
	font-size: 1.2em;

}

#s {
	width: 80px;
}

a img {
	border: none;
	}

/* @end */

/* @group images */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	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
	}

/* @end */

/* @group Forms */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* @end */

/* @group Comments
 */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 0 10px 5px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 1em 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* @end */

/* @group sidebar */

#sidebar
{
	padding: 0 0 0 20px;
	border-left:  1px dotted #ccc;
	float:  right;
	width: 210px;
	}

#accordion {

}

#accordion div {

}

/* content */
#accordion div div {
	margin:  20px 0 0 0;
	padding:  0 0 10px 0;
	font-size: 0.7em;
	border-bottom: 1px dotted #ccc;
}

#accordion div h3 {
	margin:  0;
	cursor: pointer;
}

#accordion div h3.ui-accordion-header {
		
}

#accordion div h3 {
	color:  #ccc;
}

#accordion div h3.active {
	color: #888;
	border-bottom: 1px dotted #ccc;
}

#sidebar form {
	margin: 0;
	}

/* @end */






