/*
Theme Name: panache
Description: Child theme for the responsive theme 
Author: Saul Perkes
Template: responsive
*/

@import url("../responsive/style.css");

.menu {
	background-color: #fff;
	background-image: none;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444; 
}

.menu a {
	border-left: none;
	color: #333;
    cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.menu a:hover {
	background-color: #ddddcf;
	background-image: none;
	color: #666; 
}

ul.menu > li:hover {
	background-color: #ddddcf;
	color: #666;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #ddddcf;
	color: #3977a8;
}

span.floatright {
	float: right;
}

span.floatleft {
	float: left;
}

.location  td, table{
	border: 0;
	vertical-align: top;
}

.home #wrapper {
	/* background-color: transparent; */
	border: none;
	padding: 0;
	margin: 60px auto 60px auto; 
}

.js .main-nav .menu li a {
	height: 40px;
	line-height: 40px;
}

div.footer_links {
	text-align: center;
	color: #ffebcc;
}

#footer a {
	color: #444;
}

div.copyright {
	color: #444;
}

div.websiteby {
	text-align: right;
	color: #444;
}

img.front-page-image {
	float: left;
	/* max-width: 77%; */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.simple table, tr, td {
	border: none;
	padding: .4em;
}

#container {
	background-color: white;
}

#content.col-620 {
	width: 76%;
}

#widgets.col-300 {
	width: 21%;
}

#header {
	background-color: #ffffff;
/*	white-space: nowrap;
	overflow: hidden; */
}

#logo {
	margin: 20px 0px 40px 20px;
}

div.banner-text {
	margin: 0px 20px 0px 0px;
	font-size: 12px;
	float: right;
	overflow: hidden;
	white-space: nowrap;
}

div.banner-text h1 {
	font-size: 18px;
}

.collapseomatic {
	color: #2222ff;
}

div.inventory p {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.inventory_detail p {
	white-space: normal;
	overflow: visible;
}
	
p.inventory_name {
	font-size: 0.7em;
}

p.inventory_name a {
	color: #777777;
}

div.inv_detail_attrs {
	line-height: 0.6em;
}

p.inventory_description {
	padding: 20px 0px 20px 0px;
}

div.header_search {
	float: right;
	margin-left: 40px;
	text-align: right;
}

#flags {
	margin-bottom: 10px;
}

#searchform {
	margin-bottom: 55px;
}

table.dynasties {
	width: 50%;
}

table.dynasties tr {
	border-bottom: 1px solid #dddddd;
}