﻿/********************* typography ******************/

/* body */
body {
	background: #fff;
	color:#333;
	font-size:75%;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande","Helvetica Neue", Helvetica, Arial, sans-serif;
	}

/* ---:[ paragraphs ]:--- */

p {
	margin:0 0 1.5em;
}				

p img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
	}
/*------------------------
p img.right 
{
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
------------------------*/


/*---:[ content styles ]:---*/
/* OK */

.entry {
	margin: 0;
	padding: 0;
	/*font-size: 1.15em;*/
	line-height: 1.6em;
	border: 0px solid/* OK */ #ccc;
}

.entry p {
	margin: 0;
	padding: 0 0 .4em 0;
}



/*---:[ headlines ]:---*/
h1, h2, h3 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #454545;
}

div.entry h1, div.entry h2, div.entry h3, div.entry h4, div.entry h5 {
	margin: 0;
	padding: .6em 0 .2em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: none;
	}

h1 {
	font-size: 3.6em;
	letter-spacing: -0.03em;
}

#masthead h1 {
	padding: 0.4em 0 0.2em 0;
	border-top: 1px solid #ccc;
	text-align: left;
	clear: both;
}

h1 a, h1 a:visited, h1 a:hover {
	color: #000;
	text-decoration: none;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.88em;
}

h2 a, h2 a:link {
	color: #000;
	text-decoration: none;
}

h2 a:visited {
	color: #555;
	text-decoration: none;
}

h2 a:hover {
	color: #090;
	text-decoration: none;
}

.posts h2 {
	margin: 0 0 0.1em 0;
	line-height: 1.2em;
}

h2.page_header {
	margin: 0 0 0.75em 0;
	padding: 0 0 0.6em 0;
	background: url('images/hr_title_sep.gif') 0 100% no-repeat;
}

.pages h2 {
	margin: 0;
	padding: 0 0 0.6em 0;
	/*background: url('images/hr_title_sep.gif') 0 100% no-repeat;*/
}

h2.archive_head {
	font-weight: bold !important;
	font-size: 1.4em !important;
	text-transform: uppercase !important;
	letter-spacing: normal !important;
	margin: 0 0 1.8em 0 !important;
	padding: 0.4em 2px !important;
	border-top: 3px solid #666 !important;
	background: url('images/hr_dot_black.gif') 0 100% repeat-x !important;
}

div#calendar_wrapLarge h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.6em;
	text-transform: none;
}

#masthead h3 {
	margin: 0 0 0.75em 0;
	font-weight: normal;
	font-size: 1.8em;
	text-transform: none;
	color: #888;
	text-align: left;
}

.entry h3.top {
	margin: 1.5em 0 0.5em 0 !important;
}

h3.comments_headers {
	font-size: 1.4em;
}

h4 {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #454545;
}

h4 a, h4 a:visited {
	color: #888;
	text-decoration: none;
}

h4 a:hover {
	color: #888;
	text-decoration: underline;
}

.posts h4 {
	margin: 0 0 1.15em 0;
	padding: 0 0 1.0em 0;
	font-size: 1em;
	background: url('images/hr_title_sep.gif') 0 100% no-repeat;
}

div.entry h4 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}

/*---:[ Menu ]:---*/


.menu a:link, .menu a:visited
{
	color:White;
	text-decoration:underline;
	font-style:italic;
	font-weight:bold;
	font-size:0.95em;
}

.menu a:focus,.menu a:hover 
{
	/*color:#F5ECA9;*/
	color:#F7F3D8;
	text-decoration:none;
}

/*
h2 a, h2 a:link {
	color: #000;
	text-decoration: none;
}

h2 a:visited {
	color: #555;
	text-decoration: none;
}
*/
.menu h2 a, .menu h2 a:link {
	text-decoration: none;
	/* font-size: 1.1em; */
}

.menu table 
{
	/*margin-bottom:1.0em;*/
	width:100%;
}
.menu th 
{
	font-weight:bold;
	background:#C3D9FF;
}
.menu th, .menu td  
{
	/* padding:1px 1px 1px 1x; */
	padding:4px 10px 4px 5px;
}

.menu tr.even td {background:#E5ECF9;}
.menu tfoot {font-style:italic;}

