/*   
Theme Name: PUSH Theme
Theme URI: 
Description: Theme for Picturing United States History Website
Author: Gretchen M Rodriguez
Author URI:
Version: 1
*/

@media screen {

* { margin: 0; padding: 0; }
body { background: white; font: 14px/1.4 Georgia, Serif; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: 20px auto; }

h1, h2, h3 { font-weight: normal; margin: 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.7; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */




/*------ CSS RESET -------------------------------------------------------------*/
* { margin: 0; padding: 0; }
body { font: 14px Arial, sans-serif; }

article, aside, figure, footer, header, nav, section { display: block; }

/*------ CLEARFIX -------------------------------------------------------------*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

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

body{
	background-color:			#9b9b9b;
	position:					relative;
}

#pageWrap{
	position:					relative;
}

#siteWidth{
	margin:						0 auto;
	position:					relative;
}

h1, h2, h3{
	font-family:				Georgia, serif;
	color:						#012f4c;
	font-size:					30px;
}

#homePageH1{
	padding-bottom:				10px;
}

h2{
	font-size:					18px;
}

h3{
	font-size:					16px;
	color:						#71969F;
}

.author{
	padding-top:				0;
}

#excerpt{
	font-style:					italic;
	text-align:					center;
	color:						#777;
}

#content p{
	line-height:				25px;
	clear:						both;
}

p{
	margin:						0;
}

ul, ol{
	padding:					0 15px 10px 45px;
	margin:						0;
}

li{
	padding:					0 15px 10px 0;
}

a{
	text-decoration:			none;
	color:						#54767e;
}

#topCol{
	background-color:			#dde3dd;
	padding:					0 0 16px 0;
	box-shadow: 				0 5px 5px #666;
}

#topCol p{
	padding-bottom:				0;
}

#mainContentContainer{
	background-color:			#dde3dd;
	padding:					0 16px 16px 16px;
	box-shadow: 				0 5px 5px #666;
	position:					relative;
}

section{
	background-color:			#fff;
	box-shadow: 				0 0 5px #aaa;
	overflow:					hidden;
}

aside{
	padding:					0 0 0 16px;
	vertical-align:				top;
	float: 						right;
    width: 						20%;
}

aside:empty{
	width:						0;
	padding:					0;
}

aside h1, aside h2, aside p{
	padding-left:				0;
	padding-right:				0;
}

.centerText{
	text-align:					center;
}

#postMenu{
	border:						2px solid rgb(83,116,124);
	background-color:			#dde3dd;
}

.mobileOnly{
	display:					none;
}

/* ----- SIDE BY SIDE IMAGES ----------------------------------------------------------*/

.imageBox{
	display:					block;
	width:						70%;
	margin:						0 auto;
}

.imageBox .wp-caption.alignleft, .imageBox .wp-caption.alignright{
	max-width:					40%;
	margin:						0 0 10px 0;
}

/* ----- HEADER STYLES ----------------------------------------------------------*/

header{
	background-color:			#fff;
}

#headerContent{
	width:						960px;
	margin:						0 auto;
}

#headerContent img{
	display:					block;
	margin:						0 auto;
	padding:					16px 0 26px 0;
}

/* ----- NAV STYLES ----------------------------------------------------------*/

nav{
	width:						100%;
	margin:						0 auto;
	margin-top:					-15px;
	box-shadow: 				0 5px 5px #666;
	background: 				rgb(113,150,159); /* Old browsers */
	background: 				-moz-linear-gradient(top,  rgba(113,150,159,1) 1%, rgba(83,116,124,1) 100%); /* FF3.6+ */
	background: 				-webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(113,150,159,1)), color-stop(100%,rgba(83,116,124,1))); /* Chrome,Safari4+ */
	background: 				-webkit-linear-gradient(top,  rgba(113,150,159,1) 1%,rgba(83,116,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: 				-o-linear-gradient(top,  rgba(113,150,159,1) 1%,rgba(83,116,124,1) 100%); /* Opera 11.10+ */
	background: 				-ms-linear-gradient(top,  rgba(113,150,159,1) 1%,rgba(83,116,124,1) 100%); /* IE10+ */
	background: 				linear-gradient(to bottom,  rgba(113,150,159,1) 1%,rgba(83,116,124,1) 100%); /* W3C */
	filter: 					progid:DXImageTransform.Microsoft.gradient( startColorstr='#71969f', endColorstr='#53747c',GradientType=0 ); /* IE6-9 */
}

nav ul{
	float:						left;
	font-size:					14px;
	font-weight:				bold;
	padding:					9px 0 10px 0;
	margin:						0;
}

nav li{
	display:					inline;
	padding:					7px 25px 8px 25px;
	margin:						0 -4px 0 0;
	border-left:				1px solid #97a0a2;
	border-right:				1px solid #5d8189;
}

nav li:first-of-type{
	border-left:				none;
}

nav li:last-of-type{
	border-right:				none;
	margin:						0;
}

nav a{
	color:						#fff;
	text-decoration:			none;
}

nav form{
	float:						right;
	padding:					5px 25px 0 0;
}

nav img{
	display:					none;
}

#searchBox{
	width:						250px;
	height:						25px;
	padding:					0 0 0 5px;
	border:						none;
	border-radius:				5px;
	float:						left;
}

input.submit{
	background:					url(images/mag_small.png) no-repeat 7px 3px;
	border: 					none;
	width:						35px;
	height:						25px;
	padding:					0 0 0 5px;
	cursor:						pointer;
}

/*
input.submit{
	color: #012f4c;
	background-color: #dde3dd;
	border: none;
	padding: 6px 10px;
	border-radius: 5px;
	font-family: arial;
	font-weight: bold;
}
*/

/* ----- FOOTER STYLES ----------------------------------------------------------*/

footer{
	background-color:			#292929;
	color:						#fff;
	height:						100%;
}

footer p{
	clear:						none;
}

#footerContent{
	width:						80%;
	margin:						0 auto;
}

#footerTop{
	margin:						0 16px 0 16px;
	border-bottom:				1px solid #fff;
}

.ashpLogo{
	float:						left;
	margin:						35px 16px 16px 0;					
}

#footerASHP{
	padding:					50px 0 0 0;
}

.gcLogo{
	float:						right;
	width:						55px;
	margin:						16px 0 16px 16px;
}

footer ul{
	list-style-type:			none;
	padding:					11px 0 11px 16px;
}

footer li{
	padding:					5px 0 5px 0;
}

footer a{
	color:						#fff;
}

/* ----- SEARCHED POSTS ----------------------------------------------------------*/

.aPost{
	padding:					5px 16px 5px 5px;
	border:						1px solid #cbcbcb;
	clear:						both;
}

.aPost p{
	color:						#000;
	padding-top:				5px;
}

.aPost .imageContainer{
	float:						left;
	width:						75px;
	height:						150px;
	overflow:					hidden;
	margin:						0 16px 0 0;
}

.aPost img{
	height:						150px;
}

.aPost h3{
	padding-top:				0;
	padding-bottom:				0;
}

/* ----- HOME IMAGES ----------------------------------------------------------*/

#homeImages{
	margin:						0 auto;
	padding:					16px 0 25px 0;
}

#essayImage, #lectureImage, #favImage{
	float:						left;
	width:						30%;
	height:						425px;
	border:						1px solid #cbcbcb;
	margin:						0 0 25px 0;
}

#essayImage{
	margin-left:				16px;
}

#lectureImage{
	margin:						0 3% 25px 3%;
}

#essayImage img, #lectureImage img, #favImage img{
	display:					block;
	margin:						0 auto;
	padding:					5px 0 0 0;
	width:						90%;
}

#essayImage h2, #lectureImage h2, #favImage h2{
	font-family:				Arial;
	padding:					16px 0 5px 16px;
	margin:						0;
}

#essayImage p, #lectureImage p, #favImage p{
	padding:					0 16px 5px 16px;
}

.imageCredit{
	color:						#afafaf;
	font-style:					italic;
	font-size:					12px;
}

/* ----- STICKY FOOTER ----------------------------------------------------------*/

html, body{
  height: 					100%;
}

#pageWrap{
  min-height: 				100%;
  margin-bottom: 			-256px; 
}

#pageWrap:after{
  content: 					"";
  display: 					block;
}

footer, #pageWrap:after {
  height: 					256px; 
}


footer{
  /*height: 					256px; */
  position:					relative;
}

/* ----- BREADCRUMBS ----------------------------------------------------------*/

#breadcrumb{
	width:						100%;
	margin:						0 auto;
	background:					url(images/texture.png) #b5beb6;
	box-shadow: 				0 5px 5px #666;
}

#breadcrumbs{
    list-style:					none;
    overflow:					hidden;
    padding:					7px 0 0 25px;
    margin:						0;						
}
 
#breadcrumbs li{
    float:						left;
    margin-right:				15px;
    padding:					0;
    color:						#fff;
}
 
#breadcrumbs .separator{
    font-weight:				700;
    font-size:					20px;
    color:						#999;
}

#breadcrumbs a{
    color:						#fff;
}

.whiteBread{
	color:						#fff;
}

/* ----- PAGE LINKS ----------------------------------------------------------*/

.pagelink{
	color:						#54767e;
	text-align:					center;
	padding:					20px 0 10px 0;
}

.pagelinkRight{
	text-align:					left;
}

.link{
	padding:					3px 6px 3px 6px;
}

.pagelink a{
	color:						#fff;
	background-color:			#54767e;
	padding:					3px 0 3px 0;
	margin:						0 2px 0 2px;
}

.pagelink a:hover{
	background-color:			#87A3A5;
}

.navigation{
	padding:					0 0 10px 0;
}

.nextPage{
	padding:					0 16px 0 0;
	float:						right;
}

.prevPage{
	padding:					0 0 0 16px;
	float:						left;
}

/*------ WORDPRESS IMAGE STYLES -------------------------------------------------------------*/

.alignnone {
    margin: 					5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: 					block;
    margin: 					5px auto 5px auto;
    max-width:					90%;
}

.alignright {
    float:						right;
    margin: 					5px 25px 10px 10px;
    max-width:					90%;
    height:						auto;
}

.alignleft {
    float: 						left;
    margin: 					5px 10px 10px 25px;
    max-width:					90%;
    height:						auto;
}

.aligncenter {
    display: 					block;
    margin: 					5px auto 5px auto;
    max-width:					90%;
    height:						auto;
}

/*
    max-width:					90% !important;
	height:						auto !important;
*/
	
a img.alignright {
    float: 						right;
    margin: 					5px 0 20px 20px;
}

a img.alignnone {
    margin: 					5px 20px 20px 0;
}

a img.alignleft {
    float: 						left;
    margin: 					5px 20px 20px 0;
}

a img.aligncenter {
    display: 					block;
    margin-left: 				auto;
    margin-right: 				auto
}

.wp-caption {
    background: 				#fff;
    border: 					1px solid #f0f0f0;
    max-width: 					96%; /* Image does not overflow the content area */
    padding: 					5px 3px 10px;
    text-align: 				center;
}

.wp-caption.alignnone {
    margin: 					5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 					5px 20px 20px 25px;
}

.wp-caption.alignright {
    margin: 					5px 25px 20px 20px;
}

.wp-caption img {
    border: 					0 none;
    height: 					auto;
    margin: 					0;
    max-width: 					98.5%;
    padding: 					0;
}

.wp-caption p.wp-caption-text {
    font-size: 					11px;
    line-height: 				17px;
    margin: 					0;
    padding: 					0 4px 5px;
}

#content .wp-caption p.wp-caption-text {
    font-size: 					11px;
    line-height: 				17px;
    margin: 					0;
    padding: 					0 4px 5px;
    color:						#777;
}

.captionText{
	font-size: 					11px;
    line-height: 				17px;
    margin: 					0;
    padding: 					0 4px 5px;
    color:						#777;
    text-align:					center;
    line-height:				15px !important;
}

.introImage{
	margin-left: 				320px;
	margin-right: 				30px;
}

/* ----- BLOCKQUOTE ----------------------------------------------------------*/

blockquote {
  background: 					#f9f9f9;
  border-left: 					10px solid #ccc;
  margin: 						0 40px 10px 40px;
  padding: 						0.5em 10px;
}

blockquote:before {
  color: 						#ccc;
  font-size:				 	4em;
  line-height: 					0.1em;
  margin-right: 				-0.25em;
  vertical-align: 				-0.4em;
}

blockquote p {
  display: 						block;
  padding:						10px 10px 10px 0;
}

/* ----- CROP IT ----------------------------------------------------------*/

.cropit-image-preview{
	background-color: 	#f8f8f8;
	background-size: 	cover;
	border: 			1px solid #ccc;
	border-radius: 		3px;
	margin-top: 		7px;
	cursor: 			move;
	display:			block;
	margin:				0 auto;
}

.cropit-image-zoom-input{
	display:			block;
	margin:				0 auto;
}

.cropit-image-background {
	opacity: 			.2;
	cursor: 			auto;
}

.image-size-label {
	margin-top: 		10px;
}

.image-editor_item{
	margin:				0 auto;
}

/* ----- IMAGE ANNOTATION ----------------------------------------------------------*/

area{
	outline: 					none;
}

.floatLeft{
	float:						left;
}

.boxStyles{
	border:						1px solid black;
	padding:					10px;
	margin:						20px 0 16px 30px;
	float:						left;
	background-color:			#ddecde;
	max-width:					350px;
}

.boxStyles h2{
	color:						#494c90;
	font-size:					16px;
	padding:					0 0 5px 0;
}

.boxStyles p{
	font-size:					12px;
	font-family:				sans-serif;
	line-height:				normal !important;
	padding:					0 !important;
}

.post-edit-link{
	clear:						both;
	display:					block;
}

.masterWrapClass{
	float:						left;
	clear:						both;
	padding:					0 0 16px 0 !important;
}

.masterWrapClass{
	float:						left;
	clear:						both;
	padding:					0 0 16px 0 !important;
	width:						100% !important;
	height:						auto !important;
}

.mapster_el, .annotatedImage img{
	width:						100% !important;
	height:						auto !important;
}

#greekContainer{
	max-width:					174px !important;
}

#virginiaContainer{
	max-width:					237px !important;
}

#cinqueContainer{
	max-width:					420px !important;
}

#banjoContainer{
	max-width:					396px !important;
}

#parlorContainer{
	max-width:					1000px !important;
}

#boylContainer{
	max-width:					402px !important;
}


/* ----- LARGE DESKTOP LAYOUT ----------------------------------------------------------*/
@media only screen and (min-width: 1210px){

#siteWidth, nav, #breadcrumb{
	width:						1200px;
}

#mainContentContainer{
	width:						1168px;
}
/*
section{
	width:						900px;
}
*/
h1, h2, h3{
	padding:					9px 25px 0 25px;
}

p{
	padding:					0 25px 10px 25px;
}

#postMenu{
	margin:						10px 25px;
}

.annotatedImage{
	padding:					0 25px;
}

.pagelinkRight{
	float:						right;
	padding-top:				50px;
	padding-right:				25px;
}

.alignright {
    margin: 					5px 25px 10px 10px;
}

.alignleft {
    margin: 					5px 10px 10px 25px;
}

.wp-caption.alignleft {
    margin: 					5px 20px 20px 25px;
}

.wp-caption.alignright {
    margin: 					5px 25px 20px 20px;
}

.aPost{
	margin:						16px 25px;
}
}

/* ----- SMALL DESKTOP LAYOUT ----------------------------------------------------------*/
@media only screen and (min-width: 970px) and (max-width: 1209px){

#siteWidth, nav, #breadcrumb{
	width:						960px;
}

#mainContentContainer{
	width:						928px;
}
/*
section, #parlor{
	width:						720px;
}
*/
h1, h2, h3{
	padding:					9px 20px 0 20px;
}

p{
	padding:					0 20px 10px 20px;
}

#postMenu{
	margin:						10px 20px;
}

.annotatedImage{
	padding:					0 20px;
}

.pagelinkRight{
	float:						right;
	padding-top:				50px;
	padding-right:				20px;
}

.alignright {
    margin: 					5px 20px 10px 10px;
}

.alignleft {
    margin: 					5px 10px 10px 20px;
}

.wp-caption.alignleft {
    margin: 					5px 20px 20px 20px;
}

.wp-caption.alignright {
    margin: 					5px 20px 20px 20px;
}

.aPost{
	margin:						16px 20px;
}
}

/* ----- TABLET LAYOUT ----------------------------------------------------------*/
@media only screen and (max-width: 969px){

#headerContent, #siteWidth, nav, section, #parlor, #mainContentContainer, #headerContent{
	width:						100%;
}

#headerContent img{
	width:						50%;
	padding-top:				0;
}

#breadcrumb{
	display:					none;
}

#mainContentContainer{
	width:						100%;
	padding:					0;
	display: 					flex;
    flex-direction: 			column;
}
/*
section, #parlor{
	width:						100%;
}
*/

section {
    order: 						1;
}

aside {
    order: 						2;
}

#footerContent{
	width:						100%;
}

h1, h2, h3{
	padding:					9px 10px 0 10px;
}

p{
	padding:					0 10px 10px 10px;
}

.pagelinkRight{
	float:						right;
	padding-top:				50px;
	padding-right:				10px;
}

#postMenu{
	margin:						10px;
}

.annotatedImage{
	padding:					0 10px;
}

.alignright {
    margin: 					5px 10px 10px 10px;
}

.alignleft {
    margin: 					5px 10px 10px 10px;
}

.wp-caption.alignleft {
    margin: 					5px 20px 20px 10px;
}

.wp-caption.alignright {
    margin: 					5px 10px 20px 20px;
}

.aPost{
	margin:						16px 10px;
}

}

/* ----- MOBILE SEARCH LAYOUT ----------------------------------------------------------*/
@media only screen and (max-width: 720px){

h1, h2, h3{
	padding:					9px 10px 0 10px;
}

p{
	padding:					0 10px 10px 10px;
}

#postMenu{
	margin:						10px;
}

.annotatedImage{
	padding:					0 10px;
}

.alignright {
    margin: 					5px 10px 10px 10px;
}

.alignleft {
    margin: 					5px 10px 10px 10px;
}

.pagelinkRight{
	display:					none;
}

.wp-caption.alignleft {
    margin: 					5px 20px 20px 10px;
}

.wp-caption.alignright {
    margin: 					5px 10px 20px 20px;
}

#headerContent img{
	width:						70%;
}

nav form{
	padding:					5px 0 5px 0;
	float:						none;
	text-align:					center;
	background-color:			#3c5055;
}

nav ul{
	width:						100%;
	float:						none;
}

nav li{
	padding:					7px 5% 8px 5%;
}

nav img{
	display:					inline;
	float:						right;
	width:						20px;
	height:						auto;
	padding:					10px 16px 0 0;
}

#searchFormContainer{
	width:						100%;
	background-color: 			#3c5055;
}

form{
	width:						70%;
	margin:						0 auto;
}

#searchBox{
	width: 						80%;
	float: 						left;
}

.aPost{
	margin:						16px 10px;
}

.aPost .imageContainer{
	margin:						9px 10px 0 10px;
}

#essayImage, #lectureImage, #favImage{
	float:						none;
	width:						60%;
	height: 					auto;
	margin:						0 auto 16px auto;
}

footer{
	font-size:					12px;
}

#footerContent{
	width:						100%;
} 

.ashpLogo{
	width:						55px;
	margin-top:					16px;
}

#footerASHP{
	padding:					20px 0 0 0;
}

.gcLogo{
	width:						30px;
}

#pageWrap{
  margin-bottom: 				-200px; 
}

footer, #pageWrap:after {
  height: 						200px; 
}

.boxStyles{
	margin:						10px 10px 16px 10px;
	max-width:					100%;
}

.mobileOnly{
	display:					block;
}

.noMobile{
	display:					none;
}
}

/* ----- MOBILE 2 SEARCH LAYOUT ----------------------------------------------------------*/
@media only screen and (max-width: 480px){

#essayImage, #lectureImage, #favImage{
	width:						90%;
	height:						auto;
}
}

/* ----- TABLET LAYOUT ----------------------------------------------------------*/
/*
@media only screen and (min-width: 796px) and (max-width: 969px){
header{
	background-color:			green;
}

#headerContent, #siteWidth, nav, #breadcrumb{
	width:						900px;
}

#mainContentContainer{
	width:						868px;
}

section, #parlor{
	width:						720px;
}
}
*/
