/*
Theme Name: DCC Holding Theme
Theme URI: http://wordpress.org/
Description: A temporary page to collect emails ahead of new design
Version: 0.0
Author: Roger Herbert
Author URI: http://wordpress.org/
*/


@import "reset.css";

body { text-align: center; font: normal normal normal 1em/1.5 Georgia, serif; }
#wrapper { width: 500px; margin: 0 auto; margin-top: 150px; }
#subscribe_form, #diary_dates { padding: 25px; margin: 25px 0;background-color: #eee; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#subscribe_form input { font-size: 125%; margin-bottom: 0.5em; padding: 0.5em;}
#footer { margin: 25px 0;}
h1 { font: normal normal normal 3em/1.2em Georgia, serif; margin-bottom: 0.5em;}

#diary_dates { text-align: left;}
h2 {font-size: 1.5em; margin-bottom: 1em;}
h3 {font-size: 1.1em; margin-bottom: 1em;}
#diary_dates p { font-size: 0.8em; margin-bottom: 1em;}

.alignleft {float:left; margin: 0 1em 1em 0;}
.alignright {float:right; margin: 0 0 1em 1em;}