@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  text-decoration: none;  
}

a {text-decoration:none; color:#EC6E65;}
a:hover {text-decoration:underline; color:#EC6E65;}
a img{border: none;}

body{
  line-height: 1.7em;
  font-size: 90%;
  font-family:Helvetica, sans-serif;
  color: #666;
  margin-bottom: 0;
  background:url("../images/background.gif");
}

h1{ font-size: 140%;}
h2{ font-size: 110%;}

h1, h2{
  color: #EC6E65;
  font-weight: bold;
  margin-bottom: 15px;
}

h3{
  font-size: 100%;
  font-weight: bold;
}

p{
  margin-bottom: 15px;
}

img{
  margin-bottom: 15px;
}

span.nodisplay{
  display: none;
}

/* container */
#container {
  height: 100%;
	width: 880px;
	margin: 0 auto 0 auto;
	padding: 20px 30px 30px 30px;
	background: #FFF;
	border-right: 1px solid #3E3A39;
	border-left: 1px solid #3E3A39;
}

/* header */
#header {
  color: #FFF;
  overflow: hidden;
  position: relative;
  width: 840px;
  padding: 10px 0 20px 0;
}

#site_title,
#site_title a{
  background:url("../images/logo.gif") no-repeat 0 0;
  width: 729px;
  height: 89px;
 display: block;
 margin: 0 0 15px 0;
}

/* navigation */
#nav a {color:#666;}

#nav {
  clear:both;
  overflow: hidden;
  border: 1px solid #CCC;
  padding:0;
  border-left:0 !important;
  border-right:0 !important;
  margin-bottom: 30px;
  width: 880px;
}
#nav ul {margin:0; padding:0; list-style:none;}
#nav ul li {display:inline; margin:0; padding:0;}
#nav ul li a {display:block; float:left; padding:10px 15px; border:0; background:url("../images/dot-03.gif") 100% 0 repeat-y;}
#nav ul li a:hover {text-decoration: none; background: #EC6E65; color: #FFF;}

/* main */

#main h1 a,
#main h2 a{
  color: #FF4D80;
  font-weight: bold;
  margin-bottom: 10px;
}

#main h1 a:hover,
#main h2 a:hover{
  color: #FF4D80;
  font-weight: bold;
  margin-bottom: 10px;
  background: #FFF;
}

#main {
 width:100%;
 float:right;
 margin-left: -260px;
}

#main #contents {
 margin-left: 260px;
}

#footer {
  clear: both;
  margin: 20px 0 0 260px;
  font-size: 85%;
}


#sidebar {
  width: 240px;
  float: left;
  line-height: 1.8em;
}

#sidebar h2{
  margin-bottom: 10px;
    color: #277F9D;
}

#sidebar ul{
  margin-left: 20px;
  font-size: .85em;
  line-height: 1.4em;
}

#sidebar li{
  margin-bottom: 5px;
  color: #277F9D;
}

#sidebar a{
  color: #277F9D;
}

#sidebar .news,
#sidebar .links{
  margin-bottom: 40px;
}

#sidebar .banner a img{
  border: 1px solid #eee;
}


/* contents */

#contents h1{
  font-size:  160%;
  margin-bottom: 24px;
}

#contents ul{
  margin-bottom: 25px;
}

#contents li{
  margin-left: 25px;
}

#contents .entry-content{
  margin-bottom: 30px;
  border-bottom: 1px dotted #00a1e8;
}



#contents .contact{
  margin-bottom: 30px;
  border-bottom: 1px dotted #00a1e8;
}

.calendar{
margin-top: 40px;
}
