@charset "utf-8";


@page :left {
	@top-left {
		font: 11pt "Gill Sans", serif;
		content: "AAAJJJWW";
		vertical-align: bottom;
		padding-bottom: 2em;
	}

	@bottom-left {
		font: 11pt "Gill Sans", serif;
		content: counter(page);
		padding-top: 2em;
		vertical-align: top;
	}
}

@page :right {
	@top-right {
		font: 11pt "Gill Sans", serif;
		content: string(header, first); 
		vertical-align: bottom;
		padding-bottom: 2em; 
	}

	@bottom-right {
		font: 11pt "Gill Sans", serif;
		content: counter(page);
		text-align: right;
		vertical-align: top;
		padding-top: 2em;
	}
}


@page blank :left {
	@top-left { content: normal }
	@bottom-left { content: normal }
}

@page blank :right {
	@top-right { content: normal }
	@bottom-right { content: normal }
}


/*
@import url(initialize.css);
@import url(layout.css);
@import url(common.css);
@import url(top.css);
@import url(header.css);
@import url(content.css);
@import url(aside.css);
@import url(information.css);
@import url(footer.css);
@import url(user.css);
*/

#header, 
header_wrap, 
#footer, 
#article_head .nav_article, 
#btn_tw, 
#btn_fb, 
#article .tags, 
#article .paging, 
#article .bookmark, 
#article .fb_wall, 
#map_block, 
#photo_large_wrap, 
#photo_large, 
#photo_small, 
#btn_toggle, 
#aside, 
.aside_section #more_ajw, 
.aside_section .subscribe_now, 
#related_block
{
	display: none !important;
}

#content #article_head , 
#content #article_head h1, 
#article_wrap 
{
	width: 100% !important;
	margin: 0;
}

#article_head_wrap {
	background: none;
}

#article {
	width: 100% !important;
}

#article .meta, 
#article .body {
	width: 100% !important;
}

#content #article_head h1 {
	width: 100%;
	float: left;
	font-size: 14pt;
	font-weight: bold;
	font-weight: normal;
	line-height: 28pt;
	padding: 0;
}

#content #article .body .text p {
	font-size: 9pt;
	line-height: 1.8em;
	color: #000;
	margin: 0 0 1em 0;
}


#content #article .meta {
	width: 100%;
	height: 24pt;
	clear: both;
	float: left;
	margin: 0;
	color: #000;
	border-bottom: thin solid black;
}

#content #article .meta span.date {
	height: 24pt;
	font-size: 8pt;
	line-height: 24pt;
	background: transparent url('/media/img/icon_time.gif') no-repeat left center;
	padding: 0 0 0 16pt;
	margin: 0;
	color: #000;
	display: block;
	float: left;
}



@page {
	margin: 27mm 16mm 27mm 16mm;
/*
	size: 7in 9.25in;
*/
}


