/*
Theme Name: magnolia
Author: David
Description: This is a tidy little theme that has space to show off your images in style.
Version: 1.0.6.3
License: GNU General Public License
License URI: license.txt
*/
body { margin: 0; padding: 0; text-align: center; }
body, td, th { 
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  -webkit-font-smoothing:antialiased;
  font-size: 16px;
  color: #444;
}

.wrapper { 
  width: 950px; 
  margin: 0 auto; 
  text-align: left; 
}

.rounded { font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif; }

div#number {
	color: #06568b;
	padding: 45px 0 0 0;
	font-size: 12px;
}

a { color: blue; }
a.unobtrusive { text-decoration: none; color: #666; }
img { border: 0; }
form { margin: 0; padding: 0; }

h1.rounded { 
  background: url("media/logo.png") left center no-repeat;
  background-size: 60px;
  padding: 20px 0 15px 70px;
  font-weight: 100; 
  font-size: 28px; 
  margin: 0;
  color: #666;
}

h1.rounded:first-letter {
	text-transform:capitalize; 
}

h2 {
  font-weight: 100;
  font-size: 24px;
  margin: 20px 0;
}

div#nav {
  background: #0075bf;
}

div#menu a {
  display: inline-block;
  padding: 10px 12px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

div#menu a:hover { text-decoration: underline; }
div#menu a.active { background: #0092ee; }
div#menu a.active:hover { text-decoration: none; }

div#happy {
  background: url("media/happy.jpg") center center;
  background-size: cover;
  border-bottom: 4px solid #efefef;
}

div#splash {
  font-size: 50px;
  color: white;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
  padding: 90px 0;
}

div#splash strong { font-size: 60px; }

div#overlay {
  background: url("media/bg50.png");
  padding: 25px;
  font-size: 21px;
}

input { font-size: 18px; }

div#footer { 
  border-top: 4px solid #efefef;
  background-color:#1B334B;
  font-size: 12px;  
  height:auto;
}

div#footer .wrapper{ 
  color:#ffffff;
  padding: 15px 0px;
}

div#footer .wrapper a{ 
  color:#ffffff;
}
div.right { float: right; }

div.info {
  border: 1px solid #abc13e; 
  background: #f2f8ce url("media/conf.png") center left no-repeat;  
  color: #5d6a23;
  padding: 10px 10px 10px 55px;
}

/*	BODY { color: #444444; background-color: #E5F2FF; font-family: verdana; margin: 0px; }
	#PageOutline { text-align: center; margin-top: 300px; }
	A { color: #0153A4; }
	H1 { font-size: 16pt; margin-bottom: 4px; }
	H2 { font-size: 14pt; margin-bottom: 4px; font-weight: normal; }
	#footer {position: absolute;
    bottom: 0px;
    width: 100%; color: #E5F2FF;}*/