/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* TEMPLATE */

body {
	text-align: center;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	background: #CFD3BC url('images/bg_body.gif') repeat-x;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a, a:link {
	text-decoration: none;
}
a:visited {
	color: inherit;
}
#stage {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
p img {
	padding: 0;
	max-width: 100%;
}
.red {
	color: #FF9900 !important;
}
.red a {
	color: #FF0000 !important;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #FF6600;
}
.edit {
	color: #ccc;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}


/* DESIGN */


#top {
	width: 900px;
	height: 121px;
	background: transparent url('images/bg_logo.gif') no-repeat;
	float: left;
}
#top #holder {
	width: 770px;
	height: 30px;
	border-bottom: 1px solid #8EBB41;
	margin-top: 58px;
	margin-right: 10px;
	float: right;
}
#top h1 {
	width: 300px;
	font: 26px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
	padding: 0px;
	margin: 0px;
	float: left;
}
#top h1 a, #top h1 a:hover {
	font: 21pt Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
#top h2 {
	width: 390px;
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #eaeaea;
	padding: 0px;
	margin: 0px;
	float: right;
}
#headerMain {
	width: 880px;
	height: 220px;
	/*padding-left: 15px;*/
	border-left: 20px solid #fff;
	background: #fff url(images/bg_header.gif) no-repeat 0px 0px;
	float: left;
}
#headerMainTwo {
	width: 880px;
	height: 220px;
	/*padding-left: 15px;*/
	border-left: 20px solid #fff;
	background: #fff url(images/bg_header2.gif) no-repeat 0px 0px;
	float: left;
}
/*#flash {
	width: 860px;
	height: 215px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #ccc;
	background-image: none;
}*/
#container {
	width: 865px;
	background-color: #fff;
	border-left: 19px solid #fff;
	border-right: 16px solid #fff;
	float: left;
}
#bottom {
	width: 900px;
	height: 16px;
	background: transparent url('images/bg_bottom.gif') no-repeat;
	border-top: 25px solid #fff;
	margin-bottom: 25px;
	float: left;
}



/* MENU */

#menu {
	width: 178px;
	/* min-height: 300px; temporary */
	float: left;
	margin-top: 10px;
}
#menu #menuTop {
	width: 178px;
	height: 5px;
	background: transparent url('images/bg_menu_top.gif') no-repeat;
}
#menu #menuBottom {
	width: 178px;
	height: 120px;
	background: transparent url('images/bg_menu_bottom.gif') no-repeat;
}
#menu ul, #menu ul li {
	/*float: left;*/
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li a, #menu ul li a:visited {
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #006600;
	display: block;
	width: 158px;
	padding: 3px 0px 3px 20px;
	/*margin: 2px 0px;*/
	/*text-align: right;*/
	border-bottom: 1px solid #fff;
	background: transparent url('images/bg_menu.gif') no-repeat;
}
#stage #menu ul li a:hover, #stage #menu ul li.level1 a:hover, #stage #menu ul li.level1active a:hover {
	width: 148px;
	padding: 3px 0px 3px 30px;
	color: #000;
	background: #fff url('images/bg_menu_on.gif') no-repeat;
}
#stage #menu ul li.level1active a.level1current, #stage #menu ul li.level1active a.level1current:hover {
	width: 148px;
	padding: 3px 0px 3px 30px;
	color: #000;
	background: #fff url('images/bg_menu_on.gif') no-repeat;
}
#stage #menu ul.level2 li a, #stage #menu ul.level2 li a:visited {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	width: 110px;
	background-image: none;
	padding: 2px 0px 2px 35px;
	margin: 2px 0px;
	background-color: none;
	border: 0px;
}
#stage #menu ul.level2 li a:hover, #stage #menu ul.level2 li li.level2active a:hover, #stage #menu ul.level2 li.level2active a:hover, #stage #menu ul.level2 li.level2active a {
	color: #ccc;
	background-image: none;
	border: 0px;
	padding: 2px 0px 2px 35px;
	margin: 2px 0px;
	background-color: none;
	border: 0px;
}
#stage #menu ul.level2 {
	width: 150px;
	border-top: 1px solid #ccc;
	margin-bottom: 8px;
}
/*#stage #menu ul.level1 {
	padding-bottom: 10px;
}*/


/* MAIN CONTENT */

#content {
	width: 410px;
	min-height: 300px;
	float: left;
}
#galeria {
	width: 680px;
	min-height: 300px;
	float: left;
}
#content h1, #galeria h1 {
	font: 16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #630;
	width: 410px;
	padding: 0px !important;
	border-bottom: 1px solid #D2DCB4;
	margin: 10px 0px 20px 0px;
}
#galeria h1 {
	width: 680px;
}
#content, #content p {
	font: 11px/130% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#content a, #content p a {
	color: #660000;
	text-decoration: none;
	border: 0px;
}
#content a img, #content p a img {
	border: 3px solid #D2DCB4;
	background-color: #F0F3E4;
}
#content a:hover, #content p a:hover {
	color: #FF3300;
	text-decoration: underline;
}

iframe {
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

/* RIGHT */

#right {
	width: 261px;
	min-height: 300px;
	background: transparent url('images/bg_leaf.gif') no-repeat;
	padding-top: 95px;
	float: right;
}
#right #gallery {
	width: 251px;
	margin-bottom: 5px;
	/*margin-left: 5px;*/
	float: left;
}
#right #gallery a, #galeria a {
	display: block;
	float: left;
	/*display: inline;*/
	width: 115px;
	height: 78px;
	background: transparent url('images/bg_pic.gif') no-repeat;
	margin: 0px 10px 10px 0px;
	text-decoration: none;
}
#galeria a {
	margin: 0px 14px 14px 0px;
}
#right #gallery img, #right #gallery a img, #galeria img, #galeria a img {
	border: 0px;
	width: 110px;
	height: 73px;
}
#right #bar {
	width: 240px;
	height: 10px;
	/*margin-left: 10px;*/
	background-color: #D2DCB4;
	float: left;
}
#right #latest {
	width: 230px;
	/*margin-left: 10px;*/
	padding-top: 3px;
	float: left;
}
#right #latest h2 {
	display: none;
}
#right #latest ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#right #latest a {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	display: block;
	width: 233px;
	padding: 4px 0px 4px 7px;
	background-color: #EBEEE3;
	margin-bottom: 2px;
}
#right #latest a:hover {
	width: 232px;
	padding: 3px 0px 3px 6px;
	background-color: #fff;
	border: 1px solid #D3DBC1;
	color: #482400;
}



/* FOOTER */

#submenu {
	width: 900px;
	text-align: center;
	border-bottom: 1px solid #93A57E;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
#submenu ul, #submenu ul li {
	/*float: left;*/
	list-style: none;
	display: inline;
	margin: 0px 20px;
	padding: 0px;
}
#submenu ul li a, #submenu ul li a:visited {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}
#submenu ul li a:hover, #submenu ul li.level1 a:hover, #submenu ul li.level1active a:hover {
	color: #000;
	text-decoration: underline;
}
#submenu ul li.level1active a.level1current, #submenu ul li.level1active a.level1current:hover {
	color: #000;
	text-decoration: underline;
}

#credits {
	width: 900px;
	text-align: center;
	margin-bottom: 50px;
	float: left;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #83976C;
}
#credits a {
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #83976C;

}