/*  


*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Sans-Serif, serif;
	background: #CBCCD0;
	color: #333;
	text-align: center;
	}


/* Begin Structure */
body {
	margin: 10px 0px 30px 0px;
	padding: 0; 
	}

#page {
	text-align: left;
	/*background: #CBCCD0 url('images/body.gif') repeat-y; */
	margin: 0 auto 0 auto;
	padding: 0;
	width: 740px;
	max-width: 100%;
	border: 2px solid black;
	background-color: #EEEEEE;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.3);
	}

#header {
	background: #CBCCD0 url('images/fredlarimer.jpg') no-repeat bottom center;
	background-color: #CBCCD0;
	margin: 0px 0px 0px 0px; 
	padding: 0; 
	width: 740px;
	height: 150px;

	background-image: url('images/fredlarimer-2.jpg');
	background-size: cover;        /* Scales image to fill entire container */
	background-position: center;  /* Centers the image within the div */
	background-repeat: no-repeat; /* Prevents tiling if the image is smaller than the div */
	border-bottom: 3px solid black;

	/*box-shadow: 0 6px 6px rgba(0,0,0,0.3);*/
	max-width: 100%;

}

#headerimg 	{ 
	margin: 0;
	} 

#content {
	max-width: 500px;


	margin: 0;
	/*margin-left: 10px;*/
	display: inline-block;
	padding: 0;
	background-color: #FFFFFF;
	}


.entry{
	vertical-align: top;
}

.entry .col-1{
	width:200px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 10px 10px;
}

.entry .col-1 img{
	max-width: 200px;
	border:1px solid #666;
}

.entry p {
	margin-top: 0;
}

.entry .col-2{
	width:230px;
	display: inline-block;
	vertical-align: top;
}

.entry .col-3{
	width:100%;
	display: inline-block;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	margin:0 auto;
	background: #CBCCD0;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	}

#headerimg .description {
	font-size: 19px;
	text-align: center;
	}

h2 {
	font-size: 19px;
	}


#sidebar{
	width:220px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding: 20px 0 20px 10px;

}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 19px;
	}

h3 {
	font-size: 19px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #06c;
	}


#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}



a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0px 0px 0px;
	width: 480px;
	}

.widecolumn {
	padding: 10px 0 20px 40px;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 20px;
	/*text-align: justify;*/
	background-color: white;
	padding: 0;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}



#footer p {
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
#headerimg h1 {
	padding-top: 0px;
	padding-left: 0px;
	margin: 0;
	position:absolute;
	margin-left: 640px;;
	margin-top: 152px;
	width:60px;
	height:18px;
	background-color:#000000;
	opacity:.30; 
	filter: alpha(opacity=30); 	
	-moz-opacity: 0.3; 
	}

h2 {
	margin: 0 0 20px 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0 0 10px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


.d-lg-none{
	display: none;
}

/* End Various Tags & Classes*/



@media (max-width: 760px) {

	body{
		margin:0;
		font-size: 18px;
		line-height: 26px;
		/*color:red;*/
	}
	#content{
		width:100%;
		max-width: 100%;
	}
	#page {
		/*width: auto;*/
		width: 100%;
		margin: 0;
		border:0;
		box-shadow: none;
	}


	.post{
		width: calc(100% - 40px);
	}

	.entry .col-1{
		width: 100%;
		max-width: 300px;
		display: block;

	}

	.entry .col-1 img{
		width:300px;
		max-width: 100%;

	}

	.entry .col-2   {
		width: 100%;
		max-width: 760px;
		display: block;

	}
	.entry .col-3   {
		display: block;
		max-width: 760px;
	}
	.d-sm-none{
		display: none;
	}

	.d-sm-block{
		display: block;
	}

	#sidebar{
		width: 100%;
		display: block;
		max-width: 760px;
	}
	#header {
		width: 100%;
	}


}

@media (max-width: 450px) {
	body{
		/*color:green;*/
	}
	#header{
		/*width:100px;*/
		height: 80px;
	}


}