/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
/*
Theme Name: twentyeleven-child
Description: Child theme for the twentytwelve theme 
Author: John J. Pinckney
Template: twentyeleven
*/

/* imports parent theme of twentyeleven to the child */

@import url("../twentyeleven/style.css");


/* changes the color of the font in the title of child */
#site-title a {
    color: #006400;
font-size: 250%;
font-family: castellar;
 
}


/* changes for propeasy in reactpress styling NOT IMPLIMENTED JUST A COMMENT HERE

#root {
color: GREEN !important;
font-size: 250%;
font-family: castellar;
}

*/

/* changes the color of the font in the description of child */
#site-description a {
    color: #000000;

}

#wrapper {
  background-color: #ddd;
}
h1.entry-title {
  font-family: "Times New Roman", Georgia, serif;
}



/* Add your body text over ride rules below */

body, input, textarea {
	color: #006600;
}




/* To correct the author error for twenty eleven from a Google Tester Error: Missing required hCard "author" */
/* See: http://wordpress.org/support/topic/theme-twenty-eleven-changing-position-of-author-on-singlephp-and-query-regarding-headings */

.single-author .entry-meta .by-author { 
	display: inline; 
}


p {
	
	width: 900;
}





/* takes out the entry form from home page for users so they cannot enter blog info on homepage */
body.home .entry-title {
	display: none;
}

/* gets rid of annoying white pixel marks at top of pages */
#page {
      margin-top: 0px;
} 

/*To remove the space between your menu and your top article, add this to your CSS style sheet: */

.singular.page .hentry {
    padding: 0em;
}









/*to adjust the padding at the top, under the tag and above the image, add this: */

#site-description {padding-bottom: 0em;}
#site-description {margin-bottom: 1em;}

/* all (main, "access,.navigation", "main,.entry-content" adjust padding below the menu line above main text */
#main {
      padding-top: 0em;
      margin-left: -5px;
      margin-right: -5px;}              
     
#access,.navigation{

      margin-bottom:0;}
     
#main,.entry-content{

      padding-top:0;}


/* If you want to totally Remove display of Search Form id css, but we use it for the txt in upper corner for now*/
/*#branding #searchform {
	display: none;
} */

/* making title of DKP, LLC have wide margins and thus be on a sinle line in header */
#site-title {

	margin-right: 100px;
	padding: 4.65625em 0 0;
   	margin-top: 70px;
        color: #006600;
}


/*
/* UPWORK  

*/


/* START Image Map USA Styling */
div#map-wrap {
width: 1024px;
height: 633px;
margin: 0 auto;
margin-top: 0%;
/*margin-top: 3%;*/
background: url(http://pinckneylawfirm.com/wp-content/uploads/2017/09/alt10-cis-map.png) no-repeat;
}




p {
    color: #404040;
    font-family: Helvetica, sans-serif;
    margin: 0 !important;
    width: 100%;
}

#page {
	margin-top: 0px !important;
}

.page {
	margin-top: 0px !important;
}