* {
    margin: 0;
    padding: 0;font-family: Verdana, Helvetica, Arial, sans-serif;}

 /* Styles the body. */
body{
	background: #777777;
	margin: 0;
	padding: 20px;
}


 /* Styles the body. */
body{
	background: #777777;
	margin: 0;
	padding: 20px;
}

 /* The box which centers and holds everything. */
#holder{
	position: relative;
	left: 50%;
	width: 704px;
	margin-left: -370px;
	background: #ffffff url(./imgs/claws.gif) 450px 0 no-repeat;
	border-left: 3px #555555 solid;
	border-right: 3px #555555 solid;    min-height: 600px;}



 /* The box which holds the header _and_ the footer. */
#header, #footer{
	position: relative;
	left: 50%;	width: 704px;
	margin-left: -370px;
	border-left: 3px #555555 solid;
	border-right: 3px #555555 solid;}

 /* Styles the h1 header tag. */
#header h1{
	font: bold 2em/300% Garamond, serif;
	color: #ffffff;padding: 0 .7em 0 0;
	background: #E6CC62 url(./imgs/header.jpg) top left no-repeat;
	border-bottom: 3px #555555 solid;
	text-align: right;
	border-top: 3px #555555 solid;margin: 0em;}


 /* Box which holds the content and aligns it to the left. */
#content{
	position: relative;
	left: 0;
	padding: 30px;
	width: 65%;
	font: .8em/150% verdana, sans-serif;	min-height: 600px}

#content ul li {
  	font-size: 0.9em;
  	margin-left: 3em;	padding-bottom: 0pt;	line-height: 1.2em;margin-bottom: .8em;}

 /* Styles the h3 header tag. */
#content h3{
	font: 1.4em/100% Verdana, Sans-Serif;
	color: #AF2E31;
	margin: 0;
	padding: 10px 5px 0 0;

}

 /* Styles the p-tag (the paragraphs). */
#content p{
	font: .8em/150% Arial, Sans-Serif;
	text-align: left; /* You can also use: justify, center and right. Try them! */
	margin: 0;
	padding: 10px 5px 1em 5px;
}

#content p img.floatleft{
	float: left;
	margin: 0 13px 5px 0;
	border: 2px #555 solid;
}

 /* Styles quotes displayed as block-elements. */
#content p.blockquote{
	margin: 0 5px 0 20px;
	padding: 6px;
	font: .7em Arial, Sans-serif;
	border-left: 1px #aaa dashed;
	background: #FFFBEA;
	text-align: justify;
}

#content p.blockquote:hover{
	border-left: 1px #555 dashed;
	background: #FFF3C6;
}

 /* Puts > Quote: " < in front of everything inside the quote, so you don't have to! */
#content p.blockquote:before{
	content: "Quote: " open-quote;
	font-weight: bold;
	font-style: italic;
}

 /* Puts a > " < after the quote. */
#content p.blockquote:after{
	content: close-quote;
	font-weight: bold;
	font-style: italic;
}

 /* Styles the links inside the content-box. */
#content a{
	color: #CCB040;
	font-weight: bold;
	text-decoration: none;
}

 /* Gives the links a hover-effect. */
#content a:hover{
	color: #7A7742;
	text-decoration: none;
	text-decoration: underline;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}




 /* Box which holds and aligns the menu to the right. */
#menu{
	position: absolute;
	right: 0; top: 15px;
	width: 176px;    min-height: 600px;
    border-left: 1px #EBE9B3 solid;
    }

 /* Hides the h1 text in CSS-compliant browsers, but seen by text-based browser. */
#menu h1{ font: 0em/0% arial, sans-serif; text-indent: -4321px; height: 0; margin: 0; padding: 0; }

 /* The actual menu holder. */
#menu dl{
	margin: 0px 0 15px 0;
	padding: 15px 0 30px 0;
	
}

 /* Styles the link-descriptions above the links. */
#menu dt{
	height:20px;
	margin: 15px 0 0 0;
	padding: 0 5px 0 5px;
	background: #E6CC62;
	font: .8em/150% verdana, sans-serif;
	color: #555555;
}

 /* Tags which holds each link in the menu. */
#menu dd{
	list-style:none;
	margin: 0;
	padding: 0;
	}

#mnuovrskr {
	margin: 15px 0 0 0;
	padding: 0 5px 0 5px;
	background: #E6CC62;
	font: .8em/150% verdana, sans-serif;
	color: #555555;
}
 /* Styles the links in the menu. */
#menu dd a{
	list-style:none;
	background: #ffffff url(./imgs/menu-link-bg.gif) left top no-repeat;
	display: block;
	font: .8em/20px verdana, sans-serif;
	color: #5D5B32;
	padding: 0 0px 0 15px;
	text-decoration: none;text-align: left;}

 /* Makes a hover effect when the mouse is over a link. Also styles the selected link. */
#menu dd a:hover, #menu dd a.selected{
	color: #000000;
	background: #F5F4D9 url(./imgs/menu-link-bg-hover.gif) left top no-repeat;    text-align: inherit;}

 /* Makes the hover-effect disappear (but with the dark arrow intact) when the mouse is over the menu. */
#menu dl:hover dd a.selected{
	background: #ffffff url(./imgs/menu-link-bg-hover.gif) left top no-repeat;
	display: block;
	font: .8em/20px verdana, sans-serif;
	color: #5D5B32;
	padding: 0 5px 0 15px;
	text-decoration: none;
}

#menu dl:hover dt{
	color: #000000;
}

 /* A form. */
#menu form{
 	margin: 0;
	padding: 4px;
}

 /* Styles the text-input. */
#menu input.text{
	width: 176px;
	margin: 0 0 2px 8px;
	padding: 0px;
	background: #ffffff;
	border: 1px #C5D2D9 solid;
	font: .7em verdana, sans-serif;
	color: #000000;
}

 /* Styles the button. */
#menu input.button{
	width: 176px;
	margin: 0 0 2px 8px;
	padding: 0px;
	background: #EAF0F3;
	border: 1px #C5D2D9 solid;
	font: .7em verdana, sans-serif;
	color: #000000;
}

 /* Changes the text and button background colour, when in focus (works only in some compliant browsers, such as Opera). */
#menu input.text:focus, #menu input.button:focus{
	background: #F5F5E7;
}


/***** Left sidebar *****/

#avmenu {
float: left;width: 176px;margin:0 0 20px 0;padding:0;
}

#avmenu ul {
list-style:none;width:176px;margin:0 0 0 0;padding:0;
}

#avmenu li {
margin-bottom:1px;
}

#avmenu li a {
font-weight:bold;height:20px;text-decoration:none;color:#505050;display:block;
font: .8em/20px verdana, sans-serif;/*padding:6px 0 0 15px;*/
padding:0px 0 0 15px;background:#ffffff url(./imgs/menu-link-bg.gif) left top no-repeat;/*border-top:1px solid #d8d8d8;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;border-left:1px solid #cccccc;*/
}

#avmenu li a:hover, #avmenu li a.current {
background:#F5F4D9 url(./imgs/menu-link-bg-hover.gif) left top no-repeat;color:#505050;/*border-top:1px solid #b0b0b0;border-right:1px solid #b0b0b0;border-bottom:1px solid #b0b0b0;border-left:1px solid #505050;*/
}

#avmenu ul ul {
margin:0 0 0 0px;
padding:0px 0 0 15px;width:160px;
}

#avmenu ul ul a {
height:20px;margin:0;padding:0 0 0 15px;
}

#avmenu h2 {
font-size:1.5em;font-weight:normal;
}




 /* The footer. */
#footer h5{
	font: bold .8em/300% Arial, Sans-Serif;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 .5em;
	background: #E6CC62;
	text-align: center;
	border-top: 3px #555555 solid;
	border-bottom: 3px #555555 solid;
}


 /* Styles the links in the footer box, if any. */
#footer a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

 /* Gives the links a hover-effect. */
#footer a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}








 /* Gives the acronyms a dotted bottom-border, so IE knows that it is an acronym. */
acronym{
	border-bottom: 1px #000000 dotted;
}

 /* This inludes the acronym description, when printed. */
@media print{
 acronym:after{
  content: " (" attr(title) ")";
 }
}
 