/*
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

*/

img {
padding: 4px;
border: 1px solid #a78f51;
}

body {
background: #595551;
margin: 0;
color: #4b4744;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* #violin {
background: url(images/violin1.png) top left no-repeat;
height: 796px;
float: left;
width: 244px;
}
*/

p {
line-height: 20px;
}

h1 {
}

h2 {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
color: #967a30;
background: url(images/gold-note.gif) right no-repeat;
border-bottom: 1px solid #967a30;
}

h3 {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
color: #474038;
background: url(images/brown-note.png) right no-repeat;
border-bottom: 1px solid #474038;
padding: 0;
margin: 0;
}

h4 {
color: #6a041a;
font-size: 14px;
font-weight: bold;
padding: 0;
margin: 0;
}


a {
color: #8b7338;
text-decoration: underline;
border: none;
}

a:hover {
text-decoration: none;
}

#main-container {
width: 977px;
margin: 0 auto;
border: 10px solid #fff;

background: url(images/bg.jpg) repeat;
/* background: #e4ddd7; */
}

#header {
width: 978px;
height: 200px;
}

#top {
width: 963px;
}

#cimy_div_id {
	float: left;
	margin: 0;
	width: 978px;
	height: 200px;
		}

#content {
padding-right:0px;
margin-top: 20px;
}

#content-forum {
background: #e4ddd7 url(images/content-bg-forum.jpg) repeat-y;
padding: 0px 20px 20px 0;
margin-top: 20px;
margin-right: 20px;
margin-left: 20px;
}

.space {
height: 20px;
background: #fff;
}

.space-bottom {

}

#white-panel {
background: #fff;
padding: 0px 10px 0px 10px;
}

#white-content {
margin-right: 260px;
 margin-left: 30px;
padding-bottom: 0;
margin-bottom: 0;
}

#white-content em {
}

#white-content-forum {
margin-right: 0;
margin-left: 20px;
padding-bottom: 0;
margin-bottom: 0;
}

#tan-panel {
width: 209px;
background: #f1efe8;
float: right;
padding: 21px 14px 14px 14px;
margin: 20px 1px 10px 10px;
}

#tan-panel p {
line-height: 18px;
}

#foot-content {
background: #f1efe8;
font-size: 11px;
color: #7b726d;
padding: 2px;
text-align: center;
}

#foot-content a {
color: #7b726d;
text-decoration: none;
}

p.foot {
margin: 0 auto;
}




/* =Menu
-------------------------------------------------------------- */

#access {
	background: #6d6864;
	display: block;
	float: left;
	margin: 0 0 0 4px;
	width: 974px;
}
#access .menu-header,
div.menu {
	font-size: 13px;

}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;

}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0px 10px;
	text-decoration: none;

}
#access ul {
margin: 0 auto;
padding: 0;
}


#access ul ul {
	display: none;
	position: absolute;
	left: 0;
	float: left;
	width: 280px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #86827e;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #86827e;
	color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}








.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
margin-right: 10px;
padding: 4px;
border: 1px solid #a78f51;
}

.alignright {
float: right;
margin-left: 10px;
padding: 4px;
border: 1px solid #a78f51;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


