/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******** MAKE CHANGES BELOW ************/
h1,h2,h3,h4,h5 {padding-top:0.25em; padding-bottom:0.25em;}
h1 {font-size:2em;}
h2 {font-size:1.5em;}
h3 {font-size:1.25em;}
h4 {font-size:1em;}
h5 {font-size:0.75em;}

body {
	background-image:url('lightwood.jpg');
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top right;
}

div#header {
	float:left;
	display:block;
	width:600px;
	height:225px;
	margin:1em;
	text-align:center;
}

div#wrapper {
	margin:10px auto;
	width:99%;
	min-width:960px;
}

#container{
	width:100%;
	float:left;
	margin-right: -201px;
}

#content {
	margin-right:201px;
}

div.sidebar {
	z-order:1;
	padding-left:25px;
	color:#fff;
	float:right;
	overflow:hidden;
	width:170px;
}

.search,.widget,.post {
	border-top:2px solid black;
	display:block;
	padding:0.5em;
	margin:0.5em;
}

a {
	color:black;
}
a:visited{
	color:gray;
}
a:hover{
	background:yellow;
	color:black;
}

.entry-title {
	padding-bottom:0.25em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:italic;
	font-weight:bold;
}

.entry-date,.comment-author {
	padding-bottom:0.25em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal;
	font-weight:bold;
}

.entry-meta,.comment-meta{
	font-family:"Arial Black", "Gadget", sans-serif;
	font-weight:normal;
	font-size:0.75em;
	font-style:italic;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.entry-content{
	padding:0.25em 0em 0.25em 0em;
}
.post,.comment{
	font-family:"Georgia", serif;
	padding:1em;
	margin:1em 0em 1em 0em;
/*	border:2px solid black;*/
}

.nav-previous,.nav-next{
	padding:0 2em 0 2em;
	display:inline;
	font-style:italic;
	font-weight:bold;
}
.nav-previous a, .nav-next a{
	color:white;
}

.nav-previous a:hover,.nav-next a:hover {
	color:black;
	background:white;
}

ul.eshop {
	list-style-type: disc;
	list-style-position: inside;
	margin:0.5em;
	padding:0.75em;
}

ul.eshop li {
	padding:0.5em;
	margin:0.5em;
}

#nav-above, #nav-below{
	padding:0.5em 0 0.5em 0;
	background:red;
	width:100%;
}

p {
        padding:0.5em 0 0.5em 0;
}
