
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(/resources/skins/prst/images/bg.gif);
	color: #543;
	font: normal 12px "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 11px "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 12px;
	padding-bottom: 12px;
}
h1 {
	font-size: 18px;
	margin-bottom: 4px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(/resources/skins/prst/images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}
h2 { font-size: 15px; margin-bottom: 10px;}
ul { list-style-type: none !important;}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(/resources/skins/prst/images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: url(/resources/skins/prst/images/bgheader.gif) repeat-x;
	height: 60px;
	margin: 0 auto;
	width: 760px;
}

/* title */
div.title {
    float: left;
	padding: 12px;
	color: #E4DBCF;
	font: normal 22px "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}
div.title a { color: #E4DBCF; font: normal 22px "Lucida Sans Unicode","Trebuchet MS",sans-serif;}
div.title small { display: block; font-size: 11px;}
#search { float: right; padding: 20px 10px 0 0;}
#search #q, #search #searchsubmit { font-size: 16px;}
#search #q { margin-right: 5px;}

/* navigation */
.nav {
	background: #FFF url(/resources/skins/prst/images/bgnavigation.gif) repeat-x;
	font: bold 13px Verdana,sans-serif;
	height: 50px;
	padding: 0;
	width: 760px;
    margin: 0;
}
.nav a, .nav span {
	display: block;
	color: #543;
	text-decoration: none;
	padding: 3px 10px;
	margin-right: 14px;
	line-height: 44px;
}
.nav a:hover {
	background: #CEBDA1;
	color: #420;
}
.nav li span:hover { text-decoration: underline;}
.nav li ul { display: none; position: absolute; background: #aea18c; padding: 0;}
.nav li:hover ul, .nav li.hovered ul { display: block;}
.nav li ul li { background: #aea18c; border-bottom: 1px solid #777; padding: 0; display: block !important; float: none; margin: 0 !important;}
.nav li ul li a { display: block; text-decoration: none;}
.nav li ul li a:hover { text-decoration: underline;}
/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav .box p, .sidenav p.heading {
	background: #BCB39F url(/resources/skins/prst/images/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 16px;
	height: 22px;
	padding: 2px 0 0 12px;
}
.sidenav ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 4px 4px 4px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}
#sidebar-articles-summary { padding: 0 15px;}
#sidebar-articles-summary div { margin-bottom: 10px;}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 500px;
}
.content .descr {
	color: #987E57;
	font-size: 12px;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

/* footer */
#footersummary {
    margin: 0 auto;
    width: 740px; 
    padding: 0 10px;
}
.footer {
	background: #958463 url(/resources/skins/prst/images/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #C0B8A6;}
.footer .right a:hover {color: #FFE;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

#translations { margin: 10px 0; border: 1px solid #333; padding: 3px 10px;}
#translations p { font-weight: bold;}
#translations div { display: none; margin-top: 10px;}

#downloadlink { margin-bottom: 10px;}