/*
Theme Name: litelysalted.com
Theme URI: http://semaphorellc.com/
Description: Custom WordPress theme for use at litelysalted.com.
Version: 1.0
Author: Brian Sage
Author URI: http://semaphorellc.com/

Copyright: 2010 Lightly Salted. All rights reserved.

*/



/*
 * Fundamentals
 * ----------------------------------------------------------------------------
 */
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
	background: #fff url(images/header_bak.jpg) fixed repeat-x 50% 0;
}
body,
p,
td,
form input,
form textarea {
  color: #666;
	font: normal normal normal 14px/28px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* Knock out dotted link and button outlines in FF */
:focus,
:active {
  outline: none !important;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0 !important;
}


/* HTML 5 Block-Level Tags: */
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  _zoom: 1;
}


a:link,
a:visited,
a:active {
  color: #39c;
  text-decoration: none;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}


a.button {
  display: inline-block;
  height: 17px;
  padding: 5px 5px 0;
  vertical-align: middle;
  
  color: #000;
  font-size: 10px;
  line-height: 14px;
  font-weight: bolder;
  text-shadow: 0 1px 2px #fff;
  
  border: 1px solid #ddd;
  background: #bbb url(images/lit.png) repeat-x 50% 50%;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
a.button:link,
a.button:visited,
a.button:active {
  color: #000;
  text-decoration: none;
}
a.button:hover {
  color: #000;
  text-decoration: none;
}


a.easybutton {
  display: inline-block;
  *zoom: 1;                  /* =< IE7 */
  *display: inline;          /* =< IE7 */
  height: 29px;
  width: 246px;
  margin: 0 auto;
  padding: 11px 0 0;
  
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: bolder;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

  border: 2px solid #c97d27;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffa033 url(images/button_orange.png) repeat-x 50% 50%;
  
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.4);
  box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}
a.easybutton:link,
a.easybutton:visited,
a.easybutton:active {
  color: #fff;
  text-decoration: none;
}
a.easybutton:hover {
  color: #fff;
  text-decoration: none;
}


a.morelink {
  display: block;
  float: right;
  font-size: 11px;
  text-decoration: underline;
}


pre {
  font-size: 12px;
  font-family: "Lucida Console", "Courier New", Courier, monospace;
  font-weight: normal;
  color: #666;
  margin: 1em 0;
  padding: 0;
}




/*
 * Utility Styles
 * ----------------------------------------------------------------------------
 */

/* Verious clear statements for block layouts */
.clearboth {
  clear: both;
}

.clearfix {
  *overflow: show;         /* =< IE7 */
  *height: 1%;               /* =< IE7 */
  *zoom: 1;                  /* =< IE7 */
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
}

.end {
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  height: 0;
}


.column {
  display: block;
  float: left;
  min-height: 10px;
  
  *position: relative;       /* =< IE7 */
  *top: -1px;                /* =< IE7 */
  *zoom: 1;                  /* =< IE7 */
  _height: 10px;             /* =< IE6 */
}
.column * {
  /*
  _position: relative;       /* =< IE6 */
 /*
  _zoom: 1;                  /* =< IE6 */
}
  .column.onesixth {
    width: 16.6666%;
  }
  .column.onefifth {
    width: 19.9999%;
  }
  .column.onefourth {
    width: 24.9999%;
  }
  .column.onethird {
    width: 33.3333%;
  }
  .column.twofifths {
    width: 39.9999%;
  }
  .column.onehalf {
    width: 49.9999%;
  }
  .column.twothirds {
    width: 66.6666%;
  }
  .column.threefourths {
    width: 74.9999%;
  }
  
  .column_content {
    padding: 10px;
  }





/*
 * Content Styles
 * ----------------------------------------------------------------------------
 * NOTE: Must be defined without wrappers for Multiplus in-place editor.
 * 
 * OK:
 * h1 { foo: bar; }
 * 
 * Not OK:
 * #content h1 { foo: bar; }
 */

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "American Typewriter", "Courier New", Courier, monospace;
  font-weight: bolder;
}

h1 {
  color: #69f;
}
h2 {
  color: #69f;
}
h3 {}
h4 {}
h5 {}
h6 {}

hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p {}

big {
  font-size: 250%;
  *line-height: 100%;
  letter-spacing: -0.05em;
}

blockquote {
  margin: 1em 2em;
  color: #666;
  font-family: Georgia, "Times New Roman", Times, serif;
}
  blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    font-family: "Times New Roman", Times, serif;
    font-size: 90px;
    line-height: 90px;
    margin: -20px 0 0 -40px;
    color: #ddd;
    z-index: 1;
  }
  blockquote  p {
    position: relative;
    z-index: 2;
  }
  blockquote cite {
    display: block;
    margin: 0.5em 0 0 50%;
  }
cite{
  border: 0;
}

table {}
table th {}
table td {}
table thead th {}
table thead td {}
table tbody th {}
table tbody td {}
table tfoot th {}
table tfoot td {}

img {
	padding: 0;
  border: 0;
}
  img.aligncenter {
  	display: block;
    clear: both;
  	margin: 1em auto;
	}
  img.alignright {
  	display: inline-block;
  	float: right;
  	margin: 0 0 0.5em 1em;
	}
  img.alignleft {
  	display: inline-block;
  	float: left;
  	margin: 0 1em 0.5em 0;
	}




/*
 * Form Styles
 * ----------------------------------------------------------------------------
 */
form {
  display: block;
  padding: 0;
  margin: 0;
}

form fieldset {
  display: block;
  margin: 1em 0;
  padding: 0;
  border: none;
  outline: none;
}

form p,
form li,
form label,
form td {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
form p {
  margin: 0.5em 0;
}
form label {
  display: block;
  text-transform: uppercase;
  color: #aaa;
}


form input[type="text"],
form input[type="password"] {
  padding: 5px;
  border: 1px solid #ccc;
  border-color: #ddd #999 #666 #ccc;
  background: #fff;
}

form textarea {
  border: 1px solid #ccc;
  border-color: #ddd #999 #666 #ccc;
  background: #fff;
}

form input[type="submit"],
form input[type="button"],
form button {
  cursor: pointer;
  height: 30px;
  vertical-align: middle;
  
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-weight: bolder;
  text-shadow: 0 1px 2px #fff;
  
  border: 1px solid #aaa;
  background: #bbb url(images/lit.png) repeat-x 50% 50%;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  
  -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form textarea:focus,
form input[type="submit"]:focus,
form input[type="button"]:focus,
form button:focus {
  -moz-box-shadow: 0 0 8px rgba(102,153,255,1.0);
  -webkit-box-shadow: 0 0 8px rgba(102,153,255,1.0);
  box-shadow: 0 0 8px rgba(102,153,255,1.0);
  
  border-color: #36f\9                 /* =< IE8 */
  border-color /*\**/: #36f\9          /* == IE8 */
  *border-color: #36f;                 /* =< IE7 */
}




/*
 * Form Layouts
 * ----------------------------------------------------------------------------
 */


  .formpair {
    display: block;
    position: relative;
    height: 30px;
    border: 1px solid #fff;
    border-color: #ccc #999 #999 #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 272px;
    
    -moz-box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  }
    .formpair .searchtext {
      position: relative;
      width: 66%;
      height: 20px;
      padding: 5px;
      vertical-align: top;
      
      color: #000;
      font-size: 14px;
      line-height: 14px;
      font-weight: bolder;
      
      border: none;
      -moz-border-radius: 2px 0 0 2px;
      -webkit-border-top-left-radius: 2px;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 2px;

      background: #fff;
    }
    .formpair .searchbutton {
      position: absolute;
      right: 0;
      top: 0;
      width: 30%;
      height: 30px;
      vertical-align: top;
      
      color: #000;
      font-size: 14px;
      line-height: 14px;
      font-weight: bolder;
      text-shadow: 0 1px 2px #fff;
      
      border: 1px solid #3ee151;
      border-color: #ddd #ccc #aaa;
      border-width: 1px 0 1px 1px;
      background: #bbb url(images/lit.png) repeat-x 50% 50%;
      
      -moz-border-radius: 0 3px 3px 0;
      -webkit-border-top-left-radius: 0;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      
      
      _height: 32px;
      border-width: 0 0 0 1px;
      
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }


.bigquestion {
  display: block;
  padding: 20px 0 0 50px;
}
  .bigquestion h2 {
    display: block;
    width: 550px;
    margin: 0;
    min-height: 140px;
    
    color: #336; 
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.4);

    _height: 140px;                    /* =< IE6 */
  }
  form.bigquestion_form {
    display: block;
    width: 550px;
    height: 54px;
    
    -moz-box-shadow: 0 3px 20px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.4);
    box-shadow: 0 3px 20px rgba(0,0,0,0.4);
  }
    form input.bigquestion_answer {
      width: 391px;
      height: 40px;
      padding: 5px;
      vertical-align: middle;
      
      color: #000;
      font-size: 24px;
      line-height: 24px;
      font-weight: bolder;
      
      border: 2px solid #ababab;
      background: #fff;
    }
    form input.bigquestion_submit {
      width: 145px;
      height: 54px;
      vertical-align: middle;
      
      color: #000;
      font-size: 24px;
      line-height: 24px;
      font-weight: bolder;
      text-shadow: 0 1px 2px #fff;
      
      border: 2px solid #5cb96c;
      background: #3ee151 url(images/button_green.png) repeat-x 50% 50%;
    }




/*
 * Document Layout
 * ----------------------------------------------------------------------------
 */

.doclayout {
  display: block;
  width: 970px;
  margin: 0 auto;
}


.box {
  border: 1px solid #ddd;
  background: #fff;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.box.column_content {
  clear: both;
  margin-left: 7px;
  margin-right: 7px;
  
  *position: relative;
  *margin-left: 0px;
  *margin-right: 14px;
  *left: 7px;
}


.shadedbar {
  background: #dfdfdf url(images/lit.png) repeat-x 0 0;
}


.bigarrow {
  display: block;
  width: 230px;
  height: 49px;
  padding: 24px 55px 0;
  margin: -7px -35px -12px;
  
  color: #999;
  font-size: 20px;
  font-weight: bolder;
  line-height: 20px;
  text-align: center;
  
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  
  _zoom: 1;                          /* =< IE6 */
  _position: relative;               /* =< IE6 */
  _background-image: none;           /* =< IE6 */
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/litelysalted.com/images/arrow_left.png');             /* =< IE6 */
}
.bigarrow.bigarrow_left {
  text-align: right;
  background-image: url(images/arrow_left.png);
  
  _background-image: none;           /* =< IE6 */
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/litelysalted.com/images/arrow_left.png');             /* =< IE6 */
}
.bigarrow.bigarrow_right {
  text-align: left;
  background-image: url(images/arrow_right.png);
  
  _background-image: none;           /* =< IE6 */
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/litelysalted.com/images/arrow_right.png');             /* =< IE6 */
}


.tornedge_310,
.tornedge_330 {
  display: block;
  position: relative;
  clear: both;
  width: 306px;
  padding: 10px 12px;
  margin: 25px auto 60px;
  background: transparent url('images/tornedge_310_bak.png') repeat-y 0 0;
  
  _background: #eee;                   /* =< IE6 */
  _border-style: solid;                /* =< IE6 */
  _border-width: 1px;                  /* =< IE6 */
  _border-color: #fff #ddd #aaa #fff;  /* =< IE6 */
  _padding: 20px 0px;                  /* =< IE6 */
  _margin: 25px auto;                  /* =< IE6 */
}
  .tornedge_310 .tornedge_top,
  .tornedge_330 .tornedge_top {
    display: block;
    position: absolute;
    top: -35px;
    width: 330px;
    height: 35px;
    margin: 0 -12px;
    background: transparent url('images/tornedge_310_top.png') no-repeat 0 100%;
     
    _display: none;                    /* =< IE6 */
  }
  .tornedge_310 .tornedge_bottom,
  .tornedge_330 .tornedge_bottom {
    display: block;
    position: absolute;
    bottom: -25px;
    width: 330px;
    height: 25px;
    margin: 0 -12px;
    background: transparent url('images/tornedge_310_bottom.png') no-repeat 0 0; 

    _display: none;                    /* =< IE6 */
  }

.tornedge_330{
  width: 326px;
  margin-right: -10px;
  margin-left: -10px;
  background: transparent url('images/tornedge_330_bak.png') repeat-y 0 0;

  _background: #eee;                   /* =< IE6 */
  _margin: 20px auto;
}
  .tornedge_330 .tornedge_top {
    width: 350px;
    background: transparent url('images/tornedge_330_top.png') no-repeat 0 100%;
  }
  .tornedge_330 .tornedge_bottom {
    width: 350px;
    background: transparent url('images/tornedge_330_bottom.png') no-repeat 0 0; 
  }
  .tornedge_330 .column_content {
    padding-left: 25px;
    padding-right: 25px;
  }
  

.hanger {
  display: block;
  position: relative;
  width: auto;
  height: 40px;
  margin: 15px -15px 0 8px;
  padding: 10px 15px 0 10px;

  text-align: right;

  background: #999;
}
  .hanger:before {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 12px;
    height: 12px;
    background: transparent url(images/hanger_darkblue.png) no-repeat 100% 0;
  }
  .hanger.facebook {
    background: #4867a3 url(images/sociallogo_fb.png) no-repeat 12px 50%;
  }
  .hanger.twitter {
    background: #5398bc url(images/sociallogo_twitter.png) no-repeat 12px 50%;
  }


.profile {}
.profile h3 {
  position: relative;
  margin: -20px 0 0 0;
  padding: 28px 0 0 78px;
  min-height: 42px;
  
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
   
  background: transparent url(images/brain_orange.png) no-repeat 0 0;

  _height: 42px;
}
  .profile h3 a {
    color: #9abbcc;
  }
    .profile h3 strong {
      display: block;
      margin: 0 0 0 -2px;
      
      color: #39c;
      font-size: 18px;
      font-weight: normal;
    }
.profile dl {
  display: block;
  padding: 7px 0 0 0;
  margin: 0;
}
  .profile dt {
    display: block;
    position: absolute;
    width: 80px;
    padding: 0;
    margin: 0 0 0 -10px;
    
    color: #333;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
  }
  .profile dd {
    display: block;
    clear: both;
    min-height: 14px;
    padding: 0 0 7px 80px;
    margin: 0;
    
    color: #333;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;

    _height: 14px;
  }
    .profile dd ul {
      display: block;
      padding: 0;
      margin: 0;
      list-style: none;
    }
    .profile dd ul li {
      display: inline;
      padding: 0;
      margin: 0;
      list-style: none;
    }
.profile .my_rating {
  font-size: 24px;
  line-height: 24px;
  font-weight: bolder;
}


ul.nav {
  display: block;
  padding: 0;
  margin: 2em 0;
  list-style: none;
  
  line-height: 18px;
}
ul.nav:first-child {
  margin-top: 0;
}
  ul.nav ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
    ul.nav h3 {
      display: block;
      padding: 0;
      margin: 0.5em 0;
      list-style: none;
    }
    ul.nav li {
      display: block;
      padding: 0;
      margin: 0;
      list-style: none;
    }
      ul.nav li li {
        color: #999;
      }
        ul.nav li li li {
          padding-left: 20px;
        }


.footernav ul {
  display: block;
  padding: 0;
  margin: 1em 0;
  list-style: none;
  
  line-height: 14px;
}
.footernav ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  
  font-size: 11px;
}


#header {
  height: 160px;
}

#header_nav {
  position: relative;
  height: 48px;
  border: 2px solid #b15e1c;
  border-top-width: 0; 
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ffa033 url(images/headnav_bak.jpg) repeat-x 0 0; 
}

  #logo_headnav {
    display: block;
    position: absolute;
    width: 156px;
    height: 43px;
    float: left;
    text-indent: -5000px;
    background: transparent url(images/litelysalted_logo_headnav.png) no-repeat 0 0;

    _background-image: url(images/litelysalted_logo_headnav_8bit.gif );        /* =< IE6 */ 
  }
  
  #litelysalted_logo {
    width: 330px;
    height: 110px;
    margin: 0 auto;
    padding: 0;
    background: transparent url(images/litelysalted_logo.png) no-repeat 0 0;

    _background-image: url(images/litelysalted_logo_8bit.png);;
  }
    #litelysalted_logo * {
      margin: 0;
    }
    #litelysalted_logo a {
      display: block;
      position: relative;
      width: 330px;
      height: 110px;
      text-indent: -5000px;
    }

  #header .sitenav {
    display: block;
    padding: 18px 0 0;

    text-align: center;
    font-size: 13px;
    line-height: 14px;
  }
    #header .sitenav ul,
    #header .sitenav li {
      display: inline;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    #header .sitenav a {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
      text-transform: uppercase;
      margin: 0 0.5em;
    }
    
  #header #user_bar {
    position: absolute;
    right: 0;
    text-align: right;
  }

#bigquestion_content {
  float: left;
  width: 635px;
}
#bigquestion_profile {
  float: left;
  width: 330px;
}


#layout_bak {
  position: relative;
  width: 100%;
  margin: 400px 0 170px;
  border: 2px solid #fff;
  border-width: 2px 0;
  
  background: #fceac5 url(images/sandy_bak.jpg) repeat 50% 0;
}
  #layout_bak:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 90px;
    background: transparent url(images/sandy_top.jpg) repeat-x 50% 0;
  }

  #layout {
    position: relative;
    z-index: 1;
    margin: -400px auto -50px;
    min-height: 600px;

    _height: 600px;                    /* =< IE6 */
  }
  
    #intro_layout {
      width: 385px;
      height: 180px;
      padding: 155px 0 0 577px;
      margin: -60px auto -90px;
      
      text-align: center;
      
      background: transparent url(images/intro.png) no-repeat 50% 0;
    }
    #intro_layout a.easybutton {
      -moz-transform: rotate(-2deg);
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
    }
  
    #bigquestion_layout {
      height: 310px;
      padding: 1px;
    }
    
    #content_layout {
      position: relative;
      width: 948px;
      padding: 8px 0 8px 8px;
      margin: 50px auto 0;
      
      background: #f8f8f8;
      border: 2px solid #fff;
      
      -moz-box-shadow: 0 3px 25px rgba(0,0,0,0.3);
      -webkit-box-shadow: 0 3px 25px rgba(0,0,0,0.3);
      box-shadow: 0 3px 25px rgba(0,0,0,0.3);
      
      *border-color: #fff #eee #ddd #fff;
    }
    
      #content {
        width: 609px;
        min-height: 380px;
        _height: 380px;                /* =< IE6 */
      }
      #sidebar {
        width: 330px;
        padding: 1px 0 1px 11px;
        margin: -36px -10px -31px 0;
        _margin: -45px -20px 0 0;
      }
      
#footer {
  height: 229px;
  width: 930px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-width: 1px 2px 0;
  background: #fff;
  
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
  #footer .shadedbar{
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  
  #footer p {
    margin: 0.5em 0;
    padding: 0;
    font-size: 11px;
    line-height: 14px;
  }

  #logo_footernav {
    display: block;
    width: 160px;
    height: 43px;
    
    text-indent: -9999px;

    background: transparent url(images/litelysalted_logo_footnav.png) no-repeat 0 0;
  }
    
#body_end {
  position: relative;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}
  #body_end_bak {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 404px;
    background: transparent url(images/footer_bak.jpg) fixed repeat-x 50% 100%;
  }



/*
 * WP Loop Styles
 * ----------------------------------------------------------------------------
 */


article.post,
article.page {
  padding: 20px 5%;
}

section#comments {
  padding: 20px 5%;
}

ol.comments {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
  ol.comments li {
    display: block;
    margin: 1em 0;
    padding: 15px;
    background: #f8f8f8;
    border: 2px solid #eee;
  }

section#comments #respond {
  margin: 2em 0 0;
}
  #commentform {}
  #commentform .required {
    display: block;
    float: left;
    width: 10px;
    padding: 2px 4px 0 0;
    color: #900;
    font-size: 14px;
    font-weight: bolder;
    margin-left: -14px;
    text-align: right;
    
    _margin-left -7px;                 /* =< IE6 */
  }
  #commentform p {
    font-size: 11px;
    line-height: 14px;
  }
  #commentform p.form-allowed-tags {
    color: #aaa;
  }
  #commentform p.form-allowed-tags code {
    font-family: "Lucida Console", "Courier New", Courier, monospace;
  }
  #commentform p.form-allowed-tags:hover code {
    color: #666;
  }
  #comment {
    width: 94%;
    padding: 3%;
  }


.entry-utility {
  display: block;
  background: #f8f8f8;
  border: 2px solid #eee;
  padding: 10px;
  margin: 0 -12px;
  
  font-size: 10px;
  text-transform: uppercase;
  line-height: 15px;
}



/*********************************
  Pagination Styles
*********************************/
.pagination,
.pagination ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination{
  margin: 2em 0;
}
.pagination:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
  .pagination .previous,
  .pagination .next {
    padding: 0;
    margin: 0 0.5%;
    display: block;
    float: left;
    width: 49%;
  }
  .pagination .previous a:before{
    content: "Previous: ";
  }
  .pagination .next a:before {
    content: "Next: ";
  }
  .pagination .previous a,
  .pagination .next a {
    display: block;
    padding: 4px;
    text-align: center;
    border: 3px solid #eee;
    background: #f8f8f8;
  }
  .pagination .previous a:hover,
  .pagination .next a:hover {
    background: #eee;
  }
