body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: Georgia, Times, Serif;
	color: #111;
	background: #DDD;
	}

#page {
	background: #FFF;
	border: none;
	padding: 0 0 10px;
	}
	
#header {
	background: #000 url('book/wd01.jpg') no-repeat;
	height: 200px;
	}
	}

.entry-content {
	margin: 0 0 0 15px;
	}

.content {
	padding: 0 15px 0 20px;
	}

.secondary, .columns-three #sidebar-1 {
	font: 1em/1.5em Georgia, Times, Serif;
	padding: 0 0 0 15px;
	width: 202px;
	border-left:1px solid #999;
	}

.columns-three #sidebar-2 {
	width: 154px;
	}

/*- Main Menu in Header */

ul.menu {
	left: 10px;
	}

ul.menu li a {
	font: 1.1em Georgia, Times, Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: eee;
	}

ul.menu li a:hover, ul.menu li.current_page_item a:hover {
	background: #000;
	color: #fff !important;
	}

ul.menu li.current_page_item a {
	color: #e5e5e5 !important;
	background: none;
	}
	
/*- Headings */

h1, h2, h3, h4 {
	font-family: Georgia, Times, Serif;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 3.6em;
	padding: 75px 30px 0;
	text-transform: uppercase;
	}

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 30px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.3em;
	text-transform: uppercase;
	}

.secondary h4 { /* Secondary H2 is sidebar headlines */
	font-size: 1.3em !important;
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: 0;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.2em;
	font-weight: bold;
	text-transform: none;
	}

#primary .k2-asides h3 {
	font-size: 1.4em;
	font-weight: bold;
	}

.entry-head {
	background: none;
	padding: 0 0 0 0px;
}

#primary .k2-asides .entry-head {
	background: none;
	padding: 0 0 0 0px;
}

#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited {
	color: #777 !important;
	font-weight: normal;
	}

.single #primary .k2-asides .entry-content {
	font-size: 1.3em;
	color: #777;
	}

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

.commentslink {
	background: url('fork/icons/comment.png') left center no-repeat;
	}

.chronodata {
	background: none;
	}

.entry-tags {
	background: url('fork/icons/tag_blue.png') left center no-repeat;
	}
	
.commentsrsslink {
	background: url('fork/icons/feed.png') left top no-repeat;
	}

.trackbacklink {
	background: url('fork/icons/arrow_refresh.png') left top no-repeat;
	}

#commentlist li .comment-meta {
	background: none;
	}

/*- Search Form and Livesearch */

input[type=text], textarea {
	padding: 2px 0 2px 2px;
	margin: 0;
	}

input[type=text]:focus, textarea:focus {
	color: #444;
	}

/*- Primary Contents */

.entry-content {
	font: 1.2em/1.2em Georgia, Times, Serif;
	
	color: #000;
	}

.k2-asides .entry-content {
	font: 1.1em/1.5em Georgia, Times, Serif;
	color: #555;
	}
	
/*- Links */

h2 a:hover, h2 span a:hover {
	color: #990000 !important;
	}

a {
	color: #990000;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #990000;
	}

/*- Various Tags and Classes */

.alert {
	background: #fffef5;
	border-top: 2px solid #d4ba52;
	border-bottom: 2px solid #d4ba52;
	}

/* Feed Icon Replacement (added by gigi) */

.feedlink, .columns-three .feedlink, .columns-three .sb-feed a {
	background-image: url('fork/icons/feed.png');
	height: 16px;
	padding: 0 20px;
	line-height: 1.7em;
	}

/* Slider */
body.smartposition #rollingarchives {
	background: #FFF !important;
	border-bottom: 1px solid #ddd !important;
	}

#searchload {
	background-image: url('fork/spinner.gif');
	}
