/*

Theme Name: gcw2014
Description: Custom theme for Guitar Chords World
Version: 0.0.1
Template: twentythirteen

*/

@import url('../twentythirteen/style.css');

#page {
	max-width: 1080px;
	margin: 0 auto;
}

.site-header .home-link {
	min-height: 125px;
}

.site-title {
	font-size: 50px;
	padding-top: 25px;
	padding-bottom: 0;
}

.site-description {
	font-size: 18px;
	font-style: normal;
	margin-left: 350px;
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 39px;
	position: relative;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #f7f5e7;
	color: #141412;
	
}
/*
.nav-menu li:hover,
.nav-menu li:focus {
	
	border-bottom: 2px solid #141412;
}
*/

ul.nav-menu, div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li a {
color: #141412;
display: block;
font-size: 15px;
line-height: 1;
padding: 12px 14px 12px 14px;
text-decoration: none;
}

.nav-menu li a:hover,
.nav-menu li a:focus {
	background-color: #db572f;
	color: #fff;
	padding: 12px 14px 10px 14px;
	border-bottom: 2px solid #141412
}

.nav-menu li:first-child a {
	padding-left: 20px;
}


.menu-toggle-chord-archive {
	display: none;
}

#main {
	width: 100%;
	padding: 0 20px;
}

#content {
	max-width: 75%;
	
}

.download-link {
	color: #db572f;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 780px;
	width: 100%;
}

#content .entry-header {
	padding-left: 0;
	margin-left: 0;
}

.entry-header .entry-title {
	font-size: 32px;
}

#content .entry-content {
	margin: 0;
	padding: 0;
}

.entry-content a img  {
	margin-right: 25px;
}


.entry-content a img:hover {
	
	outline: 1px solid #141412;
}

#chord-navbar {
		/*height: 0;*/
		position: absolute;
		top: 204px;
		right: 0px;
		max-width: 100%;
		z-index: 1;
	}

	#chord-nav-menu {
		background: #f7f5e7;
		margin: 0 0 0 0;
		width: 155px;
	}

	
	#chord-menu-title {
		text-align: center;
		font-size: 16px;
		margin: 15px 0 0 0;
	}

#chord-menu-container ul {
	padding: 0;
}

#chord-menu-container li a {
	color: #141412;
	display: inline-block;
	width: 100%;
	padding: 5px 0 5px 35px;
}


#chord-menu-container li a:hover,
#chord-menu-container li a:focus {
	background-color: #db572f;
	color: #fff;
	border-bottom: 2px solid #141412;
	padding-bottom: 3px;
}

#chord-menu-container .current_page_item ,
#chord-menu-container .current_page_ancestor ,
#chord-menu-container .current-menu-item ,
#chord-menu-container.current-menu-ancestor  {
	color: #bc360a;
}


#menu-chord-archive .current_page_item > a,
#menu-chord-archive .current_page_ancestor > a,
#menu-chord-archive .current-menu-item > a,
#menu-chord-archive .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}

.barchord img {
	float: left;
	margin-right: 30px;
}

.barchord {
	clear: left;
	min-height: 290px;
	border-bottom: 1px solid #e6e4d6;
}

#eshape_barchord  {
	margin-top: 90px;
}

#cshape_barchord {
	margin-top: 30px;
}

.barchord img  {
	margin-top: -5px;
}

table, 
table tr td {
	border-color: #e6e4d6;
}

table tr th {
	border-bottom: 4px solid #e6e4d6;
}



#major_scales {
	margin-top: 50px;
}




/* ---------------------------------------------- */


@media (max-width: 1070px) {

	#chord-navbar {
		top: 243px;
	}
}


@media (max-width: 643px) {

	.site-title {
		font-size: 24px;
		padding-top: 10px;
	}
	
	.site-description {
		font-size: 12px;
		margin-left: 0;
	}
	
	.site-header .home-link {
		min-height: 70px;
	}
	
	
	
	#navbar {
		width: 50%;
		float: left;
		margin: 0;
	}
	
	.nav-menu li:first-child a {
		padding-left: 14px;
	}
	/*----------------------------------------------------*/
	
	#chord-navbar {
		/*height: 44px;*/
		position: static;
		width: 50%;
		float: left;
		

		z-index: auto;
	}
	
	
	
	/*
	#chord-navbar {
		top: 70px;
		width: 50%;
	}
	*/
	
	#chord-nav-menu {
		width: 100%
	}
	
	#chord-menu-title {
		margin: 0;
		padding: 11px 0 11px 20px;
	}
	
	#chord-menu-container {
		display: none;
	}
	
	.chord-drop-menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}
	
	.chord-drop-menu-toggle:after {
		font-family: Genericons; 
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}
	
	
	.toggled-on .chord-drop-menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}
	
	
	.toggled-on #chord-menu-container {
		display: block;
	}
	
	
	
	
	
	
	.toggled-on #chord-menu-container #menu-chord-archive {
		margin-top: 2px;
	}
	
	.toggled-on #chord-menu-container #menu-chord-archive li a {
		font-size: 15px;
		line-height: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.toggled-on #chord-menu-container #menu-chord-archive li a:hover,
	.toggled-on #chord-menu-container #menu-chord-archive li a:focus	{
		padding-bottom: 10px;
	}
	
	#main {
		clear: both;
	}
	
	
/* Chord Archive drop menu reference code------------------------------ 
	
	.chord-drop-menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}
	
	.chord-drop-menu-toggle:after {
		font-family: Genericons; 
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}
	
	
	.toggled-on .chord-drop-menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}
	
	.toggled-on .chord-drop-menu,
	.toggled-on .chord-drop-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .chord-drop-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .chord-drop-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .chord-drop-menu li:hover > a,
	.toggled-on .chord-drop-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .chord-drop-menu li a:hover,
	.toggled-on .chord-drop-menu ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

----------------------------------*/
	
	

	#content {
		max-width: 100%;
	}

	
	.entry-header .entry-title {
		font-weight: normal;
		font-size: 16px;
	}
	
	.site-content article {
		padding-top: 10px;
	}
	
	.entry-content {
		font-size: 12px;
	}
	
	.entry-content h4 {
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.entry-content p {
		margin-bottom: 10px;
	}
	
	.entry-content a img  {
		margin-right: 0;
	}
	
	#eshape_barchord  {
		margin-top: 30px;
  }
	
	.barchord img {
		float: none;
		margin-right: 30px;
	}

.barchord {
		clear: none;
		min-height: 290px;
		border-bottom: 1px solid #141412;
	}
	
	.barchord img  {
		margin-top: 0;
	}
	
	.page-id-122 #main {
		padding: 0;
	}
	
	.page-id-122 .entry-title {
		padding-left: 20px; /*bar chords page*/
	}
	
	table {
		font-size: 11px;
	}
	
	table tr th {
		border: 1px solid #e6e4d6;
		border-bottom-width: 4px;
		text-align: center;
		
	}
	
	table tr td {
		border: 1px solid #e6e4d6;
		text-align: center;
	}
	
}