/* @override http://horizonsinternational.org.local/horizons/stylesheets/main.css */

/* @group Special fonts */

@font-face {
  font-family: fontin_reg;
  src: url('/templates/horizons/fontin/reg.ttf') format('truetype');
}

@font-face {
  font-family: fontin_bold;
  src: url('/templates/horizons/fontin/bold.ttf') format('truetype');
}

@font-face {
  font-family: fontin_caps;
  src: url('/templates/horizons/fontin/caps.ttf') format('truetype');
}

.blog_post .heading .title,
h1, h2, h3, h4 {
  font-family: fontin_bold, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#mainLinks, #subLinks{
  font-family: fontin_caps, "Lucida Grande", Lucida, Verdana, sans-serif;
}


/* @end */

/* @group Core layout styles */


html {
  height: 100%;
}


body {
  margin: 0;
  padding: 0;
/*  text-align: center;*/

  /*background-color: #f6f3e7;*/
  color: #444b46;
  /*letter-spacing: -1px;*/
  font: 15px/1.35em "Lucida Grande", Lucida, Verdana, sans-serif;
  background-image: url(../images/bg_gradient.jpg);
}

/*.content_width {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}*/

#container {
  /*width: 930px;*/
  /*margin: 10px auto 0 auto;*/
  /*background: url(../images/border/bg.png) repeat-y;*/
}

#header {
  background-color: #343d38;
  height: 100px;
  border-bottom: 1px solid #312419;
  color: #8aae95;
  font-size: 13px;
  padding: 8px 0 0;
}
#header a{
  color: #8aae95;
}
#header a:hover{
    color: #afddbd;
}


#header .logo a img,
#header .logo a {
  outline: none;
  border: none;
}

#login_container {
  margin-top: 8px;
}

/* Navigation below */

#main_content_area_container {
  background: url(../images/top_bg_gradient.jpg) repeat-x 0 0;
}
#main_content_area_top_bg {
  background: url(../images/box_repeat.jpg) repeat-y center;
}
#main_content_area_top_box {
  background: url(../images/box_top.jpg) no-repeat center top;
}

#box_top {
  position: absolute;
  top: -4px;
  left: 3px;
}

#main_content_area {
  text-align: left;
  padding: 20px 0 0;
  margin: 0 auto 20px;
  min-height: 440px;

  /*background: #f6f3e7 url(/images/bg_gradient.png) repeat-x;
  border: 1px solid #425342;*/
  border-top-style: none;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
}

#footer {
  height: 44px;
  margin: 0 auto;
  font-size:11px;
  background: url(../images/box_end.jpg) no-repeat center bottom;
}

#footer li{
  list-style-type: circle;
  list-style-position: inside;
}





/* @end */

/* @group Tag Styles */

h1, h2, h3, h4 {
  color: #425342;
  padding: .2em 0 0 0;
}
h1 {
  font-size: 18px;
}

h2 {
  font-size: 17px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

p {
  padding: .4em 0 .6em;
}

a:link, a:visited {
  color: #536251;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

a:hover {
  color: #5a7352;
  text-decoration: underline;
}

a:active {
  outline: none;
}

a:visited {

}

ul li{
  padding-left: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

:focus { outline: 0; }

blockquote {
  font-size: 14px;
  margin: 10px 42px 16px 42px;
}

blockquote p, #left_column blockquote p {
  padding: 6px 12px;
  /*border-left-style: solid;
  border-left-width: 1px;*/
}


/* @end */

/* @group Navigation */

#navigation {
  padding: 5px 0;
  background-image: url(/images/nav_bg.png);
  border-bottom: 2px solid #312419;
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
}
#navigation a:hover {
  color: #f7f4e8;
}

#mainLinks {
  font-size: 20px;
}

#subLinks {
  padding: 6px 5px 0;
  font-size: 18px;
}

#mainLinks span,
#subLinks span{
  margin: 0 8px;
  text-align: center;
  color: #f7f4e8;
}
#mainLinks #current_main_link a,
#subLinks #current_sub_link a{
  color: #f7f4e8;
}

#mainLinks span a,
#subLinks span a{
  color: #adb48d;
  text-decoration: none;
  /* Check font weight setting for sIFR*/
  font-weight: normal;
}



/* @group Nav Line Styles */

/* Tied closely to the JavaScript, be careful! */
#navigation_line_container {
  position: relative;
  top: 2px;
  height: 15px;
}
#navigation_line {
  position: absolute;
  height: 17px;
  background: url('/images/navLine/line.png');
}

#current_main_link_indicator_mask {
  position: absolute;
  top: 9px;
}
#current_sub_link_indicator_mask {
  position: absolute;
  top: -17px;
}

#current_main_link_indicator {
  position: absolute;
  overflow: hidden;

  height: 9px;
  width: 45px;
}

#current_sub_link_indicator {
  position: absolute;
  overflow: hidden;
  top: 8px;
  height: 9px;
  width: 45px;
}
.relative {
  position: relative;
}


/* @end */

/* @end */

/* @group Content Layout */
.box_section,
blockquote,
#blog_right_column .section,
#right_column .section, #unclassified .section  {
  background-color: #fff;
  padding: 6px 8px 4px 10px;
  border: 1px solid #819576;
}

#right_column .section, #unclassified .section  {
  margin: 4px 0 10px 0;
}

#blog_right_column .section {
  margin: 0 0 10px 0;
}

#top_content, #bottom_content {
  margin: 0 40px;
}

#bottom_content {
  margin-bottom: 10px;
}
#left_column {
	margin: 0 40px 0 40px;
  width: 465px;
   float: left;
   /*padding: 4px 4px 4px 24px;*/
}

#right_column {
  margin: 0 40px 0 40px;
  width: 315px;
  float: left;
  padding-bottom: 8px;
  font-size: 13px;
}

#unclassified {
  padding: 6px;
}

/* @end */

/* @group Blog */

#blog_left_column {
  width: 600px;
  margin: 0px 20px;
  margin: 0 20px;
  float: left;
}

#blog_right_column {
  float: left;
  width: 260px;
  font-size: 12px;
  line-height: 1em;
}

#blog_right_column .author {
  padding: 0;
  margin: 0 8px 6px 8px;
}
#blog_right_column .title {
  padding: 0;
  margin: 0 8px 10px 8px;
}

.blog_post {
  padding-bottom: 28px;
    /*border: 1px solid #808080;*/
}

.blog_post .heading {
    padding: 3px 6px 2px;
    border: 1px solid #808080;
    background-color: #b6cfa7;
    margin-bottom: 2px;
}
.blog_post .heading a {
    color: #364435;
}
.blog_post .heading .title {
  float: left;
  font-size: 17px;
}
.blog_post .heading .author {
  float: right;
  padding: 1px 0 0;
  font-size: 11px;
}

.blog_post .body {
  padding: 0 20px 5px;
}

.blog_post .body .picture_area {
  text-align: center;
  padding-bottom: 3px;
}

.blog_post .blog_picture {
  float: left;
}

.blog_picture .caption {
  text-align: left;
  font-size: 11px;
  line-height: 1em;
}

.blog_post .footer {
  padding: 2px 4px;
  font-size: 11px;
   border: 1px solid #808080;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*background-color: #8cc73f;
    color: #212121;*/
}

.blog_comment {
  width: 500px;
  margin: 12px 0 20px 60px;
  border: 1px solid #808080;
  /*-moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;*/
}

.blog_comment .body {
  padding: 6px;
}
.blog_comment .body p{
  font-size: 13px;
  margin: 0;
}

.blog_comment .author {
    font-style: italic;
}

.blog_comment .footer {
  padding: 1px 6px;
  font-size: 11px;
   border-top: 1px solid #808080;
  background-color: #b6cfa7;
}

.comment_form {
  border: 1px solid #808080;
   padding: 2px 16px;
  font-size: 12px;
}


/* @end */

/* @group Login Links */

#header input#login,
#header input#password {
  background-color: #47574d;
  /*outline-color: #c0c5c8;
  outline-width: 2px;*/
  outline: none;
  padding: 2px;
    color: #a3bd96;
    border: 1px solid #819576;
}

#header input#remember_me {
  /*width: 50px;
  height: 50px;*/
}

#header input#login.selected, #header input#password.selected {
    color: #fff;
}

#login_from_nav{
  background-color: #47574d;
    color: #a3bd96;
    border: thin solid #819576;
   outline: none;
}

#login_from_nav:hover, #login_from_nav:focus{
    color: #fff;
    font-weight: bold;
    border-color: #fff;
  outline: none;
}

/* @end */

/* @group Events */

.event {
  border: #808080 1px solid;
  margin: 10px auto;
  padding: 4px;
  width: 480px;
}

.attendee {
  border: #808080 1px solid;
  margin: 10px auto;
  width: 600px;

}
.attendee .title{
  padding: 4px 10px;
  border-bottom: #808080 1px solid;

  background-color: #b6cfa7;
}

.attendee .footer{
  font-size: 12px;
  padding: 2px 8px;
  border-top: #808080 1px dashed;
}
.attendee .body{
  padding: 4px 10px;
}
.attendee .indent{
  padding-left: 8px;
}

.attendee .third{
  width: 30%;
  padding-right: 3%;
  float: left;
  /*padding: 4px 10px;*/
}

/* @end */

#main_content_area img {
  margin: 4px 0 0 0;
    border: 2px solid #819576;
  /*padding: 2px;
    background-color: #819576;*/
}

#main_content_area img.no_border {
  border: none;
}

.label, .note {
  font-size: 11px;
  line-height: 1.25em;
}

 p.label {
  padding-top: 0;
}

label{
  font-size: 13px;
  margin: 0px;
}

.form_field {
  margin: 0 0 8px 0;
}

.form_field:focus {
  margin: 0 0 8px 0;
    background-color: #eae7dc;
}

.box {
    border: 1px solid #819576;
}

/* @group Ajax */

.loader {

}


/* @end */


/* @group Utility */
.inline {
  float: left;
  padding-right: 6px ;
}

.dividingLine {
  border-bottom: 1px solid #888;
    width: 90%;
    margin: 7px auto 14px auto;
}

/* @end */

/* @group Errors */
.flash_error, .flash_notice {
  padding: 3px;
  border-bottom: 1px solid;
}
.flash_notice {
    background-color: #b6cfa7;
    color: #343d38;
}
.flash_error {
    background-color: #fff;
    color: red;
}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select{
   border: 2px solid red;
}

#errorExplanation {
  width: 500px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
  color: #333;
    margin-bottom: 0;
    padding: 10px 4px 4px 4px;
}

#errorExplanation ul li {
  font-size: 12px;
    font-weight: bold;
}

/* @end */
