/* =================================================== */
/* This css file specifies the site structure style    */
/* settings for the jennifer-toni.com website          */
/* =================================================== */

/*=====================================================*/
/* Design Company      = DsS:VisionTECH                */
/* Design Consultant   = Rhys Faler                    */
/* Contact Information = designer@dss-visiontech.com   */
/* Copyright           = 2013; All Rights Reserved     */
/*=====================================================*/

/* ---------------- */
/* Level 1 Elements */
/* ---------------- */

html {
   background-color: rgba(255,255,255,1);
	 background-position: center top;
	 background-repeat: no-repeat;
	 background-attachment: scroll;
	 }

	 
/* ---------------- */
/* Level 2 Elements */
/* ---------------- */

body {
   background-color: rgba(255,255,255,1);
	 }
	 
/* ---------------- */
/* Level 3 Elements */
/* ---------------- */

#shadow_page {
   width: 1060px;
	 margin: 0 auto;
	 background-color: rgba(255,255,255,1);
	 /*background-image: url('structure/shadow_page.png');*/
	 background-position: center top;
	 background-repeat: repeat-y;
	 background-attachment: scroll;
	 }
	 

/* ---------------- */
/* Level 4 Elements */
/* ---------------- */

#page {
   width: 960px;
	 margin: 0 auto;
	 background-color: rgba(255,255,255,0);
	 }

	 
/* ---------------- */
/* Level 5 Elements */
/* ---------------- */

#page_top {
   height: 100%;
	 width: 960px;
	 background-color: rgba(255,255,255,0);
	 }

#page_center_left {
   width: 0px; /* width = 960px - center_right width */
	 min-height: 400px;
	 float: left;
	 background-color: rgba(255,230,109,1);
   }

#page_center_right {
   width: 960px; /* width = 960px - center_left width */
	 min-height: 400px;
	 float: right;
	 background-color: rgba(255,255,255,0);
	 }

#page_bottom {
   clear: both;
   height: 100%;
	 width: 960px;
	 background-color: rgba(255,255,255,0);
   }	 
	 

/* ---------------- */
/* Level 6 Elements */
/* ---------------- */

header {
	 padding: 5px;
	 margin: 7px 0px 0px 0px;
	 }
	 
header hr {
   border-top: 1px;
	 border-style: solid;
	 border-color: rgba(0,0,0,1);
	 width: 750px;
	 margin: 10px auto 4px;
	 }

nav {
	 width: 715px;
	 padding: 0px;
	 margin: 0 auto 0px;
   }

section {
	 padding: 0px;
	 margin: 0px;
	 }

aside {
	 padding: 5px;
	 margin: 5px;
	 }

footer {
	 padding: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
	 }
	 
footer #credits {
   padding-top: 1em;
	 padding-bottom: 10px;
	 }
	 
footer #credits a {
   text-decoration: none;
	 color: rgba(204,204,204,1);
	 }
	 
footer #credits a:focus,
footer #credits a:hover,
footer #credits a:active {
   text-decoration: underline;
   }

footer #credits hr {
   width: 780px;
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
	 }
	 
footer #credits p {
   font-size: 0.7em;
	 font-weight: 100;
	 font-style: italic;
	 text-align: center;
	 color: rgba(204,204,204,1);
	 }