/*
Theme Name: lovecolors
Theme URI: 
Version: 3
/* Google Fonts Import
--------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/* Reset --------------------------------------------- */



/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/

html, body {
	eight:100%;
}
a {
	outline:none;
	outline:0;
}
::selection {
	background: #000;
	color:#fff;
}

::-moz-selection {
 background: #000;
 color:#fff;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#content address {
	padding: 0 0 20px 0;
}
#content abbr, acronym {
	border-bottom: .1em dotted;
}
#content pre, code, tt {
	font-size: 1.1em;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General Structure and Styles --------------------------------------------- */


body {
	background:#f7f7f7 url(images/bg-page.jpg) repeat-x;
	font-family: arial, helvetica, sans-serif;
	color: #777;
}
#page {
	max-width: 960px;
	margin: 0px auto;
	padding:0 10px 30px;
	z-index: 0;
}
#wrap {
	margin:20px 0;
	padding:0;
	overflow: hidden;
}
#main {
	width: 67.7%;
	float: left;
	overflow: hidden;
	border-top: 4px solid #dadada;
	padding:10px 0 0 0;
}
#content {
	width: 100%;
	float: left;
}
aside.sidebar {
	border-top: 4px solid #dadada;
	padding:0px;
	width: 28.125%;
	float: right;
}
#secondary {
	width: 100%;
}
#tertiary {
	width: 100%;
	overflow: hidden;
}
.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* Headlines --------------------------------------------- */


#content h1 {
	margin:26px 0 12px;
	font: 1.4em/1.4 'PT Sans Narrow', arial, sans-serif;
}
#content h2 {
	margin:26px 0 12px;
	font: 1.3em/1.4 'PT Sans Narrow', arial, sans-serif;
}
#content h3 {
	margin: 26px 0 12px;
	font: 1.2em/ 1.4 'PT Sans Narrow', arial, sans-serif;
}
#content h4 {
	margin: 22px 0 12px;
	font: 1.1em/1.4 'PT Sans Narrow', arial, sans-serif;
}
#content h5 {
	margin: 22px 0 10px;
	font: 1em/1.3 'PT Sans Narrow', arial, sans-serif;
}
#content h6 {
	margin: 20px 0 10px;
	font: .9em/1.3 'PT Sans Narrow', arial, sans-serif;
}
/* Links --------------------------------------------- */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #777!important;
	text-decoration: none;
}
/* Lists --------------------------------------------- */

#content .post ul, #content .page ul, .commentlist ul {
	padding:7px 0 7px 30px;
	line-height: 1.3;
}
#content .post ul li, #content .page ul li, .commentlist ul li {
	padding:0 0 12px;
	list-style: square;
}
#content .post ol, #content .page ol, .commentlist ol {
	padding:7px 0 7px 30px !important;
	line-height: 1.3;
}
#content .post ol li, #content .page ol li, .commentlist ol li {
	padding:0 0 12px;
	list-style: decimal;
}
#content .post ol ol li, #content .page ol ol li, .commentlist ol ol li {
	list-style: upper-alpha;
}
#content .post ol ol ol li, #content .page ol ol ol li, .commentlist ol ol ol li {
	list-style: lower-roman;
}
#content dl {
	margin:0;
	padding: 0;
}
#content dt {
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px;
}
#content dd {
	margin: 0;
	padding: 0 0 10px 15px;
}
/* Header --------------------------------------------- */

#logo-search {
	height:92px;
}
#site-title {
	margin:20px 0 0 0;
	float:left;
}
#site-title h1 {
	margin: 0 10px 0 0;
	font-size: 2.1em;
	line-height:1.2;
	font-weight: bold;
	text-transform:uppercase;
	display: block;
	float: left;
}
#site-title h1 a:hover {
	text-decoration:none;
}
#site-title h2 {
	font:italic .9em 'PT Sans Narrow', Times, serif;
	color: #777;
	margin: 17px 0 0 0;
}
header#branding img.headerimage {
	width: 100%;
	height: auto;
	margin-top: 12px;
}
header#branding img.attachment-headerimage.wp-post-image {
	width: 100%;
	height: auto;
}
hgroup#site-title img {
	max-width: 100%;
}
/************************************************************************************



SEARCH FORM



*************************************************************************************/



header .searchform {
	float:right;
	margin:30px 0 0 0;
}
header .searchform #s {
	border: 1px solid #ccc;
	width: 120px;
	padding-left: 28px;
	background: #f0f0f0 url(images/search.png) no-repeat 8px center;
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow: 0 -1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.3);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
header .searchform .searchsubmit {
	display:none;
}
/* Navigations



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



/* --- Main Nav --- */

#branding #mainnav {
	margin: 0;
	max-width: 70%;
	float:left;
}
#branding #mainnav ul li {
	float: left;
	list-style: none;
	position: relative;
}
#branding #mainnav ul li a {
	margin:0;
	padding:6px 14px;
	display: block;
	font-size: .75em;
	font-weight:bold;
	text-transform: uppercase;
	color:#989898;
	border-right: 1px solid #bababa;

}
#branding #mainnav ul li:first-child {
	margin: 0px;
	border-left: 1px solid #bababa;
}
#branding #mainnav ul li a:hover {
	background:#bdbdbd;
	color: #999;
	text-decoration: none;
}
#branding #mainnav ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#branding #mainnav ul ul ul {
	left: 100%;
	top: 0;
}
#branding #mainnav ul ul a {
	background: #F9F9F9;
	padding: 9px 14px;
	width: 11em;
	height: auto;
	text-transform: none;
}
#branding #mainnav li:hover > a, #branding #mainnav ul ul :hover > a {
	background: #F0F0F0;
}
#branding #mainnav ul ul a:hover {
	background: #F0F0F0;
}
#branding #mainnav ul li:hover > ul {
	display: block;
}
/* --- Social Nav --- */

#socialnav {
	float:right;
	margin:5px 0 0 0;
}
#social {
	width:60px;
}
#social li {
	float:left;
}
#social li a {
	margin:0 3px 0 0;
}
 #social li a::last-child {
 margin:0;
}
.nav-facebook a {
	background:url(images/ico-facebook.png) top no-repeat;
	width:16px;
	height:17px;
	text-indent:-9000px;
	display:block;
}
.nav-facebook a:hover {
	background:url(images/ico-facebook.png) bottom no-repeat;
	width:16px;
	height:17px;
	text-indent:-9000px;
	display:block;
}
.nav-twitter a {
	background:url(images/ico-twitter.png) top no-repeat;
	width:16px;
	height:17px;
	text-indent:-9000px;
	display:block;
}
.nav-twitter a:hover {
	background:url(images/ico-twitter.png) bottom no-repeat;
	width:16px;
	height:17px;
	text-indent:-9000px;
	display:block;
}
.nav-rss a {
	background:url(images/ico-rss.png) top no-repeat;
	width:16px;
	height:17px;
	text-indent:-9000px;
	display:block;
}
.nav-rss a:hover {
	background:url(images/ico-rss.png) bottom no-repeat;
	width:16px;
	height:17px;
	text-indent:-9000px;
	display:block;
}
/* --- Sub Nav --- */

nav#subnav {
	margin:0;
	padding:0;
	overflow: hidden;
}
nav#subnav ul.menu {
	margin: 0;
	padding:0;
	overflow: hidden;
}
nav#subnav ul.menu li.menu-item {
	/*width: 14.2468%;*/
	margin:0px;
	float: left;
	list-style: none;
	border-right:1px solid #b7b7b7;
}
nav#subnav ul.menu li.menu-item:first-child {
	border-left:1px solid #b7b7b7;
}
nav#subnav ul.menu li.menu-item:hover {
	background:#c6c6c6;
}
nav#subnav ul.menu li.menu-item a {
	font-size: .7em;
	text-transform: uppercase;
	font-weight: bold;
	color:#818181;
	display:block;
	padding:12px 10px;
}
nav#subnav ul.menu li.menu-item ul.sub-menu {
	margin: 0;
	padding: 6px 0 0;
	overflow: hidden;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
	width: 100%;
	letter-spacing: 0;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item a {
	font-size: .8em;
	font-weight: normal;
	line-height:2;
	text-transform: none;
}
/* Posts --------------------------------------------- */

#content .post {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	border-top: 1px solid #dadada;
	clear: both;
	font-size: 1em;
	line-height: 1.6;
}
#content article .post {
	border-top: 10px solid #CC3;
}
#content .entry-header h2.entry-title {
	margin:0 0 20px 0;
	padding:0;
	border-bottom:1px dashed #dadada;
	background:url(images/ico-love.png) no-repeat 0 15px;
	font: 1.7em/1.4 'PT Sans Narrow', arial, sans-serif;
}
#content .entry-header h2.entry-title a {
	padding:0 0 0 15px;
	color:#818181;
	margin: 0;
}
#content .entry-header h2.entry-title a:hover {
	color: #777;
	text-decoration: none;
}
#content .post p {
	padding: 0 0 10px;
}
#content .entry-details {
	width: 134px;
	padding: 0 0 40px 0;
	float: left;
	background:#dadada url(images/bg-aside-post.png) bottom no-repeat;
	;
}
#content .entry-details time {
	background:#cccccc;
	color:#737373;
	display:block;
	text-align:center;
	margin:5px;
	font: .75em/1.6 Arial, Helvetica, sans-serif;
}
#content .entry-details .categorias {
	margin:5px;
	font: .6em/1.6 Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#737373;
}
#content .entry-details .categorias a {
	background:#d5d5d5 url(images/ico-flecha-01.png) no-repeat 4px 6px;
	padding:0 0 0 10px;
	border-bottom:1px dashed #c1c1c1;
	margin:0;
	width:90%;
	display: inline-block;
	color:#9c9c9c;
}
#content .entry-details .categorias a:hover {
	color:#000;
}
#content .entry-details .comentarios {
	margin-bottom:20px;
}
#content .entry-details .comentarios a {
	margin:5px;
	font: .6em/1.6 Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#737373;
	background:url(images/ico-comentarios.png) 0 2px no-repeat;
	padding:0 0 0 18px;
}
#content .entry-details .comentarios a:hover {
	color:#000;
}
#content .entry-details .edit a {
	margin:5px auto;
	font: .6em/1.6 Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	text-align:center;
	display:block;
}
#content .entry-content {
	width: 76%;
	margin: 0;
	float: right;
 	background:#;
	padding:0 10px 10px;
	font: .8em/1.6 Arial, Helvetica, sans-serif;
}
#content .entry-content p a {
	text-decoration:underline;
}
#content .post img.wp-post-image {
	width: 140px;
	height: auto;
	padding: 0;
}
#content .entry-meta p {
	padding: 15px 0 0;
	font: italic .8em/1.5 'PT Sans Narrow', Times, serif;
}
#content .entry-meta a {
	padding: 15px 0 0;
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-style: normal;
}
.page-link {
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
	padding: 5px 20px;
	overflow: hidden;
	font-size: .9em;
}
.page-link a {
	font-weight: bold;
	margin: 0 1px;
}
.page-link a:hover {
	text-decoration: none;
}
/* --- Sticky Post --- */

#content .sticky {
	border-top: 1px solid #ddd;
	background-color: #F0F0F0;
	padding: 15px 10px;
	overflow: hidden;
}
/* --- Post Typography --- */

#content strong {
	font-weight: bold;
}
#content p em {
	font-family:'PT Sans Narrow', Times, serif;
	font-style: italic;
}
#content em {
	font-family:'PT Sans Narrow', Times, serif;
	font-style: italic;
	font-size: .9em;
}
#content p small {
	font-size: .8em;
}

#content .entry-content h3{
	font: 1em/1.6 Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content .post blockquote, #content .page blockquote {
	border-radius:10px;
	background:#f0f0f0;
	margin: 10px;
	padding: 10px 40px 0;
	overflow: hidden;
	font-size:0.9em;
	font-color:#363636;
}
#content .single-entry-content blockquote {
	margin: 20px 20px 10px 20px;
	background: none;
}
#content blockquote cite {
	margin: 10px 0 0 0;
	padding: 0 25px 15px 0;
	float: right;
	font: normal .8em 'PT Sans Narrow', arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#content pre {
	background-color: #f0f0f0;
	font-family: monospace;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 10px;
}
#content p.nocomments {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/* --- Post Images and Video --- */

#content img {
	max-width:95%;
	height: auto;
	margin: 5px auto;
	padding: 0;
	padding:4px;
	border:2px solid #dadada;
	display:block;
}
#content img.aligncenter {
	margin: 5px auto;
}
#content img.alignleft, #content .wp-caption.alignleft {
	margin: 10px 20px 0 0;
}
#content img.alignright, #content .wp-caption.alignright {
	margin: 10px 0 0 20px;
}
#content img.alignnone {
	margin: 10px 0;
}
#content .wp-caption.alignnone {
	margin: 0 0 20px 0;
}
#content .wp-caption.aligncenter {
	margin-bottom: 10px;
}
#content .post .wp-caption {
	max-width: 100%;
	text-align: center;
}
#content .single-entry-content .wp-caption {
	max-width: 100%;
	text-align: center;
}
#content .post p.wp-caption-text {
	font: normal .8em/1.4 'PT Sans Narrow', arial, sans-serif;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #999;
}
#content object, #content embed, #content iframe {
	max-width: 95%;
	margin: 20px auto;
	display: block;
}
/* --- Post Columns Shortcodes --- */

.two-columns-one {
	width:48%;
}
.three-columns-one {
	width:30.66%;
}
.three-columns-two {
	width:65.33%;
}
.four-columns-one {
	width: 22%;
}
.four-columns-two {
	width:48%;
}
.four-columns-three {
	width:74%;
}
.two-columns-one, .three-columns-one, .three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
	float:left;
	margin-right:4%;
	position:relative;
}
.last {
	clear:right;
	margin-right:0 !important;
}
.divider {
	clear:both;
	display:block;
	margin-bottom:20px;
	width:100%;
}
#content span.highlight {
	padding: 2px;
	background-color: #FFFBCC;
}
.yellow-box {
	margin: 10px 0;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	padding: 20px;
	overflow:hidden;
}
.red-box {
	margin: 10px 0;
	background: #FFD9C8;
	border: 1px solid #F37C72;
	padding: 20px;
	overflow:hidden;
}
.green-box {
	margin: 10px 0;
	background: #D5FFCA;
	border: 1px solid #BDDC7F;
	padding: 20px;
	overflow:hidden;
}
/* --- Post Tables --- */

#content table {
	margin:10px 0px 30px 0px;
}
#content table thead {
	border-top:1px solid #ddd;
}
#content table tr {
	border-bottom:1px solid #ddd;
}
#content table tr th {
	padding: 10px 20px 10px 20px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#content table tr td {
	padding: 10px 20px 10px 20px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
/* Single Posts --------------------------------------------- */

#content .post .single-entry-header {
	margin: 0;
}
#content .single-entry-header h1.entry-title {
	margin: 0 0 5px;
	font: 1.3em/1.4 'PT Sans Narrow', arial, sans-serif;
	color: #000;
}
#content .single-entry-header p {
	padding: 0 0 5px;
	font-size: .8em;
}
#content .single-entry-header p span.entry-date, #content .single-entry-header p span.entry-author {
	font: italic 1em/1.5 'PT Sans Narrow', Times, serif;
}
#content .single-entry-details {
	width: 22.507%;
	padding: 0 18px 0 0;
	float: left;
}
#content .single-entry-content {
	width: 100%;
	margin: 15px 0 0;
	padding: 0;
	float: left;
}
#content .post .single-entry-meta p {
	padding: 15px 0 0;
	font: italic .8em/1.5 'PT Sans Narrow', Times, serif;
}
#content .post .single-entry-meta p a {
	font-family:'PT Sans Narrow', arial, sans-serif;
	font-style: normal;
}
#content .post .author-info {
	margin: 40px 0 0;
	padding: 15px 20px 15px;
	background: #F0F0F0;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
#content .post .author-info h3 {
	margin: 0 0 4px;
	font: bold .9em/1.5 'PT Sans Narrow', arial, sans-serif;
}
#content .post .author-info .avatar {
	max-width: 100%;
	width: 70px;
	margin: 0 15px 0 0;
	float: left;
}
#content .post .author-description {
	overflow: hidden;
}
#content .post .author-description p {
	padding: 0;
	font-size: .9em;
	line-height: 1.5;
}
#content .post .author-description a:hover {
	text-decoration: underline;
}
/* --- Post Nav Below --- */

#content #image-nav {
	margin: 30px 0 3px 0;
	overflow: hidden;
}
#comment-nav-below {
	margin:40px 0;
	overflow: hidden;
}
#content #nav-below {
	margin:10px auto;
	text-align: center;
}
#content #nav-below .nav-previous a, #content #image-nav span.previous-image a, #comment-nav-below .nav-previous a {
	width: 40%;
	display: block;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#content #nav-below .nav-next a, #content #image-nav span.next-image a, #comment-nav-below .nav-next a {
	display: block;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#content #nav-below .nav-previous a:hover, #content #nav-below .nav-next a:hover, #content #image-nav span.previous-image a:hover, #content #image-nav span.next-image a:hover {
	text-decoration: none;
}
/* --- Comments --- */

#comments {
	font-size: .9em;
	padding: 0 0 30px 0;
}
#comments h3#comments-title {
	padding:30px 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#comments p.write-comment-link {
	padding:0 0 20px;
}
#comments .comment-body p {
	padding:0 0 10px;
}
#comments p.moderation {
	font-family:'PT Sans Narrow', Times, serif;
	font-style:italic;
}
#content #comments ol {
	padding:0;
}
#content #comments ol li ul.children {
	padding:0;
}
#content #comments ol li.depth-1 {
	padding:0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin:0 0 0 35px;
	padding:0;
	border-top:1px solid #ddd;
	border-bottom:none;
	overflow:hidden;
}
.comment-meta {
	padding:0 0 12px;
	font-size: .8em;
}
.comment-meta cite.fn {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-body {
	padding:20px 0px;
	overflow:hidden;
	line-height: 1.5;
}
.reply {
	margin:0;
	float:left;
}
a.comment-reply-link {
	font-size:.9em;
}
#comments ol li.post.pingback {
	margin:0;
	padding: 20px 0 0;
	list-style:none;
	font-weight: bold;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li img.avatar {
	max-width: 100%;
	width: 65px;
	height: 65px;
	margin:22px 15px 0 0;
	float:left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#comments .bypostauthor {
}
/* --- Comment Reply --- */

#content #comments #respond {
	margin:30px 0 0;
	padding:20px;
	background-color: #F0F0F0;
}
a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-size: .8em;
	font-weight: normal;
}
#content #comments #respond h3#reply-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
form#commentform p.comment-notes, p.logged-in-as {
	padding:0 0 15px 0;
	font-size: .8em;
}
form#commentform span.required {
	color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:15px 0 0;
}
input#submit, input.wpcf7-submit {
	margin: 10px 0 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: #777;
	border: none;
	font-size: .75em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
input#submit:hover, input.wpcf7-submit:hover {
	background-color: #000;
	color: #fff;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font: 1em 'PT Sans Narrow', arial, sans-serif;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}
/* Post Formats --------------------------------------------- */

#content .entry-link, #content .entry-gallery, #content .entry-video {
	width: 100%;
	margin: 0;
	float: left;
}
/* --- Link Post Format --- */

#content .entry-link a {
	font-size: 1.1em;
	color: #000;
 font-weight:;
}
#content .entry-link .entry-meta a {
	font-size: 1em;
	font-weight: normal;
}
/* --- Image Post Format --- */

#content .entry-header h2.entry-title-image {
	margin-top: 0;
	font-size: 1.1em;
}
/* --- Video, Image and Gallery Post Format --- */

#content .entry-post-format .entry-header h2.entry-title {
	margin: 0 0 5px;
}
#content .entry-post-format .entry-header p {
	font: italic .8em/1.5 'PT Sans Narrow', Times, serif;
}
#content .entry-post-format .entry-header p a {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-style: normal;
}
#content .entry-post-format .entry-content-gallery {
	width: 100%;
	float: left;
}
#content .entry-post-format .gallery-thumb {
	width: 42.258%;
	float: left;
	margin: 5px 15px 0 0;
}
#content .post img.attachment-medium {
	max-width: 100%;
	height: auto;
	padding: 0;
}
/*----- post adsense ---*/

#adsense-336x280 {
	margin:0 0 0 23%;
}
#adsense-336x280 iframe {
	margin:0;
	max-width:100%;
}
/* WordPress Image Gallery --------------------------------------------- */

#content .gallery {
	margin: auto;
	padding:0;
	clear: both;
}
#content .gallery-item {
	width:100%;
	float: left;
	margin:0;
	overflow: hidden;
}
#content .gallery-icon {
	width: 100%;
}
#content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.25;
	color: #999;
	display: block;
}
/* Pages --------------------------------------------- */

#content .page {
	margin: 0 0 40px;
	padding: 0 0 30px;
	overflow: hidden;
	clear: both;
	font-size: .95em;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
}
#content .page-entry-header {
	margin: 0;
}
#content .page-entry-header h1.entry-title {
	margin: 0;
	font: 1.5em/1.5 'PT Sans Narrow', arial, sans-serif;
	color: #000;
}
#content .page p {
	padding: 0 0 20px 0;
}
/* --- Fullwidth Page --- */

#content.full-width {
	width:100% !important;
}
#content.full-width .page {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: none;
}
/* --- Archive, 404, Search Results --- */

#content .page-header h1.page-title {
	padding: 0 0 15px 0;
	font-size: .8em;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/* --- Contact Page --- */

#content .wpcf7 {
	overflow: hidden;
	margin: 0;
	padding:20px;
	background: #F0F0F0;
}
#content .wpcf7 h3#form-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
#content .wpcf7 p.form-info {
	padding:0 0 15px 0;
	font-size: .8em;
}
#content .wpcf7 p span.required {
	color: #E75428;
}
#content .wpcf7 input.wpcf7-text {
	width: 60%;
	margin: 5px 0 15px;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
#content .wpcf7 textarea {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	font: 1em 'PT Sans Narrow', arial, sans-serif;
	background-color:#fff;
	border: 1px solid #ddd;
}
#content .wpcf7-form p {
	padding:0;
}
/* Sidebars --------------------------------------------- */

aside.widget {
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 12px;
 background:#;
 color:#;
}
aside.widget ul li {
	background:url(images/ico-flecha-02.png) 0 9px no-repeat;
	padding:4px 0 4px 8px;
	border-bottom:1px solid #dcdcdc;
}
aside.widget ul li a {
	display:block;
}
aside .widget h3.widget-title, .widget_get_recent_comments h1.widget-title {
 background:#;
	margin:0 0 10px 0;
	padding:2px 10px;
	border-bottom:1px dotted #cccccc;
	font: 1.5em 'PT Sans Narrow', arial, sans-serif;
	text-transform:normal;
	font-weight:bold;
	color:#818181;
}
.textwidget {
	line-height: 1.6;
}
/* --- Social Links Custom Widget --- */

.widget_sociallinks a {
	padding:0 20px;
}
.widget_sociallinks a.rss {
	background:url(images/rss-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.twitter {
	background:url(images/twitter-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.facebook {
	background:url(images/fb-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.flickr {
	background:url(images/flickr-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.vimeo {
	background:url(images/vimeo-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.linkedin {
	background:url(images/linkedin-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.delicious {
	background:url(images/delicious-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.googleplus {
	background:url(images/googleplus-icon.png) 0 0 no-repeat;
}
/* --- Recent Comments Widget --- */

.widget_get_recent_comments li.sidebar-comment {
	margin:10px 0;
	overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment:first-child {
	margin:3px 0 10px;
}
.widget_get_recent_comments li.sidebar-comment .comment-content {
	padding:0 0 0 6px;
	overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment p {
	line-height: 1.4;
}
.widget_get_recent_comments .kjgrcGravatar {
	margin:0;
	float:left;
	display:block;
}
.widget_get_recent_comments span.sidebar-comment-autor a {
	padding: 0 0 3px;
}
/* --- Flickr Fotostream Widget --- */
#flickr_badge_wrapper {
	margin:3px 0 0;
}
.flickr_badge_image {
	max-width:80px;
	height:60px;
	margin:0 6px 6px 0;
	float:left;
}
.flickr_badge_image img {
	width:80px;
	height:60px;
}
/* Footer --------------------------------------------- */

footer#footer-page {
	width:100%;
	background:#f0f0f0;
	border-top:4px solid #e1e1e1;
}
aside#aside-footer {
	width: 960px;
	padding:30px 0 0;
	overflow: hidden;
	font-size: .8em;
	margin:0 auto;
	height:100%;
}
/*
footer .widget-footer-area {
	width:24.8%;
	float:left;
	border-left: 1px dotted #ccc;
	height:20px;
}
footer .widget-footer-area:first-child {
	border-left: none
}
*/
footer .widget-footer-area h3.widget-title {
}
footer .widget-footer-area ul {
}
footer .widget-footer-area ul li {
}
footer .logo {
	margin:20px 0 0 0
}
footer .logo span {
	width:960px;
	margin:0 auto;
	height:30px;
	text-align:center;
}
footer .logo span a {
	width:91px;
	text-indent:-9000px;
	background:url(images/logo-pie.png) no-repeat;
	display:block;
	margin:0px auto;
	padding:20px 0
}
/*contact footer*/

.cf7_form_box input {
	width:100%
}
/* Clearing Floats --------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}



/* Media queries for responsive design --------------------------------------------- */

/* --- iPad Landscape --- */

@media screen and (max-width: 1024px) {}

/* --- iPad Portrait --- */



@media screen and (max-width: 880px) {
	
body {
	background:#f7f7f7 url(images/bg-page.jpg) repeat-x;
}
	
	
#page {
	padding: 0 20px 30px 20px;
}
#wrap {
	margin-top: 0;
}
#main {
	width: 100%;
	float: none;
	overflow: hidden;
}
#content {
	width: 100%;
	float: none;
}
#secondary {
	width: 100%;
}
#tertiary {
	width: 100%;
	float: none;
}
/* --- Header --- */
#site-title {
	padding: 10px 0px;
}
#site-title h1 a {
	margin: 0 auto;
}

#logo-search {
	height:72px;
}
	
/* --- Main Nav --- */

#branding #mainnav {
	margin: 0;
	max-width: 100%;
}
#branding #mainnav ul li a {
	font-size: .75em;
}
/* --- Sub Nav --- */

nav#subnav {
	padding: 0;
	margin: 5px 0 0 0;
}
nav#subnav ul.menu {
	padding:0;
}
nav#subnav ul.menu li.menu-item {
	margin:2px;
	padding:0;
	float: left;
	overflow: hidden;
	
}
nav#subnav ul.menu li.menu-item:last-child {
}
nav#subnav ul.menu li.menu-item a {
	font-size: .6em;
	color:#5b5b5b;
	padding:4px 7px;
}
nav#subnav ul.menu li.menu-item ul.sub-menu {
	margin: 0;
	padding: 0;
	float: left;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
	width: auto;
	margin:0;
	float: left;
	letter-spacing: 0;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item a {
	margin: 0;
	font-size: .7em;
	font-weight: normal;
	line-height:2;
	text-transform: none;
}
/* --- Post Content --- */

#content .entry-content {
	float: left;
}
#content .entry-details {
}
/* --- Sidebars --- */



aside.sidebar {
	width:100%;
	margin-top:30px;
}
#secondary {
	width:50%;
	float: left;
}
#tertiary {
	width:50%;
	float: left;
}
#aside-footer {
	max-width:100%;
}
footer .widget-footer-area {
	width:45%;
}
}



/* --- Smartphones and small Tablet PCs --- */



@media screen and (max-width : 620px) {
#page {
	padding: 0 20px;
	background:#f7f7f7;
}
/* --- Header --- */



#site-title {
	float: left;
	padding: 10px 0 5px;
}
#site-title h1 {
	margin: 0;
	text-align: center;
	float: none;
}
#site-title h2 {
	margin: 0;
	text-align: center;
}
/* --- Main Nav --- */



#branding #mainnav {
	margin:  0 0;
}
#branding #mainnav ul li a {
	margin:0;
	padding:8px 7px;
	display: block;
	font-size: .7em;
}
#branding #mainnav ul ul {
	display: none;
}
#branding #mainnav ul ul ul {
	display: none;
}
#branding #mainnav ul ul a {
	display: none;
}
/* --- Sub Nav --- */



nav#subnav ul.menu {
	border: none;
	margin:0 0 4px 0;
}
nav#subnav ul.menu li.menu-item {
	margin:0 3px 0 0;
	float: left;
	overflow: hidden;
	background-color: #F0F0F0;
	text-align: center;
	border:none;
}
nav#subnav ul.menu li.menu-item a {
	margin: 0;
	padding: 2px;
	float: left;
	display: block;
	background-color: #F0F0F0;
	color:#666;
	text-transform:none;
}
nav#subnav ul.menu li.menu-item:first-child {
	border:none;
}
nav#subnav ul.menu li.menu-item a:hover, nav#subnav ul.menu li.menu-item a:active, nav#subnav ul.menu li.menu-item a:focus {
	background: #D4D4D4;
	text-decoration: none;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item, #nav-adsense {
	display: none;
}
/* --- Post Content --- */



#content .post {
	margin: 0 0 30px;
	padding: 0 0 30px;
}
#content .post .entry-header h2.entry-title {
	font-size: 1.2em;
}
#content .entry-content {
	width: 100%;
}
#content .entry-details {
	display: none;
}
#content .post img.wp-post-image {
	display: none;
}
#content .sticky {
	padding: 10px;
}
/* --- Post Columns Shortcodes --- */



.two-columns-one {
	width:100%;
}
.three-columns-one {
	width:100%;
}
.three-columns-two {
	width:100%;
}
.four-columns-one {
	width: 100%;
}
.four-columns-two {
	width:100%;
}
.four-columns-three {
	width:100%;
}
.three-columns-one, .three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
	float:none;
}
/* --- Single Posts ---- */



#content .single-entry-details {
	display: none;
}
#content .single-entry-header .social-btn-top {
	display: none;
}
#content .post .author-description p {
	font-size: .8em;
	line-height: 1.4;
}
#content .post .author-info .avatar {
	display: none;
}
/* --- Comments ---- */



form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 95%;
}
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin:0;
}
#comments img.avatar {
	display: none;
}
a#cancel-comment-reply-link {
	width: 100%;
	margin:5px 0 15px;
	display: block;
}
/* --- Post Nav Below --- */



#content #nav-below .nav-previous a {
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 10px;
}
#content #nav-below .nav-next a {
	width: 100%;
	display: block;
	text-align: right;
}
#content #nav-below .nav-previous a:hover, #content #nav-below .nav-next a:hover {
	text-decoration: none;
}
/* --- Post Formats ---- */



#content .entry-post-format .entry-content-gallery {
	width: 100%;
	float: none;
}
#content .entry-post-format .gallery-thumb {
	width: 100%;
	float: none;
	margin: 5px 15px 15px 0;
}
/* --- Pages ---- */



#content .page .wpcf7 input.textfield {
	width: 95%;
}
}







/* --- Smartphones and small Tablet PCs --- */



@media screen and (max-width : 480px) {
#page {
	padding: 0 20px;
	background:#f7f7f7;
}
/* --- Header --- */



#site-title {
	padding: 10px 0 5px;
	width:100%;
}
#site-title h1 a {
	margin: 0 auto;
	text-align: center;
}
#site-title h2 {
	display:none;
}
/* --- Main Nav --- */



#branding #mainnav {
	margin:  0 0;
}
#branding #mainnav ul li a {
	margin:0;
	padding:8px 7px;
	display: block;
	font-size: .7em;
}
#branding #mainnav ul ul {
	display: none;
}
#branding #mainnav ul ul ul {
	display: none;
}
#branding #mainnav ul ul a {
	display: none;
}
/* --- Sub Nav --- */



nav#subnav ul.menu {
	display:none;
}
/*---- search -------*/



#search {
	display:none;
}
/* --- Post Content --- */



#content .post {
	margin: 0 0 30px;
	padding: 0 0 30px;
}
#content .post .entry-header h2.entry-title {
	font-size: 1.2em;
	background:url(images/ico-love.png) no-repeat 0 8px;
}
#content .entry-content {
	width: 95%;
}
#content .entry-details {
	display: none;
}
#content .post img.wp-post-image {
	display: none;
}
#content img {
	max-width:95%;
}
#content .sticky {
	padding: 10px;
}
.gallery-item {
	padding:10px;
}
.entry-content img {
	width:90%
}
/* --- Post Columns Shortcodes --- */



.two-columns-one {
	width:100%;
}
.three-columns-one {
	width:100%;
}
.three-columns-two {
	width:100%;
}
.four-columns-one {
	width: 100%;
}
.four-columns-two {
	width:100%;
}
.four-columns-three {
	width:100%;
}
.three-columns-one, .three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
	float:none;
}
/* --- Single Posts ---- */



#content .single-entry-details {
	display: none;
}
#content .single-entry-header .social-btn-top {
	display: none;
}
#content .post .author-description p {
	font-size: .8em;
	line-height: 1.4;
}
#content .post .author-info .avatar {
	display: none;
}
/* --- Comments ---- */



form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 95%;
}
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin:0;
}
#comments img.avatar {
	display: none;
}
a#cancel-comment-reply-link {
	width: 100%;
	margin:5px 0 15px;
	display: block;
}
/* --- Post Nav Below --- */



#content #nav-below .nav-previous a {
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 10px;
}
#content #nav-below .nav-next a {
	width: 100%;
	display: block;
	text-align: right;
}
#content #nav-below .nav-previous a:hover, #content #nav-below .nav-next a:hover {
	text-decoration: none;
}
/* --- Post Formats ---- */



#content .entry-post-format .entry-content-gallery {
	width: 100%;
	float: none;
}
#content .entry-post-format .gallery-thumb {
	width: 100%;
	float: none;
	margin: 5px 15px 15px 0;
}
/* --- Pages ---- */



#content .page .wpcf7 input.textfield {
	width: 95%;
}
/* sidebar */



#secondary {
	float:none;
}
#tertiary {
	float:none;
	width:100%;
}
/*----- footer ---*/


footer .widget-footer-area {
	height:auto;
	width:100%;
}
}


