/*
Theme Name:     Lunasole
Theme URI:      http://lunasole.ch/
Description:    Child theme for the Platform Pro theme 
Author:         Hannes Wüthrich
Author URI:     http://eyecraft.ch/
Template:       platformpro
Version:        0.1.0
*/

@import url("../platformpro/style.css");

#page {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-box-shadow: 0px 0px 10px #999;
  -moz-box-shadow: 0px 0px 10px #999;
  box-shadow: 0px 0px 10px #999;
}

h1, h2, h3, h4, h5, h6, .site-title {
  font-family: 'Covered By Your Grace', serif;
}

#footer { 
  text-shadow: #F0F0F0 0 1px;
}

#sidebar_primary .current_page_item > a {
  font-weight: bold;
}

iframe {
	width: 595px;
	height: 400px;
	margin: 0 0 10px 0;
}