/* ---- Place your custom styles below ---- */

#header {
    background-color: #FFFFFF;
	
 }
 #logo a, #tagline, #nav li a {
    color: #000000;
}
body {
color: #FFFFFF;
}
#front-blog-inner {
    padding: 0 0 70px;
}
#body {
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
    font-weight: 800;
}
h1 {
 font-weight: 100;
 font-size: 39px;
}
.text h1 {
    font-size: 28px;
	line-height: 34px;
}
#subfooter {
background: none;
color: 999999;
}
h4 {
 border-bottom: 1px solid #4c4c4c;
 font-weight: 400;
 font-size: 25px !important;
 line-height: 27px !important;
 padding: 30px 0 10px 0;

}
h3 {
 border-bottom: 1px solid #4c4c4c;
 padding: 50px 0 0 0;
 font-size: 21px !important;
 line-height: 1.4em !important;
font-weight: 500;
}
#nav li  a{
font-family: "Old standard TT", "Merriweather";
 letter-spacing: 0.05em;
font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
   
    /*font-family: "Old Standard TT";*/
  
}
#subheader {
 /*background-image:url('testi.png');*/
}

#line {
 background-image: url("line.png");
 height: 60px;
 position: absolute;
 top: 0;
 width: 100%;
}

#header-social li a span.icon-title {
z-index: 9999;
}

h3.widget-title span {
font-size: 16px;
}


#post textarea {
    height: 80px;
    width: 520px;
}
#post textarea, #post input {
    border: 1px solid #5C5C5C;
    box-shadow: 0 0 5px #000000 inset;
}
#post textarea {
    width: 420px;
}
#post textarea, #post input {
    background-color: #272727;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 0;
    padding: 5px;
    width: 320px;
}
input:valid, textarea:valid {
}
button, input, select, textarea {
    margin: 0;
}
textarea {
    overflow: auto;
}

select, input, textarea, button {
    font: 99% sans-serif;
}
.wpcf7 input[type="text"] {
    display: block;
    float: left;
    padding: 10px;
    width: auto;
}
#by{ margin-top: 10px; 
	text-align: right; 
	font-size: 9px; 
	margin-right: 50px;
}
#by a {
    color: #cccccc;
}
#by a:hover{
    color: #ffffff;
}