/*  
Theme Name: iBlog2
Description:  The iBlog2 theme by <a href="http://www.pagelines.com">Pagelines</a>, inspired by Apple. Change options in appearance > iBlog options.  This version is localization ready, so send us your translations. 
Theme URI: http://www.pagelines.com/themes/
Version: 2.8.1
Author: PageLines
Author URI: http://www.pagelines.com
Tags: theme-options, white, silver, light, two-columns, fixed-width, threaded-comments, translation-ready, sticky-post
	
	*Notes - Not titling your widgets in the sidebar can break the markup (and design)
	- change the header image and site favicon in Iblog options in the admin	
	
	This version released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
*/

#header, #nav, #menu-bar, #sidebar, #respond, h2#postcomment, #comments, #commentform, #footer #footerLA #footerJT {
	display: none;
}
body {
	background: #ffffff url(none);
	padding: 0 2px;
	margin: 0px;
	float: none;
	color: #000000;
}
#page {
	background: none;
}
#wrapper {
	width: 100%;
	margin: 0px;
}

h1 {
	color: #000000;
}
h1 a, h1 a:visited {
	color: #000000;
}


#left-col {
	width: 100%;
}

#content {
	padding: 0;
	background: #ffffff;
	width: 100%;
	display: inline ;
}
#content {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 5px;
}
.post {
	border: 1px solid #bbb;
	background: #FFF;
	padding: 25px 25px 15px 25px;
	clear: both;
	overflow: visible;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
a {
	color: #000;
	text-decoration: none;
}
img.shrink {
	width: 50%;
	height: 50%;
}
.photogo { 
	padding:5px 5px 5px 5px; 
	margin: 20px 5px 15px 5px; 
	font-size: 12px; 
	color: #666666;
}
.ad {
display: none;
}
img.postbanner {
display: none;
}
.commentlist {
display: none;
}
.tags{
display: none;
}
.myhikes{
display: none;
}
.adbig {
display: none;
}
.subtlefooter {
display: none;
}