/*
	Author Name	: 	Brian
	Author Site	: 	http://theprecipice.us
	Scheme Name	: 	The Precipice
	Version		: 	0.1
	Comments	: 	Polar bears on the edge
*/

body {
font-family: arial, comic sans ms, helvetica, sans-serif !important;
background: #000 !important;
font-size: 70% !important;
color: #fff !important;
margin: 0 !important;
_margin: 0 !important;
padding-top: 10px;
padding-bottom: 10px;
}

#page {
width: 780px !important; /*Width of entire Blog*/
_width: 780px !important; /*Check in IE to get the value that matches your blog*/
border: 0px !important;
padding: 0px !important;
_padding: 0px !important;
}

#header {
background: #000 url('precipice/polarbear2.jpg') no-repeat !important;
height: 192px !important; /*sets the height of header*/
_height: 192px !important; /*IE tweak*/
border: none !important;
padding: 0;
margin: 0;
position: relative;
}

h1{
display: none;
}
#header .description {
display: none;
}

#footer a {
border-bottom: 0px dotted #ccc !important;
text-decoration: underline;
}

#footer a:hover {
border: none;
text-decoration: none;
color: #3366CC;
}

ul.menu li a {
font-weight: bold;
}

.metadata { /* Time and category for blog entries */
	font-size: 1em;
	display: block;
	margin-top: 2px;
	color: #000;
	}

.metadata a {
	color: #009;
	text-decoration: underline;
	}

.comments #commentlist li {
	color: #444;
	}