/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
/* Does the same thing as ,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
/*#masthead {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 50px 30px;
	background-image: url("https://livingtongues.org/wp-content/uploads/2014/06/cropped-LT-logo-951x288.png");
} */
body {
	background: #f5f5f5 !important;
}

.site {
	margin: auto;
}

.primary-navigation {
	float: left;
	margin: 0 1px 0 25%;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 320px) {
	/*
										.content-area {
										margin-left: 223px;
										padding-top: 20px;
		}
										*/
	
}

@media screen and (min-width: 673px) {
	/*.content-area {
										margin-left: 149px;}
										*/
	
}

@media screen and (min-width: 781px) {
	/*.site-main {
										margin-left: 222px !important;
		}
										*/
	
}

@media screen and (min-width: 783px) {
	
}

/*
	.site-header {
		left: 134px !important;
	}

	
	#primary-navigation {
		margin-left: 230px;
	}
*/
/* Fixed Header 
														.masthead-fixed .site-header {
															position: fixed;
															top: 0;
														}
														
														.admin-bar.masthead-fixed .site-header {
															top: 32px;
														}
														
														.masthead-fixed .site-main {
															margin-top: 48px;
														}
														
														.primary-navigation {
															float: none;
															margin: 0 1px 0 128px;
														}*/
@media screen and (max-width: 1000px) {
	.primary-navigation {
		float: left !important;
		margin: 0 1px 0 5% !important;
	}
}

@media screen and (min-width: 1008px) {
	.site:before {
		width: 0;
	}
	
	.main-content {
		margin-left: -222px !important;
	}
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */
@media print {
	
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
/* Does the same thing as ,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
/*#masthead {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 50px 30px;
	background-image: url("https://livingtongues.org/wp-content/uploads/2014/06/cropped-LT-logo-951x288.png");
} */
body {
	background: #f5f5f5 !important;
}

.site {
	margin: auto;
}

.primary-navigation {
	float: left;
	margin: 0 1px 0 25%;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 320px) {
	/*
										.content-area {
										margin-left: 223px;
										padding-top: 20px;
		}
										*/
	
}

@media screen and (min-width: 673px) {
	/*.content-area {
										margin-left: 149px;}
										*/
	
}

@media screen and (min-width: 781px) {
	/*.site-main {
										margin-left: 222px !important;
		}
										*/
	
}

@media screen and (min-width: 783px) {
	
}

/*
	.site-header {
		left: 134px !important;
	}

	
	#primary-navigation {
		margin-left: 230px;
	}
*/
/* Fixed Header 
														.masthead-fixed .site-header {
															position: fixed;
															top: 0;
														}
														
														.admin-bar.masthead-fixed .site-header {
															top: 32px;
														}
														
														.masthead-fixed .site-main {
															margin-top: 48px;
														}
														
														.primary-navigation {
															float: none;
															margin: 0 1px 0 128px;
														}*/
@media screen and (max-width: 1000px) {
	.primary-navigation {
		float: left !important;
		margin: 0 1px 0 5% !important;
	}
}

@media screen and (min-width: 1008px) {
	.site:before {
		width: 0;
	}
	
	.main-content {
		margin-left: -222px !important;
	}
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */
@media print {
	
}