@font-face {
font-family: ArticleFont;
src: url('ClearSans-Regular.ttf');
}

body {
/*font-family: ArticleFont,Tahoma,Geneva,sans-serif;*/
font-family: Verdana;
font-size: 10pt;
padding: 0px;
background-image:url('white_wall.png');
background-repeat:repeat;
margin-top: 20px;
}

h2 {
color: #0099cc;
font-size:14pt;
margin:0;
}

h3 {
color: orange;
margin:0;
}

h4 {
color : navy;
}

.Hi {
color: #33ccff;
font-weight: bold;
}

#Title {
font-size: 30pt;
color: black;
}

#Frame {
margin: 0 auto;
text-align: center;
}

#Columns {
}

.Button {
background: #1e7ebd;
background-image: -webkit-linear-gradient(top, #1e7ebd, #38b3ff);
background-image: -moz-linear-gradient(top, #1e7ebd, #38b3ff);
background-image: -ms-linear-gradient(top, #1e7ebd, #38b3ff);
background-image: -o-linear-gradient(top, #1e7ebd, #38b3ff);
background-image: linear-gradient(to bottom, #1e7ebd, #38b3ff);
-webkit-border-radius: 18;
-moz-border-radius: 18;
border-radius: 18px;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 5px 12px 5px 12px;
text-decoration: none;
cursor: pointer;
cursor: hand;
}

.Button:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}

#LinksBlock {
float:left;
margin-right: 10px;
border: 1px solid green;
}

#ArticleBlock {
float:left;
}

#Article {
text-align: left;
background-color: white;
border: 1px solid #b0b0b0;
-webkit-box-shadow: 5px 5px 18px -9px rgba(0,0,0,1);
-moz-box-shadow: 5px 5px 18px -9px rgba(0,0,0,1);
box-shadow: 5px 5px 18px -9px rgba(0,0,0,1);
}

#ArticleHeader {
/*margin:5px;*/
border-bottom: 1px solid #d0d0d0;
/*background-image:
    linear-gradient(
    	to right,
    	#dd4040, white
    );
*/
}

#Icon {
padding:10px;
}

#ArticleText {
padding: 10px;
font-family: 'Oxygen', sans-serif;
}

#ThemeTitle {
font-family:Verdana;
font-size: 14pt;
}

#ArticleTitle {
font-size: 17pt;
}

#Advert {
float:right;
padding-left:10px;
margin-right:10px;
-webkit-box-shadow: 5px 5px 18px -9px rgba(0,0,0,1);
-moz-box-shadow: 5px 5px 18px -9px rgba(0,0,0,1);
box-shadow: 5px 5px 18px -9px rgba(0,0,0,1);
}

#Footer {
clear: both;
padding-top: 10px;
}

.Quote {
margin-left: 30px;
margin-right: 30px;
color: grey;
}

.Blur {
  -webkit-filter: blur(1px); /* Chrome, Opera, etc. */
  /*filter: url('blur.svg#blur'); /* Older FF and others - http://jordanhollinger.com/media/blur.svg */
  filter: blur(1px); /* Firefox 35+, eventually all */
}

a {
text-decoration : none;
}