html {
  height: 100%;
  margin: 0 0 1px; }

body {
  position: relative;
  font-size: 80%;
  font-family: Helvetica, Nimbus Sans, Arial, sans-serif;
  color: black;
  height: 100%;
  margin: 0 0 1px;
  padding: 0; }

a {
  color: #d45500;
  outline: none; }
  a:hover {
    color: #ff6f0e; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: Helvetica, Nimbus Sans, Arial, sans-serif;
  color: #ff6f0e;
  height: auto;
  font-weight: bold; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    display: block;
    text-decoration: none; }

.bag {
  width: 100%;
  position: relative;
  float: left;
  clear: both; }

#allbag {
  background: transparent url("./images/whitefade.png") 0 0 repeat-x;
  height: 100%;
  min-height: 700px;
  margin: 0; }

#content {
  margin-bottom: 30px;
  position: relative; }

h2 {
  font-size: 2.4em;
  line-height: 1;
  padding-bottom: 0px; }

h3 {
  font-size: 1.3em;
  line-height: 1.2;
  margin-bottom: 15px; }

.home h3 {
  margin-bottom: 10px;
  float: none; }

.sidebar h3 {
  margin-top: 0px;
  margin-bottom: 10px; }

h4 {
  margin: 10px 0 5px 0; }

p {
  text-align: justify; }

ul {
  list-style-type: square; }

#background {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  overflow: hidden; }
  #background .stretch {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto; }

#header {
  position: relative;
  height: 100px;
  margin: 30px 0 30px 0; }
  #header h1#logo {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 101px;
    height: 71px; }
    #header h1#logo a {
      display: block;
      width: 100%;
      height: 100%;
      background: transparent url("./images/logo.png") 0 0 repeat-x;
      text-indent: -9999px;
      font-size: 0px;
      line-height: 0; }
  #header #description {
    display: none;
    background: transparent url("./images/tagline.png") 0 0 no-repeat;
    height: 63px;
    margin-top: 20px;
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0; }

.home #description {
  display: block !important; }

.home #header {
  height: 170px !important; }

.home .vblog {
  background: transparent url("./images/vblog.png") 0 0 no-repeat;
  position: absolute;
  top: 0px;
  left: -45px;
  width: 26px;
  height: 94px;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0; }
.home .vestore {
  background: transparent url("./images/vestore.png") 0 0 no-repeat;
  position: absolute;
  top: 0px;
  right: -45px;
  width: 26px;
  height: 138px;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0; }

.transparentbg {
  background: transparent url("./images/transparent1.png") top left repeat;
  padding-top: 30px;
  padding-bottom: 0px; }
  .transparentbg#footer {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

.moretransparentbg {
  background: transparent url("./images/transparent2.png") top left repeat;
  padding-top: 30px; }

.fullbg {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px; }

.fullinside {
  padding: 0 30px 0 30px; }

.halfwidth {
  margin-bottom: 30px;
  float: left; }
  .halfwidth p {
    padding: 0 30px 20px 30px; }

.dofloat {
  float: left;
  clear: both; }

.alignright {
  float: right;
  margin: 10px 0 10px 30px; }

.alignleft {
  float: left;
  margin: 10px 30px 10px -30px; }

.larger {
  font-size: 110%; }

.smallbottom {
  padding-bottom: 0 !important; }

.postmetadata {
  font-size: 90%; }

.home .halfheight {
  position: relative;
  height: 170px; }
.home .aboutbox {
  position: relative;
  height: 210px;
  margin-bottom: 30px; }
  .home .aboutbox img {
    float: right;
    margin-right: -30px; }
  .home .aboutbox p {
    margin-bottom: 0 !important; }
  .home .aboutbox .moreabout {
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    padding: 0; }
    .home .aboutbox .moreabout a {
      text-decoration: none;
      text-transform: uppercase; }
.home .estore {
  position: relative;
  height: 240px; }
  .home .estore div {
    overflow: hidden;
    height: 240px; }
.home .postmetadata {
  font-weight: bold; }

.homepostbox {
  height: 510px; }
  .homepostbox .homepost {
    height: 96px;
    overflow: hidden;
    padding-bottom: 30px; }
    .homepostbox .homepost .homepostimage img {
      width: 140px;
      height: auto; }

.postlist .listpost {
  height: 96px;
  overflow: hidden;
  padding-bottom: 30px; }
  .postlist .listpost .postimage img {
    width: 140px;
    height: auto; }
  .postlist .listpost .postmetadata {
    font-weight: bold; }

.post .entry .postcontent, .posts .entry .postcontent {
  font-size: 110%; }

.sidebar {
  overflow: visible;
  padding-bottom: 30px; }
  .sidebar img {
    float: right;
    width: 260px;
    height: auto;
    margin-right: -30px; }
  .sidebar .widget {
    float: left;
    clear: both;
    margin: 0 0 30px 0; }
    .sidebar .widget ul {
      margin-top: 0;
      margin-bottom: 0; }

.rightpadded {
  padding-right: 30px; }

.bottompadded {
  padding-bottom: 30px; }

h3#comments, h3.leavereply {
  text-transform: uppercase;
  float: left;
  clear: both; }

.responsebox {
  position: relative;
  margin-top: 15px;
  float: left;
  clear: both; }
  .responsebox div.image {
    margin: 0;
    padding: 0;
    float: left; }
    .responsebox div.image a {
      margin: 0;
      padding: 0; }
      .responsebox div.image a:hover {
        text-decoration: none; }
  .responsebox ul {
    list-style-type: none;
    margin: 0; }
  .responsebox h3 {
    padding: 10px 0px 10px 0;
    margin: 0;
    float: left;
    width: 100%; }
    .responsebox h3.leavereply {
      margin: 0 0 20px 0; }
  .responsebox h4 {
    margin: 0;
    line-height: 1; }
  .responsebox .boxbutton {
    display: block;
    float: right; }

.commentlist {
  float: left;
  clear: both;
  list-style-type: none;
  list-style-image: none;
  margin: 20px 0 30px 0;
  display: block;
  line-height: 1.5;
  font-size: 100%; }
  .commentlist li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    float: left;
    clear: both; }

.comment {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0; }

#respond {
  margin: 0 0 30px 0; }

.commentbox {
  margin: 0 0 30px 0;
  float: left;
  clear: both; }
  .commentbox div {
    float: left;
    clear: none; }
  .commentbox .reply {
    float: left;
    clear: both; }
  .commentbox .commenttextwrap {
    width: 620px; }

ul .commenttext {
  width: 620px;
  margin: 0;
  padding: 0; }
ul ul .commenttext {
  width: 580px;
  padding-left: 40px; }
ul ul ul .commenttext {
  width: 540px;
  padding-left: 80px; }
ul ul ul ul .commenttext {
  width: 500px;
  padding-left: 120px; }
ul ul ul ul ul .commenttext {
  width: 460px;
  padding-left: 160px; }
ul ul ul ul ul ul .commenttext {
  width: 420px;
  padding-left: 200px; }
ul ul ul ul ul ul ul .commenttext {
  width: 380px;
  padding-left: 240px; }

.commentnavigation {
  float: left;
  clear: both;
  margin: 10px 0 30px 0; }
  .commentnavigation .first {
    float: left;
    text-align: left; }
  .commentnavigation .last {
    text-align: right;
    float: right; }

#commentform {
  display: block;
  float: left; }
  #commentform input {
    border: 1px solid;
      border-color: #777777;
    padding: 3px 3px 4px 3px; }
  #commentform textarea {
    border: 1px solid;
      border-color: #777777;
    padding: 3px 3px 4px 3px; }
  #commentform input {
    width: 220px; }
  #commentform .thick {
    float: left;
    width: 620px; }
  #commentform .thin {
    float: left;
    width: 230px; }

#comment {
  width: 610px; }

#commentform #submit {
  float: left;
  display: block;
  color: white;
  background-color: #d45500;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 10px;
  margin: 10px 0 0 0;
  width: auto; }

a #cancel-comment-reply-link {
  display: block;
  margin: 0 0 20px 0; }

.sociable {
  float: left;
  clear: both;
  width: 100%; }
  .sociable ul {
    float: left !important;
    clear: none !important; }
  .sociable .sociable_tagline {
    float: left !important;
    clear: none !important;
    text-transform: uppercase;
    margin-right: 10px;
    color: #d45500; }

.single .datetime {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  letter-spacing: -1px; }

#filelist ul {
  list-style-type: none;
  margin: 0; }
  #filelist ul li {
    margin: 0 0 5px 0; }
  #filelist ul .filelink {
    display: block;
    padding: 5px 0 6px 37px; }
  #filelist ul .pdf {
    background: transparent url("./images/pdf.png") 0 0 no-repeat; }
  #filelist ul .zip {
    background: transparent url("./images/zip.png") 0 0 no-repeat; }

input#s {
  border: 1px solid;
    border-color: #777777;
  padding: 3px 3px 4px 3px; }

