/*
Theme Name: DevelopedSimple
Theme URI: http://developedsimple.com/
Description: The default WordPress theme for DevelopedSimple.
Version: 1.1
Author: Joshua Powell
Author URI: http://developedsimple.com/

	DevelopedSimple v1.1
	http://developedsimple.com/

	This theme was designed and built by DevelopedSimple,
	for use on http://developedsimple.com only.

*/

/**
 * STYLE LIBRARIES
 */
 @import "css/reset.css";
 
 @import "css/layout.css";
 @import "css/typography.css";


/**
 * BODY
 */
 body {
 background: rgb(255,255,255);
 margin: 0 auto;
 padding: 0;
 width: 100%;
 }
 
 /**
  * Temporary
  */
  div#box_ComingSoon {
  float: left;
  font-family: palatino, georgia, serif !important;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  margin: 0px 0px 36px;
  text-align: center;
  width: 100%;
  }
    div#box_ComingSoon div.container {
    clear: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    }

    div#box_ComingSoon img {
    margin: 38px 0 0;
    }
    div#box_ComingSoon p {
    background: rgb(255,251,178);
    font-family: Palatino, Georgia, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    margin: 38px 0px 0px;
    padding: 0;
    text-align: center;
    width: auto;
    }
      div#box_ComingSoon p a {
      background: rgb(255,251,178);
      color: rgb(0,0,0);
      font-family: Palatino, Georgia, serif;
      font-size: 15px;
      font-style: italic;
      line-height: 19px;
      }
      div#box_ComingSoon p a:hover {
      text-decoration: none;
      }
      div#box_ComingSoon p.toggle_wrapper {
      background: transparent;
      clear: none;
      float: right;
      width: 100%;
      }
      div#box_ComingSoon div.message_wrapper {
      clear: none;
      float: left;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 100%;
      }
    div#box_ComingSoon p a.toggle, div#box_ComingSoon p a.toggle:hover {
    border: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    float: right;
    margin: 4px 0px 0px;
    text-decoration: none;
    text-transform: uppercase;
    }