@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'droid sans';
	src: url("/font/DroidSans.ttf");
}

body {
	font-size: 14px;
	font-family: 'droid sans', helvetica, serif;
	color: #333;
	background-color: white;
	line-height:normal;
	letter-spacing:normal;
	}

#footer {
	background: #e7e7e7;
	}

small {
	font-size: 12px;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 42px;
	}

.description {
	font-size: 14px;
	padding-bottom:12px;
	}

h2 {
	font-size: 36px;
	padding-top:16px;
	}

h2.pagetitle {
	font-size: 32px;
	}

#sidebar h2 {
	font-size: 14px;
	padding-bottom:4px;
	}
	
#sidebar a,li {
	font-size:12px;
	line-height:16px;
}

h3 {
	font-size: 22px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.entry {
	border-bottom:#0066FF dashed 1px;
	border-top:#999999 dotted 1px;
	padding-bottom:12px;
	}

.entry p a:visited {
	color: #b85b5a;
	}
	
.entry p {
	padding-top:10px;
	line-height:1.6em;
	}
	
.entry img {
	/*background:#999999 url(ajax-loader.gif) no-repeat;*/
	background-image:url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#EEEEEE;
	padding:1px;
	}

.topnav {
	padding-top:12px;
	padding-bottom:12px;
	height:16px;
	width:800px;
	border-bottom:#0066FF dashed 1px;
}

.topnav li {
	float:left;
	padding-right:30px;
	color:silver;
	font-size:14px;
	}

.postmetadata {
	font-size:10px;
	padding:12px;
	text-align:right;
}

.navigation {
	padding-top:24px;
	padding-bottom:24px;
	border-top:#990000 dashed 1px;
	}


#sidebar {
	font: 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}


a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}



















