/*
Theme Name: ATX Web Show 5
Theme URI: http://atxwebshow.com
Author: Dave Rupert
Author URI: http://daverupert.com
Tags: responsive, starkers, html5, beginning, start, clean, basic
*/

/* @override 
	http://atxwebshow.com/wp-content/themes/atx4/style.css
*/

/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
nav ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }
/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle }

.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* RWD RESETS
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html { overflow-y: auto; }

img,
video {
	max-width: 100%;
	height: auto;
}


/* Grid > Foldy960
-------------------------------------------------------------- */
.container {
	width: 92%;
	max-width: 1360px;
	margin:0 auto;
	position:relative;
}

.row {
  clear:both;
  margin-top: 2em;
}

@media (min-width: 50em) {
  .grid_1,
  .grid_2,
  .grid_half {
    float: left;
  }

  .grid_flip {
    float: right;
  }
  .grid_1,
  .grid_2,
  .grid_half,
  .grid_full {
    padding: 0 2em;
  }
  .grid_1 {
    width: 33.333%;
  }
  .grid_2 {
    width: 66.666%;
  }
  .grid_half {
    width: 50%;
  }
  .row {
    overflow: hidden;
    margin-top: 4em;
  }
}

/* Grid Box & Media component 
-------------------------------------------------------------- */
.grid-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
}
@media (min-width: 30em) {
  .grid-box {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(#cccccc, #cccccc);
    background: -moz-linear-gradient(#cccccc, #cccccc);
    background: -o-linear-gradient(#cccccc, #cccccc);
    background: linear-gradient(#cccccc, #cccccc);
    background-size: 1px 100%;
    background-position-x: 50%;
    background-repeat: no-repeat;
  }
}
/*
@media (min-width: 45em) {
  .grid-box {
    background: transparent;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #cccccc)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(#cccccc, #cccccc), -webkit-linear-gradient(#cccccc, #cccccc);
    background: -moz-linear-gradient(#cccccc, #cccccc), -moz-linear-gradient(#cccccc, #cccccc);
    background: -o-linear-gradient(#cccccc, #cccccc), -o-linear-gradient(#cccccc, #cccccc);
    background: linear-gradient(#cccccc, #cccccc), linear-gradient(#cccccc, #cccccc);
    background-position-x: 33.33%, 66.66%;
    background-repeat: no-repeat;
    background-size: 1px 100%;
  }
}
*/
@media (min-width: 55em) {
  .grid-box {
    background: transparent;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #cccccc)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #cccccc)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(#cccccc, #cccccc), -webkit-linear-gradient(#cccccc, #cccccc), -webkit-linear-gradient(#cccccc, #cccccc);
    background: -moz-linear-gradient(#cccccc, #cccccc), -moz-linear-gradient(#cccccc, #cccccc), -moz-linear-gradient(#cccccc, #cccccc);
    background: -o-linear-gradient(#cccccc, #cccccc), -o-linear-gradient(#cccccc, #cccccc), -o-linear-gradient(#cccccc, #cccccc);
    background: linear-gradient(#cccccc, #cccccc), linear-gradient(#cccccc, #cccccc), linear-gradient(#cccccc, #cccccc);
    background-position-x: 25%, 50%, 75%;
    background-size: 1px 100%;
    background-repeat: no-repeat;
  }
}

.grid-unit {
  padding: 1em 0;
  border-top: 1px solid #ccc;
}
.grid-unit:nth-of-type(1) {
  border-top: 0;
}
@media (min-width: 30em) {
  .grid-unit {
    float: left;
    padding: 2em;
    width: 50%;
  }
  .grid-unit:nth-of-type(odd) {
    clear: left;
  }
  .grid-unit:nth-of-type(2) {
    border-top: 0;
  }
}
/*
@media (min-width: 45em) {
  .grid-unit {
    width: 33.333%;
  }
  .grid-unit:nth-of-type(odd) {
    clear: none;
  }
  .grid-unit:nth-of-type(3n-2) {
    clear: left;
  }
  .grid-unit:nth-of-type(3) {
    border-top: 0;
  }
}
*/
@media (min-width: 55em) {
  .grid-unit {
    width: 25%;
  }
  .grid-unit:nth-of-type(odd) {
    clear: none;
  }
  .grid-unit:nth-of-type(3) {
    border-top: 0;
  }
/*
  .grid-unit:nth-of-type(3n-2) {
    clear: none;
  }
*/
  .grid-unit:nth-of-type(4n-3) {
    clear: left;
  }
  .grid-unit:nth-of-type(4) {
    border-top: 0;
  }
}

.media {
  display: block;
  clear: left;
  overflow: hidden;
  width: 100%;
}
.media .media-object {
  max-width: 3em;
  float: left;
  margin-right: 1em;
}
.media .media-body {
  width: auto;
}

@media (min-width: 30em) {
  .media .media {
    display: block;
  }
  .media .media-body {
    display: block;
  }
  .media .media-object {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0.5em;
    float: none;
  }
}




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

/* Default font settings
   The font-size percentage is of 16px (0.75 * 16px = 12px) */
body { 
	font-size: 93.75%;
	line-height: 1.75em;
	color: #191919; 
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
}

p           { margin: 0 0 2em; }
p.small { margin-bottom: 0;}

strong      { font-weight: bold; }
em		    { font-style: italic; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", Helvetica, Arial, sans-serif; 
	color:#191919;
}

h1, h2 {
	font: 1.6em/1.2 "league-gothic-1","league-gothic-2", 'League Gothic', 'Helvetica Nueue Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}


@media (min-width: 40em) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }
}


h3 { 
	font-size: 1.0em;  
	line-height: 1.2em; 
	font-weight: bold; 
	color: #333;
	margin-bottom: 0.25em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;

}

h4,
h5,
h6 { font-size: 14px;  line-height: 24px;}


h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin:0;
}

h1 a, h2 a, h3 a, 
h4 a, h5 a, h6 a {
  text-decoration: none;
  color: #191919;
}

/* Links
-------------------------------------------------------------- */

a           	{ color: #CC5500; text-decoration: underline; }
a:focus, 
a:hover     	{ color: #63666A; }
a:visited		{}
a:visted:hover 	{}

a.post-edit-link {
  color: rgba(0,0,0,0.1);
  position: relative;
  margin-left: -1em;
}


/* Page
-------------------------------------------------------------- */
.site-header {
  background: #191919 url(./img/shoptalk_blackbg2.jpg) repeat center center;
  background-size: 300px 300px;
  padding: 1em 0;
  margin-bottom: 2em;
}

.site-logo img {
  height: 4.5em;
  width: auto;
}

.site-navigation ul {
  margin: 0;
  padding: 0;
}

.site-navigation a {
  color: #fff;
	font: 1.8em/1.5 "league-gothic-1","league-gothic-2", 'League Gothic', 'Helvetica Nueue Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.25em 0;
}

.current-menu-item a,
.site-navigation a:hover,
.site-navigation a:focus {
  text-decoration: underline;
}

.site-prefooter,
.site-footer {
  padding: 2em 0;
}

.site-prefooter {
  margin-top: 4em;
  background: #f8f8f8;
}

.site-footer {
  background: #e9e9e9;
}
.nav-button {
  display: none;
  text-transform: uppercase;
}

.js .nav-button {
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-appearance: none;
  border:0;
  color: #fff;
  background: transparent;
  font-size: 1.5em;
}
.js .site-navigation {
  display: none;
}
@media (min-width: 50em) {
  .site-header {
    padding: 2em 0;
  }
  .site-header .container {
    padding: 0 2em;
  }
  .site-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4em;
  }
  .js .nav-button {
    display: none;
  }
  .site-navigation,
  .js .site-navigation {
    display: inline-block!important;
  }
  .site-navigation li {
    display: inline-block;
    margin-right: 2em;
  }

  .current-menu-item a,
  .site-navigation a:hover,
  .site-navigation a:focus {
    text-decoration: none;
    border-bottom: 2px solid #fff;
  }
  

  .site-prefooter,
  .site-footer {
    padding: 4em 0;
  }

}

/* Tables - You still need cellspacing="0" in the markup
-------------------------------------------------------------- */

table		{ width: 100%; border-collapse:collapse; border-top: 1px solid #ccc; margin-bottom: 2em; }
#calendar table { border-top: none;}
thead		{}
tbody		{}
tfoot       {}

th,td       { padding: 4px 10px; vertical-align:top; }
th          { border-bottom: 1px solid #ccc; font-weight: bold; background: #f0f0f0;  }
.post th { width: 1%; white-space: nowrap; }
td          { border-bottom: 1px solid #ccc; }
tr			{}

caption     { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

tr.even td  { background: #f0f0f0; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 0.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ul + li		{}

ol          { list-style-type: decimal; }
ol + li		{}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Forms
-------------------------------------------------------------- */

label       	{font-weight: bold; clear:left; display: block; }

textarea      	{ width: 80%; height: 80px; padding:5px; }
select        	{ width:200px; }

input[type="text"],
textarea {
	width: 100%;
  border:1px solid #bbb;
	padding: 0.25em 0.5em;
	margin-bottom: 1em;
	clear: both;
}

input,textarea, select {
  margin:0.5em 0;
  max-width: 40em;
}

button, input[type="submit"] {
  margin-bottom: 2em;
}

button[type="submit"],
input[type="submit"] {
  clear: both;
  display: block;
  margin-bottom: 2em;
}

input[type="checkbox"] { float: left; margin-right: 0.5em; clear: left; }
input[type="checkbox"] + label { float: left; clear: none; }


/* Other Elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
dfn         { font-style: italic;font-weight: bold; background: #ffc; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

hr { margin-bottom: 2em; }

/* Pagination Navigation
-------------------------------------------------------------- */
.navigation {
	position: relative;
	display: block;
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
}

.navigation ul {
	list-style: none;
	padding: 0;
	margin:0;
}

.navigation a {
  display: block;
	background: #f0f0f0;
	color: #999;
	padding: 0.5em 0.75em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

.navigation a:hover {
	background: #e2e2e2;
}


.navigation .prev {
  float: left;
}

.navigation .next {
  float: right;
}


/* Classes
-------------------------------------------------------------- */
.small      { font-size: .9em; margin-bottom: 2em; line-height: 1.5em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.alignleft	{float:left; clear:left; margin:0px 20px 10px 0px;}
.alignright	{float:right; clear:right; margin:0px 0px 10px 20px;}
.thumbnail  {
	margin-top: 5px;
}

.ok, .success { 
	padding: .8em; 
	margin-bottom: 1em; 
	border: 2px solid #ddd;
	background: #E6EFC2; 
	border-color: #C6D880; 
}

.l-multistacked {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0.5em 0 0;
  border-top: 1px solid #ccc;
}
.l-multistacked li {
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.25em;
  margin-bottom: 0.5em;
}

.l-multistacked--extra-padding {
  padding: 1em 0 0;
  margin-bottom: 2em;
}

.l-multistacked--extra-padding li {
  padding: 0 0 0.5em;
  margin-bottom: 1em;
}
						.twitter-follow-button {
							margin-bottom: 0.5em;
						}


/* Sidebar
-------------------------------------------------------------- */
#meetup-blogroll a {
	display: block;
	line-height: 2;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#meetup-blogroll ul {
	margin-left: 0;
	margin-bottom: 4em;
	list-style-type: none;
}
#meetup-blogroll ul ul {
	margin-top: 0;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 30em) {
  #meetup-blogroll ul ul {
  -webkit-column-count: 2; -webkit-column-gap:10px;
	-moz-column-count:2; -moz-column-gap:10px;
	-o-column-count:2; -o-column-gap:10px;
	column-count:2; column-gap:10px;
	}
}
@media (min-width: 65em) {
  #meetup-blogroll ul ul {
  -webkit-column-count: 3; -webkit-column-gap:10px;
	-moz-column-count:3; -moz-column-gap:10px;
	-o-column-count:3; -o-column-gap:10px;
	column-count:3; column-gap:10px;
	}
}

/* Post
-------------------------------------------------------------- */
.post {
  max-width: 48em;
}

/* Comments
-------------------------------------------------------------- */
#comments {
	display: block;
	clear:both;
	margin: 0px 0px 0em;
}

.commentlist {
	list-style-type: none;
	margin: 0px 0px 24px;
	border-top: 1px solid #e2e2e2;
	max-width: 50em;

}

.children {
	list-style-type: none;
	margin: 0px 0px 24px 24px;
}

.avatar {
	float: left;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0px;
	top: 15px;
}

.commentmetadata, .vcard {
	font-size: 1em;
	line-height: 1;
	margin: 0px 0px 0.5em 0px;
}
.commentmetadata a {
	text-decoration: none;
}

.comment cite a {
	font-style: normal;
	text-decoration: none;
}

#commentform {
	position: relative;
}
.comment a {
	color: #909090;
}
.comment {
	position: relative;
	font-size: 1em;
	list-style: none;
	padding-top:2em;
	border-bottom: 1px solid #e2e2e2;
}

.comment #respond {
	margin-left: 24px;
}

.comment-reply-link {
	position: absolute;
	top: 0px;
	right: 0px;
}

#cancel-comment-reply-link {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #C10000;
}

#commentform label {
	font-weight: normal;
}
#commentform p {
	position: relative;
	margin-bottom: 23px;
	top: -8px;
}

#commentform textarea {
	margin: 0px;
	height: 108px;
	position: relative;
	margin-bottom: 12px;
	top: -8px;
}

#respond {
	position: relative;
	clear: both;
	display: block;
	margin-bottom: 48px;
}

.trackback, .pingback {
	display: none;
}

/* Gowalla Corner
-------------------------------------------------------------- */
.gowallacorner { overflow:hidden; background:#f0f0f0 url(img/gowalla_icon.png) no-repeat 10px 10px; border-radius: 5px; color:#FE7508; list-style-type:none; padding:10px 10px 10px 70px; margin:0.75em 0 0.75em -1.5em; min-height: 50px;}
.gowallacorner a { font-weight:bold; color:#FE7508;}

/* Social stuff
-------------------------------------------------------------- */
.socialbuttons {
  margin-bottom: 0.5em;
}

/* Promo 
-------------------------------------------------------------- */
.promo {
  background: #f8f8f8;
  text-align: center;
  padding: 2em 1em;
  margin-bottom: 2em;
}
.promo img {
  width: 8em;
}

.promo a {
  text-decoration: none;
  color: #191919;
}
.promo .description {
  margin-bottom: 0;
}

.promo a:hover .heading,
.promo a:hover .description {
  color: #CC5500;
}

.promo a:hover object {
  fill: #CC5500;
}

/* Howdy Widget
-------------------------------------------------------------- */
#howdy {
  overflow: hidden;
	margin-bottom: 3em;
	padding: 1em 0;
	background: #f8f8f8;
}
#howdy h1 {
	max-width: 3em;  
	margin-right: 1em; 
	float: left;
	margin-bottom: -0.25em;
}
#howdy p {
	margin-bottom: 1em;
}
#howdy .strong {
	font-weight: bold;
}
@media (max-width: 680px) {
  #howdy {
    margin-bottom: 2em;
    padding: 1em;
  }
	#howdy h1 {
	  display: block;
	  clear: both;
	  float: none;
	}
}


/* Calendar 
-------------------------------------------------------------- */
.fc-event-skin {
  background: transparent!important;
  border: 0!important;
  color: #1a1a1a;
}

.gcal-monthly, .gcal-monthly .fc-event-time, .gcal-monthly a {
  color: #1a1a1a;
}

.gcal-monthly, .gcal-monthly .fc-event-time, .gcal-monthly a  {
  background: transparent!important
}

