/**
 * Print
 *
 * Print version related styling.
 *
 */

body {
	background-color: #fff;
	color: #000;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
}

#wrapper {	
	float: none;
	display: block;
	width: 100%;
}	

#header { }
	#header #toolbar,
	#header #primary {
		display: none;
	}

	#header #logo {
		display: block;
		margin: 0;
	}
		#header #logo a,
		#header #logo img {
			border: 0;
			display: block;
			text-decoration: none;
		}



/* ----------------------------------------------------------------------------
	GLOBAL CONTENT RULES
---------------------------------------------------------------------------- */
#content {	
	float: none;
	display: block;
	width: 100%;
}	
	#content a:link,
	#content a:visited,
	#content a:hover,
	#content a:active { 
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}
	/*
	#content a[href^="http:"]:after {
		 content: " (" attr(href) ") ";
		 font-style: italic;
		 font-weight: normal;
	}
	*/

	#content acronym { }

	#content address { 
		font-style: normal;
	}

	#content big { 
		font-size: 13px;
	}

	#content blockquote { }
		#content blockquote p { }

	#content em {
		font-style: italic;
	}

	#content form { }
		#content form button { }

		#content form fieldset { }
			#content form fieldset legend { }

		#content form input { }

		#content form label { }

		#content form select {
			min-width: 1.5em;
		}
			#content form select option { }

		#content form textarea { }

	#content h1 { }

	#content h2 { }

	#content h3 { }

	#content h4 { }

	#content h5 { }

	#content h6 { }

	#content hr { }

	#content img { }
		#content img.align-left {
			display: inline;
			float: left;
			margin: 5px 11px 5px 0;
		}
		#content img.align-right {
			display: inline;
			float: right;
			margin: 5px 0 5px 11px;
		}

	#content ol { }
		#content ol li { }

	#content p { }

	#content small { 
		font-size: 11px;
	}

	#content strong {
		font-weight: bold;
	}

	#content sub {
		line-height: 0;
	}

	#content sup {
		line-height: 0;
	}

	#content table {

	}
		#content table thead {
			display: table-header-group;
		}

		#content table tbody { }

		#content table tfoot {
			display: table-footer-group;
		}

		#content table tr { }
			#content table tr th { }
			#content table tr td { }

	#content ul { }
		#content ul li { }



/* ----------------------------------------------------------------------------
	BODY COLUMN-SPECIFIC RULES
---------------------------------------------------------------------------- */

#content-body {
	
}



/* ----------------------------------------------------------------------------
	NAVIGATION COLUMN-SPECIFIC RULES
---------------------------------------------------------------------------- */

#content-navigation {
	
}



/* ----------------------------------------------------------------------------
	SIDEBAR COLUMN-SPECIFIC RULES
---------------------------------------------------------------------------- */

#content-sidebar {
	
}



/* ----------------------------------------------------------------------------
	FOOTER CONTENT RULES
---------------------------------------------------------------------------- */

#footer {

}
	/*
	Print-friendly links
	*/
	ol.pf { }



/* ----------------------------------------------------------------------------
	MISCELLANEOUS
---------------------------------------------------------------------------- */

#skipper { 
	display: none; 
}


/* ----------------------------------------------------------------------------
	ADDED BY KEITH - YOU CAN TELL BY ALL THE IMPORTANT TAGS ;-)
---------------------------------------------------------------------------- */
body 
{
	background-image:none!IMPORTANT;
	background-color:white!IMPORTANT;
	min-width:100% !IMPORTANT;
	background:white url(none) repeat-y scroll top right !IMPORTANT
}

#header{display:none!IMPORTANT}
#layout-top-left{display:none!IMPORTANT}
#content
{
	left:0%;
	margin-left:0px;
	padding-bottom:0px;
	width:auto;
	}
#content-body-top{background:transparent url(none) no-repeat scroll left top !IMPORTANT}
#content-body-bottom{display:none!IMPORTANT}
#secondary{display:none!IMPORTANT}
#layout-submit-my-story{display:none!IMPORTANT}
.details{display:none!IMPORTANT}
.col-left{display:none!IMPORTANT}
.col-right{display:none!IMPORTANT}
.col-center{background:transparent url(none) no-repeat top left !IMPORTANT;width:auto!IMPORTANT}
#layout-blog{background:transparent url(none) no-repeat top left !IMPORTANT}

body a.title{text-decoration:none}
#footer{background-image:none!IMPORTANT;position:relative;clear:both;margin-top:0px}
#footer a.logo{text-indent:0px!IMPORTANT;background-image:none;height:auto;width:auto;display:none!IMPORTANT}