@CHARSET "UTF-8";

/**
 * Sitemap page layout
 *
 * @author: Tomasz Paciorek (design) info@tomaszpaciorek.com
 * @author:  Dariusz Paciorek (xhtml, css) darekpaciorek@gmail.com
 * @version: ver. 1
 */

/** Import global CSS */
@import "../global/header.css";
@import "../global/footer.css";

/** Title */
#title {
	padding: 30px 0 37px 0;
	background: url(../../gfx/sitemap/hline.gif) no-repeat 0 100%;
}

#title h2 {
	height: 23px;
	background: url(../../gfx/sitemap/title.gif) no-repeat 0 0;
}

#title span {
	display: none;
}

/** Links list */
#article #links ul {
	margin: 45px 0 0;
}

#article #links li {
	padding: 3px 0 3px 35px;
	margin: 5px 0 0;
	background: url(../../gfx/sitemap/star.gif) no-repeat 0 3px;
}

#article #links li a:link, #article #links li a:visited {
	color: #e8cfbb;
	text-decoration: none;
}

#article #links li a:hover {
	text-decoration: underline;
}

#article h3 {
	margin: 47px 0 0;
	font-size: 1.5em;
	font-weight: 400;
	color: #ff9c00;
}

#article p {
	margin: 20px 0;
	line-height: 16px;
}
