@font-face {
  font-family: "Futura";
  font-style:  normal;
  font-weight: normal;
  src: url("../fonts/futura.eot");
}

@font-face {
  font-family: "Futura";
  font-style:  normal;
  font-weight: normal;
  src: url("../fonts/futura.ttf");
}


body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: small;
  padding: 0em 2em 2em 2em;
  margin: 0;
  background-color: #fff;
}
 
h1, h2, h3, h4, h5, h6{
  font-family: "Futura", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #634b90;
}


h1{
  font-size: 350%;
}

h2{
  font-size: 300%;
}

h3{
  font-size: 250%;
}

h4{
  font-size: 200%;
}

h5{
  font-size: 150%;
}

h6{
  font-size: 100%;
}

.page h3.dynamic_header{
  text-indent: 0;
  text-align: center;
  font-weight: normal;
  font-family: "Futura", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#wrapper{
  padding: 0em;
  width: 900px;
  margin: 0em auto 0 auto;
  position: relative;
  background-image: url(../images/logo.png);
  background-position: top right;
  background-repeat: no-repeat;
  -moz-box-shadow: 10px 0px 10px #ccc;
  -webkit-box-shadow: 10px 0px 10px #ccc;
}

#login_section{
  margin-right: 1em;
  position: absolute; 
  right: 0;
  z-index: 5;  
}            

#header{
  height: 186px;
} 

.image_header{
  margin-top:3em;  
}

#wrapper_inner{
  -moz-box-shadow: -10px 0px 10px #ccc;
  -webkit-box-shadow: -10px 0px 10px #ccc;  
} 

#main_menu{
  font-family: "Futura", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 150%;
  background-color: #3b1c74;
  height: 40px;
  -moz-box-shadow: 0px 10px 10px #ccc;
  -webkit-box-shadow: 0px 10px 10px #ccc;  
}     

#main_menu p{
  color: #ffffff;
  padding: 0.50em 0 0.50em 0;
  font-weight: normal;
}

#main_menu a{
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  padding: 0 20px;
} 

#main_menu .seperator{
  border-right: 1px solid #999;
}    

#main{
  float: left;
  width: 600px;
} 


#footer{
  background-color: #533a81;
  color: #ffffff;
  padding: 2em 0;
  font-size: 80%;
}

#footer a{
  color: #ffffff;
}


.blogger_home_page #sidebar{
  float: right;
  width: 15em;
}

.blogger_home_page #sidebar .bordered{
  border-bottom: 2px dotted #775fa4;
  margin-bottom: 1em;
}

.blogger_home_page #main .bordered{
  border-bottom: 2px dotted #bdb8c8;
  margin-bottom: 1em;
}

.blogger_home_page .recent_post_sidebar_list{
  margin: 0;
  padding: 0;
  border-top: 2px dotted #533a81;
} 

.blogger_home_page .recent_post_sidebar_list li{
  margin: 1em 0;
  padding: 1em 0;
  list-style-type: none;
  list-style-image: none;
  border-bottom: 2px dotted #533a81;
}

.blogger_home_page .recent_post_sidebar_list li a{
  text-decoration: none;
  font-family: "Futura", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 130%;
  color: #7a787d;
}

.blogger_home_page .recent_post_sidebar_list li a:hover{
  text-decoration: underline;
  color: #533a81;
}

.blogger_home_page .book{
  float: left;
  width: 200px;
  margin-right: 20px;
}

.blogger_home_page .video{
  float: left;
  width: 380px;
}

.blogger_home_page .subfooter{
  background-color: #533a81;
  color: #fff;  
  width: 43%;
  float: left;
  margin: 0 2em;
  -moz-border-radius: 10px ;
  -webkit-border-radius: 10px;
}

.blogger_home_page .subfooter a{
  color: #fff;  
} 

.blogger_home_page .subfooter .block_inner{
  padding: 1em;
}

.blogger_home_page #subfooter{
  margin-bottom: 2em;
}

#newsletter_subscription h3{
  font-weight:normal;
}

.blog_page .comments h6, .blog_page .comments h6 a{
  color: #634b90;
}