@charset "utf-8";
/* Master CSS
Name: pimago
Author: Philip Prinz ~ www.pimago.de
Update: 30.Jun.2008

Colorpalette
#fff; ~ rice
#282828; ~ dishes 
#a2c96e; ~ wasabi
#f8815c; ~ shrimp 

"Still much to do" */

body {
	margin: 0;
	padding: 0;
	color: #444;
	background: #a6dcf9 url("../img/bg.gif") 0 0 repeat-x fixed;
	font: normal 62.5% "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: center;
	line-height: 1.6em;
}

/* Typo
-------------------------------------------------- */
p, address {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.25em;
	font-style: normal;
	line-height: 1.6;
}

address {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.25em;
	font-style: normal;
}

h1 {
	margin: 10px 0 0 0;
	padding: 10px 20px;
	width: 528px;
	background-color: #377fab;
	color: #fff;
	font-size: 1.8em;
}

h2 {
	margin: 0 0 .1em 0;
	padding: 0;
	color: #377fab;
	font-size: 1.8em;
}

h3 {
	margin: 0 0 .6em 0;
	padding: 0;
	color: #ec7254;
	font-size: 1.35em;
}

ul, li {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

strong {
	color: #111;
}

/* Links
-------------------------------------------------- */
a {
	color: #96bf0d;
	text-decoration: none;
}

a:hover {
	color: #377fab;
}

a img {
	border: none;
}

/* Basic Boxes
-------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	padding: 30px 0 0;
	width: 568px;
	text-align: left;
}

#header {
	padding: 20px;
	border-top: 10px solid #377fab;
	background-color: #f7f6f1;
}

#logo {
	margin: 0 0 8px 20px;
	padding: 0;
	display: block;
}

#footer {
	margin-top: 30px;
	padding: 40px 0 30px 0;
	background: #a6dcf9 url("../img/bg_footer.gif") repeat-x left 10px;
}

#footer-body {
	margin: 0 auto;
	padding: 10px 20px;
	width: 528px;
	background-color: #46453f;
	text-align: left;
}

/* Rounded corners */
h1 {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#header, div.section {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#footer-body {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Header
-------------------------------------------------- */
li {
	padding: .3em 0 .3em 20px;
	background: transparent url("../img/check.gif") no-repeat 0 .3em;
	font-size: 1.25em;
}

#header div.left {
	width: 255px;
	float: left;
}

#header div.right {
	width: 255px;
	float: right;
}

#header #accordion {
	padding-top: 1em;
	clear: both;
}

#header #accordion p {
	margin: 0;
}

#header #accordion div.left,
#header #accordion div.right {
	width: 260px;
}

#header #accordion .element {
	display: none;
}

#header #accordion .element h3 {
	padding-top: 1em;
}

#header #accordion ul li {
	padding: 0 1.3em 0 0;
	background: none;
	color: #777;
	float: left;
}

#header #accordion ul li.alt {
	color: #111;
}

/* Content
-------------------------------------------------- */
#content p {
	margin-bottom: 0;
}

#content div.section {
	padding: 0 20px;
	background-color: #f7f6f1;
	position: relative;
}

#content div.entry {
	padding: 20px 0;
	border-bottom: 1px solid #dadada;
	position: relative;
}

#content div.alt {
	border-bottom: none;
}

#content img {
	margin-bottom: 12px;
	border: 4px solid #46453f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.visit {
	margin-top: 1.5em;
}

p.visit a {
	padding: 3px 6px 3px;
	border: 3px solid #a2c96e;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

p.visit a:hover {
	border-color: #377fab;
	color: #377fab;
}

#content p.badge {
	width: 81px;
	height: 83px;
	background: transparent url("../img/badge_new.png") no-repeat 0 0;
	text-indent: -999em;
	position: absolute;
	top: 18px;
	right: -2px;
}

/* Thank you Bill */
* html #content p.badge {right: 18px;}

/* navi */
#content div.section ul {
	position: absolute;
	right: 568px;
	top: 20px;
}

#content div.section ul.top {
	top: auto;
	right: 568px;
	bottom: 20px;
}

#content div.section ul li {
	padding: 0;
	background-image: none;
	text-align: right;
	display: inline;
}

#content div.section ul li a {
	margin-bottom: 2px;
	padding: 5px 20px;
	border-left: 2px solid #699225;
	background: #96bf0d url("../img/bg_label") no-repeat right top;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#content div.section ul li a:hover {
	border-color: #cb5d43;
	background: #ec7254 url("../img/bg_label") no-repeat right bottom;
}

/* Footer
-------------------------------------------------- */
#footer {
	color: #8e8c83;
}

#footer p {
	margin-bottom: 0;
}

#footer address {
	margin-top: 1em;
}

#footer strong {
	color: #c2c0b4;
}

#footer a {
	color: #8e8c83;
	text-decoration: none;
}

/* Extras
-------------------------------------------------- */

/* clear floats */ 
#header:after {
	height: 0;
	content: "."; 
	display: block;  
 	clear: both; 
	visibility: hidden;
}

/* clear floats for stoopid IE 7 */
*:first-child+html #header {
	min-height: 1px;
}

/* clear floats for stoopider IE 6 */
* html #header {
	height: 1%;
}

/* IE png fix by www.komodomedia.com */
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && 	this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "css/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}