/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v15-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v15-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('fonts/roboto-condensed-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v13-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-condensed-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('fonts/roboto-condensed-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v13-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
body {
  padding: 30px;
  background: url('/images/bg.gif');
  font-family: 'Roboto';
}

.container-fluid {
  max-width: 1024px !important;
}

#logo {
  padding: 20px;
}

#logo img {
  max-width: 400px;
}

@media (max-width: 400px) {
  #logo img {
    max-width: 220px;
  }
}

#img2 { display: none; }
@media (max-width: 767px) { 
  #img1 { display: none; }
  #img2 { display: block; }
}

#text {
  font-family: 'Roboto';
  padding: 30px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
h1 {
  font-size: 20pt;
  font-family: 'Roboto Condensed';
  margin-bottom: 15px;
}
h2 {
  font-size: 16pt;
  font-weight: normal;
  font-family: 'Roboto Condensed';
}

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

.post-excerpt {
	font-weight:bold;
}
.post-excerpt, .post-content {
	line-height:17px;	
}
.post-image {
	width: 120px;
	margin-bottom:10px;
	display: inline-block;
	vertical-align: top;
}

.post-image img {
	margin: 0 20px 10px 0;
}
.post-body table th, .post-body table td {
    padding: 5px;
    border: 1px solid #ddd;
}

.post-body table  tr:nth-child(even) {
	background-color: #eee;
}
.post-content {
	margin: 0 0 10px;
}

.post-detail>* {
	padding-right:5px;
}
