@charset "UTF-8";
/* CSS Document */
/**
* Theme Name: positively-minimal
* Theme URI: http://www.ayearofpositivethinking.com
* Description: Theme for A Year of Positive Thinking by Mira Schor
* Version: 0.1
* Author: Child theme author: Diane Bertolo
* Author URI: http://www.dianebertolo.com
* Tags: minimal, 2-column, child-of-hybrid
* Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

.more-link{
font-weight:bold;
font-size:9.5px;
letter-spacing:1px;
text-transform:uppercase;}

a.stico_default {
	display:block;
	width:72px;
	height:6px;
	
	background-image: url(http://www.ayearofpositivethinking.com/pix/shareThisButton4.gif) !important;}





abbr{
	cursor:default;}
	
body {
	font: 13px/19px Helvetica, Arial, sans-serif;
	color: #333;
	background:#666;}

p {margin: 0 0 16px 0;}

/* for abbreviated content in archives, categories, tags */
.entry-summary p {
	font-size:13px;
	line-height:19px;}

h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:normal;margin:0 0 14px 0}
/*h1{font-size:1.75em}
h2{font-size:1.75em}
h3{font-size:1.55em;}
h4{font-size:1.4em}
h5{font-size:1.25em}
h6{font-size:1.1em}*/

h1{font-size:20px}
h2{font-size:20px;}
h3{font-size:12px}
h4{font-size:12px}
h5{font-size:8px}
h6{font-size:8px}

/* this is the word Archive, Category (name) or Tag (name) */
.archive-title{
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:2px;
	font-weight:bold;
	color:#333;}
	
/* these are for the titles in archive, category and tag so that they look clickable   */
.archive .entry-title a:visited{
	color:#997555;}
.archive .entry-title a{
	color:#cc6600;}

/* this makes the post titles, About title and Links title a grey color rather than looking like a link*/
.page h1, .page h1 a, .post h2, .post h2 a, .post h1, .post h1 a {
	color:#666;}



.comments-closed{
	display:none;}


a {text-decoration:none;}
a:link {
	color:#cc6600;
	}

a:visited{
	color:#997555;}
a:hover {
	color: #dd5500;}
	
	


/*==================================================================================== Body-container */

#body-container {
	width: 960px;
	margin: 0px auto;
	background-color:#fff;}
	
/*==================================================================================== Header */
/*script to put in logo with link was found on hybrid site*/

#header {
	width: 960px;
	height: 235px;
	background: url(images/banner3.jpg) no-repeat 0 0;
	margin: 0 0;
	padding: 0 0;}

#header h1{
	margin:0;
	padding:0;
}
	
#site-description {display: none;
	}
#site-title span{
	display:none;}
	
#site-title a {
	display: block;
	margin-left:66px;
	width: 138px;
	height:229px;
	}
	
/*============================================================================== Navigation */

#navigation {
	width: 960px;
	height:32px;
	margin: 0;
	padding-top:4px;}

/* Page navigation */
#page-nav {
	float: right;
	padding-top:6px;}
	
#page-nav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding:0px;}
	
#page-nav ul.menu {
	width: 180px;}
	
#page-nav li a {
	display: block;
	float:left;
	margin: 0 3px;
	padding: 2px 2px 0px 5px;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2.5px;
	color: #666;}
	
#page-nav li a:hover {
	color: #444;
	}	
	
#page-nav li.current_page_item a{
	background-color:#ffcc44;
	color: #444;}
	
/*don't know what this is--I think it might be if there's no link*/
#page-nav li.current_page_item li {
	background-color:#FC0;}
	
	
/*============================================================================== Content */

.content {
	overflow: hidden;
	float: left;
	padding-top:30px;
	padding-left:150px;
	padding-bottom:18px;
	width: 500px;}
	
.page-template-no-widgets .content, .no-widgets .content {
	width: 660px;
	margin-left:0px;
		padding-bottom:18px;
	}
	
/*============================================================================== Post appearance */
/* Post: this is  for the DATE and POSTED IN and TAGGED */
.entry-meta, .meta-prep-tags, .meta-prep-categories{
	
	font-size:10px;
	color:#888;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0;
	padding:0 0 14px 0;
	}

.post{
	border-bottom:1px dotted #ccc;
	margin-bottom:16px;}
	
	
/* this is for the actual names of categories and tags*/	  
.post_tag, .category{
	
	text-transform:none;
	letter-spacing:normal;
	font-weight:normal;
	font-size:11px;}
	

.wp-caption-text{
	font-style:italic;
	font-size:11px;
	color:#666;}
	
blockquote{
	padding: 0 0 0 18px;
	font: 12px/18px Helvetica, Arial, sans-serif;
	font-style:italic;
	color: #555;}
	
		
/*============================================================================== Widget areas */

#primary, #secondary {

	overflow: hidden;
	float: left;
	margin-left:76px;
	padding-top:30px;
	width: 180px;}
	
#primary p {margin: 0 0 5px 0;}		
	
.widget-title{
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#888;
	letter-spacing:1px;
	margin:0;
	padding: 0 0 4px 0;}
		
/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul ul {
	margin: 0;
	}
.widget ul li {
	margin: 0 0 0 0px;
	padding: 0 0px 0 0;
	}
		
.content .widget ul li {
	overflow: hidden;
	padding: 0 0 5px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	}
.widget ul li li, .content .widget ul li li {
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	border: none;
	}
/*============================================================================== Miscellany */	
.navigation-links{
	text-align:center;
	margin-bottom:24px;}
.newer, .older{
	margin: 4px 6px 4px 6px;}
	
.breadcrumb-trail{
	font-size:11px;
	padding-bottom: 14px;}

	
/*============================================================================== Container */

#container {
	overflow: hidden;
	width: 960px;}
	
/*==================================================================================== Link page columns */
#column1 p, #column2 p, #column3 p, #column1 a, #column2 a, #column3 a{
	font-size:12px;
	line-height:13px;
	margin:0 0 6px 0;}
	

#column1{
	width:206px;
	float:left;
	padding-right:20px;}
#column2{
	width:206px;
	float:left;
	padding-right:20px;}
#column3{
	width:206px;
	float:left;}
	
	

