@charset "UTF-8";
/*  SOME RIGHT RESERVED - Creative Commons Attribution-Share Alike 2.0 Belgium License   */
/*  All contents by Nick & Koen from oneDot only */
/*  part of zimbashop.be */

/* GLOBALS */

a:link		{ color: #921b1f; text-decoration:none; }
a:hover		{ color: #990000; }
a:visited	{ color: #770000; text-decoration:none; }

img	{ border: none; }
object	{ overflow:hidden; }

body	{ 	
	background:#fff; border: none; margin: 5px 0; overflow-x: hidden;
	font-size: 11px; font-family: "lucida grande",tahoma,verdana,arial,sans-serif; color: white;
	height: 100%;
}

		  
/* NAVIGATION ELEMENTS */
#menu	{
	width:210px; padding:182px 0 0 20px; float:left; background:url(img/rabbit.balloon.gif) no-repeat right center;
}


/* STRUCTURE ELEMENTS */
#container	{
	float:left; width:760px; padding:158px 8px 15px 0; background:url(img/girl.on.top.gif) no-repeat right top;
}
#left, #right	{
	width:380px; margin:0px; overflow:hidden; background:#185f4a;
}
#right	{ background:#0a3426; }

#three_left, #three_middle, #three_right	{
	width:252px; margin:0px; overflow:hidden; background:#185f4a;
}
#three_middle	{ width:256px; background:#0a3426; }

#credits	{
	width:780px; text-align:center; margin:20px auto; clear:both;
}
#full { float: left; width: 756px; height: auto; min-height: 600px; background: url(img/line2.png) repeat top left; border: 3px solid black; padding-bottom: 25px; margin-bottom: 25px; }
#full .mod { float: left; width: 706px; padding: 25px 25px 10px; }
#full img.title { display: none; }

#footer { float: left; width: 750px; padding-right:200px; text-align: right; height: auto; padding-top: 5px; margin-bottom: 15px; }
#footer img { margin-left: 5px; }

#footer_logo { display: block; float: left; clear: both; width: 280px; margin-left: 775px; margin-top: -70px; }

/* STYLING CLASSES */
a.subtle			{ border:0px; color:#BDA87D; }

img.title	{
	display:block;
}
img.thumb	{
	padding:5px 0; background:black; margin:3px; 
	-moz-border-radius:3px; -webkit-border-radius: 3px;
}



/* COLUMN & MOD CLASSES */

.mod	{
	width:342px; padding:14px 20px 20px 18px;
	color:white;
}
.mod .georgia.type { display: none; }

.mod.black				{ background:black; }
.mod.dgrey				{ background:#222; }
.mod.green				{ background:#185f4a; }
.mod.apple				{ background:#3c8b72; color:black; }
.mod.apple a			{ color:#0de698; }
.mod.blank				{  }
.mod.nomargin			{ padding:0px !important; width:100% }			