@import url(/library/css/simple.css);

/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
margin: 0px;
padding: 0px;
}

a {color: #255E0A;text-decoration: none;}
a:hover {color: #9a9a00;}

body {
	background: #255E0A url(images/back_all.gif) repeat-x;
	font: 13px Tahoma, Helvetica, sans-serif;
	color: #000000;
}

/* page layout */

#page-wrapper {
	margin: 0 auto;
	width: 917px;
	background-color:#fff;
}

#content-wrapper {
	width: 857px;
	background: url(images/banner.jpg) no-repeat left -260px;
	padding: 20px;
	padding-top: 0px;
}

#header-wrapper {
	height: 202px;
	background: #fff url(images/banner.jpg) left 52px no-repeat;
	overflow:hidden;
}

#primary {
	width: 590px;
	padding:0 0px;
	float:right;
}
#secondary {
	width: 249px;
	float: left;
}

#content-footer {
	clear:both;
}

#footer-wrapper {
	height: 54px;
	clear: both;
	padding-top: 20px;
	border-top: 5px solid #FEFA8B;
	margin-left: 20px;
	margin-right: 20px;
	background: url(images/footer.gif) repeat-x top;
	text-align:center;
	font-size: 11px;
	color: #333333;
}

/* element */

#header-wrapper h1 a {
	height: 202px;
	padding:0 0 0 200px;
	display:block;
	text-decoration: none;
	font-style: italic;
	font-size: 24px;
	color: #000;
	line-height:160px;
}
#header-wrapper h1 a:hover {
	color:#CDCD00;
}

#header-wrapper  p.web-slogan {
	font-size: 12px;
	display:none;
}

/* top navigator */
#navigator {
	width: 877px;
	height: 49px;
	margin:0;
	padding:0 0 0 30px;
	background: url(images/buttons.gif) no-repeat;
	position:absolute;
	top:2px;
	list-style: none;
}

#navigator li {
	display: inline;
}

#navigator a {
	padding:0 20px;
	float: left;
	height: 33px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	text-transform: uppercase;
}

#navigator a:hover {
    height: 33px;
	color: #ffcd00;
	text-decoration: none;
	background: url(images/buttons_r.gif) left 1px repeat-x;
}

#secondary h2 , #secondary h3 {
	width: 224px;
	height: 34px;
	margin-bottom:1px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title.gif) repeat-x
}

#secondary ul {
	margin:0;
	padding:20px 0;
	list-style: none;
	margin-bottom: 10px;
	background: url(images/title_back.gif) no-repeat top;
}

#secondary li  {
	padding: 5px 20px;
	padding-bottom: 5px;
}

#secondary p {
	font-size: 10px;
}



#primary p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}
div.content {
	position:relative;
}
div.content h2.header {
	text-align:right;
	margin-top:-30px;
	position:absolute;
	display:block;
	right:0;
}
div.content h2.title {
	height: 49px;
	margin:0;
	padding:0 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height:49px;
	color: #ffffff;
	background: #408a1b url(images/topic-title.png) left top repeat-x;
	-moz-border-radius:0;
}

#footer-wrapper p {
	margin: 0;
}

#footer-wrapper a {
	color: #333333;
}

/* extend for this site */
div.paper-content-page h2.header,
div.paper-content-page div.timestamp,
div.paper-content-page h3.relate-topics,
div.paper-content-page ul.relate-topics,
div.paper-content-page div.footer,
div.paper-content-page div.package-footer,
div.paper-content-page div.navigator {display:none;}
div.paper-content-page div.navigator-manage {display:block;}


/* @group home */
#home-sticky {
}
#home-sticky .title {text-align:center;}
#home-sticky .footer , #home-sticky .timestamp {display:none;}

/* end */
