/*
Theme Name: Katie Stoops Photography
Theme URI: 
Description: Custom theme designed by Lauren O'Neill based on lmj-boilerplate by Mark Luetke
Author: Mark Luetke
Author URI: http://luetkemj.com
Version: 0.1.11

License:
License URI:

General comments (optional).
*/


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: minion-pro; color: #333; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #B4D3D6; color: #fff; text-shadow: none; }
::selection { background: #B4D3D6; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #B4D3D6; text-decoration: none;}
a:visited { color: #B4D3D6; }
a:hover { color: #8ebbbf; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 24px 0; padding: 0;  width: 100%;}

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }










/* ==|== primary styles ========================================================
   Author: Luetkemj - luetkemj.com - luetkemj@gmail.com
   ========================================================================== */
   
/* =============================================================================
   Typography
   ========================================================================== */

/* ==|== @font-face ========================================================= */


/* ==|== font-family ======================================================= */
.nav-cols a,
.vcard time,
.form-thanks,
#comments textarea,
.content{
  font-family: 'minion-pro';
}

.ksdd.links,
#s,
.vcard span,
div.meta,
#gform_submit_button_1,
.slide-meta h1,
header.main{
  font-family:'ltc-bodoni-175';
}

.postfooter,
.blog aside h3,
#reply-title,
#comments input,
.blog-nav ul,
.ks-contact_wrapper .gfield_label,
.slide-meta h3,
.content h2,
.portrait-wrap,
footer.main{
  font-family: 'presicav'
}


/* ==|== font-size ========================================================= */
div.meta .divider{
  font-size: 25px;
}

.content{
  font-size: 14px;
}

.blog aside ul ul,
.nav-cols a,
.comment-awaiting-moderation,
.vcard time,
.form-thanks,
#comments textarea,
div.meta,
.slide-meta h1{
  font-size: 13px;
}

.content .title,
.ksdd.links,
#s,
.vcard span,
#gform_submit_button_1,
header.main{
  font-size: 11px;
}



.content h2{
  font-size: 9px;
}

#reply-title,
.blog aside h3,
footer.main{
  font-size: 8px;
}


.postfooter,
#comments input,
.ks-contact_wrapper .gfield_label,
.slide-meta h3,
.portrait-wrap{
  font-size: 7px;
}

.blog-nav ul{
  font-size: 7px;
}

/* ==|== font-weight ======================================================= */
.blog aside h3,
.slide-meta h3,
.content h2,
.slide-meta h1{
  font-weight: normal;
}



footer.main{
  font-weight: 700;
}


.slide-meta h3,
.content h2,
.slide-meta h1,
.ks-contact_wrapper.gform_wrapper .left_label .gfield_label {
  font-weight: 300;
}

#comments-title,
.blog aside h3,
#reply-title,
#comments input,
.content .title,
.ribbon{
  font-weight: 400;
}

/* ==|== line-height ======================================================= */
.content{
  line-height: 23px;
}

.form-thanks,
#comments textarea{
  line-height: 18px;
}

/* ==|== font-style ======================================================== */
.blog aside ul ul,
.nav-cols a,
.vcard time,
.form-thanks,
#comments textarea,
div.meta,
#gform_submit_button_1,
.slide-meta p,
.slide-meta h1{
  font-style: italic;
}

.content.error a,
.ksdd.links,
#s,
.vcard span a,
.blog .content h2 a,
.portrait-wrap a{
  font-style: normal;
}

/* ==|== letter-spacing ==================================================== */
.nav-cols a{
  letter-spacing: 0;
}

.postfooter,
#comments input,
.ksdd.links,
#s,
.vcard span,
footer.main,
header.main,
#gform_submit_button_1,
.slide-meta h1{
  letter-spacing: 2px;
}


.blog aside h3,
#reply-title,
.blog-nav ul,
.ks-contact_wrapper .gfield_label,
.slide-meta h3,
.content h2,
.portrait-wrap,
footer.main{
  letter-spacing: 3px;
}

.content .title{
  letter-spacing: 4px;
}

div.meta{
  letter-spacing: 5px;
}

/* ==|== text-transform ==================================================== */
.postfooter,
.blog aside h3,
.ksdd.links,
#s,
.vcard span,
#reply-title,
#comments input,
.blog-nav ul,
.ks-contact_wrapper .gfield_label,
.slide-meta h1,
.slide-meta h3,
.content h2,
.portrait-wrap,
footer.main,
#gform_submit_button_1,
header.main{
  text-transform: uppercase;
}

.blog aside ul ul,
.nav-cols a{
  text-transform: lowercase;
}



/* ==|== text-shadow ======================================================= */
.ribbon {text-shadow: 0 0 2px #B4D3D6}


/* ==|== color ============================================================= */

.ks-contact_wrapper.gform_wrapper .gfield_error .gfield_label,
.ks-contact_wrapper .gfield_label,
.slide-meta h3,
.portrait-wrap a,
.portrait-wrap a:link,
.portrait-wrap a:visited,
.portrait-wrap a:active,
header.main a,
header.main a:link,
header.main a:visited,
header.main a:hover,
header.main a:active{
  color: #E8DF9C;
}

.form-thanks,
#comments textarea,
body.blog header.main a,
body.blog header.main a:link,
body.blog header.main a:visited,
body.blog header.main a:active{
  color: #999999;
}

.st_sharethis_custom:hover,
body.blog header.main .menu-item-108 a,
body.blog header.main a:hover,
body.blog .content a:hover{
  color: #88b5b5;
}

footer.main a,
footer.main a:link,
footer.main a:visited,
footer.main a:hover,
footer.main a:active{
  color: #333;
}


.blog article em,
.specs a:hover,
.details a:hover,
.portrait-wrap a:hover,
#gform_submit_button_1,
.slide-meta h1,
.content h2{
  color: #B4D3D6;
}

.blog-nav .nav-cols li a,
.ksdd.links a,
#s{
  color: #ffffff;
}

#gform_submit_button_1:hover,
.ks-contact_wrapper input,
.ks-contact_wrapper textarea,
.content{
  color: #F5F5F5;
}

.specs a,
.details a,
body.blog .content{
  color: #808080;
}

footer .ribbon a:hover{
  color: #000;
}

.blog h2 a,
.blog h2{
  color: #C9B862;
}


.postfooter li a,
.postfooter li span,
.blog-nav ul.ksddtopul li,
.blog-nav ul.ksddtopul li a{
  color: #ccc;
}
.blog-nav ul.ksddtopul li a:hover,
.blog-nav ul.ksddtopul li:hover{
  color: #999;
}

.ksdd.links a:hover,
ul.ksdd ul li a:hover,
div.meta{
  color: #999999;
}

div.meta .divider{
  color: #E0DCD7;
}

.postfooter span.numnotes,
.blog aside h3,
#reply-title,
#comments-title,
#comments input{
  color: #297177;
}

body.blog .content h2 a:hover{
  color: #B2A054;
}

/* =============================================================================
   Sprites
   ========================================================================== */
.blurb{
  display: block;
  background: url(img/fineart.png);
  background-repeat: no-repeat;
  text-indent: -9999em;
}

.hrlg,
.hrsm,
.ml a,
.lo a,
header.main h1 a{
  display: block;
  background: url(img/sprites.png);
  background-repeat: no-repeat;
  text-indent: -9999em;
}

.ribbon,
.slider-wrapper{
  display: block;
  background: url(img/sprites.png);
  background-repeat: no-repeat;
}

#submit,
body.blog header.main h1 a{
  display: block;
  background: url(img/sprites-blog.png);
  background-repeat: no-repeat;
  text-indent: -9999em;
}

#commentform,
.blog-thumb{
  display: block;
  background: url(img/sprites-blog.png);
  background-repeat: no-repeat;
}

#comments #submit{
  background-position: -701px -114px;
  width: 187px;
  height: 7px;
}

#comments #submit:hover{
  background-position: -701px -123px; 
}

.hrsm{
  background-position: -2px -488px;
  width: 567px;
  height: 7px;
}

.hrlg {
  background-position: 0px -480px;
  width: 691px;
  height: 6px;
  margin: 0 0;
  padding: 0 0;
}

.ribbon{
  background-position: 0px -435px;
  width: 884px;
  height: 43px;
}

.blurb{
  width: 578px;
  height: 59px;
}

.slider-wrapper{
  background-position: 0px 0px;
  width: 868px;
  height: 433px;
}

header.main h1 a{
  background-position: -2px -523px;
  width: 228px;
  height: 92px;
}

body.blog header.main h1 a{
  background-position: -701px 0px;
  width: 227px;
  height: 91px;
}

.blog-thumb{
  background-position: 0px -120px;
  width: 620px;
  height: 463px;
  padding: 20px 0px 0px 20px;
}

.blog-thumb img{
  box-shadow: none;
}

#commentform{
  background-position: 0px 0px;
  width: 699px;
  height: 118px;
}

/* =============================================================================
   Elements
   ========================================================================== */
li .nav-ornament,
.current-menu-item,
.single-ks_gallery .menu-item-83,
.single-ks_press .menu-item-24,
.menu-item a:hover{
  background-image: url(img/nav-ornament.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
}


body.blog li .nav-ornament,
body.blog .current-menu-item,
body.blog .menu-item-86,
body.blog .menu-item a:hover{
  background-image: url(img/nav-ornament-blog.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
}

.topborder{
  height: 6px;
  min-width: 972px;
  overflow: hidden;
  background-image: url(img/topborder.png);
  background-repeat: repeat-x;
  margin: 25px 0 37px 0;
}

.blog .topborder{
  margin: 25px 0 12px 0; 
}

.hrdb{
  height: 6px;
  background-image: url(img/topborder.png);
  background-repeat: repeat-x;
  margin: 19px 0 0px 0;
  border: none;
}


/* =============================================================================
   Structure
   ========================================================================== */

body{
  background-image: url(img/bg-1.jpg);
  background-position: 50% top;
}

body.blog {
  background-image: url(img/bg-blog.png);
}


.main,
.mainwrap{
  width: 960px;
  margin: 0 auto;
}


.content img{
max-width: 100%;
height: auto;
display: inline;}



/*UNIVERSAL*/
/* ==|== header.main ============================================================= */
header.main{
  width: 859px;
  height: 92px;
  line-height: 92px;
  margin: 25px auto 0 auto;
  padding-left: 13px;
  position: relative;
}

.main-nav-left{
  width: 295px;
  float: left;
}

header.main h1{
  width: 228px;
  float: left;
  margin: 0 0 0 28px; 
}

.main-nav-right{
  width: 266px;
  float: right;
}

header.main li{
  float: left;
  margin-right: 37px;
}

header.main li.last{
  margin-right: 0;
}

header.main li a{
  display: block;
  text-align: center;
  min-width: 58px;
  height: 63px;
  overflow: visible;
}

li .nav-ornament{
  display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);

  text-align: center;
  min-width: 58px;
  height: 5px;
  overflow: visible; 
  margin-top: -5px;
}

/* ==|== footer.main ============================================================= */
footer.main{
  width: 884px;
  margin: 48px auto 0 auto;
}

footer.main ul{
  list-style: none;
}

.ribbon{
  line-height: 46px;
  margin: 0 0 65px 10px;
  padding: 0 0 0 40px;
}

.ribbon li{
  float: left;
  margin-right: 30px;
}


/* ==|== home slider ============================================================= */
.slider-wrapper{
  width: 868px;
  height: 431px;
  margin: 25px auto 0 auto;
  position: relative;
}

.slider{
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  top: 12px;
  left: 17px;
}

/* ==|== blurb ============================================================= */
.blurb{
  margin: 28px auto 0px auto;
}

.blurb p{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}




/* ==|== About ============================================================= */
.content{
 width: 835px;
 margin: 0 auto;
}

.portrait-wrap{
  width: 246px;
  float: left;
}

.portrait-wrap a{
  display: block;
  text-align: center;
  margin-top: 13px;
}

.post-content.about{
  width: 564px;
  float: right;
}

.colone, .coltwo{
  width: 268px;
  float: left;
  margin-bottom: 22px;
}

.coltwo{
  float: right;
  margin-top: 31px;
}


.content h2{
  text-align: center;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  margin: 4px 0 18px 0;
  padding: 11px 0 8px 0;
  line-height: 11px;
}

.about p{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}



/* ==|== Gallery ============================================================= */
/*.gallery h2{
  margin-top: 25px;
}*/

.slide-meta{
  width: 691px;
  text-align: center;
  margin: 0 auto;
}

.slide-meta h1{
  margin: 0 0 12px 0;
  padding: 0 0;
}

.img-wrap{
  background-color: #fff;
}

body.single .jcarousel-clip img,
img{
  -moz-box-shadow: 0px 0px 5px #333;
  -webkit-box-shadow: 0px 0px 5px #333;
  -o-box-shadow: 0px 0px 5px #333;
  box-shadow: 0px 0px 5px #333;
}

body.home img{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

body.single .jcarousel-clip img{
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}





/* ==|== Services ============================================================= */
article.ks_service{
  margin-bottom: 20px;
}

section.ks_service{
  width: 268px;
  float: right;
}

section.ks_service h2{
  margin-top: 30px;
}

article.ks_service img{
  float: left;
}



/* ==|== Contact ============================================================= */
.post-content.contact{
  float: left;
  width: 553px;
}

.contact .featured-image{
  float: right;
}


/*KS GRAVITY FORM*/
#gform_wrapper_1{
  max-width: 565px;
  position: relative;
}

.ks-contact_wrapper .gfield{
 width: 268px;
 height: 14px;
}

.ks-contact_wrapper.gform_wrapper .left_label .gfield_label{
 width: 50px;
}

.ks-contact_wrapper .ginput_container,
.ks-contact_wrapper.gform_wrapper .left_label input.medium, 
.ks-contact_wrapper.gform_wrapper .left_label select.medium{
  width: 190px;
}

.ks-contact_wrapper .ginput_container{
  float: right;
}

#field_1_4,
#field_1_11,
#field_1_6{
  position: absolute;
  right: 0px;
  width: 270px;
}

#field_1_4{
  top: 0;
}

#field_1_11{
  top: 28px;
}

#field_1_6{
  top: 56px;
}

.ks-contact_wrapper.gform_wrapper .left_label input,
.ks-contact_wrapper.gform_wrapper .left_label textarea{
  border: none;
  background-color: transparent;
  background-image:url(img/ks-form-bg.png);
  padding: 0 3px;
  font-size: 12px;
}

#field_1_7{
  height: 121px;
  width: 553px;
}

#field_1_7 textarea{
  width: 553px;
  height: 102px;
}

#field_1_7 label,
#field_1_7 .ginput_container{
 float: none; 
}

#field_1_8{
  width: 553px;
}
#field_1_8 label{
  width: 260px;
}

#field_1_8 .ginput_container,
#field_1_8 input{
  width: 275px;
}

#field_1_10,
.ks-contact_wrapper hr{
  margin: 0 0 0 -3px;
}

#gform_submit_button_1{
  background-color: transparent;
  background-image:none;
}

#field_1_12{
  width: 420px;
  float: left;
}

.ks-contact_wrapper.gform_wrapper .gform_footer.left_label{
  float: right;
  margin: -34px 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
}

/* FORM VALIDATION */
.ks-contact_wrapper.gform_wrapper .validation_error{
  display: none;
}

.ks-contact_wrapper.gform_wrapper li.gfield.gfield_error{
  background-color: transparent;
  margin-bottom: 14px !important;
  padding: 0px 0px 0px 0px !important;
  border: none;
}

.ks-contact_wrapper.gform_wrapper li.gfield.gfield_error .gfield_description{
  display: none;
}

.ks-contact_wrapper.gform_wrapper li.gfield.gfield_error .ginput_container input{
  background-color: #E8DF9C;
  color: #808080;
}

.ks-contact_wrapper.gform_wrapper .left_label .instruction{
  margin-left: 3px;
  color: #fff;
  font-family: minion-pro
}

#gforms_confirmation_message{
  text-align: center;
}


/*BLOG NAV*/
.blog-nav{
  border-bottom: 1px solid #F2F1EF;
  padding-bottom: 12px;
  margin-bottom: 35px;
  min-width: 972px;
  position:relative;
}

.ksddtopul{
  list-style-type: none;
  margin: 0 auto;
  width: 415px;
  padding: 0 0 0 45px;
}

.ksddtopul strong{
  background-image: url(img/middot.png);
  background-repeat: no-repeat;
  width: 3px;
  height: 3px;
  margin: 3px 10px 0 6px;
}

.ksddtopul li{
 float: left;
}

.ksddtop{
  cursor: pointer;
}

.ksddwrap{
  position: absolute;
  top: 20px;
  left: 0;
  background-image: url('img/bg-blog-dd.png');
  min-height: 48px;
  width: 100%;
}

.ksdd{
  width: 640px;
  margin: 0 auto;
}

.hide{
  display:none;
}

#s{
  background: transparent;
  border: none;
  width: 225px;
  margin: 5px auto 0px auto;
  text-align: center;
  height: 20px;
}

#searchsubmit{
  visibility: hidden;
}

.ksdd.search{
  width: 531px;
  height: 48px;
  background-image: url(img/search.png);
  background-repeat: no-repeat;
  background-position: 50px 50%;
  padding: 0 0 0 34px;
}

.ksdd.search li{
  width: 225px;
  margin: 0 auto;
}

.ksdd.links{
  list-style-type: none;
  width: 389px;
  margin: 10px auto;
}

.ksdd.links li{
  float: left;
  width: 129px;
  height: 27px;
  line-height: 27px;
  text-align: center;
}

.ksdd .facebook{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.ksdd.archive,
.ksdd.categories{
 width: 570px;
 padding-left: 34px;
}

.nav-cols{
  float: left;
  list-style-type: none;
  text-align: center;
  width: 81px;
  margin: 20px 0 ;
  padding: 0 0 0 0;
}

#a-nav-col-1,
#a-nav-col-2,
#a-nav-col-3,
#a-nav-col-4,
#nav-col-1,
#nav-col-2,
#nav-col-3,
#nav-col-4{
  padding-right: 20px;
  border-right: 1px solid #fff;
}

#a-nav-col-2,
#a-nav-col-3,
#a-nav-col-4,
#a-nav-col-5,
#nav-col-2,
#nav-col-3,
#nav-col-4,
#nav-col-5{
  padding-left: 20px;
}








/*BLOG*/
.blog .content h2{
  text-align: center;
  border-top: none;
  border-bottom: none;
  margin: 4px 0 18px 0;
  padding: 11px 0 8px 0;
  line-height: 11px;
}

.blog article .meta{
  width: 80px;
  float: left;
}

.blog .post-content{
  width: 635px;
  float: left;
}

.blog .post-content-wrap{
  width: 623px;
  margin-left: 5px;
}

.blog article{
  clear: both;
}


div.meta span{
  display: block;
  float: left;
}

div.meta span.divider{
  margin-top: -2px;
}

.blog article{
  width: 880px;
  margin-bottom: 30px;
}

.blog article aside{
  float: right;
  width: 130px;
}


.specs, 
.details,
.specs ul,
.details ul{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  list-style-type: none;
}

.details ul{
  border: 1px solid #E0DCD7;
  padding: 20px 10px;
  margin-top: -11px;
}


.details h3{
  background-image:url(img/details.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
  padding: 0 1px 10px 1px;
  margin-top: 110px;
}

.specs h3{
  border-top: 1px dotted #E0DCD7;
  border-bottom: 1px dotted #E0DCD7;
  padding: 8px 0;
  margin-top: 50px;
}


/*border images*/

img.border{
border-width: 21px;
-moz-border-image: url(img/bimg/borderimg.png) 21 repeat;
-webkit-border-image: url(img/bimg/borderimg.png) 21 repeat;
-o-border-image: url(img/bimg/borderimg.png) 21 repeat;
border-image: url(img/bimg/borderimg.png) 21 repeat;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}

img.shadow{
  -moz-box-shadow: 0px 0px 5px #aaa;
  -webkit-box-shadow: 0px 0px 5px #aaa;
  -o-box-shadow: 0px 0px 5px #aaa;
  box-shadow: 0px 0px 5px #aaa;
}

body.blog img{
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}


.postfooter{
  list-style-type: none;
  margin: 18px 0;
  padding: 0;
  text-align: center;
}

.postfooter li{
  display: inline-block;
}

.postfooter strong{
  background-image: url(img/middot.png);
  background-repeat: no-repeat;
  width: 3px;
  height: 3px;
  margin: -5px 10px 0 10px;
}

.st_sharethis_custom{
  padding-right: 0px; 
  float:none; 
  background:none; 
  border:hidden;
  cursor: pointer;
}



/*COMMENTS*/
#comments{
  clear: both;
  width: 670px;
  padding: 5px 0 0 75px;
}

#reply-title,
#comments-title{
  text-align: center;
  border-top: 1px solid #F2F1EF;
  border-bottom: 1px solid #F2F1EF;
  margin: 4px 0 18px 0;
  padding: 11px 0 8px 0;
  line-height: 11px;
}

#reply-title{
  border-top: none;
  border-bottom: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}

#comments label,
#comments .required{
 display: none;
}

.commentlist{
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.comment-meta {
  width: 220px;
  float: left;
  text-align: center;
}

.comment-content{
  width: 400px;
  float: left;
  margin-right: 30px;
}

.comment-content p{
  margin: 0 0 0 0;
}

.commentlist li{
  border-top: 1px solid #F2F1EF;
  padding: 20px 0;
}

.commentlist li:first-child{
  border-top: none;
  padding: 0 0 20px 0;
}


#respond{
  clear: both;
  background-image: url(img/topborder.png);
  background-repeat: repeat-x;
  padding-top: 40px;
}

#comments input,
#comments textarea{
  border: none;
  background-color: transparent;
  padding: 0 0 0 0;
}

#comments textarea{
  width: 215px;
  height: 89px;
  resize: none;
}

#comments input{
  width: 210px;
  padding: 5px 0;
}

#commentform{
  position: relative;
}

.logged-in-as,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment,
.form-submit,
.form-thanks{
  position: absolute;
  margin: 0 0 0 0;
}

.comment-form-author{
  top: 10px;
  left: 16px;
}

.comment-form-email{
  top: 45px;
  left: 16px;
}

.comment-form-url{
  top: 80px;
  left: 16px;
}

.comment-form-comment{
  top: 12px;
  left: 240px;
}

.form-thanks{
  top: 20px;
  right: 60px;
  text-align: center;
}

.form-submit{
  bottom: 20px;
  right: 20px;
}

.logged-in-as{
  background: #fff;
  width: 210px;
  height: 44px;
  top: 38px;
  left: 12px;
  padding-top: 10px;
  text-align: center;
}


#comments #form-submitit{
  padding: 0 0 0 0;
}

/*404*/
.content.error{
  text-align: center;
}


/* =============================================================================
   WordPress WYSIWYG Editor Styles
   ========================================================================== */

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}





/* ==|== non-semantic helper classes ===========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Clear floats */
.clearleft { clear: left; }
.clearright { clear: right; }
.clear { clear: both; }


/* ==|== print styles ==========================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}