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

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

body {
  font-family: "Verdana", "Arial", "MS Trebuchet", sans-serif;
  font-size: small;
  background-color: #777777;
  padding: 2em 2em 2em 2em;
  margin: 0;
  color: #555575;
} 

p, li{ 
 line-height: 1.7;
}

h1, h2, h3{
  font-family: "Komika Axis", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
}

h1, h2{
  color: #fff;
}

h3{
  color: #51718d;
}

h1{
  font-size: 300%;
}

h2{
  font-size: 200%;
}

h3{
  font-size: 150%;
}

#wrapper{
  background-color: #ec8921;
  padding: 0em 2em 2em 2em;
  width: 70em;
  margin: 0 auto;
  position: relative;
} 

#header #header_text{
  height: 80px;
  width: 800px;
  text-indent: 0;
}

#header #tag_line{
  height: 50px;
  width: 800px;
  margin-left: 4.5em;
  margin-bottom: 1em;
  text-indent: -9000px;
}

#main_menu{
  background: #fff;
  color: #6a7476;
  font-weight: bold;
  margin: 20px 20px 0 20px;
  text-align: right;
}     

#main_menu p{
  padding: 1em 0 1em 0 ;
  color: #6a7476;
}

#main_menu a{
  color: #6a7476;
  text-decoration: none;
  padding: 0 20px;
} 

#main_menu a:hover{
  text-decoration: underline;
}

#main_menu .menu_item{
  border-left: #fff;
}

/* headers */
.page h3.dynamic_header{
  padding-bottom: 1em;
  font-size: 200%;
  font-weight: bold;
  margin: 1em auto 2em auto;
  padding: 0;
  text-indent: 0;
  text-align: center;
}

h4{
  font-size: 130%;
  background-color: #ec8921;
  color: #fff;
  padding: 0.25em 0;
  text-indent: 0.25em;
  font-weight: normal;
}

h5{
  font-size: 120%;
}


#content{
  background-color: #fff;
  clear: both;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}                    

.page{
  padding-top: 0;
}

#footer{
  clear: block;
  text-align: center;
  font-size: 80%;
  margin-top: 2em;
  padding: 2em 2em 0em 2em;
  color: #fff;
}

#footer a{
  color: #fff;
}               


.text_with_image_1, .text_with_image_2, .services{
  margin: 0 60px;
}

.services .service{
  padding-bottom: 1em;
}

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

#login_section a{
  color: #ec8921;
}

#admin_link{
  margin-left: 1em;
}

.comics_home .home_picture{
  float: right;
  width: 50%;
}

.comics_home #intro_wrapper{
  float: left;
  width: 50%;
  height: 300px;
  background-color: #5c6c6f;
}

.comics_home .home_intro{
  padding: 2em;
  color: #fff;
  font-size: 110%;
}

.comics_home .home_picture{
}

.comics_home .home_intro p{
  line-height: 1.4;
} 

.comics_home .home_intro strong{
  font-size: 120%;
}

.comics_home .home_intro a{
  color: #fff;
}

.comics_home .home_intro em{
  font-size: 150%;
  color: #f09434;
}

.comics_home #plan_and_testimonials{
  clear: both;
  margin-top: 2em;
}

.comics_home #plan{
  width: 45%;
  float: left;
}   

.comics_home #testimonials_and_links{
  width: 45%;
  float: right;
}

.comics_home .home_testimonials_header{
}

.comics_home .home_testimonials_quotes{
}

.comics_home #links a{
  color: #777575;
  font-size: 125%;
  text-decoration: none;
}

.comics_home #links a:hover{
  text-decoration: underline;
}

.truncated{
  height: 10em;
  overflow-y: scroll;
}

.more_link{
  display:block;
  margin-top: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 150%;
  color: #EC8921;
}

