/*  
Theme Name: Benny
Theme URI: http://bennyfibers.com/
Description: Sheep are cool.
Author: Erik Randall
Author URI: http://erikrandall.com/

	Benny v1.0
	http://bennyfibers.com/

	This theme was designed and built by Erik Randall
	http://erikrandall.com/
	
	Copyright 2005, Erik Randall, All Rights Reserved

*/

/*
-Base Styles
-Header Styles
-Content Class Definitions
-Structure
-Sidebar Definitions
-Image Definitions
-List Definitions
-Form Definitions
*/


/* Base Styles
-------------------------------------------------------------*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ccc;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	color: #9f9;
	text-decoration: underline;
	}

a:focus, a:hover {
	color: #fff;
	text-decoration: underline;
	}

a:active {
	color: #9f9;
	}

a img {
	border: none;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	
blockquote {
	background-color: #f00;
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
hr {
	visibility: hidden;
	width: 70%;
	clear: both;
	}
	
p {
	font-size: 1.1em;
	margin: 4px 14px 10px 12px;
	}

ul, ol {
	font-size: 1em;
	margin: 4px 14px 10px 0px;
	}

li {
	margin: 4px 14px 4px 30px;
	list-style: disc outside;
	padding-left: 10px;
	}
	
.postdate, .meta {
	clear: both;
	margin-top: 0px;
	font-size: 0.9em;
	line-height: 0.9em;
	text-align: center;
	color: #9c9;
	}
	
.meta {
	margin-bottom: 4px;
	}
	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

strike {
	}


/* Header Styles
-------------------------------------------------------------*/
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}
	
h2 {
	margin: 30px 6px 4px 6px;
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}
	
h2 a:link, h2 a:visited, h2 a:visited {
	color: #fff;
	text-decoration: none;
	}
	
h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 20px 10px 0 12px;
	text-align: left;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h2 a:focus, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
	

/* Content Class Definitions
-------------------------------------------------------------*/
.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.post {
	margin: 0 0 18px 0;
	text-align: justify;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}
	
.nocomments, .postmetadata {
	color: #000;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* Structure
-------------------------------------------------------------*/

#header {
	position: relative;
	background: url(images/benny-headerx.jpg) top center no-repeat #fff;
	padding: 0;
	margin: 0 auto;
	height: 245px;
	width: 750px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
#menu {
	position: absolute;
	top: 218px;
	left: 4px;
	width: 540px;
	background: url(images/benny-menu-test.gif) top left no-repeat transparent;
	text-align: left;
	height: 23px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

#menu ul {
	padding: 0;
	margin:  0;
	line-height: 0px;
	text-align: center;
	}

#menu li {
    list-style-type: none;
    display: block;
    float: left;
	padding: 0;
	margin: 0;
    line-height: 0px;
    border-right: 1px solid #004100;
    border-bottom: 6px solid #fff;
	}

#menu li.home {width: 66px;}
.cashmere {width: 87px;}
.fleece {width: 67px;}
.sleeping {width: 154px;}
.batts {width: 64px;}
#menu li.about {width: 89px; border-right: none;}

#menu li:hover {
    border-bottom: 6px solid #004100;
	}

#menu a img {
	padding: 2px 0 0 0;
	margin: 4px 0;
	display: block;
	text-decoration: none;
	}

#page {
	background: #fff;
	border: 1px solid #666;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 750px;
	}

#content {
	background: url(images/content-box-background.gif) top repeat-y #667f53;
	float: left;
	font-size: 1.2em;
	width: 440px;
	margin: 2px 0 2px 2px;
	}

#content-top {
	background: url(images/content-box-top.gif) top no-repeat transparent;
	height: 8px;
	font-size: .2em;
	}

#content-bottom {
	clear: both;
	background: url(images/content-box-bottom.gif) bottom no-repeat transparent;
	height: 8px;
	font-size: .2em;
	}
	
#content h2 {
	color: #030;
	background: url(images/content-headerx.gif) center center no-repeat transparent;
	margin: 2px auto 0 auto;
	padding: 0;
	line-height: 40px;
	height: 41px;
	text-align: center;
	font-variant: small-caps;
	font-size: medium;
	letter-spacing: .1em;	
	}
	
#content h3 {
	letter-spacing: .1em;
	}

#content h2 a {
	font-size: 1.4em;
	color: #030;
	}

#content p {
	line-height: 1.4em;
	}

#footer {
	clear: both;
	background: url(images/benny-footer.gif) top center no-repeat transparent;
	color: #fff;
	padding: 0 0 0 1px;
	margin: 0 auto 2px auto;
	width: 745px;
	height: 25px;
	line-height: 25px;
	}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 1em;
	}



/* Sidebar Definitions
-------------------------------------------------------------*/
#sidebar{
	float: right;
	background: url(images/side-box-backgroundx.gif) top repeat-y #a0b081;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 2px 2px 4px 0;
	padding: 0;
	width: 300px;
	}

#side-top {
	background: url(images/side-box-topxz.gif) top no-repeat transparent;
	height: 60px;
	font-size: .2em;
	}

#side-bottom {
	background: url(images/side-box-bottomxz.gif) bottom no-repeat transparent;
	height: 38px;
	font-size: .2em;
	}
	
#sidebar .post {
	border-bottom: 1px solid #030;
	margin-bottom: 0px;
	font-size: 1.1em;
	}
	
#sidebar .post p {
	line-height: 1.4em;
	}
	
#sidebar a:link, #sidebar a:visited {
	color: #030;
	text-decoration: underline;
	}

#sidebar a:focus, #sidebar a:hover {
	color: #fff;
	text-decoration: underline;
	}

#sidebar a:active {
	color: #999;
	}
	
#sidebar h2 {
	color: #030;
	margin: 10px auto 8px auto;
	text-align: center;
	font-variant: small-caps;
	font-size: 1.7em;
	width: 276px;
	letter-spacing: .2em;
	}
	
#sidebar h2 a:link, #sidebar h2 a:visited {
	color: #030;
	text-decoration: none;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar ul ul li, #sidebar ul ol li {
	color: #777;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0 10px 0 10px;
	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;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	

/* Image Definitions
-------------------------------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}

img {
	color: #cfc;
	}
	
#content img {
	border: 1px solid #000;
	}

/*	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) */

.alignright {
	float: right;
	margin: 6px 6px 6px 6px;
	}
	
.alignleft {
	float: left;
	margin: 6px 12px 6px 12px;
	}

.boxleft {
	float: left;
	width: 200px;
	margin: 6px 12px 6px 12px;
	}

.boxleft_sml {
	float: left;
	width: 120px;
	margin: 6px;
	}

.boxline_sml {
	float: left;
	width: 120px;
	margin: 6px 6px 6px 12px;
	}


.boxright {
	float: right;
	width: 200px;
	margin: 6px 12px 6px 12px;
	}

.boxright_sml {
	float: right;
	width: 120px;
	margin: 6px 12px 6px 6px;
	}
	
.caption {
	font-size: .8em;
	margin: 0 auto 0 auto;
	text-align: center;
	}
	
.content_box {
	padding-top: 4px;
	margin: 12px;
	border: solid #004100;
	border-width: 1px 1px 1px 1px;
	}
	
.content_box .label {
	text-align: center;
	clear: both;
	margin-bottom: 3px;
	font-weight: bold;
	}
	
img.centered {
	display: block;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	float: right;
	margin: 6px 0 4px 12px;
	}

img.alignleft {
	float: left;
	margin: 0 14px 4px 0px;
	}
	

/* List Definitions
-------------------------------------------------------------*/

	/*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;
	list-style: none;
	text-indent: -10px;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	

/* Form Definitions
-------------------------------------------------------------*/
#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;
	}