/*
Theme Name:     Blank child
Description:    Blank child theme
Author:         gg2000
Template:       lh_wordpress_blank_theme

(optional values you can add: Theme URI, Author URI, Version)
*/


/*	@import url("../blank-theme-child/style.css");	*/


/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
html {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	margin: 0;
}
body, input, textarea {
	color: #999;    
	font-family: Arial, sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	clear: both;
}
hr {
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre {
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code {
	font: 11px Monaco, monospace;
}
p {
	margin: 4px 0 12px 0;
}
a {
	color: #0a77e6;
}
a:hover {
	color: #065c88;
}
a:visited {
	color: #8b46d1;
}



/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
div#container
{
	width: 70% ;
	padding-left:15% ;
	padding-right:15% ;
	position:relative ;
	top: 20px ;
	margin: 20px auto 4px auto;
}
div#content {
	font-size: 12px

	
}


/*** HEADER : MENU ***/






/*--------------------test menu ------------------------------*/
.menu{
	list-style:none;
	font-weight: normal;
	font-size: 14px;

	/* Clear floats */
	float:left;
	padding-left: 15%;
	padding-right: 15%;
	width:70%;
	/* Bring the nav above everything else--uncomment if needed.*/
	position:relative;
	z-index:5;
}
.menu li{
	float:left;
	margin-right:10px;
	position:relative;
}
.menu a{
	display: block;
	padding-top:0px;
	padding-right:8px;
	color:#999;
	background:white;
	text-decoration:none;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #999;
}
.menu a:hover{
	color:#f90;
	background:#6b0c36;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
.menu ul{
	background:white; 
/* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(f,f,f,f); 
/* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; 
/* Hide off-screen when not needed (this is more accessible than display:none;) */
	padding:0;
}
.menu ul li{
	padding-top:1px; 
/* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
.menu ul a{
	white-space:nowrap; 
/* Stop text wrapping and creating multi-line dropdown items */
}
.menu li:hover ul{ 
/* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
.menu li:hover a{ 
/* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:none;
	text-decoration:underline;
}
.menu li:hover ul a{ 
/* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	border:none;
	background:#999;
	color:#fff;
	padding-left: 5px;
}
.menu li:hover ul li a:hover{ 
/* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#F90;
}

/*-----------------------dropdown part---------------------------*/

/*-----------------------test menu---------------------------*/




/* To see a menu in your header, you'll need to first add one in WordPress Admin */


/*** HEADER : OTHER ***/

div#MyHeader {
position:absolute;
top:70px ;
left: 10px;
width:150px;
height:80%;
/****background-image:url('http://www.g-a-goodman.com/wp-content/uploads/signatsmaller-copy-copy.jpg');***/
background-repeat:no-repeat;
background-position:left top;
background-size: contain;
}


/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title {

	
}

h2.entry-title {
	
}

h2.entry-title a {
	
}

h1.page-title {
	
}

/* Media Alignment */
.alignright {
	/* Style for right-aligned images in posts */
	padding: 2px 2px 2px 2px;
	float: right;
}
.alignleft {
	/* Style for left-aligned images in posts */
	padding: 2px 2px 2px 2px;
	float: left;
}

/* Entry Content */
.entry-content {
	/* Style that affects actual entry/post content */
}

.entry-content a {
	
}

.entry-content a:hover {
	
}

.entry-content h1, h2, h3, h4, h5 {
	
}

.entry-content ol li {
	
}

.entry-utility {
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}

.entry-meta {
	/* Style for the entry metadata (author, etc.) */
}

.skip-link {
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}

.navigation {
	/* Style for the navigation links (next/previous post) on a given post */
}


/*** CONTENT : COMMENTS ***/

div#comments {
	/* Style that affects the DIV containing all the comments */
}

.comments h3 {
	/* H3 header style for comments */
}

.comments ol {
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}

.comments ol li {
	/* Style each list item in the comments ordered list */
}

.comments img {
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}

.comments .comment {
	/* Style that applies to each individual comment in a series of comments */
}


.children ul li {
	/* A style that refers to the children (as in, responses to) any given comment */
}


.comment-reply-link {
	/* Style for the "Reply" link on a comment */
}

.comment-meta {
	/* Style for metadata for a comment */
}

div#respond {
	/* DIV that contains the comment response form */
}

div#respond h3 {
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary ul{
	/* Primary Widget Area DIV */

}

div#primary {
	/* Primary Widget Area DIV */
list-style:none;
}

div#primary ul li ul li{
  margin:0;
  padding:0 0 4px 20px;
  background:url(images/gobutton2.gif) left top no-repeat;
}

div#secondary{
	/* Secondary Widget Area DIV */
}

div#secondary ul{
	/* Secondary Widget Area DIV */
list-style:none;
}

div#secondary ul li ul li{
  margin:0;
  padding:0 0 4px 20px;
  background:url(images/gobutton2.gif) left top no-repeat;
}

.widget-area {
	/* Class that applies to BOTH widget areas */
}

.xoxo {
	/* Class that applies to each item in each widget area (an unordered list class) */
}


/*** FOOTER ***/
div#footer {
	float: left;
	clear: both;
}


/*** YOUR CSS ***/