/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}
.container {
  background: none;
}


a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}





h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

/*
img { float:left; margin:1.5em 1.5em 1.5em 0; }
*/



a img { border:none;}


#header img {width: 100%;}


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;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { 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.binaguptapoetry.com" attr(href) ") ";
}
*/





/********************************************
**********ADJUSTMENTS TO CSS ****************
********************************************/

#navbar,#sidebar,#comment-header,#commentblock,#slipfiretag {
        display: none;
	}




/* REMOVES LINKS */
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
content: " <" attr(href) "> ";
display:none;text-decoration:none;}













/************************************************
*	Content 					     		    * 
************************************************/

#page-content {
	font-size: 18px;
	font-family: Times New Roman, Helvetica, Sans-Serif;
        text-align: center;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	line-height: 28px;
	margin-bottom: 20px;
	border-top: 5px solid #333333;
	border-bottom: 5px solid #333333;
	}


#page-content p {
	padding: 0px 10px 15px 10px;
	margin: 0px 10px 15px 10px;
	}


#page-content h1 {
        text-align: center;
	color: #000000;
	font-size: 28px;
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 3px 0px;
	}




#content {
	font-size: 18px;
	font-family: Times New Roman, Helvetica, Sans-Serif;
        text-align: center;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	line-height: 28px;
	margin-bottom: 20px;
	border-top: 5px solid #333333;
	border-bottom: 5px solid #333333;
	}

#content p {
	padding: 0px 10px 15px 10px;
	margin: 0px 10px 15px 10px;
	}
	
#content h1 {
	color: #401412;
	font-size: 28px;
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 3px 0px;
	border-bottom: 1px solid #D8D1BE;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #401412;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#content h1 a:hover {
	color: #A91110;
	text-decoration: none;
	}

#content h2 {
	color: #401412;
	font-size: 12px;
	font-family: Times New Roman, Helvetica, Sans-Serif;
        text-align: center;
	font-weight: normal;
	margin: -10px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
	}
	
/*
#content h4 {
	width: 570px;
	color: #401412;
	font-size: 22px;
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0px 0px -10px 0px;
	padding: 0px 0px -10px 0px;
	}
*/

h5 {
	color: #401412;
	font-size: 22px;
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 10px 0px -3px 0px;
	padding: 0px 0px 0px 0px;

	}






	
#content p img{
	border: none;
	margin: 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

	
blockquote{
	background: #FFFFFF;
	margin: 0px 25px 15px 25px;
	padding: 5px 20px 5px 20px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#content blockquote p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postmeta {

	font-size: 12px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	border-top: 1px solid #D8D1BE;
	}

.removeforprint {
       display: none;
}