/*
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 {
border: 1px solid #9e7a2c;
padding: 2px;
background: #fff;
}

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

#violin {
background: url(images/violin.gif) top left no-repeat;
height: 610px;
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;
}

a:hover {
text-decoration: none;
}

#main-container {
width: 978px;
margin: 0 auto;

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

#header {
width: 973px;
height: 136px;
background:url(images/header.jpg) no-repeat;
}

#top {
width: 963px;
}

#content {
padding-right:20px;

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 {
height: 20px;
background: #fff;
margin-right: 18px;
margin-left: 0px;
}

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

#white-content {
margin-right: 260px;
margin-left: 245px;
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: #e6dfd9;
float: right;
padding: 21px 14px 14px 14px;
margin: 0 1px 10px 10px;
}

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

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

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

p.foot {
margin: 0 auto;
}

/*
#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}

#topnav {
display: inline;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background: #51473d;
text-align:center;
padding: 7px 0px;
}

#topnav ul {
list-style: none;
display: inline;
}

#topnav a {
text-transform:uppercase;
color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration:none;
display: inline;
padding: 7px 8px 6px 8px;
}

#topnav a:hover {
background: url(images/nav-bg.jpg) repeat-x;
display: inline;
padding: 7px 8px 6px 8px;
}


#topnav li
{
margin-right: 0px;
background: #51473d;
border-right: 1px solid #40362c;
display: inline;
}

#topnav li.current_page_item
{
  background: #472767;
  padding: 4px;
}

#topnav li ul
{
  position: absolute; left: -999em;
}

#topnav li:hover, #topnav li.hover
{
position: static;
visibility: visible;
}

#topnav li:hover ul, #topnav li.hover ul
{
left: auto;
margin-left: -180px !important; 
margin-top: 20px;
}

#topnav li ul li
{
color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration:none;
display: block;
padding: 7px 10px 6px 10px;
white-space: nowrap;
border-bottom: 1px solid #40362c;
}

#topnav li ul li:hover
{
background: url(images/nav-bg.jpg) repeat-x;
display: block;
padding: 7px 10px 6px 10px;
}


*/



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

#access {
width: 978px;
background: #51473d;
margin: 0;
padding: 5px 0 0 0px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
display:block;
float:left;
}

#access .menu-header,
div.menu {
	font-size: 12px;
	font-family: arial;
}
#access .menu-header ul,
div.menu ul {
margin: -10px;
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color: #fff;
	line-height:38px;
	margin: 0 10px 0 10px;
}

#access  ul ul a {
color: #fff;
text-transform: capitalize;
font-size: 13px;
}

#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:10px;
	float:left;
	background:#7a7162;
	width: 158px;
	z-index: 99999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(border-radius.htc);
	padding: 10px 0;

}

access ul ul li {
border-bottom: 1px solid #51473d;
}

#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#7a7162;
	height:auto;
	line-height:1em;
	padding:10px;


}
#access li:hover > a,
#access ul ul :hover > a {
color:#fff;
background:#40362c;
text-shadow: #333 1px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#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;
	background:#7a7162;
text-shadow: #333 1px 1px;
}

* 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;
}

.alignright {
	float: right;
margin-left: 10px;
}

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

