/*
Theme Name: simple_child1
Theme URI: http://computersecure.net/
Description: Testing WordPress Child Themes
Author: admin@computersecure.net
Author URI: http://computersecure.net/
Template: simplicity
Version: 0.3.8
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/
 
@import url('../simplicity/style.css');

/* My changes */

body {
        font-family: Georgia, "Bookman Old Style", "Times New Roman", Times, serif, roman;
	color: #333;
	text-align: center;
}


#header { margin: 0; padding: 0; }
#header { background-color: #5c5d5e; 
          letter-spacing: 0.2em;
}



/* #headertitle has your logo, site name and site description in it */

#headertitle { height:90px; 
               padding-top: 1em; 
               text-align:center;
               font-weight: 900; 
               font-size: 1.3em; 
}

#headertitle .description {text-align:center;
              font-family: Helvetica, 'Lucida Grande', Arial, Verdana, Sans-Serif, sans;
             margin-top: 0.3em;
             font-size: 0.8em;
}


#headerbar { clear: both; height: 1em; padding-top: 4px; background-color: #900; }



#pagetop {
        color: #ddd;
        text-align:center;
	font-weight: 900; 
	font-size: 3em; 
	line-height:1em;
	padding-left: 0.2em;
	padding-top: .5em;
	letter-spacing: 0.2em;
	height:1.6em;
	margin: 4px 6px 0;
}/*end pagetop*/

.blue {color: #3791D7;
	background-color:#5c5d5e;
}

/* End of my pagetop bit */



.post {
  margin: 0 0 1em;
  line-height: 2.2em;
  padding-bottom: 1em;
  border-bottom: 2px dashed #900;
}


/*  see if I can get the font and leading affixed here */

#content  {font-family: Georgia, "Bookman Old Style", "Times New Roman", Times, serif, roman;
}

/* line-height set here is not affecting the posts, only affects right sidebar */

#content .postmetadata { margin: 0.9em 2em; padding: 0 1em; }




/* just want to make sure this 'has layout' by applying min-width */
.sidebar {
  min-width: 100px;
  font-size: 0.9em;
  font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

.sidebar ul li ul li { 
        margin-top: 0.4em;
        font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 0.9em; 
        line-height: 1.6em;
}
/* this affects the Tags, Categories and recent posts etc. areas*/




/* My changes */

/* first, for my menu li */
.hnav ul{
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
        margin-right: 10px;
	text-align:center;
	list-style:none none;
        font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 0.9em; 
        line-height: 1.3em;
}


.hnav li {
	display:inline;
	padding:0 0.3em;
	border:solid #5c5d5e;
	border-width: 0 1px;
}

em.attn {
	color:#a33;
	font-size:1.2em;
	vertical-align:super;
}







/*  Possibles */


/*
these are all within a comment until used

#header {
  background-color: #69b;
}


#headertitle .description {text-align:center;
  font-size: 1.3em;
}

#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited, #header .description {
  text-decoration: none;
  color: white;
}

*/
/*Using 'class="alignright"' on an image will align the image to the right. And using 'class="centered' will of course center the image. This is much better than using	align="center", being much more futureproof (and valid) */