/*
 * Static
 */

.context-static .container {
	height:1%;
	padding:0 15px 16px;
	background:#fff url(../img/bg-block.gif) repeat-x 0 100%;
	border:1px solid #bebebe;
	margin:0 0 15px;		
}

.context-static .post .shadow {
	margin-bottom: 14px;
}



/*
 * Sitemap specific
 */
.context-static-sitemap .heading h1 {
	background: url(../img/static/sitemap/ttl-sitemap.gif) no-repeat 15px 12px;
}

.context-static-sitemap .post h2 {
	height: 50px;
	background: url(../img/static/sitemap/header-title.gif) 1px 18px  no-repeat;
	text-indent: -9999px;
}

.context-static-sitemap .post p {
	margin-bottom: 5px;	
}

.context-static-sitemap .sitemap-holder-title {
	background: none;
	padding-left: 0px;	
}

.context-static-sitemap .privacy-holder {
	padding-top: 22px;	
}

/*
 * Colofon specific
 */

.context-static-colofon .heading h1 {
	background: url(../img/static/colofon/ttl-colofon.gif) no-repeat 14px 12px;
}

.context-static-colofon .post h2 {
	height: 109px;
	background: url(../img/static/colofon/header-title.gif) 1px 18px  no-repeat;
	text-indent: -9999px;
}

.context-static-colofon .post h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
}

/*
 * Privacy statement specific
 */

.context-static-privacy .heading h1 {
	background: url(../img/static/privacy/ttl-privacy.gif) no-repeat 15px 12px;
}

.context-static-privacy .post h2 {
	height: 68px;
	background: url(../img/static/privacy/header-title.gif) 1px 18px  no-repeat;
	text-indent: -9999px;
}

.context-static-privacy .post ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.81em;
}

.context-static-privacy .post ul li {
	padding-left: 7px;
	background: url('../img/list-style-square.gif') no-repeat 1px 8px;
}

