
@font-face {
  font-family: 'default_outfit'; /* Choose a name for your font family */
  src: url('Outfit-Light.ttf') format('truetype'); /* Path to TTF file */
  font-weight: 200; /* Optional: Define font weight (e.g., normal, bold, 400, 700) */
  font-style: normal;  /* Optional: Define font style (e.g., normal, italic) */
}

body {
	padding: 0px;
	margin-top: 0px;
	/*min-width: 900px;
	max-width: 1200px;*/ 
	width: 1200px;
	margin-left: auto;
	margin-right: auto; 
	font-size: 12px;
	/*font-family: tahoma, arial, helvetica;*/
	font-family: default_outfit, 'Lucida Console', Menlo, sans-serif;
	letter-spacing: 0.1em;
	line-height: 18px;
	color: slategray;
}

img.floatLeft {
	float: left;
	clear: left;
	border: none;
}

img.floatRight {
	float: right;
	border: none;
}

img.no_border {
	border: none;
}

img.photo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #E6E6E6;
	padding: 6px;
}

img.photo_float_right {
	float: right;
	border: 1px solid #E6E6E6;
	padding: 6px;
	/* margin creates the padding to the left of the image */
	margin-left: 10px;
}

img.photo_float_left {
	float: left;
	border: 1px solid #E6E6E6;
	padding: 6px; 
	/* margin creates the padding to the right of the image */
	margin-right: 10px;
}

.clear_float {
	clear: both;
}

hr {
	width: 100%;
	height: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #BDCEA9;
}

/* id's below */ 

#wrapper {
	padding: 0px;
	margin: 0px;
	top: 0px;
}

#cWrapper {
	position: relative;
	clear: both;
	width: 100%;
}

#mWrapper {
	position: relative;
	clear: both;
}

/* start header */

#header_top {
	background-image: url(../images/bt.jpg);
	left: 0px;
	right: 0px;
	padding: 0px;
	height: 30px;
}

#header_banner {
	background-image: url(../images/bb.jpg);
	left: 0px;
	right: 0px;
	height: 66px;
}

/* end header */

/* start sidebar */

#sidebar {
	position: fixed;
	z-index: 3;
	top: 0px;
	bottom: 0px;
	height: auto;
	left: auto; 
	right: auto; 
	width: 230px;
	padding: 0px;
	margin: 0px;
	line-height: 0%;
	/*padding-top: 4px;
	padding-left: 8px;*/
	background-color: #FAFAFA;
}

#sidebar_inner {
	position: absolute;
	z-index: 2;
	padding-top: 8px;
	padding-left: 8px;
	width: 220px;
}

.sidebar_heading {
	font-family: "trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: gray;
}

.sidebar_content {
	font-family: "trebuchet MS";
	font-size: 10px;
	line-height: 14px;
	/*color: #DCD0C4;*/
	color: darksalmon;
	padding-left: 4px;
	padding-bottom: 1px;
}

#sidebar_links {
	font-size: 11px;
	font-family: verdana;
	line-height: 16px;
	color: #598527;
	padding-left: 6px;
	padding-bottom: 9px;
}

a.sidebar_links:link {
	text-decoration: none;
	color: #598527;
}

a.sidebar_links:visited {
	text-decoration: none;
	color: #598527;
}

a.sidebar_links:active {
	text-decoration: none;
	color: #598527;
}

a.sidebar_links:hover {
	text-decoration: none;
	border-bottom: 1px dashed salmon;
	color: #598527;
}

/* end sidebar */

/* begin main styling */

#main {
	position: inherit;
	width: auto;
	height: auto;
	left: 234px;
	margin-left: 236px;
	padding-top: 6px;
	padding-right: 8px;
	border-right: 1px solid #FAFAFA;
} 

a.main:link {
	text-decoration: none;
	border-bottom: 1px dashed #468BCC;
	color: darkslategray;
}

a.main:visited {
	text-decoration: none;
	border-bottom: 1px dashed #468BCC;
	color: darkslategray;
}

a.main:active {
	text-decoration: none;
	border-bottom: 1px dashed #468BCC;
	color: darkslategray;
}

a.main:hover {
	text-decoration: none;
	border-bottom: none;
	color: darkslategray;
}

.main_title {
	font-family: arial, helvetica;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	/*line-height: 18px;*/
	line-height: 22px;
	color: #598527;
}

img.main {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #E6E6E6;
	padding: 6px;
}

/* end main styling */

#footer {
	position: relative;
	left: 236px;
	right: 0px;
	width: 964px;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: white;
	border-top: 1px solid black;
	border-right: 1px solid #FAFAFA;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: darkslategray;
}

/* classes below */ 

.titleOne {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
	color: #448CCB;
}

.titleTwo {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
	color: #005B7F;
}

.titleThree {
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: gray;
	border-bottom: 1px dashed silver;
}

.quotePhoto {
	background: url(../images/qut.jpg) no-repeat top left;
	font-family: arial, helvetica;
	font-style: normal;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0px;
	margin: 0;
	color: gray;
	padding-left: 26px;
}

.freeObject {
	position: relative;
	clear: both;
}

.archiveDate {
	background: url(../images/rm.jpg) no-repeat top left;
	margin: 0;
	color: gray;
	padding-left: 24px;
}

/* start article style */

.article_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px; 
	line-height: 2px;
}

.article_title_header {
	font-size: 16px;
	/*font-family: tahoma, arial, helvetica;
	font-family: default_outfit, 'Lucida Console', Menlo, sans-serif;*/
	letter-spacing: 0.11em;
	line-height: 28px;
	color: slategray;
}

.article_text_note {
	font-weight: bold;
	color: black;
}

.article_quote {
	margin-left: 22px;
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	color: #6c757d; 
	border: 1px solid #ced4da;
	background-color: #e9ecef;
	padding: 6px 4px 6px 12px; 	
}

/* end article style */

/* start chronicle style */

.chronicle_date {
	float: left;
	background: url(../images/bd.jpg) no-repeat;
	width: 38px;
	height: 38px;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 3px;
	border: 1px solid #DBE4D0;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 7px;
	text-align: center;
	color: white;
}

.chronicle_date_text {
	font-family: impact;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 9px;
	color: white;
}

.chronicle_title {
	font-family: "trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: gray;
	border-bottom: none;
}

.chronicle_title_small {
	font-family: arial, helvetica;
	font-style: normal;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0px;
	color: gray;
}

.chronicle_title_small_dark {
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: black;
}

a.chronicle_title_link:link {
	text-decoration: none;
	color: gray;
}

a.chronicle_title_link:visited {
	text-decoration: none;
	color: gray;
}

a.chronicle_title_link:active {
	text-decoration: none;
	color: gray;
}

a.chronicle_title_link:hover {
	text-decoration: none;
	color: gray;
}

a.chronicle_author:link {
	text-decoration: none;
	color: black;
}

a.chronicle_author:visited {
	text-decoration: none;
	color: black;
}

a.chronicle_author:active {
	text-decoration: none;
	color: black;
}

a.chronicle_author:hover {
	text-decoration: none;
	color: black;
}

/* end chronicle style */
