@import url("nav-global.css");
@import url("sharedsheets.css");

/* ### BLOG-MAINFRAME ### */

body
	{
	margin: 0;
	padding: 0;
	background: #8f8c7d url(../media/bodybg-global.gif) fixed repeat-y;
	font: italic 13px georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif;
	line-height: 1.4em;
	color: #666;
	cursor: default;
	}

h1
	{
	margin-top: 20px;
	padding: 1px;
	font-weight: normal;
	font-size: 25px;
	color: #a86765;
	}

h2
	{
	margin: 0px 0 20px 0;
	padding: 5px;
	border-bottom: 1px dashed #B8B7A8;
	font-weight: normal;
	font-size: 17px;
	color: #a86765;
	}

#container
	{
	margin: 0 0 0 171px;
	padding: 0;
	width: 369px;
	}

#header
	{
	display: none;
	}

#footer
	{
	margin: 0;
	padding: 1px;
	background: #E9E8D4 url(../media/contentbg.gif) top repeat-x;
	font: small-caps bold 12px georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif;
	line-height: 1.5em;
	text-align: center;
	}



/* ### BLOG-CONTENTS ### */

#content .date
	{
	display: block;
	margin: 1px 0;
	padding: 2px 5px;
	background-color: #B8B7A8;
	border: double #E9E8D4;
	border-width: 3px 0 0 0;
	text-decoration: none;
	font: small-caps bold 12px georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif;
	color: #666;
	}
	
#content .date:hover
	{
	color: #fff;
	}

#content .time
	{
	color: #888;
	}

#content .gmt
	{
	font-weight: normal;
	color: #888;
	}

#content .blog
	{
	margin:  0 0 10px 0;
	padding: 1px 10px;
	background: url(../media/contentbg.gif) top repeat-x;
	line-height: 1.5em;
	}

.altbuttons
	{
	margin: 0;
	padding: 20px 0;
	background: url(../media/contentbg.gif) top repeat-x;
	}

#content .supplement
	{
	display: block;
	margin: 0;
	padding: 2px 5px;
	background-color: #DAD9C7;
	border: solid #B8B7A8;
	border-width: 1px 0 0 0;
	text-decoration: none;
	font: small-caps bold 12px georgia, times new roman, palatino linotype, book antiqua, trebuchet ms, lucida sans unicode, sans-serif;
	color: #666;
	}

