/*
Theme Name: traveling9to5
Theme URI: http://underscores.me/
Author: Josh Eaton
Author URI: http://www.josheaton.org/
Description: Design for Traveling 9 to 5
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	/*font-size: 62.5%;*/ /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


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

body {
	background-color: #474954;
/*	font: 100%/1.125em 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-size: 100%;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	line-height: 1.5;
}

body,
button,
input,
select,
textarea {
	/*color: #404040;*/
	color: #fff;
/*	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
*/}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1 {
	font-size: 2.75em;
	line-height: 1em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2.25em;
	line-height: 1.222222222222222em;
	margin-bottom: 0.6666666666666667em;
}
h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.3125em;
	line-height: 1.142857142857143em;
	margin-bottom: 1.142857142857143em;
}
h5 {
	font-size: 1.125em;
	line-height: 1.333333333333333em;
	margin-bottom: 1.333333333333333em;
}
h6 {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 1.333333333333333em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.875em;
/*	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;*/
	margin-bottom: 1.5em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 0.75em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1.2em;
	padding: .5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #70A84D;
}
a:visited {
	color: #466b4d;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	line-height: 2.5;
	padding: 0 0.625em;
	color: #eee;
}
.main-navigation 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: 2.5em;
		left: 0;
	z-index: 99999;
	width: 210px;
	background-color: #474954;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	background-color: #c1e841;
	color: #222;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	background-color: #70A84D;
	color: #fff;
	padding-bottom: 0.375em;

	text-shadow: 1px 1px 2px #444;
    -webkit-box-shadow: 0px 1px 2px 0px #222;
            box-shadow: 0px 1px 2px 0px #222;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
}
.main-navigation li.current_page_item a:hover,
.main-navigation li.current-menu-item a:hover {
	background-color: #c1e841;
	text-shadow: none;
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


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

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
	color: #aaa;
	font-size: .8em;
}
.entry-meta a {
	text-decoration: none;
}

.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-title {
	font-size: 2.5em;
	line-height: 1.1em;
}

/* Content Boxes */
.content-aside {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 1.625em;
  padding: 5px 10px;
}

.smaller {
  font-size: .75em;
}

blockquote {
	border-left: 3px solid #EEE;
	padding-left: 1em;
	color: #888;
}

/* =Front Page
----------------------------------------------- */
.front-page-title {
	font-size: 1.5em;
}
.front-page-title a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}
.front-page-title a:visited {
	color: #ddd;
}
.front-page-title a:hover {
	color: #70A84D;
}
.comments-link a {
	background: url('img/comments.png') no-repeat 0 center;
	font-size: 1.3em;
	padding-left: 1.1em;
	text-decoration: none;
}
.leave-reply {
}
.comments-link a {

}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
	color: #777;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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

/* 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 */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img[class*="align"],
.wp-caption img[class*="wp-image-"] {
	padding: 0;
}
.wp-caption img {
	border-color: #eee;
}
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 ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Shrink images for archive pages */
.archive #content img[class*="wp-image-"],
.archive #content img[class*="align"] {
	width: 90%;
}

/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	display: none;
}
.archive #nav-above,
.paged #nav-above {
	display: block;
}

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

.bypostauthor {
}

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

.widget {
	margin: 0 0 1.5em;
	color: #eee;
}

.widget-title {
	font-family: 'Lobster', cursive;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-size: 1.7em;
	color: #ddd;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* Author Info */
#author-info {
	overflow: hidden;
	margin-top: 1.5em;
	padding: 1em 0;
}
.single #author-info {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
	font-size: 0.75em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-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;
	font-size: 1.0833em;
}
#author-description h2 {
	color: #000;
	font-size: 1.25em;
	font-weight: bold;
	margin: 5px 0 10px;
}

/***********************************************
My CSS
*/
/*

Colors:
#474954
#466b4d
#70a84d
#c1e841
#a8acc4
*/

/* =Header */
#masthead {
	background: url('img/header-bg.png') repeat-x left bottom;
	height: 264px;
	width: 100%;
}

.main-navigation ul, #header-content {
	width: 940px;
	margin: 0 auto;
}

#header-content {
	position: relative;
}

#header-content h1 {
	float: left;
	margin-top: 10px;
}

img.sign-post {
	float: left;
	z-index: 5;
	position: relative;
	left: 3%
}

#header-content h1 {
	width: 740px;
}

/* =Menu */
.main-navigation {
	background: #474954;
	height: 40px;
}

/* Symbols */
ul.symbols {
	list-style: none;
	margin: -40px 0 0 0;
}

.symbols li {
	display: inline-block;
	width: 58px;
	height: 58px;
	border: solid 1px #000;
	background-image: url('img/symbol-sprite.png');
	margin-left: 20px;

    -webkit-border-radius: 2px;
            border-radius: 2px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 2px 0px #000;
            box-shadow: 1px 1px 2px 0px #000;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

li.symbol1 {margin-left: 0px;}
li.symbol2 {background-position: -58px 0;}
li.symbol3 {background-position: -116px 0;}
li.symbol4 {background-position: -174px 0;}
li.symbol5 {background-position: -232px 0;}
li.symbol6 {background-position: -290px 0;}
li.symbol7 {background-position: -348px 0;}
li.symbol8 {background-position: -406px 0;}

.subscribe-box {
	margin-top: -40px;
	height: 60px;
	width: 300px;
	background-color: #70a84d;
	position: relative;
	z-index: 10;

    -webkit-border-radius: 5px;
            border-radius: 5px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 2px 0px #000, inset 1px 1px 2px 0px #fff;
            box-shadow: 1px 1px 2px 0px #000, inset 1px 1px 2px 0px #fff;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5), inset 1px 1px 2px 0px rgba(255, 255, 255, 0.7);
            box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5), inset 1px 1px 2px 0px rgba(255, 255, 255, 0.7);
}

/* Search box */
.subscribe-box #s {
	width: 70%;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 1em;
}

#main {
	margin-top: 20px;
}

/*
 * =Post styles
 */
#content {
 	margin-bottom: 2em;
}
.single #content,
.page #content,
.archive #content {
	display: block;
	position: relative;
	background-color: #fff;
	background-image: url('img/torn-paper-top.png'), url('img/torn-paper-bottom.png');
	background-position: 0 top, 0 bottom;
	background-repeat: repeat-x, repeat-x;
	padding: 1.25em; /* 20 / 16 */
	color: #040404;
}

.archive #content img {

}

/* =Comments
----------------------------------------------- */
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.comment-author .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 0.75em;
	line-height: 2.2em;
}
.commentlist .children li.comment footer {
	margin-left: 50px;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-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;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 1.6em;
	padding: 0;
	top: 1.6em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}

/* Comment Forms */

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-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 {
	color: #555;
	font-size: 1.2em;
	min-width: 60px;
	padding: 4px 10px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-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);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	/*display: none;*/
}

/* =Footer styles */
.footer {
	width: 100%;
}

.large-footer {
	background: #474954 url('img/footer-pattern.gif') repeat;
	padding: 1.5em 0;
}

.footer .widget-area {
/*	background: transparent;
	background: rgba(255, 255, 255, 0.3);*/
/*	padding: 1em;
    width: 268px !important;*/

/*    -webkit-border-radius: 5px;
            border-radius: 5px;


    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;*/
}

.footer .widget-area a {
	color: #444;
}

.footer .widget-area a:hover,
.footer .widget-area a:focus,
.footer .widget-area a:active {
	color: #a8acc4;
}

.bottom-footer {
	background-color: #474954;
	color: #ddd;
	font-size: 0.75em;
	margin-top: 1.5em;
}
.bottom-footer p {
	text-align: center;
}

.copyright {
	font-family: 'Lobster', Corbel, Verdana, sans-serif;
	font-size: 2.4em;
	margin-bottom: .5em;
}

.copyright a {
	color: inherit;
	text-decoration: none;
}

/* =FlexSlider
----------------------------------------------- */
.slides, .flex-control-nav, .flex-direction-nav {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

ol.flex-control-nav {
	bottom: 1em;
	position: absolute;
	text-align: center;
	width: 100%;
	margin-left: 0 !important;
	left: 0 !important;
}

.flex-control-nav li {
	float: none !important;
	display: inline-block;
}

.featured-posts {
	height: 340px;
	position: relative;
}

.flexslider {
	max-width: 620px;
	width: 620px;
	margin: auto !important;
	border: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.flexslider .slides img {
  min-height: 288px;
}

.flex-caption {
	margin: 0;
}

.flex-caption a {
	color: #FFFFFF;
}

/** Hide author for sponsored posts */
.single .tag-sponsored.category-uncategorized .byline {
	display: none;
}
.single #post-7704 footer.entry-meta {
	display: none;
}
