
/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #000 url(images/paperdark_bg.jpg);
	color: #524839;
	font-family: sans-serif,"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet;
	font-size: 0.8em;
	line-height:1.7em;
	padding: 15px 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}


/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(http://www.fac8.com/stack/skins/default/images/bg_li.gif) left 7px no-repeat;
	padding: 0 0 0 13px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #059;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}



/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 500px;
	height: 100px;
	/* large header image is defined below */
	background: white url(images/title.gif) no-repeat;
	border-width: 2px 2px 0;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}
#header h1
{
	/* small header image specific lines */
	/* 	height: 168px; */
	/* 	width: 692px; */
	/* background: white url(images/paper_bg_dark.jpg) repeat-x 0 6px; */
	margin: 0;
	/* end small header image specific lines */
	font-size: 1px;
	text-align: left;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 500px;
	background: white;
	border-width: 0 2px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}
#wrapper
{
	width: 500px;
	background: white;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 500px;
	height: 1%;
	overflow: visible;
	padding: 5px 0 20px 0;
	margin-bottom:0;
}
.content
{
	padding: 0;
	margin: 0px 10px 0px 20px;
}
blockquote
{
	background-color:#F3F3E6;
	margin:0 0 0 30px;
	padding:5px 10px;
}




/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	/* background: url(images/dot.gif) bottom repeat-x; */
	background: url(images/sidetitlebg.gif);
	font-size: 1.2em;
	font-weight:bold;
	padding: 3px 3px 6px 10px;
	border-top:1px solid #524839;
	margin-bottom: 15px;
}
.contentbody
{
	font-size:1.0em;
	text-align: justify;
	padding: 0 0 16px 0;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 0.8em;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 0.8em;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 0.8em;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 0.8em;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 20px 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}
.contentitem4 a
{
	color:#ccc;
}
.mainimage {
	text-align:center;
}
.mainimage img {
	margin-bottom:30px;
}
.menunavi {
	text-align:right;
	padding-right:10px;
}
.pageswitch
{
	text-align:center;
	padding-top:10px;
	margin:10px 0 0 0;
}
.calendar {
	border-top:2px solid #555;
	padding:10px 0;
	margin:0;
	text-align:center;
}
.calendar span{
	font-family:sans-serif;
	margin:3px;
}
.calendar span a{
	color:#fff;
	background-color:#c30;
	padding:2px 2px 2px 4px;
}
.calendar span a:hover{
	color:#fff;
	background-color:#f00;
}
.calendar span a:visited{
	color:#fff;
	background-color:#930;
}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 500px;
	background: #000;
	text-align: center;
	padding: 10px 0 10px 0;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: 0 auto;
}

#copyrights
{
	color: #474747;
}
