/*
 Theme Name:   Shai Hulud
 Theme URI:    http://hulud.com/wp-content/themes/shai_hulud
 Description:  A Twenty Eleven child theme for Shai Hulud
 Author:       Jay DiNitto
 Author URI:   http://jaydinitto.com
 Template:     twentyeleven
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         twenty-eleven
 Text Domain:  twenty-eleven-child
*/

nav {
	background: none; 
	border: 0;
} 

nav ul.menu li {
	font-size: 1rem;
	font-weight: bold;
}

#access {
	background: #514b3d !important;
	border: 1px solid #70684e !important;
	border-left: 0 !important;
	border-right: 0 !important;
	margin-bottom: 0;
}

#access #menu-pre li {
	margin-left: 3%;
}

#access #menu-pre li .sub-menu li {
	margin-left: 0;
}


#access li:hover > a,
#access ul ul :hover > a,
#access a:focus, 
#access ul ul a {
	background: #222;
	color: #fff;
}

#access ul ul :hover > a {
	background: #70684e;
}

#access ul ul #menu-item-123 a, 
#access ul ul #menu-item-124 a {
	width: 290px;
}

.entry-content p {
	text-align: justify;
}

.single-author .entry-meta .by-author {
	display: inline;
}

#respond .form-submit {
	margin-right: -21px;
	width: 185px;
}

#respond input#submit {
	width: 140px;
}

#secondary #text-4, 
#secondary #facebook-likebox-2, 
#secondary #text-5 {
	text-align: center;
}

/* merch banner */
#merchBanner img {
	margin: 0 auto;
}

@media (min-width: 950px) {
	#merchBanner img {
		height: 51px;
		width: 774px;
	}
}

/* merch page */
@media (min-width: 950px) {
	#post-113 .entry-content img.lftImg {
		margin-right: 1rem;
	}
}

/* tour dates in header */
#tourDatesHeaderTitle {
	font-weight: bold;
	margin: 1em auto 0 auto;
	text-align: center;
	width: 100%;
}

#tourDatesHeader {
	border: 1px solid #ccc;
	width: 90%;
	height: 200px;
	margin: 0 auto;
	overflow-y: auto;
	text-align: center;
}

#tourDatesHeader .bit-widget .bit-button {
    background-color: #514b3d !important;
    color: #fff !important;
}  

.bit-widget .bit-button {
    background-color: #514b3d !important;
    color: #fff !important;
}  
	
	/* hide on tour page */
	.page-id-72 #tourDatesHeaderTitle, .page-id-72 #tourDatesHeader {
		display: none;
	}