html {
  font-size: 13px;
}

body {
  margin: 0;
  /*font-size: 13px;*/
}

.region-three-33-first, .region-three-33-third {
  display: inline;
  position: relative;
  float: left;
}

h2.article-title, h2 {
  font-size: 15px;
}

.block-title {
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 4px;
    text-transform: inherit;
}

/* top right menu styles */

#menu-bar-right {
  /*width: 20%;*/
  float: right;
}

#menu-bar {
  /*width: 75%;*/
  float: left;
}

#menu-bar-right {
  height: 3em;
}
#menu-bar-right {
  padding: 0 15px;
  font-size: 0.923em;
}
#menu-bar-right .block ,
#menu-bar-right ul,
#menu-bar-right ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-bar-right ul li {
  display: inline-block;
  margin: 0.333em 0 0;
  padding-left: 0;
}
#menu-bar-right ul > li > a {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 0.833em 20px 1.083em;
}
#menu-bar-right .sf-horizontal.sf-style-none li ul {
  opacity: .95;
}
#menu-bar-right ul li ul a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#menu-bar-right .menu-wrapper > ul > li > ul {
  margin-top: 0.417em;
}

#menu-bar-right .block-menu ul ul {
  display: none;
}

#menu-bar-right ul li a:hover {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-radius-topleft: 6px;
  -khtml-border-radius-topright: 6px;
  -khtml-border-radius-bottomright: 0;
  -khtml-border-radius-bottomleft: 0;
  border-radius: 6px 6px 0 0;
  background-color: #626c25;
  border-color: #ccc;
}

#menu-bar-right ul li a.active {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-radius-topleft: 6px;
  -khtml-border-radius-topright: 6px;
  -khtml-border-radius-bottomright: 0;
  -khtml-border-radius-bottomleft: 0;
  border-radius: 6px 6px 0 0;
  background-color: #FBFBF6;
  color: #8E9E35;
}

#menu-bar ul.menu li a:link, #menu-bar ul.menu li a:visited {
  color: #FFF;
}

#menu-bar ul.menu li a:hover {
  text-decoration: underline;
}

#menu-bar ul.menu li a.active {
/*  text-shadow: #000 1px 1px;*/
  color: #8e9e35;
}


/* end of top right menu styles */

/* photos block */

.photo {
  margin : 0 0 0 35px;
  width: 500px;
}

.photo a {
  display: block; 
  width: 100px; 
  height: 75px; 
  cursor: default; 
  float: left; 
  text-decoration: none;
}

.photo a .divimg {
  display: block; 
  width: 100px; 
  height: 75px; 
  overflow: hidden;
}

.photo  a:hover, .photo  a:hover {
  white-space: normal; 
  position: relative; 
  cursor: pointer;
}

.photo a:hover .divimg, .photo  a:hover .divimg {
  position: absolute; 
  left: -50px; 
  top: -32px; 
  width: 200px; 
  height: 150px; 
  border-color: #fff; 
  cursor: pointer;
}

.divimg {
  float: left;
}

.cb {
  clear: both;
}

/* end of photos block */

#empty-header {
  height: 20px;
}

#menu-logo, #menu-logo a {
  padding: 10px 10px;
  color: #fff;
  text-shadow: #000 1px 1px;
  text-decoration: none;
}

#menu-logo a:hover {
  text-decoration: underline;
}

.article {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.panel-pane .article {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border: 0;
}

.panel-pane .article-inner > header {
  height: 42px;
  overflow: hidden;
  margin-bottom: 0;
}

.float-left {
  float: left;
}

.two-2x50 .region-three-33-first {
  width: 28%;
  margin-left: 10px;
}

.two-2x50 .region-three-33-third {
  width: 70%;
}

#block-user-login input.form-text, #block-user-login input.form-password, #block-user-login input.form-file {
  max-width: 400px;
  width: 90%;
}

a.g-plus {
  color: #eee
}

a.g-plus:hover {
  color: #ccc
}

tt.code {
  font-family: monospace;
  font-size: 1.2em;
  background-color: #F8F8F8;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
}

code {
  color: #000;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.88em;
  background-color: #F8F8F8;
  border: 1px solid #CCC;
  padding: 3px;
}

.quote {
  overflow: auto;
  margin: 15px 0px;
  padding: 10px 20px;
  border-left: 2px solid #BCD397;
  background-color: #FCFCFC;
}

@media only screen and (min-width:481px) and (max-width:1024px) {
  /* For tablets: */
  html {
    font-size: 30px;
  }
  .two-2x50 .region-three-33-first, .two-2x50 .region-three-33-third {
    width: 100%;
  }
}

