/*

Theme Name: BBWhite as Milk

Theme URI: http://bridgeandburn.com/

Description: Testing WordPress Child Themes

Author: Erik Prowell

Author URI: http://bridgeandburn.com/

Template: white-as-milk

Version: 1.0

*/
@import url(../white-as-milk/style.css);

body {
        color: #000000;
	font-family: "Times New Roman", Times, serif;
        font-size:12px;
        font-weight:500;
}

#page {
min-width: 958px;
margin: 6px;
}


#sidebar {
	font-family: "Times New Roman", Times, serif;
}

.post h2 {
font-size:18px;
letter-spacing:0em;
}

a {
color:#333333;
}


#header h1 a {
color:#000000;
}

#content .entry p {
font-size:.9em;
}

.post h2 a:hover {
color:#333333;
}

#sidebar a, .postmetadata a, .navigation a, ol.commentlist cite a, .commentmetadata a {
text-decoration:none;
font-size:11px;
}

#content .entry{
line-height:1.1em;
}


