html {
	font-size: 62.5%; /* Corrects text resizing in IE6/7 when body font-size is set using em units */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}


body {
  background: #333;
  font-weight: 300;
    margin: 1px;
    padding: 0;
    background-color: #f4f4f4;
    font: 12px Arial, Helvetica, sans-serif;
    color: #626262;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
}

a, a:visited a:active {
  color: #626262;
}
 
a:hover {
  color: #3a3a3a;
}

/* ------------------------
-------- Header --------
------------------------
*/

.site-header .header-image {
      background-color: transparent;
      background-image: url( ../images/header.png);
      background-position: 50% 0;
      background-repeat: no-repeat;
      height: 178px;
    }

#header-text {
      background: url( ../images/header-text.png) no-repeat;
      width: 313px;
      height: 153px;
      margin-top: 14px;
      margin-right: 35px;
      float: right;
    }

/* Page */


#page {
    background: white;
    width: 1020px;
    margin: 40px auto;
}

/* 
------------------------
------- Main --------
------------------------
*/

#content {
  max-width: 740px;
  float: right;
  margin-left: 10px;
  min-height: 500px;  
}

.content-area .title {
    margin-right: 10px;
    border-bottom: 1px #626262 solid;
}

.content-area .title h2 {
    font-weight: normal;
    font-size: 1.7em;
    margin-bottom:10px;
    text-align: center;
}

.content-area .title h3 {
line-height: 1em;
    margin:4px;
    text-align: center;
color: #777272;
}

.entry {
    padding: 20px 80px 0px 20px;
    font-size:0.9em;
}


.entry a {
    color: #69b5f1ff;
}


.entry h2 {
margin-top:10px;
font-weight:normal;
font-size:1.7em;
}


/* 
------------------------
------- Sidebar --------
------------------------
*/

.news-box {
   background:#E4E4E4;
   border:1px solid #BABABA;
   margin: 10px;
}

#left-menu {
  background-repeat: no-repeat;
  float: left;
  width: 260px;
  height:100%;
  margin-right: 10px;
  padding-top: 20px;
}

#left-menu ul {
    margin: 0px 10px 0px 10px;
    list-style-position:outside;
    padding: 0;
}

.no-list ul{
   list-style: none; 
}

#left-menu h2 {
    margin: 0px;
    margin-right: 30px;
    padding: 4px 20px 4px 10px;
    background-color: #909090;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
}


/* ------------------------
-------- Footer --------
------------------------*/

.site-footer {
  clear: both;
  padding: 10px 40px;
  color: #aaaaaa;
}
.site-footer a {
  color: #aaaaaa;
  text-decoration: none;
  padding: 0 10px;
}

.site-footer a:hover {
  color: #117bb8;
}

.site-footer p {
    margin-bottom: 1em;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}
