/*
Theme Name: davidtheme
Theme URI: http://blog.ellerman.org/wp-content/themes
Description: Child Theme for Precious
Author: David Ellerman
Author URI: http://www.blog.ellerman.org/wp-content/themes
Template: precious
Version: 1.0
*/
 
@import url("../precious/style.css");

body {
color:#000000;
font-family: georgia, "times new roman",times,Verdana,serif;
font-style:normal;
}

/* Some class styling */
/*linkcolors for default skin*/
a:link {
color : #990000; 
text-decoration : underline; 
} 
 a:visited {
color : #990000; 
text-decoration : underline; 
} 
 a:hover {
color :#555555; 
text-decoration:underline;
} 
 a:active {
color : #555555; 
} 

/*header styles*/
h1, h2, h3, h4, h5, h6, #commentbox legend, #searchform label, #wp-calendar caption, #sidebar h2 a {
font-family : Verdana,'Trebuchet MS', Tahoma, Arial, 
	 Helvetica, Sans-Serif; 
color : #000000; 
margin: 10px 0px;
padding:2px 0px;
font-weight:normal;
}
/* access navigation */
#accessnav {
clear:both;
display: none;
}

/*header*/

#header {
background:transparent;
background-color:#ffdd00;
margin:0px 0px 10px 0px;
padding:10px 5px 5px 5px;
text-align:center;
border-bottom: 2pt solid #000000;
}
#header h1{

font-family:"times new roman",times,Verdana,serif;
font-size:3em;
letter-spacing: 0px;
text-transform: uppercase;
margin:5px 0px 10px;
}
#header p {
margin:2px 0px;
padding:0px;
font-size: 1.5em;
letter-spacing: 1px;
text-transform: uppercase;
}

#header h1 a:link, #header h1 a:visited {
color:#000000;
font-weight:normal;
text-decoration:none;
}
#header h1 a:hover, #header h1 a:active {
color:#cc0000;
text-decoration:none;
}

/* child content div */
#content {
padding: 2px 0px;
margin: 0px;
margin-right:0.5em;
width: 75%;
float: left;
font-size:1.3em;
letter-spacing: 0.5px;
line-height:1.5em;
}
h2#pagetitle, h2#comments {
color:#000000;
line-height: 1.2em;
font-weight:normal;
}
#content h2.posttitle a {
font-size:0.9em;
line-height: 1.2em;
} 
#content h3 a:link, #content h3 a:visited, #content h2 a:link, #content h2 a:visited {
color:#000000;
font-weight:normal;
text-decoration:none;
}
#content h2 a:hover, #content h2 a:active, #content h3 a:hover, #content h3 a:active {
color:#cc0000;
}

/*sidebar*/
#sidebar {
padding: 5px 0px;
margin: 0 0 0 1.5em;
width: 20%;
float:right;
font-size:1.1em;
}
#sidebar h2, #sidebar label {
font-size:1.1em;
margin:5px 0px 2px;
font-weight: normal;
}
#sidebar a {
text-decoration: none;
}
#sidebar ul {
list-style:none outside;
padding: 2px 0px;
margin:2px 0px;
}
#sidebar li {
margin:0px;
padding: 3px 2px;
}
#sidebar li li {
border-bottom: 1px solid #cccccc;
}
#sidebar li li li:before {
content: "\00BB \0020";
}