/* ALL */
* {
	padding: 0;
	margin: 0;
}
body {
	min-width: 960px;
	background-color: #f7f7f7;
	color: #787878;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#wrapper {
	width: 960px;
	
	margin: 20px auto;
	/* background-color: #f7f7f7; */
}
#wrapper_header {
	background-color:  #01bbec;
}
#wrapper_menu {

}
li {

  display: inline-block;  
}

a{
	color: #01bbec;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
/* HEADER */
header {
	width: 960px;
	margin: auto;
	height: 110px;
	
}

#logo {
	float: left;
	letter-spacing: 2px ;
	color: white;
	padding-top: 24px;
	font-size: 26px;
}
#search-form {
	width: 299px;
	height: 52px;
	margin-right: 21px;
	float: right;
	background-color: #fefefe;
	border: 1px solid #dedede;
	border-radius: 0 0 15px 15px;
}
#search {
	width: 204px;
	height: 24px;
	margin: 10px 0px 20px 20px;
	border: 1px solid #e2e2e1;
}
#btn {
	width: 50px;
	height: 24px;
	margin-right: 15px;
	background-color: #01bbec;
	color: #ffffff;
	border-radius: 8px;
}

/* NAV */

.menu {
	margin: auto;
	width: 960px;
	height: 38px;
	
}

.menu__list {
	height:  38px;
	width: 100%;
	display: inline-block;
	background-color: #f4f4f2;
	list-style-type: none;
	color: grey;
	font-weight: bold;
}
.menu__list li {
	border-right: 1px solid #e2e2e1;
}
.menu__list li:first-letter {
	text-transform: capitalize;
}


.menu__list li a:link, .menu__list li a:visited {
  width: 90px;
  height: 38px;
  line-height: 38px;
  color: #afafaf;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-right: 4px;
  padding-left: 1px;
  text-align: center;
  text-decoration:none;

}
.menu__list li a:hover {
	text-decoration: underline;
    height: 38px;
}
/* CONTENT */

.content {
	width: 630px;
	float: left;
	
}
section {
	background-color: #ffffff;
	padding-top: 20px;
	margin-bottom: 24px;
}
section h2 a {
	height: 50px;
	background-color: #01bbec;
	color: #ffffff;
	line-height: 50px;
	text-decoration: none;
}
.content_post {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
section p {
	padding-left: 20px;
	line-height: 20px;
	margin-bottom: 12px;
}

main {
	margin-left: 40px;
	margin-bottom: 78px;
}
main a {
	text-decoration: none;
}

.links {
	display: block;
	margin-top: 20px;
	width: 100px;
	height: 20px;
	background-color: #11c6f5;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
}
.section-content {
	padding-bottom: 40px;
}
/* SIDEBAR */

.sidebar {
	margin-left: 26px;
	width: 240px;
	float: left;
	
}
.sidebar div {
	padding-top: 20px;
	background-color: #ffffff;
}
.sidebar h2,.content h2 {
	font-size: 1.8em;
	letter-spacing: -0.5px;
	padding-left: 20px;
	height: 52px;
	background-color: #01bbec;
	color: #ffffff;
	line-height: 52px;
}

.sidebar ul {
	padding: 0px 20px 0px 20px;
}
.sidebar li {
	width: 200px;
	height: 38px;
	border-bottom: 1px dashed #e2e2e1;
	line-height: 30px;
	padding-left: 5px;
}
.sidebar a:hover {
	text-decoration: underline;
	color: #e2e2e1;
}
.sidebar a {
	text-decoration: none;
} 

.sidebar p {
	padding: 0 20px;
	text-align: justify;
	line-height: 21px;
}
.sidebar li:last-child{
	margin-bottom: 10px;
}
/* FOOTER */
footer {
	clear: both;
	height: 68px;
	line-height: 68px;
	text-align: center;
	border-top: 1px solid #dedede;
}
