/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/developer-resources/css-map/
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body.custom h2.entry-title a { font-family: 'Raleway', arial, serif; }
body.custom h1.entry-title a { font-family: 'Raleway', arial, serif; }

body.custom h2.entry-title { font-family: 'Raleway', arial, serif; }
body.custom h1.entry-title { font-family: 'Raleway', arial, serif; }

Body.custom div.entry-content blockquote { font-family: 'Raleway', arial, serif; }

body.custom a.header-link-text-inside { font-family: 'Raleway', arial, serif; }


  /*to modify font in search bar > http://www.headwayhub.com/2011/01/02/how-customize-headway-search-form-css/ */

body.custom form#header-search-bar input {
 
background-color: #F0F0F0;

color: #adadad;

font-family: georgia, times, "times new roman";
font-size: 14px;
/*letter-spacing: 1px;*/
font-style: italic;

}


/*TO USE CUSTOM HEADER PLUGIN*/

body.custom div#top {display:none;}


/* PLACE TEXT OVER HEADER*/

body.custom div#language {

font-family: georgia, times, "times new roman";
font-size: 14px;

color:#666666;
text-decoration:none;

position: absolute;
top: 7%;
left: 1.5%;
}
