/*
Theme Name: Jill Lynn Design Theme 
Theme URI: http://JillLynnDesign.com/
Author: Ben Kaplan Technologies + Jill Lynn Design
Author URI: http://benkaplan.info/
Description: The 2013 theme for Jill Lynn Design
Version: 3.1 
Date: 5/2013

Development by Ben Kaplan, ben@benkaplan.info
Design by Jill Anderson, Jill@JillLynnDesign.com

Container structure for reference

page
  header #branding (logo)
    hgroup (site-title/description)
    search
    nav (navigation)
  main
    primary 
      content (contains the loop)
    secondary (sidebar - widgets)
  footer
    site-generator 

CSS File Index 

  Global
  ----------------------
  =Typography
  =Reset 
  =Wordpress-Template-Specific-Layouts
  =Structure
  =Global-Elements
  =Header
    =Menu
  =Content
    =error404
    =Attachments
    =Navigation
    =Widgets
    =Comments
  =Footer
  =Pages
  =Responsive Structure
  =Print


CSS standardized structure

.name-with-dashes (

// fonts

	font-family: inherit;
	font-size: 100px; font-size: 10.0rem;
	font-style: inherit;
	font-weight: inherit;

// text treatments

  color:#FF0000;
  content:'';
  line-height:1;
  line-height:26px; line-height:2.6rem;
  list-style:none;
  text-align:left;
  text-indent:-9999px;
  text-overflow:ellipsis;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000')";
  text-shadow: 0 0 0 rgba(255,255,255, 1);
  text-transform:normal;
    -ms-word-wrap:normal;
  word-wrap:normal;
  background:none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#1e1e1e');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E4E4E4), to(#bdbdbd)); 
    background: -webkit-linear-gradient(top, #E4E4E4, #bdbdbd); 
    background: -moz-linear-gradient(top, #E4E4E4, #bdbdbd); 
    background: -ms-linear-gradient(top, #E4E4E4, #bdbdbd); 
  background: -o-linear-gradient(top, #E4E4E4, #bdbdbd);

// border stuff

	border: 0;
    -webkit-border-radius: 12px;
  border-radius: 12px;
	outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);

// the rest of the cool stuff that fun and transformational

    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
  transform: rotate(1deg);

// positioning

  position: absolute;
  top:0; 
  left:0; 

// floating and layering

  clear:none;
  float:none;
	vertical-align: baseline;
  z-index:0;

// visibility
  
  display:block;
  overflow:visible;
  visibility:visible;

// box size

  width:100%;
  min-width:200px;
  height:100%;
  min-height:200px;
	margin: 0;
	padding: 0;
	resize: vertical;
)

*/

@import url('inc/css/bootstrap-responsive.min.css');
@import url('inc/css/bootstrap.min.css');

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

/* icon fonts */
/*  To view these fonts and their corresponding key matches go to /wp-content/themes/bkt/inc/fonts/demo.html */

@font-face { font-family: 'SocialicoRegular'; src: url('inc/fonts/socialico-webfont.eot'); src: url('inc/fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'), url('inc/fonts/socialico-webfont.woff') format('woff'), url('inc/fonts/socialico-webfont.ttf') format('truetype'), url('inc/fonts/socialico-webfont.svg#SocialicoRegular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'ModernPictogramsNormal'; src: url('inc/fonts/modernpics-webfont.eot'); src: url('inc/fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'), url('inc/fonts/modernpics-webfont.woff') format('woff'), url('inc/fonts/modernpics-webfont.ttf') format('truetype'), url('inc/fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg'); font-weight: normal; font-style: normal; }

/* font awesome goodness */
@font-face {
    font-family: 'FontAwesome';
    src: url('inc/fonts/font-awesome/fontawesome-webfont.eot');
    src: url('inc/fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('inc/fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('inc/fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('inc/fonts/font-awesome/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('inc/fonts/font-awesome/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* sprites.less reset */
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
}
li[class^="icon-"], li[class*=" icon-"] {
    display: block;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
ul.icons {
  list-style:none;
  text-indent: -20px; text-indent: -2rem;
	margin: 0 0 26px 40px; margin: 0 0 2.6rem 4rem;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    /* vertical-align: top; */
    font-size: 1.3333333333333333em;
}
.button [class^="icon-"], .button [class*=" icon-"] {
    /* keeps button heights with and without icons the same */
    line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
    /* 1.5 increased font size for icon-large * 1.25 width */
    width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
    margin-left: 0;
    list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
    text-indent: -2em;
    text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
    text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before              { content: "\f000"; }
.icon-music:before              { content: "\f001"; }
.icon-search:before             { content: "\f002"; }
.icon-envelope:before           { content: "\f003"; }
.icon-heart:before              { content: "\f004"; }
.icon-star:before               { content: "\f005"; }
.icon-star-empty:before         { content: "\f006"; }
.icon-user:before               { content: "\f007"; }
.icon-film:before               { content: "\f008"; }
.icon-th-large:before           { content: "\f009"; }
.icon-th:before                 { content: "\f00a"; }
.icon-th-list:before            { content: "\f00b"; }
.icon-ok:before                 { content: "\f00c"; }
.icon-remove:before             { content: "\f00d"; }
.icon-zoom-in:before            { content: "\f00e"; }

.icon-zoom-out:before           { content: "\f010"; }
.icon-off:before                { content: "\f011"; }
.icon-signal:before             { content: "\f012"; }
.icon-cog:before                { content: "\f013"; }
.icon-trash:before              { content: "\f014"; }
.icon-home:before               { content: "\f015"; }
.icon-file:before               { content: "\f016"; }
.icon-time:before               { content: "\f017"; }
.icon-road:before               { content: "\f018"; }
.icon-download-alt:before       { content: "\f019"; }
.icon-download:before           { content: "\f01a"; }
.icon-upload:before             { content: "\f01b"; }
.icon-inbox:before              { content: "\f01c"; }
.icon-play-circle:before        { content: "\f01d"; }
.icon-repeat:before             { content: "\f01e"; }

/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before            { content: "\f021"; }
.icon-list-alt:before           { content: "\f022"; }
.icon-lock:before               { content: "\f023"; }
.icon-flag:before               { content: "\f024"; }
.icon-headphones:before         { content: "\f025"; }
.icon-volume-off:before         { content: "\f026"; }
.icon-volume-down:before        { content: "\f027"; }
.icon-volume-up:before          { content: "\f028"; }
.icon-qrcode:before             { content: "\f029"; }
.icon-barcode:before            { content: "\f02a"; }
.icon-tag:before                { content: "\f02b"; }
.icon-tags:before               { content: "\f02c"; }
.icon-book:before               { content: "\f02d"; }
.icon-bookmark:before           { content: "\f02e"; }
.icon-print:before              { content: "\f02f"; }

.icon-camera:before             { content: "\f030"; }
.icon-font:before               { content: "\f031"; }
.icon-bold:before               { content: "\f032"; }
.icon-italic:before             { content: "\f033"; }
.icon-text-height:before        { content: "\f034"; }
.icon-text-width:before         { content: "\f035"; }
.icon-align-left:before         { content: "\f036"; }
.icon-align-center:before       { content: "\f037"; }
.icon-align-right:before        { content: "\f038"; }
.icon-align-justify:before      { content: "\f039"; }
.icon-list:before               { content: "\f03a"; }
.icon-indent-left:before        { content: "\f03b"; }
.icon-indent-right:before       { content: "\f03c"; }
.icon-facetime-video:before     { content: "\f03d"; }
.icon-picture:before            { content: "\f03e"; }

.icon-pencil:before             { content: "\f040"; }
.icon-map-marker:before         { content: "\f041"; }
.icon-adjust:before             { content: "\f042"; }
.icon-tint:before               { content: "\f043"; }
.icon-edit:before               { content: "\f044"; }
.icon-share:before              { content: "\f045"; }
.icon-check:before              { content: "\f046"; }
.icon-move:before               { content: "\f047"; }
.icon-step-backward:before      { content: "\f048"; }
.icon-fast-backward:before      { content: "\f049"; }
.icon-backward:before           { content: "\f04a"; }
.icon-play:before               { content: "\f04b"; }
.icon-pause:before              { content: "\f04c"; }
.icon-stop:before               { content: "\f04d"; }
.icon-forward:before            { content: "\f04e"; }

.icon-fast-forward:before       { content: "\f050"; }
.icon-step-forward:before       { content: "\f051"; }
.icon-eject:before              { content: "\f052"; }
.icon-chevron-left:before       { content: "\f053"; }
.icon-chevron-right:before      { content: "\f054"; }
.icon-plus-sign:before          { content: "\f055"; }
.icon-minus-sign:before         { content: "\f056"; }
.icon-remove-sign:before        { content: "\f057"; }
.icon-ok-sign:before            { content: "\f058"; }
.icon-question-sign:before      { content: "\f059"; }
.icon-info-sign:before          { content: "\f05a"; }
.icon-screenshot:before         { content: "\f05b"; }
.icon-remove-circle:before      { content: "\f05c"; }
.icon-ok-circle:before          { content: "\f05d"; }
.icon-ban-circle:before         { content: "\f05e"; }

.icon-arrow-left:before         { content: "\f060"; }
.icon-arrow-right:before        { content: "\f061"; }
.icon-arrow-up:before           { content: "\f062"; }
.icon-arrow-down:before         { content: "\f063"; }
.icon-share-alt:before          { content: "\f064"; }
.icon-resize-full:before        { content: "\f065"; }
.icon-resize-small:before       { content: "\f066"; }
.icon-plus:before               { content: "\f067"; }
.icon-minus:before              { content: "\f068"; }
.icon-asterisk:before           { content: "\f069"; }
.icon-exclamation-sign:before   { content: "\f06a"; }
.icon-gift:before               { content: "\f06b"; }
.icon-leaf:before               { content: "\f06c"; }
.icon-fire:before               { content: "\f06d"; }
.icon-eye-open:before           { content: "\f06e"; }

.icon-eye-close:before          { content: "\f070"; }
.icon-warning-sign:before       { content: "\f071"; }
.icon-plane:before              { content: "\f072"; }
.icon-calendar:before           { content: "\f073"; }
.icon-random:before             { content: "\f074"; }
.icon-comment:before            { content: "\f075"; }
.icon-magnet:before             { content: "\f076"; }
.icon-chevron-up:before         { content: "\f077"; }
.icon-chevron-down:before       { content: "\f078"; }
.icon-retweet:before            { content: "\f079"; }
.icon-shopping-cart:before      { content: "\f07a"; }
.icon-folder-close:before       { content: "\f07b"; }
.icon-folder-open:before        { content: "\f07c"; }
.icon-resize-vertical:before    { content: "\f07d"; }
.icon-resize-horizontal:before  { content: "\f07e"; }

.icon-bar-chart:before          { content: "\f080"; }
.icon-twitter-sign:before       { content: "\f081"; }
.icon-facebook-sign:before      { content: "\f082"; }
.icon-camera-retro:before       { content: "\f083"; }
.icon-key:before                { content: "\f084"; }
.icon-cogs:before               { content: "\f085"; }
.icon-comments:before           { content: "\f086"; }
.icon-thumbs-up:before          { content: "\f087"; }
.icon-thumbs-down:before        { content: "\f088"; }
.icon-star-half:before          { content: "\f089"; }
.icon-heart-empty:before        { content: "\f08a"; }
.icon-signout:before            { content: "\f08b"; }
.icon-linkedin-sign:before      { content: "\f08c"; }
.icon-pushpin:before            { content: "\f08d"; }
.icon-external-link:before      { content: "\f08e"; }

.icon-signin:before             { content: "\f090"; }
.icon-trophy:before             { content: "\f091"; }
.icon-github-sign:before        { content: "\f092"; }
.icon-upload-alt:before         { content: "\f093"; }
.icon-lemon:before              { content: "\f094"; }


/* bktfonts! 

To view these fonts and their corresponding key matches go to /wp-content/themes/bkt/inc/fonts/bktfonts.html

/* -------------------------------------------------------------- */

@font-face {
	font-family: 'bktfont';
	src:url('inc/fonts/bktfonts/bktfont.eot');
	src:url('inc/fonts/bktfonts/bktfont.eot?#iefix') format('embedded-opentype'),
		url('inc/fonts/bktfonts/bktfont.svg#bktfont') format('svg'),
		url('inc/fonts/bktfonts/bktfont.woff') format('woff'),
		url('inc/fonts/bktfonts/bktfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-sicon]:before {
	font-family: 'bktfont';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="sicon-"]:before, [class*=" sicon-"]:before {
	font-family: 'bktfont';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.sicon-mail:before 		      { content: "\2a"; }
.sicon-mail-circle:before 		    { content: "\2b"; }
.sicon-mail-square:before 		    { content: "\35"; }
.sicon-google-plus:before 		{ content: "\32"; }
.sicon-google-plus-circle:before 		      { content: "\34"; }
.sicon-google-plus-square:before 	{ content: "\33"; }
.sicon-facebook:before 		  { content: "\26"; }
.sicon-facebook-circle:before 		{ content: "\28"; }
.sicon-facebook-square:before 		{ content: "\27"; }
.sicon-twitter:before 		    { content: "\23"; }
.sicon-twitter-circle:before 		  { content: "\25"; }
.sicon-twitter-square:before 		  { content: "\24"; }
.sicon-feed:before 		      { content: "\2c"; }
.sicon-feed-circle:before 		    { content: "\2e"; }
.sicon-feed-square:before 		    { content: "\2d"; }
.sicon-vimeo:before 		      { content: "\30"; }
.sicon-vimeo-circle:before 	{ content: "\31"; }
.sicon-vimeo-square:before 		    { content: "\21"; }
.sicon-flickr:before 		    { content: "\22"; }
.sicon-flickr-circle:before 		  { content: "\29"; }
.sicon-flickr-square:before 		  { content: "\2f"; }
.sicon-wordpress:before 		  { content: "\36"; }
.sicon-wordpress-square:before 		{ content: "\37"; }
.sicon-pinterest:before 		  { content: "\38"; }
.sicon-pinterest-circle:before 		{ content: "\39"; }
.sicon-pinterest-square:before 		{ content: "\3a"; }
.sicon-linkedin:before { content: "\3b"; }
.sicon-linkedin-circle:before{ content: "\3c"; }
.sicon-linkedin-square:before { content: "\3d"; }
.sicon-youtube:before 		    { content: "\3e"; }
.sicon-youtube-circle:before { content: "\3f"; }
.sicon-youtube-square:before { content: "\40"; }
.sicon-solamar:before 		    { content: "\41"; }
.sicon-diamonds:before 		  { content: "\42"; }
.sicon-left-quote:before 		{ content: "\43"; }
.sicon-right-quote:before 		{ content: "\44"; }
.sicon-arrow-up:before 		  { content: "\45"; }
.sicon-arrow-right:before 		{ content: "\46"; }
.sicon-arrow-down:before 		{ content: "\47"; }
.sicon-arrow-left:before 		{ content: "\48"; }
.sicon-arrow-left-alt1:before{ content: "\49"; }
.sicon-arrow-right-alt1:before { content: "\4a"; }
.sicon-arrow-up-alt1:before 	{ content: "\4b"; }
.sicon-arrow-down-alt1:before{ content: "\4c"; }
.sicon-arrow-left-2:before 	{ content: "\4d"; }
.sicon-arrow-right-2:before 	{ content: "\4e"; }
.sicon-arrow-up-2:before 		{ content: "\4f"; }
.sicon-arrow-down-2:before 	{ content: "\50"; }
.sicon-comment:before 		    { content: "\51"; }
.sicon-comment-alt2-stroke:before 		{ content: "\52"; }
.sicon-comment-alt2-fill:before 		{ content: "\53"; }
.sicon-map-pin-stroke:before { content: "\54"; }
.sicon-map-pin-fill:before 	{ content: "\55"; }
.sicon-instagram-circle:before { content: "\56"; }
.sicon-instagram-square:before { content: "\58"; }
.sicon-instagram-plain:before { content: "\57"; }
.sicon-menu:before { content: "\59"; }

/* theme specific fonts 
-------------------------------------------------------------- */




/* =Reset default browser CSS. 
 * Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 * Based on HTML Boiler Plate http://h5bp.com
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
td { vertical-align: top; }
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

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


/* Bootstrap reset */

a:hover {
  text-decoration: none;
  color: #1982D1;
}


/* =============================================================================
   Base
   - boiler plate holdover resets not included in bootstrap 
   ========================================================================== */

[hidden] { display: none; }

html { 
  font-size: 10px; 
  -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
  overflow-y: scroll; 
}

/*
 * Setting the base font and color for the site 
 */

body, button, input, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-size:16px; font-size: 1.6rem;
	font-weight: 300;
}


/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: now matches link color for easy find + replace
 */

::-moz-selection { background: #1982D1; color: #fff; text-shadow: none; }
::selection { background: #1982D1; color: #fff; text-shadow: none; }
input::-webkit-input-placeholder {
  color: #666666;
}
input:-moz-placeholder {
  color:  #666666;
}


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

body {
  margin: 0; 
	padding: 0;
}
#page,
.container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.sales #branding { 
  display:none;
}
#primary {
	float: left;
	width: 62%;
	margin: 0;
}
	/* #home #primary {
		width: 100%;
	} */
#content {
	width: auto;
	margin: 0;
}
#secondary {
	float: right;
	width: 25%;
	margin-right: 3.6%;
}

/* Singular */
.singular #content {
	margin: 0;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
}

/* Attachments */
.singular .image-attachment .entry-content {
	width: auto;
	margin: 0 auto;
}
.singular .image-attachment .entry-description {
	width: 68.9%;
	margin: 0 auto;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	width: auto;
	margin: 0 3.6%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 26px; margin-right: 2.6rem;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 26px; margin-left: 2.6rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	width: 100%;
	margin: 0 0 0 -26.4%;
}
.left-sidebar #content {
	width: 58.4%;
	margin: 0 3.6% 0 34%;
}
.left-sidebar #secondary {
	float: left;
	width: 18.8%;
	margin-left: 3.6%;
	margin-right: 0;
}

/* One column */
.one-column #primary {
	width: 100%;
}
.one-column #content {
	width: auto;
	margin: 0;
}
.one-column #nav-below {
	margin-bottom:26px; margin-bottom:2.6rem;
	border-bottom: 1px solid #ddd;
}
.one-column #secondary {
	float: none;
	width: auto;
	margin: 0 3.6%;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	position: static;
	display: block;
	height: auto;
	max-width: 60%;
	border: none;
}
.one-column article.feature-image.small {
	margin: 0 0 26px; margin: 0 0 2.6rem;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px; font-size: 2.0rem;
	line-height: 24px; line-height: 2.4rem;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 26px; margin: 0 0 2.6rem;
}
.one-column.singular .pull.alignleft {
	margin: 0 26px 0 0; margin: 0 2.6rem 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 26px; margin: 0 0 0 2.6rem;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 36px -8.8% 0; margin: 3.6rem -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	width: auto;
	margin-left: 102px;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	top: 64px; top: 6.4rem;
	right: 40px;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	top: 26px; top: 2.6rem;
	left: auto;
	right: 26px; right: 2.6rem;
	display: block;
	padding: 0;
}
.one-column .commentlist .children .avatar {
	background: none;
	position: absolute;
	top: 36px; top: 3.6rem;
	left: 36px; left: 3.6rem;
	padding: 0;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */
/* Headings */
h1,h2,h3,h4,h5,h6 { }
hr {
	border: 0;
  border-top: 1px solid #ccc;
  display:block;
	height: 1px;
	margin: 20px 0; margin: 2.0rem 0;
  padding: 0;
}

/* Text elements */

p {
	margin-bottom: 26px; margin-bottom: 2.6rem;
}
ul, ol {
	margin: 0 0 26px 40px; margin: 0 0 2.6rem 4.0rem;
}
ul {
	list-style: square;
}

.widget-area ul {
	list-style:none;
}

ol {
	list-style-type: decimal;
}
  ol ol {
    list-style: upper-alpha;
  }
  ol ol ol {
    list-style: lower-roman;
  }
  ol ol ol ol {
    list-style: lower-alpha;
  }
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 26px; margin: 0 2.6rem;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 26px; margin-bottom: 2.6rem;
}
b, strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}

small { font-size: 85%; }

blockquote {
	margin: 0 48px; margin: 0 4.8rem;
}
	blockquote p {
		margin-bottom: 26px; margin-bottom: 2.6rem;
	}
  blockquote em, blockquote i, blockquote cite {
    font-style: normal;
  }
  blockquote cite {
    letter-spacing: 0.05em; letter-spacing: 0.05rem;
    text-transform: uppercase;
  }
pre {
	line-height: 1.5;
	background: #f4f4f4;
	overflow: auto;
	margin-bottom:26px; margin-bottom:2.6rem;
	padding: 12px 26px; padding: 1.2rem 2.6rem; 
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size:10px; font-size: 1rem; }

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

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

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

abbr[title],
abbr, acronym, dfn {
	border-bottom: 1px dotted #646464;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 26px; margin: 0 0 2.6rem; 
}
dfn { font-style: italic; }
ins {
  color:#000;
	text-decoration: none;
	background: #fff9c0;
}

/* 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; top: -0.5rem; }
sub { bottom: -0.25em; bottom:-0.25rem; }


/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 0;
  height:auto;
	padding: 8px; padding: 0.8rem;
}
input#s {
	font-size: 14px; font-size: 1.4rem;
	line-height: 32px; line-height: 3.2rem;
    -webkit-border-radius: 2px;
	border-radius: 2px;
	background: url(images/search.png) no-repeat 5px 6px;
	height: 32px;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

.button {
  font-size:14px; font-size:1.4rem;
  font-weight:normal;
  color:#FFFFFF;
  text-transform:uppercase;
  letter-spacing:1px; letter-spacing:0.15rem;
  border: 0;
    -moz-border-radius: 5px; 
	border-radius: 5px; 
  -webkit-appearance: none; 
  background:none;
  background-color: #1982D1;
  outline: none;
  padding:8px 12px;
}

/* Gravity Forms */
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
	color: #1982D1;
}
body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-size: 16px; font-size: 1.6rem;
	padding: 5px; padding: 0.5rem;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	font-weight: normal;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
  a:active,
  a:hover {
    text-decoration: none;
    outline: 0;
  }


/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	font-size: 12px; font-size: 1.2rem;
	color: #1982d1;
	text-decoration: underline;
	border-bottom: 1px solid #ddd;
	background: #eee;
	position: absolute;
	top: 0;
	left: 3.6%;
	clip: auto !important;
}


/* =Global-Elements
----------------------------------------------- */


/* =Header
----------------------------------------------- */

#branding {
	position: relative;
	z-index: 9999;
}
  .site-title {
    padding: 20px 0 0; padding: 2.0rem 0 0;
  }
  .site-title a {
    font-size: 30px; font-size: 3.0rem;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
  }
  .site-title a:hover,
  .site-title a:focus,
  .site-title a:active {
  }
  .site-description {
    font-size: 14px; font-size: 1.4rem;
    color: #7a7a7a;
    margin: 0 0 20px 0; margin: 0 0 2.0rem 0;
  }
  /* .site-title span,
  .site-description {
    position: absolute;
    top: -9999px;
    left: -9999px;
  } */
  
  #branding img {
  }

  /* Search Form */
  #branding #searchform {
    text-align: right;
    position: absolute;
    top: 60px; top: 6.0rem;
    right: 3.6%;
  }
  #branding #searchform div {
    margin: 0;
  }
  #branding #s {
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
    float: right;
    width:150px;
    max-width: 200px;
  }
  #branding #s:focus {
    background-color: #f9f9f9;
    width: 196px;
  }
  #branding #searchsubmit {
    display: none;
  }
  #branding .only-search #searchform {
    top: 5px;
    z-index: 1;
  }
  #branding .only-search #s {
    color: #222;
    background-color: #666;
    border-color: #000;
  }
  #branding .only-search #s,
  #branding .only-search #s:focus {
    width: 85%;
  }
  #branding .only-search #s:focus {
    background-color: #bbb;
  }
  #branding .with-image #searchform {
    top: auto;
    bottom: -27px;
    max-width: 195px;
  }
  #branding .only-search + #access div {
    padding-right: 205px;
  }


/* =Menu
 *
 * The Main Navigation in the header utilizes custom Walkers to 'clean' out the old legacy wordpress markup.
 * New Structure
 *    <nav id="access">
 *      <div class="menu-header">
 *        <ul id="chosen-name-in-menu-admin" class="menu">
 *          <li class="nav-page-slug">
 *    if we are on the current page, the LI has the class 'active' added to it.
 *    if we are in a sub or sub sub page, the parent LIs will have the class 'open' added to them.
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#252525, #0a0a0a);
    background: -o-linear-gradient(#252525, #0a0a0a);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin: 0 auto;
}
  #access ul {
    font-size: 14px; font-size: 1.4rem;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  #access li {
    float: left;
    position: relative;
  }
  #access a {
    color: #eee;
    line-height: 34px; line-height: 3.4rem;
    text-decoration: none;
    display: block;
    padding: 0 20px; padding: 0 2.0rem;
  }
  #access ul ul {
      -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
      -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    position: absolute;
    top: 34px; top: 3.4rem;
    left: 0;
    z-index: 99999;
    width: 188px; width: 18.8rem;
    margin: 0;
  }
  #access ul ul ul {
    left: 100%;
    top: 0;
  }
  #access ul ul a {
    font-size: 13px; font-size: 1.3rem;
    font-weight: normal;
    color: #444;
    line-height: 17px; line-height: 1.7rem;
    background: #f9f9f9;
    border-bottom: 1px dotted #ddd;
    width: 168px;
    height: auto;
    padding: 10px 10px;
  }
  #access li:hover > a,
  #access ul ul :hover > a,
  #access a:focus {
    background: #efefef;
  }
  #access li:hover > a,
  #access a:focus,
  #access .open > a {
    color: #373737;
    background: #f9f9f9; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  }
  #access ul li:hover > ul {
    display: block;
  }
  #access .active > a,
  #access .current-menu-item > a,
  #access .current-menu-ancestor > a,
  #access .current_page_item > a,
  #access .current_page_ancestor > a {
    font-weight: bold;
  }
  #access button.btn {
		display: none;
	}

/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 26px 0 0; padding: 2.6rem 0 0;
}
.page-title {
	font-size: 12px; font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 26px; line-height: 2.6rem;
	text-transform: uppercase;
	margin: 0 0 26px; margin: 0 0 2.6rem;
}
  .page-title a {
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
  }
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	position: relative;
	margin: 0 0 26px; margin: 0 0 2.6rem;
	padding: 0 0 26px; padding: 0 0 2.6rem;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	font-size: 26px; font-size: 2.6rem;
	font-weight: bold;
	line-height: 36px; line-height: 3.6rem;
	clear: both;
	padding-bottom: 6px; padding-bottom: .6rem;
	padding-top: 15px;
}
  .entry-title,
  .entry-title a {
    text-decoration: none;
  }
  .entry-title a:hover,
  .entry-title a:focus,
  .entry-title a:active {
  }
.entry-meta {
	font-size: 12px; font-size: 1.2rem;
	color: #666;
	line-height: 18px;
	clear: both;
}
  .entry-meta a {
    font-weight: bold;
  }
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 26px 0 0; padding: 2.6rem 0 0;
}
  .entry-content h1,
  .entry-content h2,
  .comment-content h1,
  .comment-content h2 {
    font-weight: bold;
    color: #000;
    margin: 0 0 13px; margin: 0 0 1.3rem;
  }
  .entry-content h3,
  .comment-content h3 {
    font-size: 10px; font-size: 1rem;
    letter-spacing: 0.1em; letter-spacing: 0.1rem;
    line-height: 26px; line-height: 2.6rem;
    text-transform: uppercase;
  }
  .entry-content table,
  .comment-content table {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 0 0 26px; margin: 0 0 2.6rem;
  }
  .entry-content th,
  .comment-content th {
    font-size: 10px; font-size: 1rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.1em; letter-spacing: 0.1rem;
    line-height: 26px; line-height: 2.6rem;
    text-transform: uppercase;
  }
  .entry-content td,
  .comment-content td {
    border-top: 1px solid #ddd;
    padding: 6px 10px 6px 0;
  }
  .entry-content #s {
    width: 75%;
  }
  .comment-content ul,
  .comment-content ol {
    margin-bottom: 26px; margin-bottom: 2.6rem;
  }
  .comment-content ul ul,
  .comment-content ol ol,
  .comment-content ul ol,
  .comment-content ol ul {
    margin-bottom: 0;
  }
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 26px; margin: 0 0 2.6rem;
}
  .page-link a {
    color: #373737;
    text-decoration: none;
    background: #eee;
    margin: 0;
    padding: 2px 3px;
  }
  .page-link a:hover {
    font-weight: bold;
    color: #fff;
    background: #888;
  }
  .page-link span {
    margin-right: 6px;
  }
.entry-meta .edit-link a,
.commentlist .edit-link a {
	font-size: 12px; font-size: 1.2rem;
	font-weight: 300;
	color: #666;
	line-height: 24px; line-height: 2.4rem;
	text-decoration: none;
	background: #eee;
    -moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	color: #fff;
	background: #888;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

span.edit-link {
	display:none;
}

/* Images */

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 26px; margin-bottom: 2.6rem;
}
p img,
.wp-caption {
	margin-top: 6px; margin-top: .6rem;
}
.wp-caption {
	background: #eee;
	margin-bottom: 26px; margin-bottom: 2.6rem;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-family: Georgia, serif;
	font-size: 12px; font-size: 1.2rem;
	color: #666;
}
.wp-caption .wp-caption-text {
	position: relative;
	margin-bottom: 10px; margin-bottom: 1rem;
	padding: 10px 0 5px 40px;
}
.wp-caption .wp-caption-text:before {
	font-size: 14px; font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	color: #666;
	content: '\2014';
	position: absolute;
	left: 10px;
	top: 7px;
	margin-right: 5px;
}
#content .gallery {
	margin: 0 auto 26px; margin: 0 auto 2.6rem;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 26px; margin: 0 auto 2.6rem;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 26px 0 0; margin: 2.6rem 0 0;
}
.post-password-required input[type=password] {
	margin: 13px 0; margin: 1.3rem 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px; font-size: 1.2rem;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 36px -35.6% 0 -35.4%; margin: 3.6rem -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 36px; margin: 0 0 3.6rem;
	padding: 0 0 36px; padding: 0 0 3.6rem;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #bbb;
    -moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	font-size: 15px; font-size: 1.5rem;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	font-size: 13px; font-size: 1.3rem;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	background: #eee url(images/comment-bubble.png) no-repeat;
	position: absolute;
	top: 24px; top: 2.4rem;
	right: 0;
	overflow: hidden;
	width: 43px;
	height: 36px;
	padding: 0 0 0;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	color: #fff;
	color: rgba(255,255,255,0.8);
	background-color: #1982d1;
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	font-size: 10px; font-size: 1rem;
	font-weight: 500;
	color: #666;
	letter-spacing: 0.1em; letter-spacing: 0.1rem;
	line-height: 26px; line-height: 2.6rem;
	text-transform: uppercase;
	position: absolute;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	position: relative;
}
.singular.page .hentry {
}
.singular .entry-title {
	font-size: 36px; font-size: 3.6rem;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
}
blockquote.pull {
	font-size: 21px; font-size: 2.1rem;
	font-weight: bold;
	line-height: 26px; line-height: 2.6rem;
	text-align: center;
	margin: 0 0 26px; margin: 0 0 2.6rem;
}
.singular blockquote.pull {
	margin: 0 -22.25% 26px; margin: 0 -22.25% 2.6rem;
}
.pull.alignleft {
	text-align: right;
	width: 33%;
	margin: 0 26px 0 0; margin: 0 2.6rem 0 0;
}
.singular .pull.alignleft {
	margin: 0 26px 0 -22.25%; margin: 0 2.6rem 0 -22.25%;
}
.pull.alignright {
	text-align: left;
	width: 33%;
	margin: 0 0 0 26px; margin: 0 0 0 2.6rem;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 26px; margin: 0 -22.25% 0 2.6rem;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	position: absolute;
	bottom: auto;
	left: 50px;
	right: auto;
	top: 80px;
}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	border: 1px solid #E9DEF3;
	border-width: 1px 0;
	overflow: hidden;
	margin: 0 0 26px; margin: 0 0	 2.6rem;
	padding: 26px 8.9%; padding: 2.6rem 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	width: 30.85%;
	margin-right: 3.7%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	width: 100%;
	margin-right: 0;
}
.error404 .widgettitle {
	font-size: 10px; font-size: 1rem;
	letter-spacing: 0.1em; letter-spacing: 0.1rem;
	line-height: 26px; line-height: 2.6rem;
	text-transform: uppercase;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 26px; padding: 0 0 2.6rem;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	list-style: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	position: relative;
	padding: 6px 0; padding: 6.0rem 0;
}
section.recent-posts .other-recent-posts .entry-title {
	font-size: 17px; font-size: 1.7rem;
	border-top: 1px solid #ddd;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	font-size: 11px; font-size: 1.1rem;
	color: transparent;
	content: '-';
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	font-size: 10px; font-size: 1rem;
	font-weight: 500;
	color: #444;
	line-height: 27px; line-height: 2.7rem;
	text-align: right;
	text-transform: uppercase;
	border-bottom: 2px solid #999;
	position: absolute;
	right: 0;
	bottom: -2px;
	display: block;
	z-index: 1;
	padding: 6px 0 0.6px 10px;
}
section.recent-posts .other-recent-posts .comments-link > span {
	color: #888;
	border-color: #bbb;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	overflow: hidden;
	margin: 0 -8.9% 26px; margin: 0 -8.9% 2.6rem;
	padding: 26px 26px 0; padding: 2.6rem 2.6rem 0;
}
.image-attachment div.attachment img {
	margin: 0 auto 26px; margin: 0 auto 2.6rem;
	display: block;
	max-width: 100%;
	height: auto;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	background: #fff;
	border-color: #ddd;
}
.image-attachment .entry-caption p {
	font-size: 10px; font-size: 1rem;
	letter-spacing: 0.1em; letter-spacing: 0.1rem;
	line-height: 26px; line-height: 2.6rem;
	text-transform: uppercase;
	margin: 0 0 26px; margin: 0 0 2.6rem;
}


/* =Navigation
 * this really applies to the the previous/next navigation for posts
-------------------------------------------------------------- */

#content nav {
	clear: both;
	width: 100%;
	padding: 0 0 26px; padding: 0 0 2.6rem;
	overflow: hidden;
}
#content nav a {
	font-size: 12px; font-size: 1.2rem;
	font-weight: bold;
	line-height: 30px; line-height: 3.0rem;
}
#nav-above {
	padding: 0 0 26px; padding: 0 0 2.6rem;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	text-align: right;
	float: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	text-align: right;
	float: right;
	position: relative;
	top: -6px; top: -.6rem;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: 8px; padding-left: .8rem;
}


/* =Widgets
----------------------------------------------- */

.widget {
	clear: both;
	margin: 0 0 36px; margin: 0 0 3.6rem;
}
.widget-title {
	font-size: 10px; font-size: 1rem;
	font-weight: 500;
	color: #666;
	letter-spacing: 0.1em; letter-spacing: 0.1rem;
	line-height: 26px; line-height: 2.6rem;
	text-transform: uppercase;
}
.widget ul {
	margin: 0;
}
.widget ul ul {
	margin-left: 24px; margin-left: 2.4rem;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 26px; margin: 0 0 2.6rem;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	font-size: 13px; font-size: 1.3rem;
	color: #888;
	line-height: 26px;
	background: #ddd;
	border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	color: #bfddf3;
	background: #1982d1;
	border-color: #0861a5;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}

/* bkt social media widget */
.bkt-social-network-widget {
}
.widget.widget_socialnetworkwidget {
	clear:none;
}
.icon_fb, 
.icon_tw, 
.icon_yt, 
.icon_gp, 
.icon_ln,
.icon_rss,
.icon_email {
  font-family:'bktfont', sans-serif;
  font-size:32px; font-size:3.2rem;
  font-weight:normal;
  border: none;
  float:left;
  margin-right: 5px; margin-right: 0.5rem;
}
.icon_fb a, 
.icon_tw a, 
.icon_yt a, 
.icon_gp a, 
.icon_ln a,
.icon_rss a,
.icon_email a {
  font-size:32px; font-size:3.2rem;
  font-weight:normal;
  display: block;
}
.icon_fb a:hover, 
.icon_tw a:hover, 
.icon_yt a:hover, 
.icon_gp a:hover, 
.icon_ln a:hover,
.icon_rss a:hover,
.icon_email a:hover {
	text-decoration:none;
	color: #cccccc;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	margin-right: -10px;
	font-size: 11px; font-size: 1.1rem;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	max-width: 100%;
	height: auto;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	text-align: center;
	width: 95%;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px; font-size: 1.1rem;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 0 3px 0;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	line-height: 26px; line-height: 2.6rem;
	text-transform: uppercase;
	padding: 0 0 26px; padding: 0 0 2.6rem;
}
.nopassword,
.nocomments {
	font-size: 24px; font-size: 2.4rem;
	font-weight: 100;
	color: #aaa;
	text-align: center;
	margin: 26px 0;
}
.commentlist {
	list-style: none;
	width: 68.9%;
	margin: 0 auto;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	position: relative;
	background: #f6f6f6;
	border: 1px solid #ddd;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 26px; margin: 0 0 2.6rem;
	padding: 26px; padding: 2.6rem;
}
.commentlist .pingback {
	margin: 0 0 26px; margin: 0 0 2.6rem;
	padding: 0 26px; padding: 0 2.6rem;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	position: relative;
	background: #fff;
	border-left: 1px solid #ddd;
    -webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 26px 0 0; margin: 2.6rem 0 0;
	padding: 26px; padding: 2.6rem;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px; font-size: 1.2rem;
	line-height: 30px; line-height: 3.0rem;
}
.commentlist .children li.comment .comment-meta {
	line-height: 26px; line-height: 2.6rem;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 26px 0 0; margin: 2.6rem 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
    -webkit-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	position: absolute;
	left: -102px;
	top: 0;
	padding: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	position: absolute;
	left: -21px;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
	left: 36px; left: 3.6rem;
	top: 36px; top: 3.6rem;
	padding: 0;
}
a.comment-reply-link {
	font-size: 12px; font-size: 1.2rem;
	color: #666;
	text-decoration: none;
	background: #eee;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 0 8px;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	color: #fff;
	background: #888;
}
a.comment-reply-link > span {
	position: relative;
	top: -1px;
	display: inline-block;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	width: auto;
	margin-left: 102px;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	width: 68.9%;
	margin: 0 auto 26px; margin: 0 auto 2.6rem;
	padding: 26px; padding: 2.6rem;
}
#respond input[type="text"],
#respond textarea {
	text-indent: 80px;
	background: #fff;
	border: 4px solid #eee;
    -webkit-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
    -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	font-size: 13px; font-size: 1.3rem;
	color: #555;
	background: #eee;
    -webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	position: relative;
	top: 40px;
	left: 4px;
	display: inline-block;
	z-index: 1;
	min-width: 60px;
	padding: 4px 10px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	width: 95%;
	resize: vertical;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	font-size: 22px; font-size: 2.2rem;
	font-weight: bold;
	color: #1982D1;
	position: absolute;
	top: 45px;
	left: 75%;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px; font-size: 1.3rem;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	font-size: 15px; font-size: 1.5rem;
	color: #ffffff;
	cursor: pointer;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	background: #1982D1;
	border: none;
    -webkit-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	position: relative;
	left: 30px;
	margin: 20px 0;
	padding: 5px 22px;
}
#respond input#submit:active {
	color: #bfddf3;
	background: #1982d1;
}
#respond #cancel-comment-reply-link {
	color: #666;
	text-decoration: none;
	margin-left: 10px;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	width: auto;
	margin: 26px 0 0; margin: 2.6rem 0 0;
}
#reply-title {
	font-size: 24px; font-size: 2.4rem;
	font-weight: bold;
	color: #373737;
	line-height: 30px;
}
#cancel-comment-reply-link {
	font-size: 10px; font-size: 1rem;
	font-weight: normal;
	color: #888;
	line-height: 22px; line-height: 2.2rem;
	letter-spacing: 8px; letter-spacing: .8rem;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	top: 18px; top: 1.8rem;
	right: 26px; right: 2.6rem;
	display: block;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 30px; line-height: 3.0rem;
}
#respond input[type=text] {
	display: block;
	width: 75%;
	height: 24px;
}
#respond p {
	font-size: 12px; font-size: 1.2rem;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	padding: 26px 3.6%; padding: 2.6rem 3.6%;
	border-top: 1px solid #ddd;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	width: 48.1%;
	margin-right: 3.7%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	width: 30.85%;
	margin-right: 3.7%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	font-size: 12px; font-size: 1.2rem;
	color: #666;
	line-height: normal;
	text-align: center;
	padding: 36px 3.6%; padding: 3.6rem 3.6%;
}
#site-generator a {
	font-weight: bold;
	color: #555;
}
#site-generator .sep {
	color: transparent;
	line-height: 16px;
	background: url(images/wordpress.png) center left no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 7px;
}


/* =Pages
----------------------------------------------- */




/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 1100px) {
	/* Simplify the basic layout */
	
	#primary {
		float: none;
		width: auto;
	}
	#main #content {
		width: auto;
		margin: 0 3.6%;
	}
	
	#page {
		width: 100%;
	}
	
	#nav-below {
		margin-bottom: 1.625em;
		border-bottom: 1px solid #ddd;
	}
	#main #secondary {
		float: none;
		width: auto;
		margin: 0 3.6%;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		width: 100%;
		margin: 0;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		width: auto;
		margin: 0;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		position: static;
		display: block;
		float: left;
		max-width: 30%;
		height: auto;
		margin: 0.625em auto 1.025em;
	}
	article.feature-image.small {
		float: right;
		width: 64%;
		margin: 0 0 1.625em;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		padding-left: 20px;
		padding-right: 20px;
		left: 0;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		position: absolute;
		top: 40px;
		left: 0;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		width: auto;
		margin-left: 102px;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		width: auto;
		margin-right: 0;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		width: auto;
		margin-right: 0;
	}
	
	.widget_search #s {
		width: 47%;
}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#main {
		padding-top:0px;
	}
	.site-title a {
		font-size: 24px;
	}
	.site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	#access #menu-top {
		display: none;
	}
	#access #menu-mobile {
		display: block;
		width: 100%;
	}
	#access {
		background: none;
	}
		#access li {
			background: #222;
			text-align: center;
			display: block;
			float: none;
			width: 100%;
		}
		#access ul > li,
		#access ul > li > a {
			border-bottom: 0;
		}
		#access li,
		#access > ul > li {
			display: block;
		}
		#access ul.sub-menu {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: 0px 0px 0px black;

			float: none;
			position: relative;
			top: 0;
			width: 100%;
		}
		#access ul.sub-menu li a {
			width: auto;
		}
		#access button.btn {
			font-size: 20px; font-size: 2.0rem;
			color: rgb(248, 243, 227);
			background: #1982d1;
			border: 0;
			-webkit-font-smoothing: none;
			display: block;
			float: right;
			margin-top: -50px; margin-top: -5.0rem;
		}
		#access #menu.collapse {
			clear: both;
		} 
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	.entry-title {
		padding-top:0px;
	}
	
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		position: static;
		display: block;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		position: static;
		display: block;
		padding: 0;
	}
	.commentlist .children .avatar {
		background: none;
		position: absolute;
		top: 2.2em;
		left: 2.2em;
		padding: 0;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		font-size: 10pt;
		background: none !important;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		position: relative !important;
		clear: both !important;
		float: none !important;
		display: block !important;
		max-width: 100%;
	}
	#branding {
		padding: 0;
		border-top: none !important;
	}
	#branding hgroup {
		margin: 0;
	}
	.site-title a {
		font-size: 21pt;
	}
	.site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		width: 100%;
		margin: 0;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
      -webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		position: relative;
		width: auto;
		margin: 0 auto 1.625em;
		padding: 1.625em;
	}
	.commentlist .avatar {
		left: 2.2em;
		top: 2.2em;
		width: 39px;
		height: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}

