/* 
    Document   : Styles
    Created on : Jun 11, 2012, 2:18:42 PM
    Author     : Jordan Welch
    Description:
        Stylesheet for all of www.peoplesystemspotential.com
*/

root { 
   display: block;
}

body {
   background: #0B3609;
   background: #0B3609 -webkit-gradient(linear, 0% 0%, 0% 200, from(#27831F), color-stop(1, #0B3609)) no-repeat;
   background: #0B3609 -moz-linear-gradient(#27831F, #0B3609) no-repeat;
   background: #0B3609 linear-gradient(#27831F, #0B3609) no-repeat;
}

div#pageWrapper {
   width: 720px;
   margin: 1em auto;
   text-align: left;
   padding-bottom: 1em;
   background: #fff;
   background-image:url("./images/stainedglassT.jpg");

   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   box-shadow: 0 2px 3px 1px #666;
   -moz-box-shadow: 0 2px 3px 1px #666;
   -webkit-box-shadow: 0 2px 3px 1px #666;

}

.birthdaywrap {
	width: 1000px;
	margin: 1em auto;
   text-align: left;
   padding-bottom: 1em;
   background: #fff;
   background-image:url("./images/stainedglassT.jpg");

   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   box-shadow: 0 2px 3px 1px #666;
   -moz-box-shadow: 0 2px 3px 1px #666;
   -webkit-box-shadow: 0 2px 3px 1px #666;
}

div#content {
   font-family: Tahoma,Geneva,Kalimati,sans-serif;
   width: 525px;
   padding-bottom: 5px;
   padding-left: 100px;
}  

.birthdaycontent {
   font-family: Tahoma,Geneva,Kalimati,sans-serif;
   width: 900px;
   padding-bottom: 5px;
   padding-left: 100px;
   font-size: 25px;

}

h1{
   text-align: center;
   color: #00009D;
   font-weight: bold;
   font-family: Tahoma,Geneva,Kalimati,sans-serif;

}

div#uniqueness{
   font-style: italic;
   padding-right: 5px;
   padding-bottom: 40px;
   color: #2C7859;
}

div#header{
   font-family: Tahoma,Geneva,Kalimati,sans-serif;
   font-size: 30;
   color: #930093;
   width: 537px;
   heigh: 130px;
   padding-top: 20px;
   padding-left: 100px;
   
}
div#header span {
   position: absolute;
   top: 84;
   margin: auto;
}

div#email{
   color: #00009D;
   font-weight: bold;
}

p#green{
   color: #2C7859;
}

p#blue{
   color: #00009D;
}

p#maroon{
   color: #501810;
}

p#purple{
   color: #930093;
}

p#red{
   color: #C40000;
}

div#foryoutitle{
   text-align: center;
   font-size: 17;
   font-weight: bold;
}

hr{
   color: #00009D;
   background-color: #00009D;
   height: 2px;
}

div#non-helpful-interventions{
   margin-left:  25px;
   margin-right: 25px;
   font-weight: bold;
}

div#dialogue{
   font-size: 13;
   margin-left: 10px;
   margin-right: 10px;
}

div#dialogue p#notice{
   font-style: italic;     
   color: #C40000;
}

div#title{
   text-align: center;
   color: #930093;
}

div#title h1{
   font-style: italic;
   color: #930093;
   -webkit-margin-after:0px;
}

div#title p{
-webkit-margin-before:0px;
}

div#songs_of_leaving{
   text-align: center;
}

div#benefits h1{
   color: #800080 ;
   font-size: 20px;
   text-align: left;
}

div#benefits p{
   color:#00009d;
}

div#testimonials h1{
   font-size: 20;
   color: #800080;
   text-align: left;
}

div#testimonials p#quote{
   color: #800080;
   -webkit-margin-after:0px;
}

div#testimonials p#attrib{
   color: #27633d;
   font-style: italic;
   font-size:13px;
   -webkit-margin-before:0px;
}

div#testimonials h1{
   color: #800080;
   font-size:20px;
}

span#title{
   color:#313199;
   font-weight: bold;
}

#centered{
   text-align: center;
}

#play1{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: blue;
}

#play2{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: blue;
}