/* =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: 550px) {
	/* Disable menu */
	#access .menu ul#tiny {
		display: none;
	}
	
		/* Enable dropdown menu */
	.selectnav {
		display: block;
	}
	
		#branding #site-title {
		margin-bottom: 20px;
		text-align: center;
	}
	#branding #site-title img {
		display: inline;
	}
	
}

@media (max-width: 550px) {
	/* Disable body padding */
	
	.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;
	}
	
	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: 550px) {
	/* Reorganize header elements */	
		
	/* 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;
	}


h5 { 
	font: 15px/20px Georgia,"Times New Roman",Times,serif;
	color: #c1b8b2;
	padding: 0px;
	margin: 0px 0px 5px; 
}

h3 { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #2580c3;
	padding: 12px 0 0 0;
	margin: 10px 0 10px 0;
	line-height: 18px;
}

}


@media (max-width: 450px) {
	

		#registeredlink {
	padding: .5em 0em;
	text-align: left;
	display: block;
	clear: both;
	float: left;
}

}




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


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

}



