/*
-----------------------------------------------
Author:		Carlos Leopoldo Magaña Zavala
Author URI:	http://techtastico.com
----------------------------------------------- */


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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}

fieldset,img,abbr {
	border: 0;
}

address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,th,var {
	font-style: normal;
	font-weight: 400;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

a {
	text-decoration: none;
}


/* =Common styles
-------------------------------------------------------------- */

body {
	background: #F7F7F1 url(/wp-content/themes/themetastico/images/bg.png) 0 0 repeat;
	color: #516064;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 88%;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
}

a,
a:link, 
a:visited {
	background: transparent;
	color: #999999;
	cursor: pointer;
	outline: none;
	text-decoration: underline;
}

a:hover, 
a:active {
	color: #252525;
	text-decoration: underline;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	margin: 5px 0;
}

input.text,
textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	border: 1px solid #cccccc;
	border-top-color: #888888;
	outline: 0;
	padding: 3px 5px 3px 5px;
}

input.button,
#button-submit-comment {
	background-color: #333333;
	background-image: -moz-linear-gradient(center top, #525252, #333333);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#333333));
	border: none;
	color: #ffffff;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
}


/* =WordPress standart styles
-------------------------------------------------------------- */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

#container {
	margin: 0 auto;
	width: 100%;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

.layout-both #page {
	width: 990px;
}

.menu {
	clear: left;
	height: 35px;
	list-style: none;
	position: relative;
	z-index: 50;
}

#header {
	clear: both;
	height: 100px;
}

#content-box {
	background: #F7F7F7;
	box-shadow: 0 0 3px #dddddd;
	-moz-box-shadow: 0 0 3px #dddddd;
	-webkit-box-shadow: 0 0 3px #dddddd;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

#content {
	background: #ffffff;
	float: left;
	width: 680px;
}

.layout-left #content {
	float: right;
	width: 680px;
}

.layout-both #content {
	margin: 0 200px;
	width: 590px;
}

.error404 #content {
	min-height: 400px;
	width: 100%;
	height: 400px;
}

.page-template-page-no-sidebar-php #content {
	width: 100%;
}

.sidebar {
	float: right;
	overflow: hidden;
	width: 270px;
}

.layout-left .sidebar {
	float: left;
}

.layout-both .sidebar {
	float: left;
	width: 180px;
}

.layout-both #sidebar-1 {
	margin: 0 0 0 -100%;
}

* html .layout-both div#sidebar-1 {
	left: 20px;
	position: relative;
}

.layout-right #sidebar-2 {
	clear: right;
}

.layout-left #sidebar-2 {
	clear: left;
}

.layout-both #sidebar-2 {
	margin: 0 0 0 -180px;
}

#footer {
	border-top: 1px solid #B5D5E8;
	clear: left;
	margin: 20px 0 20px 0;
	overflow: hidden;
}


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

#navigation-top {
	background-color: #2F749E;
	background-image: -moz-linear-gradient(center top, #3183B5, #2F749E);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3183B5), to(#2F749E));
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 0 3px #255F82;
	-moz-box-shadow: 0 0 3px #255F82;
	-webkit-box-shadow: 0 0 3px #255F82;
	left: 310px;
	position: relative;
	top: 30px;
	width: 650px;
	height: 50px;
	z-index: 597;
}

#navigation-top .menu {
	float: left;
	margin: 0 0 0 10px;
	position: absolute;
	width: 400px;
} 

.menu li {
	float: left;
	position: relative;
	vertical-align: middle;
	zoom: 1;
}

.menu li.hover, 
.menu li:hover {
	cursor: default;
	position: relative;
	z-index: 599;
}

.menu ul {
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	left: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	visibility: hidden;
	z-index: 598;
}

.menu ul li {
	float: none;
}

.menu ul ul {
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	left: 99%;
	position: absolute;
	top: 0;
}

.menu li:hover > ul {
	visibility: visible;
}

.menu a, 
.menu a:link, 
.menu a:visited {
	color: #ffffff;
	display: block;
	font-size: 15px;
	line-height: 50px;
	padding: 0 10px 0 10px;
	text-decoration: none;
	text-shadow: -1px 1px 1px #333333;
}

.menu a:hover, 
.menu a:active, 
.menu .current_page_item a {
	background: #378CBF;
	color: #FFFFCC;
	text-decoration: none;
	text-shadow: none;
}

.menu ul a, 
.menu ul a:link, 
.menu ul a:visited {
	background: #2F749E;
	border: none;
	border-bottom: 1px solid #2F749E;
	border-right: 1px solid #2F749E;
	display: block;
	line-height: 30px;
	width: 200px;
}

.menu ul a:hover, 
.menu ul a:active {
	background: #378CBF;
}


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

#logo {
	float: left;
	position: absolute;
	top: 20px;
	z-index: 599;
}

#logo a {
	color: #2E72A1;
	font-weight: bold;
	font-family: Helvetica Neue,Arial,sans-serif;
	font-size: 2.4em;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 70px;
	padding-top: 60px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff;
}

#header-top-links {
	font-size: .8em;
	line-height: 1em;
	position: absolute;
	text-align: right;
	top: 5px;
	width: 960px;
	z-index: 596;
}

#header-top-links ul,
#header-top-links li {
	list-style: none;
}

#header-top-links li {
	display: inline;
}

#header-top-links a {
	color: #007FB0;
	margin: 0 0 0 20px;
	text-decoration: none;
}

#header-top-links a:hover {
	color: #0088CC;
	text-decoration: underline;
}

#search-box-top {
	float: right;
	height: 50px;
	width: 220px;
}

#search-box-top input.text {
	background-color: #E1E8ED;
	background-image: -moz-linear-gradient(center top, #E1E8ED, #ffffff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E1E8ED), to(#ffffff));
	border-top: 1px solid #525252;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #525252;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	display: block;
	float: left;
	margin: 10px 0 0;
	outline: none;
	padding: 0 5px;
	width: 155px;
	height: 25px;
}

#search-box-top input.button {
	background: #333333 url("/wp-content/themes/themetastico/images/sprite.gif") 0 0 no-repeat;
	border: none;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	margin: 10px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 33px;
	height: 27px;
}


/* =Entry
-------------------------------------------------------------- */

.entry,
.sticky {
	display: block;
	margin: 20px;
	overflow: hidden;
	zoom: 1;
}


/* =Headline area
-------------------------------------------------------------- */

.headline-area {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.entry-title {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 110%;
	margin: 0 0 10px 0;
	text-shadow: -1px 1px 1px #CCCCCC;
}

.entry-title, 
.entry-title a {
	color: #555555;
	text-decoration: none;
}

.headline-meta {
	border-bottom: 1px solid #F1F1F1;
	color: #979797;
	font-size: .9em;
	font-style: italic;
	overflow: hidden;
	padding-bottom: 5px;
}

.headline-meta a,
.headline-meta a:link,
.headline-meta a:visited {
	color: #676767;
	text-decoration: none;
}

.headline-meta a:hover,
.headline-meta a:active {
	text-decoration: underline;
}

.headline-meta .avatar {
	border: 1px solid #999999;
	float: left;
	margin: 0 8px 0 0;
}

.comments-link {
	float: right;
	text-align: right;
	width: 25%;
}

.comments-link a {
	background: transparent url("/wp-content/themes/themetastico/images/sprite.gif") 0 -320px no-repeat;
	padding-left: 20px;
}

/* =Entry text
-------------------------------------------------------------- */

.entry-content,
.format-text {
	font-size: 1.05em;
	margin: 0 0 10px 0;
}

.format-text a,
.format-text a:link,
.format-text a:visited {
	color: #007FB0;
}

.format-text a:hover,
.format-text a:active {
	color: #0088CC;
}

.format-text strong,
.format-text b {
	font-weight: bold;
}

.format-text em,
.format-text i {
	font-style: italic;
}

.format-text h1 {
	font-size: 1.6em;
}

.format-text h2 {
	font-size: 1.4em;
}

.format-text h3 {
	font-size: 1.3em;
}

.format-text h4 {
	font-size: 1.2em;
}

.format-text h5 {
	font-size: 1.1em;
}

.format-text h6 {
	font-size: 1.05em;
}

.format-text p,
.format-text ul, 
.format-text ol {
	padding: 0 0 1.1em;
}

.format-text ul ul, 
.format-text ul ol, 
.format-text ol ul, 
.format-text ol ol {
	padding: 0;
}

.format-text ul {
	list-style-type: square;
	margin-left: 1.3em;
}

.format-text dt {
	font-weight: 500;
}

.format-text dd {
	margin-left: 1.3em;
}

.format-text ol {
	list-style-type: decimal;
	margin-left: 1.8em;
}

.format-text em {
	font-style: italic;
}

.format-text code {
	font-family: "Courier New", Courier, monospace;
	overflow: hidden;
}

.format-text pre code {
	clear: both;
	display: block;
	font-size: 1.2em;
	margin: 5px 0 15px 0;
	overflow: auto;
	padding: 10px;
	white-space: pre;
	width: 640px;
}

.format-text blockquote code, 
.format-text li pre code {
	width: 600px;
}

.format-text blockquote {
	font-size: 1em;
	font-style: italic;
	line-height: 1.6em;
	margin: 10px 40px 10px 10px;
	padding: 0 0 0 30px;
}

.format-text acronym, 
.format-text abbr {
	border-bottom: 1px dashed #999999;
	cursor: help;
}

.format-text table {
	border: 1px dotted #d7d7d7;
	border-collapse: collapse;
	width: 100%;
}

.format-text th {
	border-bottom: 2px solid #d7d7d7;
	font-weight: 500;
	padding: 5px 3px;
	text-align: center;
	vertical-align: middle;
}

.format-text td {
	padding: 3px;
}

.format-text .nota, 
.format-text .note {
	background: #f8f8f8;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 5px;
}


/* =Entry media
-------------------------------------------------------------- */

.format-text .aligncenter, 
.format-text embed {
	display: block;
	margin: 5px auto;
}

.format-text .alignright {
	float: right;
	margin: 5px 0 5px 5px;
}

.format-text .alignleft {
	float: left;
	margin: 5px 5px 5px 0;
}

.wp-caption {
	background: #f1f1f1;
	padding-top: 4px;
	text-align: center;
}

.wp-caption img {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-caption-dd {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 4px 5px;
}

.wp-caption-text {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 4px 5px;
}


/* =Entry gallery
-------------------------------------------------------------- */

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	font-size: .8em;
	margin-left: 0;
}

.gallery br {
	clear: both;
}


/* =Attachment
-------------------------------------------------------------- */

.entry-attachment {
	text-align: center;
}

.entry-caption {
	font-size: .9em;
}

#nav-images {
	overflow: hidden;
}

#nav-images .nav-previous {
	float: left;
}

#nav-images .nav-next {
	float: right;
}


/* =Archives and excerpts
-------------------------------------------------------------- */

#archive-header {
	margin: 20px;
}

#archive-title,
#archive-title a {
	text-decoration: none;
}

.home .showexcerpt,
.archive .entry,
.search-results .entry {
	border-bottom: 1px solid #dddddd;
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
	padding-bottom: 10px;
	zoom: 1;
}

.showexcerpt-meta a,
.showexcerpt-meta a:link,
.showexcerpt-meta a:visited {
	font-weight: bold;
	text-decoration: none;
}

.showexcerpt-meta a:hover,
.showexcerpt-meta a:active {
	text-decoration: underline;
}

a.thumbnail-link {
	display: block;
	float: left;
	margin: 5px 15px 0 0;
}

.thumbnail-link .thumbnail {
	border: 1px solid #666666;
	margin-bottom: 10px;
}

.showexcerpt .entry-title {
	margin: 5px 0;
}

.showexcerpt .entry-title a {
	font-size: .65em;
	text-decoration: none;
}

.showexcerpt .headline-area {
	border: none;
	margin-bottom: 0;
}

.showexcerpt .format-text {
	font-size: .9em;
}

.showexcerpt-meta {
	font-size: .8em;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}


/* =Entry meta
-------------------------------------------------------------- */

.entry-meta {
	background: #F7F7F7;
	border: 1px solid #E7E7E7;
	clear: both;
	display: block;
	font-size: .85em;
	overflow: hidden;
	padding: 0 0 5px 0;
	zoom: 1;
}

.entry-meta a {
	color: #516064;
}

.comments-respond {
	float: right;
	margin: 10px 10px 0 0;
	text-align: right;
	width: 25%;
}

.comments-respond a {
	background: url("/wp-content/themes/themetastico/images/sprite.gif") no-repeat scroll 0 -320px transparent;
	padding: 0 0 0 20px;
}

.entry-categories {
	display: block;
	margin: 10px 0 0 10px;
}

.entry-tags {
	clear: both;
	display: block;
	margin: 0 10px;
}

.entry-tags a {
	padding: 1px 5px 1px 5px;
}

.entry-tags a:hover {
	background: #E1E1E1;
	text-decoration: none;
}

.share-entry {
	margin: 5px 0 0 0;
	overflow: hidden;
	padding: 4px 0 5px 10px;
}

.share-entry ul {
	float: right;
}

.share-entry ul, 
.share-entry li {
	display: inline;
	list-style-type: none;
}

.share-entry a,
.share-entry iframe {
	border: none;
	display: block;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 105px;
	height: 21px;
}

.buttons-box a {
	width: 50px;
	height: 65px;
}

.buttons-box iframe {
	margin-right: 25px;
	width: 77px;
	height: 65px;
}

.share-facebook a {
	margin-right: 25px;
	width: 85px;
}

.buttons-box .share-twitter iframe {
	margin-top: 4px;
}

.buttons-box .like-facebook iframe {
	margin-top: 6px;
}

.buttons-box .share-facebook a {
	margin-top: 4px;
}

.fb_share_no_count {
	display: block !important;
}

.buttons-box .google-buzz-button {
	margin-right: 25px !important;
}

.buttons-standart a,
.buttons-standart iframe {
	margin-right: 15px;
	width: 85px;
}

.share-email a {
	background: #E8F3F9;
	border: 1px solid #9DC5E0;
	color: #2A7090;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	width: 55px;
	height: 18px;
}

.buttons-box .share-email a {
	margin-top: 45px;
}

.share-email a:hover {
	border: 1px solid #8BB1CA;
	text-decoration: none;
}


/* =Post navigation
-------------------------------------------------------------- */

#nav-posts {
	margin: 0 20px 20px 20px;
	overflow: hidden;
}

#nav-posts .previous-post {
	float: left;
}

#nav-posts .next-post {
	float: right;
}


/* =Slideshow
-------------------------------------------------------------- */

.featured-slider-container {
	background-color: #2F749E;
	background-image: -moz-linear-gradient(center top, #3183B5, #2F749E);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3183B5), to(#2F749E));
	box-shadow: 0 0 3px #255F82;
	-moz-box-shadow: 0 0 3px #255F82;
	-webkit-box-shadow: 0 0 3px #255F82;
	color: #ffffff;
	clear: both;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 0;
}

.featured-slider {
	float: left;
	overflow: hidden;
	position: relative;
	width: 640px;
}

.featured-slider-no-js .featured-slider {
	height: 300px;
	overflow: auto !important;
	padding-right: 20px;
}

.featured-slider .panel {
	display: block;
	float: left;
	width: 640px;
}

.layout-both .featured-slider,
.layout-both .featured-slider .panel {
	width: 540px !important;
}

.featured-slider a {
	color: #ffffff;
}

.featured-slider .panel-container {
	padding: 20px;
}

.featured-slider .panel-content_box {
	position: relative;
}

.featured-slider p.loading {
	padding: 20px;
	text-align: center;
}

.featured-title a {
	text-decoration: none;
	text-shadow: -1px 1px 1px #333333;
}

.featured-slider a.thumbnail-link {
	float: left;
	margin: 3px 18px 0 0;
	min-height: 150px;
}

.featured-continue {
	background: transparent url("/wp-content/themes/themetastico/images/sprite.gif") right -410px no-repeat;
	display: block;
	float: right;
	height: 22px;
	padding: 0 15px 0 0;
	text-align: right;
	width: 220px;
}

.featured-continue a {
	font-weight: 400;
	text-decoration: none;
	text-shadow: -1px 1px 1px #333333;
}

.featured-continue a:hover {
	text-decoration: underline;
}

.featured-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
}

.featured-nav li {
	display: inline;
}

.featured-nav li a {
	background: transparent url("/wp-content/themes/themetastico/images/sprite.gif") 0 -440px no-repeat;
	display: block;
	float: left;
	font-size: 0;
	line-height: 0;
	margin-right: 1px;
	text-indent: -9999px;
	width: 30px;
	height: 14px;
}

.featured-nav a.current {
	background: transparent url("/wp-content/themes/themetastico/images/sprite.gif") -50px -440px no-repeat;
}


/* =Search results
-------------------------------------------------------------- */

.blog-search-content {
	background: #F7F7F7;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
}

.blog-search-content .text {
	height: 17px;
	width: 80%;
}

.blog-search-content .button {
	margin: 0 0 0 10px;
	width: 10%;
}


/* =Ads
-------------------------------------------------------------- */

.ads {
	display: block;
	margin: 10px auto 10px auto;
	overflow: hidden;
	text-align: center;
	zoom: 1;
}

.ads-header {
	background: #ffffff;
	margin: 10px auto 0 auto;
	padding: 10px 0;
}

#ads-post2 {
	text-align: left;
}

.ads div,
.ads p,
.ads iframe {
	margin: 0 auto;
}


/* =Pagination
-------------------------------------------------------------- */

.pagination, 
.paginated-comments-links {
	margin: 40px 10px 20px 10px;
	text-align: center;
}

.pagination a, 
.pagination a:link, 
.pagination a:visited,
.paginated-comments-links a,
.paginated-comments-links a:link,
.paginated-comments-links a:visited {
	background-color: #EFEFEF;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #EFEFEF);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF));
	border: 1px solid #cccccc;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	color: #666666;
	font-size: .9em;
	font-weight: bold;
	margin: 2px 4px;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
}

.pagination a:hover, 
.pagination a:active,
.paginated-comments-links a:hover, 
.paginated-comments-links a:active {
	background-color: #EBEBEB;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #EBEBEB);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EBEBEB));
	border: 1px solid #999999;
	box-shadow: 0 0 3px #999999;
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	text-decoration: none;
}

.pagination span.pages, 
.pagination span.current, 
.paginated-comments-links span.current {
	background: #dddddd;
	border: 1px solid #cccccc;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	color: #999999;
	font-size: .9em;
	margin: 2px 4px;
	padding: 4px 10px 4px 10px;
}


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

#comments {
	margin: 30px 20px;
}

#comments h3 {
	clear: both;
	font-size: 1.5em;
	margin: 10px 0;
}

.comments-top-links {
	font-size: .8em;
	text-align: right;
}

.comment-list,
.ping-list {
	clear: both;
	list-style: none;
}

.comment {
	margin: 20px 10px 0 10px;
	list-style: none;
}

.children .comment {
	margin-left: 20px;
}

.comment-author {
	font-weight: bold;
	overflow: hidden;
}

.comment-author img {
	border: 1px solid #dddddd;
	float: left;
	margin: 0 10px 0 0;
}

.comment-meta {
	font-weight: normal;
	line-height: 1em;
}

.comment-list .comment-meta {
	background: transparent url(/wp-content/themes/themetastico/images/sprite.gif) 0 -460px no-repeat;
	font-size: .85em;
	padding: 0 0 17px 0;
}

.bypostauthor .comment-meta {
	background: transparent url(/wp-content/themes/themetastico/images/sprite.gif) 0 -510px no-repeat;
}

.ping-list .comment-meta {
	display: block;
	font-size: .8em;
}

.comment-content,
.bypostauthor ul .comment-content {
	background: #f7f7f7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	display: block;
	overflow: auto;
	zoom: 1;
}

.bypostauthor .comment-content {
	background: #e9e9e9;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.comment-content p {
	margin: 10px;
}

.comment-content blockquote {
	padding: 0 0 0 30px;
}

.comment-content code {
	font-family: "Courier New", Courier, monospace;
	padding: 0 2px;
	white-space: nowrap;
}

.ping-list .comment-content {
	font-size: .85em;
}

.reply-comment-link {
	text-align: right;
}

.reply-comment-link a {
	background: transparent url("/wp-content/themes/themetastico/images/sprite.gif") 0 -345px no-repeat;
	padding: 3px 5px 3px 25px;
	text-decoration: none;
}

.reply-comment-link a:hover {
	background: transparent url("/wp-content/themes/themetastico/images/sprite.gif") 0 -375px no-repeat;
	color: #454545;
}

#comments-list .unapproved {
	background: #F7F7F7;
	display: block;
	padding: 5px 10px;
}


/* =Trackbacks
-------------------------------------------------------------- */

.ping-list {
	list-style: none;
}

.ping-list li {
	margin: 0 10px 10px 10px;
}

.ping-list .comment-content {
	background: none;
	border: none;
	margin: 0 10px;
}


/* =Respond
-------------------------------------------------------------- */

#respond {
	background-color: #EFEFEF;
	background-image: -moz-linear-gradient(center top, #fdfdfd, #EFEFEF);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF));
	border: 1px solid #cccccc;
	box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	margin: 10px 0;
	padding: 10px;
}

#cancel-comment-reply-link {
	float: right;
	margin: 0 10px;
}

#reply-title small {
	font-size: .7em;
}

.comment-notes {
	font-size: .9em;
	font-style: italic;
	margin: 10px 0 0 0;
}

#respond span.required {
	font-size: .8em;
	font-style: italic;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	display: block;
	font-size: .95em;
	width: 50%;
}

.comment-form-comment textarea {
	width: 98%;
	font-size: 1.25em;
	height: 150px;
}

.form-submit {
	margin: 10px 0;
	text-align: right;
}

#button-submit-comment {
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	font-size: .95em;
	width: 170px;
	height: 27px;
}

#button-submit-comment {
	-moz-box-shadow: 0 0 3px #999999;
}


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

.widgets {
	list-style: none;
	margin: 0;
	overflow: hidden;
}


/* =Widget container
-------------------------------------------------------------- */

.widget-container {
	display: block;
	margin: 0 10px 10px 10px;
	overflow: hidden;
	zoom: 1;
}

.widget-title {
	border-bottom: 2px solid #D1D1D1;
	color: #666666;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 30px;
}

.widget-container ul {
	overflow: hidden;
}

.widget-container li {
	background: transparent url("/wp-content/themes/themetastico/images/sprite.gif") 5px -558px no-repeat;
	border-bottom: 1px dashed #E7E7E7;
	line-height: 1.5em;
	list-style: none;
	padding: 4px 0 4px 15px;
}

.widget-container li ul {
	margin: 0;
	overflow: hidden;
}

.widget-container li li {
	border: none;
	margin-right: 5px;
}

.widget-container p {
	margin-bottom: .8em;
}

.widget-container a {
	color: #999999;
	text-decoration: none;
}

.widget-container a:hover {
	text-decoration: underline;
}

.widget-container .aligncenter {
	margin: 10px auto;
	text-align: center;
}


/* =Widget calendar
-------------------------------------------------------------- */

.widget_calendar table {
	border-collapse: collapse;
	width: 100%;
}

.widget_calendar caption {
	font-size: 1.1em;
	text-align: center;
}

.widget_calendar th {
	text-align: center;
	width: 14%;
}

.widget_calendar td {
	text-align: center;
}

.widget_calendar .pad {
	border: none;
}

.widget_calendar #prev {
	text-align: left;
	width: 40%;
}

.widget_calendar #next {
	text-align: right;
	width: 40%;
}

.widget_calendar a {
	text-decoration: underline;
}


/* =Widget tag cloud
-------------------------------------------------------------- */

.widget_tag_cloud div {
	text-align: center;
}

.widget_tag_cloud a {
	margin: .3em;
	padding: .1em;
	text-decoration: none;
}

.widget_tag_cloud a:hover {
	background: #F7F7F7;
	text-decoration: none;
}


/* =Widget follow us
-------------------------------------------------------------- */

.widget-themetastico-followus {
	height: 150px;
}

.layout-both .widget-themetastico-followus {
	background: none;
}

.follow-us-slogan {
	background: transparent url("/wp-content/themes/themetastico/images/sprite.gif") 0 -30px no-repeat;
	color: #656565;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 60px;
	text-align: center;
	text-shadow: 1px 1px 3px #ffffff;
	width: 105px;
	height: 150px;
}

.layout-both .follow-us-slogan {
	display: none;
}

.follow-us-links {
	float: right;
	overflow: hidden;
	width: 140px;
}

a.followus-subscribers, 
a.followus-followers,
a.followus-fanspage {
	display: block;
	float: right;
	margin: 5px 0;
	padding: 5px;
	text-decoration: none;
	width: 130px;
}

a.followus-subscribers:hover,
a.followus-followers:hover,
a.followus-fanspage:hover {
	background: #f1f1f1;
	text-decoration: none;
}

.followus-icon {
	background: url(/wp-content/themes/themetastico/images/sprite.gif) 0 -190px no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
}

.followus-followers .followus-icon {
	background-position: 0 -222px;
}

.followus-fanspage .followus-icon {
	background-position: 0 -254px;
}

.followus-service {
	color: #656565;
	display: block;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 100%;
	text-shadow: -1px 1px 1px #ffffff;
	width: 90px;
}

.followus-tagline {
	color: #3A2518;
	display: block;
	float: right;
	font-size: .8em;
	line-height: 120%;
	text-decoration: none;
	width: 90px;
}


/* =Widget newsletter and =Widget search 
-------------------------------------------------------------- */

.widget_search input.text,
input.newsletter-text {
	background-color: #E1E8ED;
	background-image: -moz-linear-gradient(center top, #E1E8ED, #ffffff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E1E8ED), to(#ffffff));
	border-top: 1px solid #525252;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #525252;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	display: block;
	float: left;
	margin: 10px 0 0 5px;
	width: 160px;
	height: 20px;
}

* html .widget_search input.text,
* html input.newsletter-text {
	display: inline;
}

.layout-both .widget_search .text,
.layout-both .newsletter-text {
	width: 70px;
}

.widget_search input.button,
input.newsletter-button {
	background-color: #333333;
	background-image: -moz-linear-gradient(center top, #525252, #333333);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#333333));
	border: none;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	display: block;
	float: left;
	margin: 10px 0 0;
	width: 74px;
	height: 28px;
}

* html .widget_search input.button,
* html input.newsletter-button {
	display: inline;
}

.widget-themetastico-newsletter p {
	clear: both;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 5px 5px 0 5px;
}


/* =Widget text
-------------------------------------------------------------- */

.textwidget {
	padding-bottom: 10px;
}


/* =Widget recent comments
-------------------------------------------------------------- */

.recentcomments a {
	display: inline;
	margin: 0;
	padding: 0;
}


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

#footer a {
	color: #007FB0;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-style: normal;
	line-height: 21px;
	text-decoration: none;
}

#footer-content-box {
	font-size: 12px;
	margin: 10px auto;
}

#footer-container {
	border-left: 1px solid #B5D5E8;
	color: #84BBD3;
	float: right;
	font-family: Georgia,Times New Roman,serif;
	font-style: italic;
	padding: 10px 20px;
	width: 870px;
}

#footer-rss {
	float: right;
	width: 48px;
}

.footer-menu {
	list-style: none;
	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style: none;
}

.footer-menu li:after {
	content: " / ";
}

#footer-links {
	float: left;
	padding-left: 10px;
	width: 670px;
}

#footer p {
	font-size: 12px;
	line-height: 21px;
	margin: 10px 0;
}

#footer-rss a {
	background: transparent url("/wp-content/themes/themetastico/images/sprite.gif") 0 -290px no-repeat;
	display: block;
	margin: 15px auto;
	text-indent: -9999px;
	width: 29px;
	height: 29px;
}


/*
     FILE ARCHIVED ON 21:08:24 May 03, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:10:00 Apr 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.689
  captures_list: 0.726
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 5.936
  LoadShardBlock: 51.713 (3)
  PetaboxLoader3.datanode: 67.752 (4)
  load_resource: 619.469
  PetaboxLoader3.resolve: 583.575
*/