/*
	Author Name	: Dan
	Author Site	: http://improvpastence.com
	Style Name	: Journal
	Style URI	: http://improvpastence.com/?page_id=37
	Version		: 1.0
	Column Number	: 1
	Comments	:
*/

body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: 'Century Gothic' Verdana, Arial, Sans-Serif;
	background-color: #aaa;
}
	
#header {
	height: 139px;
	background: #FFB22E;
	}
	
ul.menu {
	left: 11px;
	}
	
ul.menu,
ul.menu li a {
	padding: 3px 8px 3px;
	}
	
ul.menu li a {
	font: 9px 'Century Gothic' Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	font-weight: bold;
	}
		
ul.menu li a:hover {
	background: white;
	color: #333 !important;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: white;
	}
	
/*images and borders*/
	
h1 { /* H1 is used for the title of your blog */
	font-size: 3.5em;
	letter-spacing: -1px;
	padding: 40px 30px 0;
	width: 100%;
	}
	
#header .description { /* Blog description, under blog title */
	font-size: 9px;
	margin: 0 32px;
	font-weight: bold;
	}
	
#primary h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: -1px;
	text-align: center;
	display: inline;
	}
	
.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	display: inline;
	}
	
.entry-meta { /* Time and category for blog entries, i added the color tag*/
	font-size: 9px;
	display: block;
	}
	
#primary h3 , #primary h4{ /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline;
	}
	
#rollprevious, #rollnext, #rollpages,
#nested_rollprevious, #nested_rollnext, #nested_rollpages {
	width: 77px !important;
	}

#rollpages,
#nested_rollpages {

	font-size: 9px !important;
	}

#rollload,
#nested_rollload {
	color: #fff;
	right: -10px !important;
	z-index: 0;
	}

#rollnext, #rollprevious,
#nested_rollnext, #nested_rollprevious {
	font-size: 9px !important;
	}

#pagetrack,
#nested_pagetrack {
	margin: 0 75px 0 auto !important;
}

#searchsubmit {
	display: none;
	}

.secondary {
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0 10px;
	}

#sidebar-2 {
	padding-left: 15px;
	width: 200px;
	}

.feedlink {
	background: url('3k2redux-klee/feed-icon-12x12.gif') no-repeat 0px 1px;
	height: 14px;
	}

.sb-feed p {
	text-align: justify;
	}

.sb-comments .metalink {
	display: none;
	}

.sb-latest .metalink {
	display: none;
	}

.sb-asides .metalink {
	display: none;
	}

/* Feed icon replacement */

.secondary .metalink {
	position: absolute;
	right: 0;
	z-index: 1;
	}

.secondary .metalink .feedlink {
	background-image: url('3k2redux-klee/feed-icon-12x12.gif');
	width: 12px;
	height: 12px;
	display: block;
	}

.secondary .metalink .feedlink img {
	display: none;
	}

.secondary div div div .metalink {
	position: relative;
	}

/*-
	FlickrRSS
*/

.sb-flickr div {
	width: 105%;
	}

.sb-flickr div img {
	border: 0px;
	padding: 5px;
}

.sb-flickr div a img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px 8px 0 -3px;
}

.sb-flickr div a:hover img {
	border: 1px solid #999;
}

