@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans');

html {
    display:block;
    margin: auto;
}
body {
  font-family: 'Merriweather', 'Open Sans', Verdana, Geneva, sans-serif, serif;
  background:#d1d2d3;
	background-image:url(../image/bg.png);
	background-repeat: no-repeat;
	background-position:top;
	margin: auto;

}
img{
	margin: 2px;
}
/* -----  ----- */
/*
#background_box{
	width:100%;
	position:relative;
	top:0px;
	z-index:1;
	background:blue;
	height:500px;
}

*/

#top-menu li {
    display:table-cell;
		text-decoration:none;
}

#top-menu a {
		display:inline-block;
		font-size:small;
    color: black;
    text-align: left;
    padding: 10px 10px;
}

#top-menu li a:hover{
	text-decoration: underline;
}

#mainbox{
  max-width:840px;
  height:auto;
  text-align:center;
  border-bottom:6px solid #deecef;
  border-left:6px solid #deecef;
  border-right:6px solid #deecef;
  padding: 3px;
  margin:auto;
  background:#e3e4e5;
  z-index:2;
	/*width:840px;
	height:auto;
	text-align:center;
	margin:auto;
	padding:5px;
  background:#c0c6d1;
  height:100%;*/
}

.separator{
  width:100%;
  height:auto;
}
.writer_info{
	width:840px;
	text-align:center;
	height:150px;

}
#langchange{
	text-align:right;
}

.Title{
	font-size:large;
	font-family:'Merriweather', 'Open Sans', Verdana, Geneva, sans-serif, serif;
	margin: 5px;
  border-radius: 15px;
  /*background:#5c88ce;*/
  background:#0075d1;
  color:white;
}

.Sub_Title{
	height:20px;
	font-size:200%;
	color:navy;
	margin:3px;
	padding:5px;
	border-radius: 15px;

}

/* -------------------------------------------------------------*/

.featured {
    width: 305px;
    height: 380px;
	padding: 5px;
    margin: 5px;
    border-radius: 15px;
    background:white;
   	border-bottom:5px #0077D4 solid;
}

.featuredtitle {
	text-align:left;
	width:300px;
	font-family:'Open Sans', Verdana, Geneva, sans-serif, serif;
	font-size:medium;
	color: #0e59d1;
	margin:3px;
}
.featuredlink a{
	text-decoration: none;
	color: blue;

}

.featuredtitle a{
	text-decoration: none;
	color: #0e59d1;

}

.featuredtitle_full{
  text-decoration: none;
	color: #0e59d1;
  font-family: 'Open Sans', Verdana, Geneva, sans-serif, serif;
  text-align:center;
}
.featuredtitle_full a:hover{
  text-decoration: underline;
	color: #0e59d1;
  font-family: 'Open Sans', Verdana, Geneva, sans-serif, serif;
  text-align:center;
}
.featuredgoals{
	text-align:left;
}


.featuredwriter {
	text-align:right;
	width:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	margin:2px;
	padding:2px;
	float:right;
}

.featuredsum{
	text-align:left;
	width:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;

}
.featuredlink{
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	margin:5px;
}


/* -------------------------------------------------------------*/
.selectedarticles{

   	width: 285px;
    height: 350px;
	  padding: 5px;
    margin: 5px;
    border-radius: 5px;
    background:white;
   	/*border-bottom:5px gray solid;*/
    box-shadow: 5px 5px 3px #888888;
}

/*.selectedarticles:hover{

   	width: 285px;
    height: 350px;
	  padding: 5px;
    margin: 5px;
    border-radius: 5px;
    background:white;
    box-shadow: 10px 10px 3px #888888;
}*/

.selectedarticlessum a{
	text-decoration: none;
	color: #0e59d1;
	font-size:medium;
}

.selectedarticleslink{
	text-align:right;
}

.selectedarticleslink a{
	text-decoration: none;
	color: #0e59d1;

}
.selectedarticlessum{
	text-align:left;
	margin: 3px;
	width:100%;
	height:40px;
}

.selectedarticleimg{
  box-shadow: 2px 2px 3px #888888;
}

/* -------------------------------------------------------------*/


.eventbox{
	color: red;
   	width: 285px;
    height: 350px;
	padding: 5px;
    margin: 5px;
    border-radius: 15px;
    background:white;
   	border-bottom:5px green solid;
}

.newsbox{

   	width: 285px;
    height: 350px;
	  padding: 5px;
    margin: 5px;
    border-radius: 5px;
    background:white;
   	/*border-bottom:5px gray solid;*/
    box-shadow: 5px 5px 3px #888888;
}

.eventsum{
	text-align:left;
	font-size:medium;
}
.eventsum a{
	text-decoration: none;
	color: #0e59d1;
}
.eventlink{
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	margin:5px;
}
.eventlink a{
	text-decoration: none;
	color: #0e59d1;
}

/*    	color: #0e59d1;   */
/* -------------------------------------------------------------*/


.writer{
	font-size:small;
}
#titlebox{

	text-align:left;
	font-size:small;
}
.featured_big{
	width: 100%;
	padding: 5px;
    margin: 3px;
    border-radius: 10px;
    background:white;
    font-size:large;
	font-family:Verdana, Geneva, sans-serif;


}
.featured_big a{
	text-decoration: none;
		color: #0e59d1;

}
.featured_row{
	text-align:center;
}

.footer_h{
	width:100%;
	background:white;
	height:150px;
}
.footer_content{
	margin:auto;
	width:900px;
}
#footer_table{
	height:150px;
	text-align:left;
}
#footer_table td{
	vertical-align: top;
  	text-align: left;
  	width:300px;
}
#footer_table a{
	text-decoration: none;
	color: #0e59d1;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* -------------------------------------------------------------*/

/*     font-family: Arial,Helvetica,'Nimbus Sans L',sans-serif; */

/*

.main_art{
	width:720px;
}

#writer_info_box{
	float:left;
	width:500px;
	z-index:2;
    text-align:left;
    background:teal;
   	padding:3px;
    margin:3px;
    position: relative;
     left: 79px;
      top: 32px;

}
#writer_photo{
	float:right;
	padding-right:0;
	z-index:1;
	position: relative; left: -129px; top: -16px
}

#menu_bar{
	width:100%;
	height:30px;

}
#menu_bar td{
	width:25%;
}

.writer{
	height:40px;
}
#quote{
	font-size:medium;
	width:720px;
	position:relative;
	margin:0px auto;
	font-family:Verdana, Geneva, sans-serif;

}

*/
