/*
-------------------------------------------------
ONEPEG2 CSS - PRINT MEDIA
	this stylesheet used for onepeggenius print 
	applications. for the most part it is a means
	of hiding various elements / areas of the 
	page from being displayed when someone hits
	the print button.
	ROB RUBINOFF
	rob@onepeggenius.com
-------------------------------------------------
*/

/* HEADER --
----------------------------------------- */
#skip {display: none;}
.utilityNav {display: none;}
	
/* blog title / description */
#headerimg h1 {margin:20px 0 10px 0; font-size: 24px; font-weight:normal;}
#headerimg h1 a:visited{ color: #333; text-decoration: none;}

#headerimg p.description {color: #888; font-style:italic; margin: 0; padding: 0 0 7px 0; font-size: 16px; border-bottom: 3px double #333;}

/* banner */
.banner {display: none; }


/* page navigation */
.pageNav {display: none;}
.pageNav ul li{display: none; }



/* SIDEBAR --
---------------------------------------------*/
.sidebar{ display: none;}

/* CONTENT --
---------------------------------------------*/
#content {padding-top: 10px;}
#content h1 {font-size: 19px;text-transform:uppercase; color:#222; font-weight:normal; padding: 8px 0; border-top: 1px dotted #ccc; margin: 0 auto; letter-spacing:1px;}
#content h1 a{text-decoration: none;}
#content h1 a:hover{text-decoration: none; color:#598745;}

#content h2 {font-size: 18px; color:#222; padding: 8px 0; letter-spacing:1px;}
#content h3 {font-size: 16px; color:#222; padding: 8px 0; letter-spacing:1px; font-style:italic;}
#content h4 {font-size: 12px; color:#222; padding: 8px 0; text-transform:uppercase;}

#content ol { list-style-type: decimal; margin-left: 35px;}
#content ol li {font-size: 1.5em; line-height:1.5;}

#content ul {list-style-type: circle; margin-left: 35px;}
#content ul li {font-size: 1.5em; line-height:1.5;}

.leadin p{font-size: 12px; margin: 10px 0; padding: 0; font-style:italic;}

blockquote {margin: 20px 35px; color: #222; border-left: 1px dotted #ccc;}
blockquote p{font-size: 12px; line-height:1.2; }

pre {font-family: "Courier New", Courier, monospace; font-size: 1.3em; line-height:1.2;}

.postmetadata {display: none;}

.entry p {font-size: 12px; line-height:1.2; margin: 10px 0 20px 0;}

.entry ul li {font-size: 12px; line-height: 1.2;}
.entry ol li {font-size: 12px; line-height:1.2;}


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

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

/* ARCHIVES, CATEGORIES, TAGS, AUTHOR --
---------------------------------------------*/
.archive, .search {margin-bottom: 20px;}

.page-title {
    font-size:14px;
    font-weight:bold;
    letter-spacing:2px;
    text-transform:uppercase;

}
.search .hentry,
.archive .hentry {
    margin:0 0 21px 0;
    overflow:hidden;
}
.search .entry-title,
.archive .entry-title {
    border-bottom:1px dotted #ccc;
    float:left;
    font-weight:normal;
    letter-spacing:0px;
    margin:0  0 20px 0;
    text-transform:none;
	width: 100%;
	text-decoration:none;
		color:#598745;
	padding: 20px 0 3px 0;
}
.search .entry-title a,
.archive .entry-title a {
    color:#598745;
    font-size:14px;
	text-decoration:none;
	}
.search .entry-title a:hover,
.archive .entry-title a:hover {
    text-decoration:underline;
}
.search .entry-meta,
.archive .entry-meta {
    float:right;
    width:380px;
	line-height:1.5;
	color: #555;
}
.search .entry-content,
.archive .entry-content {
    float:left;
    margin:0;
    width:520px;
}
.search .entry-content p,
.archive .entry-content p {
    border-right:1px dotted #C7C7C7;
    margin:0;
    padding:0 20px 20px 0;
	font-size: 1.3em; color: #333;
}
.search .entry-utility,
.archive .entry-utility {
    width:360px;
    float:right;
}


/* ARCHIVES PAGE --
--------------------------------------------*/
.archvies ul a{line-height: 1.5; margin-right: 5px;}
.archives ul li.cat-item {margin: 5px 0; font-size: 14px; list-style-type: circle; margin-left: 15px;}
.archives h3 {font-size: 14px; text-transform:uppercase; color:#666; font-weight:normal; padding: 8px 0; border-top: 1px dotted #ccc; margin: 0 auto 10px auto; }
.archives li {line-height: 1.5; list-style-type: circle; margin-left: 15px; font-size: 14px;}

/* POST META DATA --
---------------------------------------------*/
.taxonomy {display: none;}




.dateStamp {font-size: 12px; color: #666; text-transform:uppercase; }


/* COMMENTS --
---------------------------------------------*/
#respond {display: none;}

/* PICASA WEB ALBUM RSS STYLES --
---------------------------------------------*/
.picasa table{ width: 95%;}

/* FOOTER --
---------------------------------------------*/

#footer {display: none;}
#footer h4 {display: none;}
#footer ul {display: none;}
#footer ul li {display:none;}
