/*



 Theme Name:   Pinboard Child



 Theme URI:    http://example.com/pinboard-child/



 Description:  Pinboard Child Theme



 Author:       Anthony Dornan



 Author URI:   http://www.dornanit.com



 Template:     pinboard



 Version:      1.0.0



 Tags:         



 Text Domain:  pinboard-child



*/







@import url("../pinboard/style.css");



/* Custom child theme below */

@font-face {

  font-family: "Gandhi";

  /*src: url(http://scma.dornanit.com/font/boycott_-webfont.woff) format("woff");

  font-style: normal;

  font-weight: 200;*/

    src: url('http://scma.dornanit.com/font/GandhiSerif-Regular-webfont.eot');

    src: url('http://scma.dornanit.com/font/GandhiSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),

         url('http://scma.dornanit.com/font/GandhiSerif-Regular-webfont.woff') format('woff'),

         url('http://scma.dornanit.com/font/GandhiSerif-Regular-webfont.ttf') format('truetype'),

         url('http://scma.dornanit.com/font/GandhiSerif-Regular-webfont.svg#Gandhi') format('svg');

    font-weight: normal;

    font-style: normal;



}

#access a {
	font-family:"Gandhi", Georgia, serif;
		font-size:18px;
	display:block;
	padding:15px 24px;
	color:#f0f0f0;
	text-decoration:none;
	-moz-transition: background-color .25s ease, margin .25s ease;
	-webkit-transition: background-color .25s ease, margin .25s ease;
	-o-transition: background-color .25s ease, margin .25s ease;
	-ms-transition: background-color .25s ease, margin .25s ease;
	transition: background-color .25s ease, margin .25s ease;
}

#access a:hover,
#access li.current_page_item > a,
#access li.current-menu-item > a {
	font-family:"Gandhi", Georgia, serif;
	background:rgba(255, 255, 255, .2);
	color:#fff;
	font-size:18px;
		text-decoration:overline underline;
}

#access a span {
	color:#999;
	font-size:18px;
	//font-style:italic;
	//font-weight:normal;
	//line-height:1.62em;
	text-transform:none;
	text-decoration: overline underline;
}

#access {
	padding:0 10px;
	background:#1a9af1;
	box-shadow:0 0 7px rgba(0, 0, 0, .1);
	font-size:18px;
		text-decoration:overline underline;
		}

#access li li a {
	font-size:18px;
	min-width:150px;
	padding:5px 24px;
	margin:0;
	background: none;
	line-height:33px;
	text-align:left;
	overflow:hidden;
	text-transform: uppercase;
		text-decoration:overline underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:18px;
	font-family:"Gandhi", Georgia, serif;
	font-weight:300;
	line-height:1.62em;
	letter-spacing:1px;
}

h1 {
	font-size:36px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:15px;
}

p {
	font-size:15px;
	margin-bottom:24px;
}

#header-image {
	display:block;
	max-width:100%;
	padding:0.45%;
	//margin-bottom:1.76%;
	box-shadow:0 0 3px #999;
	background:#fff;
}

.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
	display: none;
}

.entry-title{
	font-family:"Gandhi", Georgia, serif;
}

.entry{
	font-family:"Gandhi", Georgia, serif;
}

.split-section{
width: 100%
}
.left-section{
float:left;
width:40%;
padding-left: 5%;
padding-right: 5%;
}

.right-section{
float:right;
width:40%;
padding-left: 5%;
padding-right: 5%;
text-align: left;

  .centeredImage
    {
   text-align:center;
    display:block;
    }
}

/*Changes for smaller screen sizes */
@media screen and (max-width: 760px) {
	#access {
		position: absolute;
		top: -50px;
		left: 0;
		z-index: 3;
		width: 100%;
		padding: 0;
		background: none;
		box-shadow: none;
	}
		#access .nav-show,
	#access a.nav-show:hover {
		position: absolute;
		top: 163px;
		right: 14%;
		display:block;
		width: 40px;
		height: 32px !important;
		padding: 0;
		background: url(images/nav.png) no-repeat;
		border: none;
		text-indent: -1000px;
		overflow: hidden;
	}
	
	#access .nav-hide {
		display: none;
	}
	
	#access:target .nav-hide,
	#access:target a.nav-hide:hover {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: -101em;
		width: 100%;
		height: auto !important;
		background: none;
		overflow: hidden;
		text-indent: -1000px;
	}
	
	#access .menu {
	text-align: center;
	}
	
	#access:target .menu {
		margin-top: 213px;
		background: #111;
	}
	
	#access li ul {
		position:static;
	}
	
	#access li ul ul {
		margin:0 !important;
	}
	
	#access ul,
	#access li {
		float:none;
		max-width:100%;
	}
	
	#access a {
		width:100%;
		height: 0 !important;
		padding:0;
		border: none;
		overflow: hidden;
	}
	
	#access:target .menu a {
		height: 40px !important;
		border-top: 1px solid #444;
		line-height: 40px;
		-moz-transition: height .25s, line-height .25s;
		-webkit-transition: height .25s, line-height .25s;
		-o-transition: height .25s, line-height .25s;
		-ms-transition: height .25s, line-height .25s;
		transition: height .25s, line-height .25s;
	}
	
	#access .menu a:hover {
		background:#555;
	}
	
	#access br {
		display: none;
	}
	
	#access a span {
		padding-left: 5px;
	}
	
	#access li li a {
		padding: 0;
		background:#3c3c3c;
		border-top-color:#4f4f4f;
		text-align:center;
	}
	
	#access li li li a {
		background:#444;
		border-top-color:#555;
	}
	
	#access li:hover > ul,
	#access li li:hover > ul,
	#access li li li:hover > ul {
		display:none;
	}
	
	#access:target .drop-down-toggle {
		display:block;
	}
	
	#access li li .drop-down-toggle {
		top:5px;
	}

.left-section{
float:left;
width:100%;
}

.right-section{
float:left;
width:100%;
}

}