/*   
Theme Name: k2
Theme URI: kasamata.com.br
Description: Theme for website with pages and blog.
Author: emer77
Author URI: http://kasamata.com.br/
Template: thematic
Version: 1.0
Tags: Thematic
*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css'); 
/* Apply basic typography styles 
@import url('../thematic/library/styles/typography.css'); */
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css'); 
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* LAYOUT------------------------------------------------------ */
body {
/*	background: url(img/16_col.gif) repeat-y center;   */
   background: #662115 url(img/k2-bg.jpg) no-repeat fixed top center;
    min-width:960px;
}
#header {
    position:relative;
    margin: 30px auto 0;
    width: 940px;
}
#branding {
/*   border:1px solid gray; */
   padding:0 0 0 8px;   
   width:332px; /* total é 340px */
   float:left;
   overflow:hidden;
}
#blog-description {
    line-height: 14px;
    margin: 0 0 10px 0; /* margin-bottom de #branding (ie nao pega margem em #branding) */
}
#access {
/*   border:1px solid gray;      */
    position:relative;
}
#caixa-topo {
/*   border:1px solid gray;   */
   background: url(img/caixa-topo.png) no-repeat center bottom;
   clear:both;
   width:960px;
   height: 12px;
   margin: 0 auto;
}
#main {
/*   border:1px solid gray; */
   clear:both;
   padding:0 0 0 0;      
    width:960px;
   background: url(img/caixa-fundo.png) repeat-y;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#caixa-embaixo {
/*   border:1px solid gray;   */
   background: url(img/caixa-embaixo.png) no-repeat center top;
   clear:both;
   width:960px;
   height: 13px;   
   margin: 0 auto;
}
#container {
/*   background: red; */
/*   border:1px solid gray; */
   margin: 0 auto;
   padding: 30px 0 0 0; /* distancia de caixa-topo */      
   width: auto;
}
#content {
/*   background: red; */
/*   border:1px solid gray;   */
   margin: 0 auto;
   padding: 0 50px; 
   width: auto;
   overflow:hidden;
}
body.blog #content,
body.single #content,
body.archive #content,
body.search #content 

{
   padding: 0 0 0 50px !important;    
}
.post {
   background: white;
   padding: 20px !important;
}
#primary { /* largura total: 310 = 290 + 20   */
/*   border:1px solid #ccc; */
   float:right;
   width:300px;
   padding:0 0 0 0;
   margin: 30px 50px 20px 20px ;
   position:relative;
}
#secondary {
    clear:right;
}
#footer {
/*   border: 1px solid gray; */
   margin: 12px 0 0 0;
   padding-bottom: 30px; /* para IE */
   clear:both;
}
#subsidiary {
/*   border: 1px solid gray;       */
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
/*   border: 1px solid gray;    */
   padding:0 0 0 0;   
   clear:both;
   width:940px;
   margin:0 auto;
   text-align: center;
}
/* =Global Elements -------------------------------------------------------------- */
#content img {
   border: 1px solid #CBC9CF;
}
body, input, textarea {
    font: 14px Verdana,arial;
    color: #59534A;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
ul {
   list-style: square inside; 
}
#content ul li {
   padding-bottom: 8px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#662115;
}
a:visited {
    color:#402419;
}
a:active,
a:hover {
    background:#662115;   
    color: #FFF8EB;
}
/* =Header-------------------------------------------------------------- */
#header {
    z-index:2;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-description {
    color:#E5DCCC;
    font-family: verdana;
    font-size:11px;
    letter-spacing: 5px;
    font-weight: normal;
}
/* =Menu-------------------------------------------------------------- */
#access {
   font-family: verdana;
   letter-spacing: 1px;
   font-size:12px;
}
.menu ul {
   margin: 49px 0 0 0; /* distancia entre menu e busca */
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style:		none;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
/*	border: gray solid 1px; */
	width: 104px;
	float:			left;
	margin: 0 10px 0 0 ; /* entre cada item de menu */
	text-align: center;
}
.sf-menu a {
	display:		block;
}
/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
   background: url(img/aba.png);
	color: #59534A;
}
.sf-menu a:hover {
   background: url(img/aba-ativa.png);
}
.sf-menu a:active {
   color: #662115;
   font-weight: bold;
}
body.home .inicio a,
body.slug-sobre-nos .sobre  a, 
body.slug-trabalhos .trabalhos  a,
body.parent-pageid-6 .trabalhos a,
body.blog .blog  a,
body.single .blog  a,
body.slug-contato .contato  a
{
   background: url(img/aba-ativa.png);
   color: #142340;
}
/* =Content-------------------------------------------------------------- */
body.home .entry-title { /* oculta titulos de pages*/
   display:none;
}
/* homepage---------------------------------- */
body.home #content {
   padding: 0;
}
body.home #container {
   padding: 0 0 0 0; /* distancia da caixa-topo */ 
}
.promo-home {
   height: 186px; /* 246 - 60 (2 x 30) de padding vertical */
   margin: 0 auto ;
   padding: 45px 50px 15px 50px;
   background: url(img/faixa-recortada.png) no-repeat;
   color: #59534A;
   font-size: 17px;
   line-height: 26px;
}
.lampada {
   margin: 0 40px 0 0 !important;
   float: left;
}
img.lampada {
   border: 5px !important;   
}
body.home #content h1 {
   margin: 0px 50px 0 !important; /* espaçamento só para H1 da home*/
}
body.home .entry-content { /*  tirar borda dos titulos page  */
   border-top: none !important;
}
body.home .galeria { 
   border-top: 1px solid #f7f7f7; /* soma com borda de H1 */
   margin: 0 0 0 50px;
}
body.home .galeria li {
   margin-top: 25px;
}
/* galeria---------------------------------- */
.galeria {
   width: 860px;
   list-style: none;
   margin: 0;
}
.galeria li {
   float:left;
   width: 260px;
   margin: 5px 40px 0 0;
}
.galeria li.terceiro {
   float:left;
   width: 260px;
   margin-right: 0;
}
.galeria img {
   margin: 0 0 0 0;
   border: 1px solid #E5DCCC;
}
.legenda {
   color: #59534A;
   font-size:13px;
   margin: 5px 0 10px 0; /* distancia da caixa-embaixo */
}
body.firefox .legenda { /* exceção para margin anormal do firefox */
   margin: 0 0 10px 0; 
}
/* pages  --------------------------------------- */
body.page #content h1{ /*  título das pages  */
   padding: 0 0 8px 0;
   margin: 0 0 0px 0;
   border-bottom: 1px solid #E5DCCC;
   font-family: Georgia, serif;
   color: #662115;
   font-size: 22px;
   font-weight: normal;
   font-style: italic;
   letter-spacing: 2px;
}
body.page .entry-content { /*  distancio do titulo + sombra da borda  */
   padding: 20px 0 0 0;
   border-top: 1px solid #f7f7f7;
}
body.page .edit-link {
   display: none;
}
/* sobre ---------------------------------------- */
body.slug-sobre-nos {
}

.texto-page-maior {
   font-size: 17px;
   line-height: 26px;
}
.coluna {
   width: 260px;
   float: left;
   padding: 0 40px 0 0;
}
.coluna ul {
   border-top: 1px solid #f7f7f7; /* sombra da borda h3*/ 
   padding: 10px 0 0 0 ;
}
.sobre-col3 {
   width: 260px;
   float: left;
   padding: 0 0 0 0;
}
.coluna h3 {
   font-family: Georgia, serif;
   letter-spacing: 2px;
   color: #662115;
   border-bottom: 1px solid #E5DCCC;
   padding: 28px 0 10px 0 !important;
}
/* trabalhos --------------------------------------*/
.img-trabalho {
   float: left;
   margin: 0 20px 25px 0 !important;
}
.voltar {
   margin: 20px 0 0 0px;
   width: 298px;
   float: right;
}
.voltar a {
   text-decoration: none;
   color: #662115;
}
.voltar a:hover {
   color: white;
}
/* conteúdo normal -------------------------------*/
.meta-prep-entry-date { /* oculta "publicado em" */
   display: none;
}
.wp-caption {
   line-height:22px;
   font-family: Georgia, serif;
   font-size: 16px;
   letter-spacing: 2px;
   color: #67666A;
   padding-top: 5px ;
   background: #f7f7f7;
   overflow: hidden;
}
.wp-caption p.wp-caption-text {
margin:0;
padding:5px;
text-align: right;
}
.page-title {
   color: #a6a19a;
    font-size:15px;
    line-height:18px;
    padding:20px 0 20px 20px;
    border-top: 1px dotted #E5DCCC;
    border-bottom: 1px dotted #E5DCCC; 
    background: #f7f7f7; 
    font-weight: normal;
}
body.paged .page-title {
    background: white;
    border-bottom: none; 
}
body.search .page  { /* exceção para page em busca */
   background: white;
   padding: 20px;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Georgia,serif;
    font-size:26px;
    font-style:italic;
    font-weight: normal;
    line-height:26px;
    margin:0 0 15px 0;
    color:#662115;
    letter-spacing: 2px;    
}
.entry-title a {
    color:#662115;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #E5DCCC;
    background: none;
}
.entry-meta {
    color: #a6a19a;
    font-size:13px;
    font-style:italic;
    line-height:18px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color: #a6a19a;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:0 0 0 0;
}
.entry-content h1 {
   color: #662115;
   font-family: Georgia, serif;
   font-size:19px;
   font-style:italic;
   letter-spacing: 2px;
   padding: 0;
}
.entry-content h2 {
   color: #662115;
   font-family: Georgia, serif;
   font-size:18px;
   letter-spacing: 2px;
   padding: 0;
   margin: 10px 0 10px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
body.archive .entry-utility,
body.search .entry-utility 
{
   margin-top: 20px;
}   
.entry-utility {
   color: #a6a19a;
   font-size:13px;
   line-height:18px;
   letter-spacing: 2px;
   padding:0 0 20px 0;
}
.entry-utility a {
    color:#a6a19a;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}
/* =Attachments -------------------------------------------------------------- */
.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}
/* =Navigation -------------------------------------------------------------- */
.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    padding: 20px 0;
    background: white;
    overflow:hidden;
    border-top: 1px dotted #E5DCCC;
    border-bottom: 1px dotted #E5DCCC; 
    text-transform: uppercase;
    background: #f7f7f7;
}
.navigation a {
    color: #662115;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: white;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	padding-left: 20px;
	width:40%;
}
.nav-next {
	float: right;
	padding-right: 20px;
	width:40%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
#nav-below {
   margin: 0 0 24px 0;
}
.paged #nav-above {
    display:block;
    padding:20px 0;
}
/* =Comments -------------------------------------------------------------- */
#comments {
    padding:20px;
    margin: 0 0 23px 0;
    background: white;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background: #E5DCCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags { /* oculta msg sobre tags HTML */
   display: none;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
/* =Asides, Sidebars & Widget-Ready Areas --------------------------------------------------- */
/* feed & search -------------------------------*/
.icon { /* icone do feed */
   float: left;
   margin: 0 15px 0 0;
}
#feed-search {
   overflow:hidden;
}
#searchform { 
   overflow:hidden;
   background: url(img/fundo-busca.jpg) no-repeat; 
}
#s { /* busca */
   margin:0 0 0 7px;
   width: 220px;
   height: 24px;
   font-size: 14px;
   vertical-align: top;
   color: #918B91;
   background: none; 
   border: white none;
}
.voltar, /* voltar nas pages de trabalhos */
#text-5,  /* bem-vindo */
#text-6 /* voltar para blog home */
{    
   font-family: Georgia;
   font-size: 17px;
   font-style: italic;
   letter-spacing: 1px;
   line-height: 22px;
   border-top: 1px dotted #E5DCCC;
   border-bottom: 1px dotted #E5DCCC;
   padding: 15px 0;
}
/* barra do blog --------------------------------*/
.widget_tag_cloud a {
   text-decoration: none;
}
#primary li {
   margin: 0 0 40px 0;
}
.widgettitle {
   background: url(img/faixa-h1-barra.jpg) no-repeat;
   height: 25px;
   margin: 0 0 10px 0;
   padding: 4px 0 0 7px;
   font-family: Georgia, serif;
   font-size: 15px;
   font-style: italic;
   font-weight: normal;
   letter-spacing: 2px;   
}

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#59534A;
}
.aside a {
    color: #662115;
    text-decoration: none;    
}
.aside a:active,
.aside a:hover {
   color: #ffffff;
}
.aside h3 {
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*    Main Asides  -----------------------*/
.main-aside ul {
    padding:0;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
/*    Content Asides */
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*    Footer Asides */
#subsidiary {
    padding:33px 0 0 0;    
}
/* =Footer -------------------------------------------------------------- */
#footer {
}
#siteinfo {
    color:#E5DCCC;
    font-size:11px;
    letter-spacing: 3px;
    line-height:18px;
}
#siteinfo a {
    color:#E5DCCC;
    text-decoration: underline;
}
#siteinfo a:active,
#siteinfo a:hover {
}
/* =PageNavi -------------------------------------------------------------- */
/* Using !important to override PageNavi CSS */
.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}
/* contato ---------------------------------------*/
.wpcf7-form p {
   margin: 0 0 10px 0;
   font-size: 12px;
   letter-spacing: 2px;
}
.your-name input,
.your-email input,
.your-subject input
{
   width: 500px !important;
   height: 22px !important;   
   border: #E5DCCC solid 1px;
   font-size: 18px;
   font-family: Georgia, serif;   
}
.wpcf7-form input {
   width: 200px;
   height: 35px;
}
.wpcf7-form textarea {
   width: 860px;
   height: 120px;
   border: #E5DCCC solid 1px;
   font-size: 18px;
   font-family: Georgia, serif;
   margin: 0 0 15px 0;         
}
