/*
Theme Name:     Simplify Child
Theme URI:      http://example.com/
Description:    Child theme for Simplify theme 
Author:         Darren Hill
Author URI:     http://
Template:       simplify
Version:        0.0.1
*/


/*  Import the main style.css file    */

@import url("../simplify/style.css");

<meta name="msvalidate.01" content="E7F340631FAA60CBD28DD75252354310" />
		<title>Devon based Photographer, for your  photo needs</title>

/*  Google font imports go here    */

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,700);

@import url(http://fonts.googleapis.com/css?family=Tangerine:400,700);


/*  This is the font changing bit  */

body, input, textarea{
    color: #00000;
    font: 15px "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.625;
    word-wrap:break-word;
}


/*  This is the header image bit   */

img.site-logo {
	max-width: 600px;
	max-height: 90px;
	padding: 5px 0;
	float: left;
}



/*  This is the bit that changes the page title....  */



/* adjust h1 text {note that h1.page-title is defined later */

h1 {	color: #000000; }

h1.page-title, 
h1.arc-post-title {
	font: 45px  "Tangerine", cursive;
	 font-weight: 400;
   
    text-transform:capitalize;
	text-align: left;
	color: #60039A;}

/* end of h1 definition */



/* adjust h2 text */

h2 {
	font-size: 25px;
	color: #000000;
}

/* end of h2 definition */



/* adjust h3 text {title text on a page} */
h3 {
	font-size: 18px;
	color: #000000;
}

/* end of h3 definition */



/* adjust h4 text */

h4 {
	font-size: 18px;
	color: #000000;
}

/* end of h4 definition */



/* adjust BODY text {IE normal text} */

body {
	color: #000000;
}




/*
    *** These are unused lines here for reference ***

    *** This was grey before changed to blue rrggbb
    color: #373737;

    *** Changing the font ***

    * so to use an inputed Google font just add it's "family" from the 
    * import line before the built in family name and it then replaces it.
    * to find Google fonts go here: http://www.google.com/webfonts
    *
    @import url('http://fonts.googleapis.com/css?family=Crimson+Text');
    @import url('http://fonts.googleapis.com/css?family=Arimo');
    @import url('http://fonts.googleapis.com/css?family=Merienda');
    @import url('http://fonts.googleapis.com/css?family=Julius Sans One');
    @import url('http://fonts.googleapis.com/css?family=Shadows Into Light');
    @import url('http://fonts.googleapis.com/css?family=Architects Daughter');

    * this is the normal line and the import line
    *
    font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font: 15px Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
*/