/*
Theme Name: penshima
Theme URI: http://threebagsfull.ca
Description: Reimagination of ashima theme from threebagsfull.ca.  Base theme by refuled.
Author: Ryan Donahue
Author URI: http://ryandonahue.net
version: 2.0
Tags: two-column, widget-ready, hand-drawn, illustrated, minimal, quirky, fun
*/

/* basics */

html {
	height: 100%
}
body { 
	color: #000000;
	font-family: "Helvetica","Arial","sans-serif";
	font-size: 15px;
	background: #ffffff url('/wp-content/themes/penshima/images/paper.gif') repeat top left;
        background: #ffffff;
	margin:20px;
	}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

#content-wrapper {
	background: transparent url("/wp-content/themes/penshima/images/grey/mid.gif") repeat-y top left;
	width: 1000px;
	min-height: 300px; /* Required for the mailpress plugin */
}



/* container */


#container {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	background: transparent;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header { 
height: 79px;
margin-top: -5px;
background: transparent url("/wp-content/themes/penshima/images/grey/top.gif") no-repeat top left;
}

/* main menu */


#menu {
	display: none;
	background:#000;
	font-size: 8pt;
	width: 760px; 
	overflow:hidden;
}

/* content */


#content {
	float: left;
	width: 640px;
	margin: -50px 0px 0 40px;
	}	

#lightbox-overlay-text-about {
  display: none;
}

#lightbox-close a:hover {
  color: #ffffff;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2 a{
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #ffffff !important;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:0px 0 12px;}

.entry p img {
	margin: 0 auto;
}

.entry h2 {
	color: #8ec54e;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	border: dashed 2px #fda6d5;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}

/* sidebar */

#sidebar {
	width:275px;
	float:right;
	margin: -50px 20px 0 10px;
	padding: 0;
	}

#sidebar label{
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin: 2px 12px;
	padding:0;
	}

#sidebar ul li {
	/*text-transform: lowercase;*/
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}
	
#sidebar ul h2 {
	color: #8ec54e;	
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
	font-size: 18px;
	margin: 16px 0 2px;
	background: transparent url('/wp-content/themes/penshima/images/grey/sidebarseperator.gif') no-repeat bottom left;
}

#sidebar ul h2 a {
color: #8ec54e !important;
background: transparent !important;
}

#sidebar ul ul {
	margin:4px 5px 10px 5px;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	margin: 6px 0;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.center {
	text-align: center;
}

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;
	/*width: 50%;*/
	text-align: right;
	}

.alignleft {
	float: left;
	width: 50%;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background: transparent url("/wp-content/themes/penshima/images/grey/bot.gif") no-repeat top left;
	height:47px;
	clear: both;
	width: 100%;
	margin-top: 0px;
	}

/* tag redefinition
================================================================== */

}

h1, h2, h3, h4, h5 {
	color:#3ea9a6 !important;
}
h3 {
	font-size: 115%;
	margin: 5px 0;
}

h5 { 
color:#8ec54e;
margin: 5px 0px 0px;
font-size: 15px;
}

img {
	border: none;
	max-width: 555px;
	width: auto;
}
dt {
	color: #9fc458;
	margin-top: 5px;}
p {
	margin: .5em 0;
	line-height: 160%;
}
td { vertical-align: top; padding: 5px; border-collapse: collapse; }
table {
	font-size: 80%;
}

/* Structure
================================================================== */

#credits {
	width: 1000px;
	text-align: center;
	font-size: 11px;
	color: #888;
}


/* Links
================================================================== */
a { 
 	color:#00aaa7;
 	text-decoration: none;
}
a:hover, a.down {
 	background:#00aaa7;
 	color: #ffffff;
}

a#sheep { display: block; width: 130px; float: left; margin-left: 10px;}

a#sheep:hover, a#logotype:hover {background:none;}

/* Text Flow Columns
================================================================== */
.two-column {
	width: 279px;
	float: left;
}
.three-column {
	width: 32%;
	float:left;
}
.first-column {
	clear:left;
	margin-right: 1%;
}
.last-column {
	margin-left: 1%;
}


/* Product Lists
================================================================== */
ul.products, ul#about {
	padding: 0;
	margin: 0;
}
ul.products li, ul#about li {
	list-style: none;
}
ul#yarn li, ul#accessories li, ul#about li {
	height: 140px;
	margin: 5px;
	float: left;
}
ul#yarn li a, ul#accessories li a, ul#about li a {
	display:block;
	padding: 0;
}
.box {
	text-align:center;
	width: 100px;
	font-size: 13px;
	float: left;
	margin: 6px 28px;
	padding-bottom: 5px;
	color: #3f90ce;
}

.box:hover {
	background: #3f90ce;
	color: #ffffff;
}

.box a {
	font-weight: bold;
	color: inherit;
}
.box img { margin-bottom: 5px; }


/* General Classes
================================================================== */
.clearLeft {clear: left;} 

.clear { clear: both; }

a.hidden { display: none; }
.note {	
	font-size: 80%;
	color: #888;
}
.notice {
	font-size: 110%;
	color:#994545;
	border: 1px dashed #3f90ce;
	text-align: center;
	padding: .5em 0;
	width: 546px;
}
.floatRightMargin {
	float: right;
	margin: 5px;
}
.floatLeft {
	float:left;
}
.floatRight { float: right; }
img.floatRight { margin-left: 5px;}
.bgAlt {
	background-color: #3f90ce;}
	
#homelogo {
  margin-top: -13px;
	width: 130px;	
	height: 130px;
	float: left;
}

#footContent {
	width: 840px;
	float: left;
	height: 130px;
	padding-top: 10px;
	margin-left: 20px;
	font-size: 12px;
        margin-top: -10px;
}

#sidebar ul li.current_page_item a, 
#sidebar ul li.current_page_item a:hover {
	pointer: pointer !important;
 	color: #777777 !important;
 	background: transparent !important;
}

li.page_item ul {
	display: none;
}

p.threeup {
padding-left: 10px;
}

p.threeup img {
margin: 5px 10px;
}

div.postseperator {
	height: 15px;
	width: 638px;
	background: transparent url('/wp-content/themes/penshima/images/grey/blogseperator.gif') no-repeat top left;
}

div.follow {
margin-left: 5px;
}

p.threeup.text {
text-align: justify;
margin: 20px 40px 20px 10px;
}

h4.announcement {
color: #9D9D9D;
}