/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
   Some additions you'll want to make, 
   customized to your markup:
   
   #heder, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  font-family: Georgia, Times, serif;
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 11pt;
}



--------------------------------------------------------------

img { 
  float:left; 
  margin:1.5em 1.5em 1.5em 0;
}


.post img { 
  float:left; 
  margin:1.5em 1.5em 1.5em 0;

}

.entry img { 
  float:left; 
  margin:1.5em 1.5em 1.5em 0;

}


p img.top { 
  margin-top: 0; 
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}
blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }


/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

#header {
	height: auto;
	background-color: #fdfefc;
}


/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#sidebar 	{ margin-left: 8px; /* lets us have border */ display:none;  }
#sidebar h2 { font-size: 1.3em; line-height: 1.2; display:none;  }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
display:none;  }

#sidebar ul li	{ padding: 0; display:none;  }

#sidebar ul li ul { padding-top: 0; display:none;  }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
display:none;  }

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
display:none;  }

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 3px;
display:none;
	height: 1px;
  }

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; display:none;  }

/* Hide search from sidebar */
#sidebar #search { display: none; display:none;  }

/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ padding: 0; background: #668040; float: left; width: 100%; line-height: 1.5em;  display:none;  height: 0px;   }

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #F2FFDF; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #485A2D; color: #F2FFDF; }

#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

#nav li.first a { margin-left: 50px; }

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;
		}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }


/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: center; font-size: .9em; margin: 0; display:none; }

#footer a 		{ text-decoration: none; display:none; }

#commentform		{ text-decoration: none; display:none; }

#respond		{ text-decoration: none; display:none; }

#comments		{ text-decoration: none; display:none; }

.comments-alt		{ text-decoration: none; display:none; }

.myicons {
  vertical-align: middle;
  float: left;
    }
    
    .entry {
	border: thin solid black;
}
    .tags-post {
	clear: both;
}

    
.pdf24Plugin-cp-box{
	display:none
	}

    
/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; display:none; }
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px; display:none; }
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }

