/*
Theme Name: Anna with no comments V1.2
Theme URI: http://garrettbelmont.com
Description: Simple theme for sharing photos with the grandparents.  Works great with the Wordpress iOS app.
Version: 1.2
Author: Garrett Belmont
Author URI: http://garrettbelmont.com
*/

/* Begin Typography & Colors */

/* NOTE: For colors, see the body, a, h3, h4 and "headlink" below. */

/* colors: gray #6A6A6A / blue green #1FC5BD / blue green #A0C9C7 / coral F48367 */

body {
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	background: #fff;
	color: #6A6A6A;
	text-align: left;
	margin: 12px 0 12px 0;
	padding: 0;
	}
	
hr
	{
	color: #6A6A6A;
	background-color: #6A6A6A;
	border: 0;
	height: 1px;
	width: 100%;
	}

ul, li, h1, h2, h3, h4, p
	{
	margin:0;
	padding:0;
	}

h3
	{
	font-size:24px;
	}

h4
	{
	font-size:39px;

	}

a:link
	{
	text-decoration:none;
	color:#3d8f8f;
	}

a:active
	{
	text-decoration:none;
	color:#3d8f8f;
	}

a:visited
	{
	text-decoration:none;
	color:#3d8f8f;
	}

a:hover
	{
	text-decoration:underline;
	color: #3d8f8f;
	}

/* Site's name color */
a.headlink:link, a.headlink:visited, a.headlink:active
	{
	color:#F48367;
	text-transform: uppercase;
	}

.date {
	}
	
.alignleft-small {
	float: left;
	font-size: 12px;
	}

.alignright-small {
	float: right;
	font-size: 12px;
	}

/* End Typography & Colors */

/* Begin Structure */

#content {
	margin: auto;
	width:90%;
	max-width: 700px;
	background-color: transparent;

	}

#content  p
	{  
	margin: 0 0 9px;
	}

.clear {
	clear: both;
}

#textbox {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
/* NOTE: textbox used in footer to allow left and right text on same line */


/* End Structure */

/* Begin Images */

img  {
	padding: 0;
	max-width: 100%;
	border: none;
	/* width:auto !important; */
	/* height:auto !important; */
	}

img.centered-and-cropped { object-fit: cover }
/* NOTE: see index for size adjustment */

/* End Images */