/******************************************************************************************************************* 

	Theme Name: Profile
	Theme URL: http://www.organicthemes.com/
	Description: The Profile Theme is designed and developed by David Morgan of Organic Themes.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 1.2.3
	Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, translation-ready, 
	custom-menu (optional), theme-options, featured-image-header, featured-images, full-width-template, 
	pagination, blog-template
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 0.	Hyperlinks
	 1.	Global		
	 2.	Headings
	 3.	Header
	 4.	Navigation
	 5.	Slideshow
	 6.	Grid
	 7.	Homepage
	 8.	Social Media
	 9.	Content
	10.	Shop Page
	11.	Pagination
	12.	Wordpress Gallery
	13.	Portfolio
	14.	Images
	15.	Sidebar
	16.	Sidebar Widgets
	17.	Custom Menu Widget
	18.	Calendar Widget
	19. Recent Comments
	20.	Search Form
	21.	Footer
	22. Buttons
	23. Comments
	24. Forms
	25. Tables
	  
*******************************************************************************************************************/

body {
	background: #222222;
        background-size: 100% !important;/*no estaba a ver si con esto se expande la cabecera*/
	color: #000000;/* el texto de cuerpo era de color gris color: #666666; modificado a color negro #000000;*/
	font-size: 0.9em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 2.2;
	margin: 0 px auto 0 px;  
	padding: 0px;

	}

	
/************************************************
*	0.	Hyperlinks								*
************************************************/

a img {
	border: none;
	}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
a:focus, a:hover, a:active {
	color: #00ccff;
	text-decoration: underline;
	outline: none;
	}
#submit, #searchsubmit {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
	
/************************************************
*	1.	Global									*
************************************************/

p {
	padding: 8px 0px 8px 0px;
	margin: 30px 10px 10px 5px; /* antes estaba margin: 0px 0px 0px 0px;*/
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}	
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: rgba(0, 0, 0, .12);
	background-color: rgba(0, 0, 0, .12);
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
ol, ul {
	list-style: none;
	margin: 5px 0px;
	padding: 0px 0px 0px 20px;
	}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	}
ul li {
    list-style: inside;
    list-style-type: square;
    margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	}
ul ol li, ul ol ul ol li {
    list-style-type: decimal;
	}
ol ul li, ol ul ol ul li {
    list-style-type: square;
	}
blockquote {
	color: #333333;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.6em;
	line-height: 1.6;
	text-align: center;
	margin: 12px;
	padding: 12px;
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
code {
	display: block;
	color: #333333;
	background: #EEEEEE;
	font-size: 0.9em;
	margin: 12px 0px;
	padding: 6px 10px;
	font-family: Verdana, Tahoma, Verdana;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
img, object, embed {
	max-width: 100%;
	}
img, object, embed {
	height: auto;
	margin: 0px auto 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.borderless {
	border: none !important;
	}
.text-left { 
	text-align: left; 
	}
.text-right { 
	text-align: right; 
	}
.text-center { 
	text-align: center; 
	}
.align-right { 
	float: right;
	}
.align-left { 
	float: left;
	}
.align-center { 
	float: none;
	margin: 0px auto 0px;
	}
.radius-full {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.radius-top {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	}
.radius-bottom {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}

/************************************************
*	2.	Headings								*
************************************************/

h1 {
	color: #800080;  /* este texto era de color negro color: ##333333; cambiado a morado #800080*/
	font-size: 2.2em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -1.4px;
	line-height: 1.4;
	text-transform: none;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h2 {
	color: #333333;
	font-size: 2em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -1.2px;
	line-height: 1.4;
	text-transform: none;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h3 {
	color: #333333;
	font-size: 1.8em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -0.8px;
	line-height: 1.6;
	text-transform: none;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h4 {
	color: #333333;
	font-size: 1.6em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.6;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h5 {
	color: #333333;
	font-size: 1.4em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.6;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	}
h6 {
	color: #333333;
	font-size: 1.2em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.6;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
h1 a, h2 a, h3 a, 
h4 a, h5 a, h6 a {
	color: #000000;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover, 
h4 a:hover, h5 a:hover, h6 a:hover {
	color: #00ccff;
	text-decoration: none;
	border: none;
	}
.headline {
	font-size: 3.4em;
	line-height: 1.2;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
.headline-small {
	font-size: 2.6em;
	line-height: 1.2;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
.headline-smaller {
	font-size: 2.2em;
	line-height: 1.2;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	}
.title {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 12px;
	}
.headline a, .headline-small a, .headline-smaller a  {
	font-weight: 300;
	}
	
/************************************************
*	3.	Header  								*
************************************************/

#header {
	margin: 0px;
	padding: 0px;
        /*width: 100%;*/ /* no estaba lo incluyo para adaptar las cabeceras a los anchos*/
        min-height: 520px;/* antes en 850 px y 672px esta linea de código de altura no existía, es la que permite modificar la altura de las cabeceras de cada sección de la web*/
	}
.home-header {
         /*width: 100%;*/ /* no estaba lo incluyo para adaptar las cabeceras a los anchos*/
	/*min-height: 672px;*//* estaba a 520px pero según la plantilla psd debería de estar a 672px* aun asi se corta la imagen de Virginia modifico a la linea abajo*/
        min-height: 469px;/* estaba a 520px pero según la plantilla psd debería de estar a 672px y segun la imagen de Vir a 1120px*/
	}
#header #masthead {
	display: block;
	width: 100%;
	text-align: center;
	padding: 48px 0px;
	}
#header .site-title {
	display: block;
	font-family: 'Pacifico', Helvetica, Arial, sans-serif;
	font-size: 4.4em;
	font-weight: 800;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	}
#header .site-title a {
	color: #FFFFFF !important;
	font-weight: normal;
	}
#header .site-description {
	display: block;
	color: #FFFFFF;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 400;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, .8);
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	}
#custom-header {
	display: block;
	font-size: 0;
	text-align: center;
	text-indent: -999em;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 8;
	}
#custom-header img {
	display: block;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
	vertical-align: bottom;
        title:"auto ";
        alt:"auto "; /*incluidas las etiquetas de alt y title para las imágenes el 8 de junio 2015*/
	}
	
/************************************************
*	4.	Navigation      						*
************************************************/

#navigation {
	display: block;
	position: relative;
	/*background: #FFFFFF;  background: #FFFFFF; desactivando este código deja de ser una barra extensa en las paginas */
	font-size: 0.9em;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2px;
	margin: 0px auto 0px;
	padding: 0px;
	z-index: 9;
	}
#navigation.home-nav {
	background: none;
	}
.menu-toggle {
	display: none;
	cursor: pointer;
	}
.main-small-navigation ul.mobile-menu {
	display: none;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0px;/* cambio de 0px a 259 px a 9 marzo* así se situa a la altura en vertical que yo quiero, cambiado pruebas a 16 de marzo de 2015 a 469 y cambiado a 210px el 30 de marzo de 2015, cambiado a 150 px 175 px el 4 de mayo2015, modificado a 175 px el 7 de junio y a 0px el 8 de junio*/
	padding: 0px;
	list-style:	none;
	}
.menu {
	display: inline-block;
	background: #FFFFFF;
        opacity:0.8; /* añadida la opción de opacidad el 8 de junio 2015*/
	text-align: center;
	padding: 0px 0px;/* antes estaban los valores a 0px y 24 px el 8 de junio lo modifico a 0px y 0px*/
	border-radius: 4px; /* antes estaban todos los  valores a 3px modificados a 4px el 8 de junio*/
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius:4px;
	}
.menu ul {
	margin:0px; /*modificando este parámetro situamos en vertical el menú por defecto es 0px r* 150 pruebas a 16 marzo 2015/
	padding: 0px; 
	}
.menu ul ul, ul.menu ul {
	background: #FFFFFF;
	position: relative;/* estaba en posición absolute, modificado a relative*/
	top: -9999px;
	width: 150px; /* left offset of submenus need to match (see below) estaba a 180px modificado a 150px*/
	margin: 0px;/*           */
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	}
ul.menu ul, ul.sub-menu {
	left: 50%;
	margin-left: -90px;
	}
.menu ul ul ul, ul.menu ul ul {
	margin: 0px;
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	display: inline-block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	top: 45px; /* match top ul list item height modificado a 31 de marzo para hacer más estrecha la barra de menu principal modifico de 60 a 45píxeles de nuevo 4 de mayo de 2015 pero no cambia nada*/
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 190px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 190px; /* match ul width */
	top: 0;
	}
	
/*** SKIN ***/
#navigation .menu .current_page_item a,
#navigation .menu .current_page_ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu .current-cat a {
	color: #333333;
	}
#navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
#navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
#navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover {
	color: #333333;
	}
#navigation .menu .current_page_item ul li a,
#navigation .menu .current-menu-item ul li a,
#navigation .menu .current-menu-ancestor ul li a,
#navigation .menu .current_page_ancestor ul li a,
#navigation .menu .current-cat ul li a {
	color: #999999;
	}
#navigation .menu .current_page_item ul li a:hover,
#navigation .menu .current-menu-item ul li a:hover,
#navigation .menu .current-menu-ancestor ul li a:hover,
#navigation .menu .current_page_ancestor ul li a:hover,
#navigation .menu .current-menu-ancestor ul .current_page_item a,
#navigation .menu .current_page_ancestor ul .current-menu-item a,
#navigation .menu .current-cat ul li a:hover {
	color: #333333;
	}
.menu {
	margin-bottom: 0;
	}
.menu .home a {
	border-left: none;
	}
.menu a {
	color: #999999;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	margin: 0px;
	padding: 0px 12px;
	border-left: 1px solid #CCCCCC;
	}
.menu a, .menu a:link, .menu a:visited {
	color: #999999;
	text-shadow: none;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	color: #333333;
	outline: 0;
	}
.menu li:first-child a {
	border-left: none;
	border-top: none;
	}
.menu li li a {
	display: block;
	color: #999999;
	height: auto;
	line-height: 20px;/* modifico de 36 a 30 pixeles el 5 de mayo de 2015 y a 20 px el 8 de junio*/
	margin: 0px 12px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	border-left: none;
	border-top: 1px solid rgba(0, 0, 0, .12);
	}
.menu ul.sub-menu li:first-child a {
	border-top: none;
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	color: #333333;
	outline: 0;
	}
.menu li {
	line-height: 15px;/* estaba a 60 pixeles y lo modifico a 30 pixeles corresponde a la altura del menú principal modificado a 15px 30 marzo 2015*/
	margin: 0px;
	}
.menu li li, .menu li ul {
	line-height: 0;
	}
.menu li:hover, .menu li.sfHover {
	outline: 0;
	}
.menu li li:hover, .menu li li.sfHover {
	outline: 0;
	} 
	
/*** ARROWS ***/
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	width: 0px; 
	height: 0px;
	left: 50%;
	top: 36px;
	text-shadow: none;
	text-indent: -9999px;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFFFFF;
	}
.sf-arrows .sub-menu .sf-with-ul:after {
	top: 12px;
	right: -24px;
	left: auto; 
	margin-left: 0px;
	border: 8px solid transparent;
	border-color: transparent;
	border-left-color: #FFFFFF;
	}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #FFFFFF; /* IE8 fallback colour */
	}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -3px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #FFFFFF;
	}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #FFFFFF;
	}
  
/************************************************
*	5.	Slideshow		      					*
************************************************/

#slideshow {
	background: #FFFFFF;
	position: relative;
	line-height: 0;
	padding: 64px 12px 0px 12px;
	position: relative;
	}
#slideshow ul, #slideshow li, #slideshow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#slideshow .screen {
	line-height: 0;
	}
#slideshow .feature-img,
#slideshow .feature-vid {
	padding: 0px;
	}
#slideshow.slideshow-page {
	background: none;
	margin-top: 48px;
	padding: 0px;
	}
#slideshow.slideshow-page .flexslider {
	position: relative;
	top: auto;
	width: 100%;
	max-width: none;
	max-height: none;
	padding: 0px;
	}
.flexslider {
	position: absolute;
	top: 7.58%;
	width: 90%;
	max-width: 882px;
	max-height: 498px;
	margin: 0px auto 0px; 
	padding: 0px 5.1%;
	}
.loading {
	background: url(images/preloader.gif) no-repeat center center;
	min-height: 480px;
	}
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	min-height: 480px;
	}
.flexslider .slides img {
	display: block;
	max-width: 100%; 
	margin: 0px auto 0px;
	}
.flex-pauseplay span {
	text-transform: capitalize;
	}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	}
html[xmlns] .slides {
	display: block;
	}
* html .slides {
	height: 1%;
	}

/* No JavaScript Fallback */
.no-js .flexslider .slides > li:first-child {
	display: none;
	}
	
.flexslider .slides {
	zoom: 1;
	}
.flexslider .slides > li {
	position: relative;
	}
.flex-container {
	zoom: 1; 
	position: relative;
	}

/* Caption style */
.flex-caption {
	background: none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
	}
.flex-caption {
	width: 96%; 
	padding: 2%; 
	margin: 0; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	background: rgba(0,0,0,.3); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.3); 
	font-size: 14px; 
	line-height: 18px;
	}

/* Direction Nav */
.flex-direction-nav { 
	height: 0;
	z-index: 9;
	}
.flex-direction-nav li a {
	width: 80px; 
	height: 80px; 
	margin: -40px 0 0; 
	display: block;  
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -999em;
	}
.flex-direction-nav li .flex-next {
	background: url(images/next_btn.png) no-repeat;
	background-position: -80px 0px;
	right: -80px;
	}
.flex-direction-nav li .flex-prev {
	background: url(images/prev_btn.png) no-repeat;
	left: -80px;
	}
.flex-direction-nav li .flex-next,
.flex-direction-nav li .flex-prev {
	transition: background 0s, color 0s;
	-moz-transition: background 0s, color 0s;
	-webkit-transition: background 0s, color 0s;
	-o-transition: background 0s, color 0s;
	}
.flex-direction-nav li .flex-prev:hover {
	background-position: -80px 0px;
	}
.flex-direction-nav li .flex-next:hover {
	background-position: 0px 0px;
	}
.flex-direction-nav li .disabled {
	opacity: .3; 
	filter: alpha(opacity=30); 
	cursor: default;
	}

/* Control Nav */
#slideshow.slideshow-page .flex-control-nav {
	bottom: 0;
	}
.flex-control-nav {
	width: 100%; 
	position: absolute; 
	text-align: center;
	line-height: 50px;
	left: 0;
	bottom: -44px; 
	}
.flex-control-nav li {
	display: inline-block;
	margin: 0px; 
	padding: 4px !important;
	zoom: 1; 
	*display: inline;
	}
.flex-control-nav li:first-child {
	margin: 0;
	}
.flex-control-nav li a {
	display: block; 
	background: #333333; 
	width: 6px; 
	height: 6px; 
	line-height: 0;
	cursor: pointer; 
	text-indent: -999em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.flex-control-nav li a:hover {
	background: #666666;
	}
.flex-control-nav li a.flex-active {
	background: #FFFFFF; 
	cursor: default;
	}
		
/************************************************
*	6.	Grid	 					     	    * 
************************************************/

#wrap { 
	padding: 0px;
	}
.container { 
	background: #F4F4F4;
	margin: 0px auto 0px;
	padding: 0px 24px;
	}
.container.home { 
	background: #FFFFFF;
	padding: 0px;
	}
.container.blog-full {
	padding: 0px;
	}
.row { 
	width: 100%; 
	max-width: 980px; 
	min-width: 727px; 
	margin: 0 auto; 
	}
	/* To fix the grid into a certain size, set max-width to width */
.row .row { 
	min-width: 0; 
	}
.column, .columns { 
	margin-left: 4.4%; 
	float: left; 
	min-height: 0 px; /* elimino 1 px y sustituyo por 0px a 28 de abril 2015 */
	position: relative; 
	}
.column:first-child, .columns:first-child { 
	margin-left: 0; 
	}
[class*="column"] + [class*="column"]:last-child { 
	float: right; 
	}
	
.row .single 	{ width: 100%; }
.row .half 		{ width: 49.9%; }
.row .third 	{ width: 33.3%; }
.row .fourth 	{ width: 25%; }

.row .one 		{ width: 4.3%; }
.row .two 		{ width: 13%; }
.row .three 	{ width: 21.679%; }
.row .four 		{ width: 30.37%; }
.row .five 		{ width: 39.1%; }
.row .six 		{ width: 47.8%; }
.row .seven 	{ width: 56.5%; }
.row .eight 	{ width: 65.2%; }
.row .nine 		{ width: 73.9%; }
.row .ten 		{ width: 82.6%; }
.row .eleven 	{ width: 91.3%; }
.row .twelve 	{ width: 100%; }

.row .centered { float: none; margin: 0 auto; }
 
/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; } 

/************************************************
*	7.	Homepage	 	        		     	* 
************************************************/

#homepage {
	padding: 0px 24px 48px 24px;
	}
#homepage .featured-page .feature-img {
	background: #FFFFFF;
	max-height: 280px;
	max-width: 280px;
	margin: -160px auto 0px;
	padding: 12px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
#homepage .featured-page .feature-img img {
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
#homepage .home-btn {
	display: block;
	background: #F9F9F9;
	color: #333333;
	font-size: 2em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
	padding: 24px 12px;
	}
#homepage .home-btn:hover {
	color: #FFFFFF;
	background: #00ccff;
	}
	
/************************************************
*	8.	Social Media   							*
************************************************/

#tweets {
	display: block;
	text-align: center;
	margin: 12px auto 12px;
	position: relative;
	}
#tweets .tweet {
	display: block;
	padding-top: 0px;
	border-bottom: 1px solid #DDDDDD;
	}
#tweets .timePosted {
	float: right;
	color: #999999;
	font-size: 1em;
	font-style: italic;
	text-align: right;
	padding-bottom: 0px;
	}
#tweets .timePosted:before {
	content: '— ';
	}
#tweets .interact {
	float: left;
	padding-bottom: 0px;
	}
#tweets .interact a {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #DDDDDD;
	}
#tweets .interact a:last-child {
	border-right: none;
	}
.twitter-feed {
	display: inline-block;
	background: #FFFFFF;
	font-size: 0.9em;
	text-align: left;
	margin: 0px;
	padding: 12px 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
.twitter-arrow {
	position: absolute;
	width: 0px; 
	height: 0px;
	left: 50%;
	top: -10px;
	text-shadow: none;
	text-indent: -9999px;
	margin-left: -12px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #FFFFFF;
	}
.tweet-btn, .like-btn, .pin-btn, .plus-btn {
	float: right;
	display: inline-block;
	line-height: 0;
	width: 92px;
	height: 22px;
	margin: 2px;
	padding: 0px;
	overflow: hidden;
	}
.plus-btn {
	width: 72px !important;
	}
.pin-btn {
	width: 54px !important;
	}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
	}
.social-icons {
	list-style: none;
	text-align: center;
	margin: 24px 0px;
	padding: 12px 0px;
	}
.social-icons li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.social-icons a {
	display: block;
	color: #999999;
	font-size: 20px;
	font-weight: normal;
	line-height: 44px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin: 6px;
	padding: 0px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.social-icons a:hover {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
	
/************************************************
*	9.	Content		 	        		     	* 
************************************************/

.blog-holder {
	margin: 0px auto 0px;
	padding: 24px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
.article {
	display: block;
	max-width: 980px;
	margin: 0px auto 0px;
	padding: 0px;
	}
.container.blog-full .article {
	padding: 24px 0px;
	}
.postarea {
	margin: 0px;
	padding: 48px 0px;
	}
.postarea.archive {
	background: #FFFFFF;
	margin: 48px 0px;
	padding: 36px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.postarea.blog {
	background: #FFFFFF;
	margin: 48px 0px;
	padding: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.container.blog-full .postarea.blog {
	margin: 24px 0px;
	}
.postarea.blog .blog-holder {
	padding: 36px;
	}
.post-date {
	color: #999999;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 0.9em;
	margin-top: -6px;
	}
.post-date a {
	color: #666666;
	font-weight: normal;
	}
.blog-holder .headline {
	padding-bottom: 24px;
	}
.blog-holder .post-date {
	margin-top: -34px;
	}
.blog-holder .post-date span {
	background: #FFFFFF;
	padding: 0px 12px;
	}
.postmeta {
	display: block;
	font-size: 0.9em;
	line-height: 24px;
	margin: 24px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	overflow: hidden;
	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
.postmeta i, .btn i {
	color: #999999;
	font-size: 12px;
	margin-right: 4px;
	position: relative;
	top: 1px;
	}
.meta-text {
	float: left;
	display: inline-block;
	line-height: 30px;
	}
.avatar {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, .12);
	margin: 10px 20px 10px 0px;
	padding: 4px;
	}
.author-avatar {
	float: left;
	display: block;
	width: 20%;
	margin-top: 20px;
	padding-right: 3.6%;
	}
.author-avatar .avatar {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	}
.author-column {
	float: right;
	width: 72%;
	margin-top: 20px;
	padding-left: 4%;
	border-left: 1px solid rgba(0, 0, 0, .12);
	}
.archive-column {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 20px 5% 0px 0px;
	}
.archive-column.last {
	padding-right: 0;
	}
.error-404 {
	background: #FFFFFF;
	margin: 0px;
	padding: 40px;
	overflow: hidden;
	}
	
/************************************************
*	11.	Pagination 	  		      		     	* 
************************************************/

.pagination {
	display: block;
	width: 100%;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin: 0px;
	padding: 24px 0px;
	position: relative;
	z-index: 9;
	}
.pagination.archive {
	margin-top: -24px;
	margin-bottom: 24px;
	}
.pagination .page-numbers {
	display: inline-block;
	background: #FFFFFF;  
	color: #666666; 
	height: 24px;
	width: 24px;
	text-decoration: none;
	margin: 0px 2px;
	padding: 0px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	background: #000000; 
	color: #FFFFFF;
	height: 24px;
	width: 24px;
	line-height: 24px;
	padding: 0px; 
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	}
.pagination .page-numbers.current {
	display: inline-block;
	background: #000000; 
	color: #FFFFFF; 
	height: 24px;
	width: 24px;
	line-height: 24px; 
	padding: 0px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	}
.post-navigation {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.previous-post {
	float: left;
	font-size: 0.9em;
	margin-top: 24px;
	}
.next-post {
	float: right;
	font-size: 0.9em;
	margin-top: 24px;
	}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
	}
.page-links .link-label {
	color: #000000;
	font-weight: bold;
	margin-left: 0px;
	}
.page-links span {
	margin: 0px 3px;
	}
	
/************************************************
*	12.	WordPress Gallery					    *
************************************************/

.gallery {
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
.gallery-item {
	margin: 0px
	}
.gallery-icon {
	line-height: 0;
	margin: 6px;
	}
.gallery-icon a {
	display: block;
	background: #FFFFFF;
	padding: 6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: background .25s;
	-moz-transition: background .25s;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
	}
.gallery-icon a:hover {
	background: #242424;
	}
.gallery img {
	border: none !important;
	}
.gallery-caption {
	font-size: .9em;
	padding: 0px 10px;
	}

/************************************************
*	13.	Portfolio  				     		    * 
************************************************/

.portfolio-wrap {
	margin-left: -12px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
	width: -moz-calc(100% + 24px);
	}
#portfolio-filter {
	text-align: center;
	margin: 0px 12px 12px 12px;
	padding: 0px;
	}
#portfolio-filter li {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#portfolio-filter li a {
	display: inline-block;
	background: #FFFFFF;
	text-decoration: none;
	margin: 0px 12px 0px 0px;
	padding: 8px 12px;
	}
#portfolio-filter li a:hover,
#portfolio-filter li a:focus,
#portfolio-filter li a:active {
	background: #99cc00;
	color: #FFFFFF !important;
	}
#portfolio-filter li:last-child a {
	margin-right: 0px;
	}
#portfolio-list {
	margin: 0px;
	padding: 0px;
	}
.portfolio .portfolio-item {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.portfolio .post-holder {
	background: #FFFFFF;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.portfolio-item.single .post-holder {
	margin: 12px;
	}
.portfolio-half .post-holder,
.portfolio-third .post-holder {
	margin: 12px;
	padding: 0px;
	}
.portfolio-item .feature-img,
.portfolio-item .feature-vid {
	padding: 0px;
	}
.portfolio-half .excerpt,
.portfolio-third .excerpt {
	display: block;
	padding: 24px;
	}
.portfolio-half .portfolio-item,
.portfolio-third .portfolio-item {
	float: left;
	}
.portfolio-item.single .excerpt {
	padding: 36px;
	}
.portfolio-item.single .more-link {
	margin-bottom: 0px;
	}

/*---------- Isotope Animations ----------*/
.isotope,
.isotope .isotope-item {
  	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
	}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	}
	
/************************************************
*	14.	Images  					   		    * 
************************************************/

.feature-img, .feature-vid {
	display: block;
	text-align: center;
	line-height: 0;
	margin: 0px auto 0px;
	padding: 12px 0px;
	overflow: hidden;
	}
.feature-img.page,
.feature-img.post,
.feature-vid.post {
	background: #FFFFFF;
	padding: 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.feature-img.page {
	margin: 48px auto 0px;
	}
.feature-img.post,
.feature-vid.post { 
	margin: 24px auto 24px;
	}
img.centered {
	display: block;
	margin: 12px auto 12px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 12px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 12px 0px 12px 24px;
	display: inline;
	}
img.alignleft {
	display: inline;
	padding: 0px;
	margin: 12px 24px 12px 0px;
	}
.aligncenter {
	margin: 12px auto 12px;
	}
.alignright {
	float: right;
	margin: 12px 0px 12px 24px;
	}
.alignleft {
	float: left;
	margin: 12px 24px 12px 0px;
	}
.wp-caption {
	background: #FFFFFF;
	max-width: 94%;
	text-align: center;
	padding: 12px;
	margin-bottom: 12px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
.wp-caption img {
	padding: 0px;
	}
.wp-caption img[class*="wp-image-"] {
	display: block;
	width: 100%;
	}
.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.8;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	}
	
/************************************************
*	15.	Sidebar		 	       			     	* 
************************************************/

.sidebar {
	background: #FFFFFF;
	margin: 48px 0px;
	padding: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .06);
	}
	
/************************************************
*	16.	Sidebar Widgets							*
************************************************/

.widget {
	margin: 0px;
	padding: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
.widget:last-child {
	border-bottom: none;
	}
.widget ul {
	margin: 0px;
	padding: 0px;
	}
.widget ul li {
	display: block;
	background: none;
	line-height: 2;
	margin: 8px 0px;
	padding: 0px;
	overflow: hidden;
	}
.widget ul li a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
.widget ul li a:hover {
	text-decoration: none;
	}
.widget ul ul {
	margin: 0px;
	}
.textwidget p {
	margin: 0px;
	padding: 8px 0px;
	}
.tagcloud {
	line-height: 1.4;
	}
.tagcloud a {
	font-weight: normal;
	}
	
/************************************************
*	17.	Custom Menu Widget						*
************************************************/

.sidebar ul.menu {
	float: none;
	background: none;
	width: 100%;
	}
.sidebar ul.menu .current_page_item a, 
.sidebar ul.menu .current-menu-item a {
	background-color: none;
	color: #00ccff;
	border: none;
	}
.sidebar ul.menu li a, 
.sidebar ul.menu li a:link {
	display: block;
	background: none;
	color: #000000;
	height: auto;
	text-align: left;
	text-shadow: none;
	letter-spacing: 0px;
	line-height: 1.8;
	margin: 0px;
	padding: 4px 0px;
	border: none;
	}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li a:active,
.sidebar ul.menu li a:focus {
	color: #00ccff;
	margin: 0px;
	padding: 4px 0px;
	}
.sidebar ul.menu li {
	float: none;
	display: block;
	background: none !important;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.sidebar ul.menu li ul.sub-menu {
	background: none;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 9;
	}
.sidebar ul.menu li span {
	display: none;
	}
.sidebar ul.menu li ul.sub-menu span {
	display: none;
	}
.sidebar ul.menu li ul.sub-menu li ul.sub-menu {
	display: none;
	}

/************************************************
*	18.	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 0px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	text-align: right;
	}
	
/************************************************
*	19.	Recent Comments							*
************************************************/

#recentcomments li {
	display: block !important;
	padding: 4px 0px;
	}
#recentcomments .recentcomments a {
	background: none;
	}
	
/************************************************
*	20.	Search Form								*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#searchform #s,
#searchform .search-field {
	float: left;
	background: #F9F9F9;
	color: #999999;
	width: 68%;
	height: 36px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px !important;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
.sidebar .widget_search {
	background: none;
	overflow: hidden;
	}
.sidebar #searchsubmit {
	float: right;
	width: 20%;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 32px;
	height: 36px;
	margin: 0px 0px 0px 2.8%;
	padding: 0px 12px;
	cursor: pointer;
	}
	
/************************************************
*	21.	Footer  								*
************************************************/

#footer {
	background: #800080;/* estaba en color gris  #222222 y lo modifico a color #800080*/
	margin: 0px;
	padding: 48px 0px;
	}
#footer a {
	color: #e1e1e1;/*estaba en este color gris color: #666666; y lo modifico a color#e1e1e1*/
	}
#footer a:hover {
	color: #FFFFFF;
	}
.footer {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 12px 0px;
	}
.footer p {
	font-size: 0.85em;
	color: #999999;
	font-weight: normal;
	line-height: 2;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	22.	Buttons  								*
************************************************/

.btn, a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button {
	display: inline-block;
	background-color: #F9F9F9;
	color: #666666 !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	line-height: 2.2;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	text-decoration: none !important;
	margin-right: 6px;
	padding: 2px 16px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .6);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.10)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	}
.btn:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, .more-link:hover,
#submit:hover, #comments #respond input#submit:hover, .container .gform_wrapper input.button:hover {
	background-color: #EEEEEE;
	color: #333333 !important;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	border: 1px solid #F9F9F9;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2);
	}
.more-link {
	margin-top: 12px;
	}
.btn-comment {
	margin-top: 12px;
	}
.btn-share {
	margin-left: 12px;
	margin-right: 0px;
	}
	
/************************************************
*	23.	Comments								*
************************************************/

#author, #email, #url {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}
#comment {
	background: #FFFFFF;
	color: #666666;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .12);
	}
#comments {
	background: rgba(0, 0, 05, .03);
	margin-top: 24px;
	padding: 12px 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#comments-title {
	font-size: 2em;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 8px 0px;
	}
#reply-title {
	margin: 0px;
	padding: 0px;
	}
.commentlist li .avatar {
	float: right;
	background: #FFFFFF;
	margin: 0px 0px 12px 12px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid rgba(0, 0, 0, .12);
	}
.commentlist li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	}
.commentlist li ul li {
	padding-left: 24px;
	}
.commentlist li ul li:last-child {
	border-bottom: none;
	}
.commentlist p {
	margin: 10px 0px;
	padding: 0px;
	}
.comment {
	padding: 18px 0px;
	}
#commentform {
	margin: 5px 0px 0px 0px;
	}
#commentform textarea {
	width: 97.8% !important;
	padding: 2%;
	}
.commentlist li #respond {
	border-top: 1px solid rgba(0, 0, 0, .12);
	}
#respond {
	padding-top: 12px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#cancel-comment-reply-link {
	display: block;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	margin: 6px 0px 18px 0px;
	}
.form-submit #submit {
	margin-top: 0px !important;
	}
p.logged-in-as {
	margin-top: -6px;
	}
.comment-edit-link {
	float: right;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1;
	margin-top: -18px;
	padding: 0px;
	}
.reply {
	margin: 0px;
	padding: 6px 0px;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.form-allowed-tags {
	display: none;
	}
.thread-alt, .thread-even {
	margin: 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	24. Forms									*
************************************************/

.container .ginput_complex .ginput_right br,
.container .gform_footer br {
	display: none;
	}
.container .gform_wrapper .ginput_complex input[type="text"], .container .gform_wrapper .ginput_complex input[type="url"], 
.container .gform_wrapper .ginput_complex input[type="email"], .container .gform_wrapper .ginput_complex input[type="tel"], 
.container .gform_wrapper .ginput_complex input[type="number"], .container .gform_wrapper .ginput_complex input[type="password"], 
.container .gform_wrapper .ginput_complex select, .container .gform_wrapper .ginput_complex .ginput_right input[type="text"], 
.container .gform_wrapper .ginput_complex .ginput_right input[type="url"], .container .gform_wrapper .ginput_complex .ginput_right input[type="email"], 
.container .gform_wrapper .ginput_complex .ginput_right input[type="tel"], .container .gform_wrapper .ginput_complex .ginput_right input[type="number"], 
.container .gform_wrapper .ginput_complex .ginput_right input[type="password"], .container .gform_wrapper .ginput_complex .ginput_right select {
	width: 94% !important;
	}
.container form {
	display: block;
	overflow: hidden;
	}
.container form ul li {
	list-style: none;
	padding: 0px;
	}
.container form legend {
	font-weight: bold;
	padding-top: 10px;
	}
.container form label {
	margin-top: 6px;
	}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'],
.container form textarea,
.container form select {
	display: block;
	background: #FFFFFF;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	margin: 4px 12px 4px 0px;
	padding: 8px !important;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
	}
.container form input[type='url'],
.container form input[type='tel'],
.container form input[type='email'],
.container form input[type='text'],
.container form input[type='password'],
.container form input[type='number'] {
	width: 42%;
	}
.container form textarea {
	width: 96% !important;
	}
.container form input[type='checkbox'],
.container form input[type='radio'] {
	margin-left: 0px;
	margin-right: 6px;
	}
.container form input[type='submit'] {
	margin-top: 0px;
	height: 36px;
	}
.container form select {
	width: 28%;
	}
select {
	margin-right: 12px;
	}
	
/************************************************
*	25. Tables		 							*
************************************************/

table {
	background: #FFFFFF;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
.widget table {
	margin: 0px;
	}
table thead,
table tfoot {
	border: 1px solid #E4E4E4;
	}
table thead th,
table tfoot td {
	border: none;
	}
table th {
	background: #EEEEEE;
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 8px 4px;
	border: 1px solid #E4E4E4;
	}
table td {
	padding: 5px 2px;
	margin: 0px;
	border: 1px solid #E4E4E4;
	}