/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 1200px) {
	/* Disable fixed navigation buttons */
	#nav-single-fixed,
	#nav-fixed {
		display: none;
	}
}

@media (max-width: 1140px) {
	body {
		padding: 40px;
	}
	#page {
		margin: 0 auto;
	}

	#access .menu {
		margin-bottom: 0px;
	}
	#access .menu ul {
		margin: 0 -1px;
	}
	/* Gallery thumbnails will be 4 columns from now on */
	.gallery-items li.item {
		width: 25%;
	}
}

@media (max-width: 950px) {
	/* Disable menu */
	#access .menu ul#tiny {
		display: none;
	}
	
		/* Enable dropdown menu */
	.selectnav {
		display: block;
	}
}

@media (max-width: 800px) {
	/* Disable body padding */
	body {
		padding: 40px;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	
	.alignleft,
	.alignright {
		float: none;
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 650px) {
	/* Reorganize header elements */
	#branding #site-title {
		margin-bottom: 0px;
		text-align: center;
	}
	#branding #site-title img {
		display: inline;
	}	
	.social {
		position: relative;
		text-align: center;
		min-width: inherit;
		top: auto;
		right: auto;
		margin-bottom: 30px;
	}
	.social ul {
		float: none;
		text-align: center;
	}	
	.social ul li {
		float: none;
		display: inline;
		margin: 0;
		padding: 0 2px;
	}	
	.social ul li img {
		display: inherit;
		vertical-align: bottom;
	}	
	/* Floated content doesn't work well at this size */
	.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
		float: none;
		margin: 0 0 40px 0;
		width: 100%;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	/* Gallery thumbnails will be 2 columns from now on */
	.gallery-items li.item {
		width: 50%;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	
		#siteby {
	padding: .5em 0em;
	text-align: left;
	display: block;
	clear: both;
	float: left;
}

h5 { 
	text-decoration: none;
	color: #3d3835;
	text-align: center;
	font-family:  Georgia, serif;
	font-size: 29px;
	line-height: 35px;
	margin: 20px 10px;
}

}
@media (max-width: 480px) {
	
	/* Dropdown menu size */
	.selectnav {
		width: 75%;
	}
	/* Related posts one column */
	.related-list{
		width: 100%;
		margin: 0 0 -40px 0;
		overflow: hidden;
	}
	.related-list li {
		width:100%;
		margin: 0 0 40px 0;
		float: none;
	}
	
	h5 { 
	text-decoration: none;
	color: #3d3835;
	text-align: center;
	font-family:  Georgia, serif;
	font-size: 19px;
	line-height: 25px;
	margin: 10px 10px;
}
	
	
}

@media (max-width: 320px) {
	#content {
		margin: 0px;
		width: auto;
	}
	#site-title {
		padding: 0px;
	}
	#supplementary {
		padding: 30px 29px 0;
		overflow: hidden;
	}
	#branding #site-title {
		margin: 0px;
	}
	.format-image .full-size {
		margin: 0px;
	}
	
	.full-size {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.hentry2 {
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

}



