/* =================================================== */
/* This css file specifies the site content 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     */
/*=====================================================*/


/* --------- */	 
/* Web Fonts */
/* --------- */

.web_font_nycd {
   font-family: "Nothing You Could Do", Cursive;
   font-size: 1.85em;
	 }

.web_font_niconne {
   font-family: "Niconne", Cursive;
   font-size: 1.85em;
	 }

	 
/* -------------------- */	 
/* General Text Styling */
/* -------------------- */	 

.text_shadow {
   text-shadow: 0.05em 0.05em 0.1em rgba(255,255,255,1);
   }
	 
	 
/* ---------------------- */	 
/* General Site Styles    */
/* ---------------------- */

#sitecontact {}


/* ------------------------ */	 
/* Header and Footer Styles */
/* ------------------------ */
	 
.logo_styling {
   font-family: "Nothing You Could Do", Cursive;
   margin: 0px 0px 0px 175px;
	 font-size: 3em;
	 }

	 
.tagline_styling {
   font-family: "Nothing You Could Do", Cursive;
   margin: 0px 0px 0px 390px;
	 font-size: 1.2em;
	 }


/* --------------------------- */	 
/* page_content_about.php      */
/* --------------------------- */

#about {
   width: 648px;
	 margin: 0 auto;
	 border-style: solid;
	 border-width: 0px;
	 border-color: rgba(0,0,0,1);
	 padding: 50px 50px 50px 50px;
	 }
	 
#about p {
   margin: 0px 0px 10px 0px;
	 line-height: 1.2em;
	 }

/* ---------------------------- */	 
/* page_content_instruction.php */
/* ---------------------------- */

#instruction {
   width: 648px;
	 margin: 0 auto;
	 border-style: solid;
	 border-width: 0px;
	 border-color: rgba(0,0,0,1);
	 padding: 50px 50px 50px 50px;
	 }
	 
#instruction p {
   margin: 0px 0px 10px 0px;
	 line-height: 1.2em;
	 font-style: italic;
	 }


/* ---------------------- */	 
/* page_content_index.php */
/* ---------------------- */
