/*  
Theme Name: llamaSpit Default
Theme URI: http://llamaspit.com/
Description: llamaSpit Theme
Author: llamaspit.com
Author URI: http://llamaspit.com/

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

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/



/* Begin Typography & Colors */
body {
	/*
	font-size: 62.5%; /* Resets 1em to 10px */
	/*
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	*/
	background: #DBB69B;
	font:13px/24px Verdana, "Lucida Sans Unicode", Helvetica, sans-serif;
	}

#header {
	background-color: #503318;
	border-bottom: 10px solid #2A2416;
	}

#header a {
	color: #FFF;
	text-decoration: none;
	font-size: 24pt;
	font-family: Courier New;
	font-weight: bold;
	}
	
#headerdesc {
	text-align: center;
}
	
#headerdesc .description {
	line-height: 18px;
	color: #A3A3A3;
	background: #503318;
	}
	
#headerdesc .description a {
	font:13px/22px Verdana, "Lucida Sans Unicode", Helvetica, sans-serif;
}
	
#divider {
	background-color: #2A2416;
}

#middle {
	background-color: #FEF3DA;
	/*border: solid 1px #F00;*/
	}

#footer {
	/*background-color: #FEF3DA;*/
	}
	
a:link {
	text-decoration: none;
	color: #06c;
}

a:visited {
	text-decoration: none;
	color: #06c;
}

a:hover {
	text-decoration: underline;
	color: #06c;
}

a:link {
	/*color: #A3A3A3;*/
	text-decoration: none;
}

a:visited {
	/*color: #A3A3A3;*/
	text-decoration: none;
}

a:hover {
	color: #A3A3A3;
	text-decoration: underline;
}

.post h2 a, .post h3 a {
	color: #000;
	text-decoration: none;
}


small {
	line-height: 16px;
}

/*
.content h2, .content h3 a:visited {
	color: #000;
	text-decoration: none;
}

.content h2, h3 a:hover {
	color: #000;
	text-decoration: none;
}
*/
/* End Typography & Colors */













/* Begin Structure */
body {
	/*margin: 110px 10px -16px 10px;*/
	margin: 0px;
	padding: 0px;
	}

#header {
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	width: 100%;
	height: 100px;
	}
/*
#headerdesc a {
	margin-left: 30px;
	}
#header .description a {
	margin-left: 0px;
}
*/

#headerdesc {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	margin: 0px;
	padding-top: 15px;
	height: 100px;
	}
	
#header img {
	float: right;
	}
	
#header .description {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 15px;
	}

#divider {
	height: 10px;
	width: 100%;
	}

#middle {
	border-left: 4px solid #2A2416;
	border-right: 4px solid #2A2416;
	margin-left: 144px;
	margin-right:144px;
	/*
	The following is a CSS hack for IE.
	Read about it here: http://www.glish.com/css/hacks.asp
	*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 140px;
	margin-right:140px;
		}
	html>body #middle {
	margin-left: 140px;
	margin-right:140px;
	}
	
#middleborder {
	border-right: 2px solid #A3A3A3;
	border-left: 2px solid #A3A3A3;
}

.postseperator {
	margin-top: -35px;
	margin-bottom: 35px;
	text-align: center;
}

#middle h3 {
	margin-top: 0px;
}

#content {
	/*clear: left;*/
	border-top: 0px;
	margin: 0px 240px 0px 20px;
	padding-top: 35px;
	}

#footer {
/*	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both; */
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.post h2 {
	margin-top: 0px;
}
	
.entry {
	margin-left: 10px;
}

.postmetadata {
	margin: 0 0 50px 0;
}

/* End Structure */












/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */











/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
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 Images */













/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */













/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */













/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */









/* Begin Sidebar */
#sidebar
{
	float: right;
	padding: 0px 0 10px 15px;
	margin: 30px 15px 15px 0px;
	width: 180px;
	/*margin-left: 545px;*/
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */









/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */









/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/