/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% arial, helvetica, sans-serif;
	color: #3A3A3A;
	background-color: #ffffcc;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 5px;
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
	color: #990000;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h5,h6 {
	font-family: 'trebuchet ms', sans-serif;
	color: #336600;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li {
	line-height: 1.6em;
}
ul.box li {
	line-height: 1.4em;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0 0 0;
}
/* ------------ misc elements --------------------- */
em {
	color: #336600;
	font-weight: bold;
	letter-spacing: 1px;
}
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
div.img-float-right {
	float: right;
	margin: 0 0 0 10px;
	background: #ffd65a;
	text-align: center;
	border: 1px solid #990000;
}
div.img-float-left {
	float: left;
	margin: 0 10px 0 0;
	background: #ffd65a;
	text-align: center;
	border: 1px solid #990000;
}
div.img-float-right img, div.img-float-left img {
	display: block;
	padding: 2px 2px 0 2px;
}
div.img-float-right p, div.img-float-left p {
	margin: 0 -20px;
	padding: 0;
	font-size: 0.9em;
}
div.image-full {
	background: lime;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:active, a:hover {
	color: #336600;
	text-decoration: underline;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #ccc;
	font-size: .9em;
}
/* ============  MAIN PAGE BLOCKS ================= */
div#columns-container {
	width: 760px;
	background: transparent;
}
div#col-navigation {
	width: 162px;
	float: left;
}
div#col-main {
	float: left;
	width: 448px;
	background: url(../images/bg_main.gif) no-repeat top;
	margin-top: 10px; 
}
/*div#col-main h2, div#col-main p, div#col-main h3, div#col-main h4 {
	padding-left: 20px;
	padding-right: 20px;
}*/
div#col-side {
	float: left;
	width: 150px;
	background: url(../images/bg_side.gif) no-repeat top;
	margin-top: 10px;
}
/*div#col-side h3 {
	padding-left: 10px;
	padding-right: 10px;
}*/
h3.side {
	border-top: 1px solid #DEBD93;
	padding-top: 5px;
	margin-top: 3px;
}


#banner {
	padding: 0;
	background: #000000 url(../images/bg_header.gif) repeat-x;
	height: 75px;
}
#banner img {
	display: block;
}

#footerbar {
	padding: 0.6em;
	margin-top: 0em;
	background: #ffeda5;
	border-width: 0 0 1px 0;
	border-color: #000 #000 #990000 #000;
	border-style: solid;
	font-weight: bold;
	color: #990000;
}
address {
	font-weight: bold;
	color: #336600;
}
#footerbarunder {
	font-size: 0.9em;
	color: #999;
	padding: 1em;
}


/* ------------ other main page block settings ---- */
/*#sidebarright > div > h4:first-child {
	margin-top: 0;
} 
#mainblockside > div > h2, #mainblockfull > div > h2 {
	margin-top: 0;
}*/

/* ============ boxes ============================= */
/*h4.box a:link, h4.box a:visited {
	color: #CA8C20;
}
h4.box a:hover {
	color: #fff;
}
h4.box a:active {
	color: #ffc;
}*/
ul.box {
	padding: 0 0 0 0.7em;
	margin: 0 0 0 0.7em;
	list-style: none;
	font-size: 0.9em;
}
/* ============ shop navigation =================== */
div#nav-shop ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
div#nav-shop ul li {
	background: url(../images/bullet_arrow3.gif) no-repeat 0 0.6em;
	padding: 4px 0 5px 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #e8d1ba;
}
div#nav-shop h3 {
	margin: 0 0 0 5px;
	color: #336600;
}


/* ============ nav in header =================== */
div#top-nav {
	/*float: right;*/
	margin: 0;
	background: url(../images/logo.gif) no-repeat top left;
	padding: 24px 0 25px 0;
}
div#top-nav ul {
	list-style: none;
	padding: 9px 0 0 484px;
}
div#top-nav ul li {
	display: inline;
	padding: 7px 20px 2px 20px;
	background: url(../images/bullet_arrow1.gif) no-repeat 0 0.7em;
}

/* ============ nav bar content =================== */
#navbarh {
	padding: 0 0 1px 0;
	background: url(../images/bg_nav_corner_l.gif) no-repeat left;
	/*width: 760px;*/
	height: 30px;
	/*border-bottom: 1px solid #cc9966;*/
}
#navbarh img {
	float: right;
	display: block;
}
#navbarh ul {
	padding: 5px 0;
	margin: 0 0 0 165px;
}
#navbarh ul li {
	display: inline;
	padding: 0 23px 0 12px;
	background: url(../images/bullet_arrow2.gif) no-repeat 0 0.35em;
}
#navbarh ul li a {
	font-weight: normal;
}
#navbarh a:link, #navbarh a:visited {
	color: #336600;
}
#navbarh a:active, #navbarh a:hover {
	color: #990000;
}

div.peter {
	background: lime;
}
/* ============ misc content styles =============== */
ul.list {
	margin: 5px 0 10px 0;
	padding: 0;
	list-style: none;
}
ul.list li {
	background: url(../images/bullet_cross.gif) no-repeat 0 0.7em;
	padding: 3px 0 0 16px;
}

h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #daa483;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #990000;  
}
.sig {
	color: #daa483;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

