.entry-title a:hover {
  color: #208990;
}
a:link {
    color: #208990;
}
body {
	color: #666;
	background: #FDFDFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
p {font-size: 13px;
	line-height: 1.5;}

h1 a:link, h2 a:link {
	text-decoration: none;
	color: #1E1E1E;
}
h1 a:visited {
	text-decoration: none;
	color: #1E1E1E;
}

h2 a:visited {
	text-decoration: none;
	color: #1E1E1E;
}
h3 a:link {
	text-decoration: none;
	color: #1E1E1E;
}
h3 a:visited {
	text-decoration: none;
	color: #1E1E1E;
	font-family: Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #1E1E1E;
	
}

h1 {
	font-size: 18px;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 13px;
	font-style: normal;
	text-transform: none;
	color: #1E1E1E;
	word-spacing:-0.1em;
	font-weight: bold;
  	padding: 0 0 2px 0;
}
h4 {
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	word-spacing:-0.1em;
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #208990;
}
a:visited {
	text-decoration: none;
	color: #208990;
}
a:hover {
	text-decoration: underline; 
	color: #208990;
}
a:active {
	text-decoration: none;
	color: #208990;
}
#wrapper {
    background: #FDFDFF;
    margin-top: 0px;
    padding: 0 20px;
}
#header {
    padding: 0px;
}
#access a {
color: #333;
  line-height: 34px;
padding: 0 20px;}
#access {
    background: #F8F8F8;
    border-top: 1px solid #333;
      border-bottom: 1px solid #333;
}
#access .menu-header, div.menu {    margin-left: 0px;}
#content {
    margin: 0 240px 0 0px;
}
#primary, #secondary {
    float: right;
    overflow: hidden;
    width: 200px;
}
#main .widget-area ul {
    margin-left: 0;
    padding: 0 0px 0 0;
}
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
    color: #000; 
}
#access ul li.current-menu-item > a:hover {
    color: #fff; 
}
#site-generator {
    display: none;
}