/*
Theme Name: peep
Theme URI: http://www.peep.org/words/
Description: This is a wordpress themes designed specfically for peep.org
Version: 1.0
Author: Michael Kay
Author URI: http://www.peep.org/mk/
Tags: fluid width, two columns, peep



/*-----------Block Level Elements--------------*/

body {
	background: url('/words/wp-content/themes/peep/images/wordsBG.gif') repeat-y right;
}

#page {
	margin: 0 auto;
	clear:both;
}

#header {
	width: 100%;
}

#headerimg {

}

.description {

}

#wrapper {
	width: 100%;
	min-width: 680px;
}

#content {
	float: left;
	width: 60%;
	padding:24px 0 18px 10%;
}
ul#sidebar {
	float: right;
	width:176px;
	padding:12px 9px 0 0 ;
	font-size: 12px;
	/*background-color:#C9E6CD; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
}


#footer {
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1 {
	xxfont: 2em Arial, Helvetica, sans-serif;
}

h2 {
	font: bold 1.6em Verdana, Arial, Helvetica, sans-serif;
	margin:3px 0 3px 0;
}

h3 {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin:9px 0 3px 0;
}

h4 {

}

h5 {
	margin:9px 0 3px 0;
	/*text-transform:uppercase;*/
}

img {
margin-top:3px;
margin-bottom:3px;
}



/*-------------The Post-------------*/

a:visited, a {
text-decoration:none;
}
#entrybody a, #entrybody a:visited  {
background-color: #f0f0f0;
}
a:hover {
	text-decoration:underline;
}
#entrybody a:hover {
	background-color: transparent;
}
h2 a:visited, h2 a, h3 a:visited, h3 a, h5 a:visited, h5 a {


}
h2 a:hover, h3 a:hover, h5 a:hover {

}

.post {
font-size:1.05em;
line-height:150%;
clear:both;

}

.post h5{
margin-bottom:-3px;
}
.post h3{
margin-top:3px;
}


.entrytext {
 margin-top:12px;
}

#entrybody {
margin-bottom: 12px;
}


.wp-caption-text {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
line-height: 1.2;
margin-top: 1px;
padding-top: 0;
text-align: left;
}


.navigation {
padding:0 0 26px 0;
margin:-9px 0 0 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.alignleft {
clear:left;
float:left;
margin:3px 9px 3px 0;

}

.alignright {
clear:right;
float:right;
margin:3px 0 3px 9px;

}

.center {

}

.pagetitle {
text-transform:uppercase;
font-size:14px;
margin-bottom:12px;

}

blockquote {

margin:0 0 0 24px;


}

cite {

}

a img {
border:none;

}

acronym, abbr {

}

div.gallery {
width:inherit;
margin: 0;
}
dl.gallery-item {
text-align: left;
}
dt.gallery-icon img {
width: inherit;
}
dd.gallery-caption {
font-size: 11px;
line-height: 130%;
padding-left: 3px;
}

/*--------------Sidebar------------*/

ul#sidebar ul {
margin:0;
padding:0;
}

ul#sidebar  h2 {
font-size:12px;
}

ul#sidebar  li {
list-style:none;
margin-bottom:12px;
}

ul#sidebar  ul {

}

ul#sidebar  ul li {

margin: 0;
padding:0;
list-style:none;
}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:after {
	content:' \00BB';
	font-size:70%;
	white-space:nowrap;
}


#sidebar a:hover {

}

#sidebar a:visited {

}

.widget_categories {
	/* padding-bottom:12px;
	border-bottom:solid 1px #333; */
}

/*--------------Comments--------------*/

ol.commentlist {

}
ol.commentlist p {
margin:6px 0 6px 0;
padding:0;

}


ol.commentlist li {
padding-bottom:12px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	xxfont-variant:small-caps;
	position:relative;
	top:-2px;
}
ol.commentlist cite {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;

}
h3#respond {
	clear:both;
}

/*--------------Search Form-------------*/

ul#sidebar li#search {
 margin-bottom:21px;
}

#searchform {

}

#searchform input {

}

#searchform #s {
xxxwidth:120px;
}
#searchform #searchsubmit {
	background: #777;
	border:none;
	color:#fff;
	cursor:pointer;
	margin-top:2px;
}
#searchform #searchsubmit:hover {
	background: #398566;
}


ul#sidebar li#subscribe2 {
	margin-bottom:21px;
}

ul#sidebar li#subscribe2 p {
	line-height:140%;
}

/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}


/* sociable */

div.sociable { 
display: inline;
}
.postmetadata {
}
.sociable_tagline { 
display: inline;
 }
.sociable span {
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	position:relative;
	top:3px;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/* amazon */
.awshortcode-product {
margin:0 12px 3px 0;
float: left;
}