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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;	
	vertical-align: baseline;
	outline: none;
}

html {
	font-size:100.01%
}

i, em {
	font-style: oblique;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul {
	list-style: none;
	list-style-position: outside;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	min-width: 800px;
}

	a {
		color: #111;
		text-decoration: underline;
	}
	
		a:hover, 
		a:visited:hover {
			color: #c00;
			text-decoration: underline;
		}
		
		.main_content a:visited {
			color: #555;
		}
		
/*  */

.header {
	background: #191919;
	overflow: hidden;
	clear: both;
	height: 1%;
	position: relative;
	color: #fff;
	line-height: 150%;
	padding: 10px 0;
	
}

	.header .logo {		
		width: 225px;
		height: 100%;		
	}
	
		.logo {
			height: 100%;
			vertical-align: middle;
		}

			.header .logo a {

			}
.page {
	padding-bottom: 2em;
	overflow: hidden;
	clear: both;
	height: 1%;
}	
			
/* */

	
	.header .announces,
	.main_content {
		color: #fff;		
	}

	.header .announces {
				
		margin: 0;
		padding: 0;		
	}
	
		.header p {
			font-size: .875em;
			margin: 0;
			padding: .125em 0 0; 
			line-height: 135%;
		}
	
			.header a {
				color: #fff;
			}

				.header a:hover {
					color: #c00;
				}	

.sidebar {
	padding: 0 9px 0 16px;
	width: 200px;
	float: left;
}

	.main_addlinks,
	.main_nav,
	dl.contacts {
		margin: 1em 0;
	}

	.sidebar ul {
		padding: .75em 0;
	}
		.sidebar li {
			padding: 0;
			font-weight: bolder;
		}
	
			.sidebar li a {
				text-decoration: none;
				color: #191919;
			}
			
			.sidebar li.current-cat a,
			.sidebar li a:hover {
				text-decoration: underline;
				color: #191919;					
			}
		
		.sidebar li em {
			font-weight: normal;
			font-style: normal;
		}

	dl.contacts {
		background: url('./img/dash.png') 0 0 no-repeat;
	}

		dl.contacts dt {
			padding-top: 1em;
			font-style: oblique;
		}

		dl.contacts dd {
			font-weight: bolder;
		}
	
	dl.contacts a {
		text-decoration: none;
	}
	
	.cv_portfolio {
		background: url('./img/dash.png') 0 0 no-repeat;
	}

		.cv_portfolio li em {
			font-weight: normal;
			font-style: oblique;
		}

.main_content {
	float: left;
	color: #191919;
	width: 600px;
}
	.main_content a {
		
	}

/* ------ */

.posts {
	
}
	.post {
		padding: 16px 0;
		border-bottom: 1px solid #000;		
	}
	
		.post h2 {
			font-size: 1em;
			line-height: 1.5em;
			margin-bottom: 1em;
		}

			.post h2 a {
				font-size: 1em;
				font-weight: bolder;
				padding: .35em .5em;
				text-decoration: none;				
			}

				.post h2 a:hover {
					text-decoration: underline;				
				}
	
				.post h2 .cat_link a {
					margin: 0 .5em 0 0;
					background: #000;
					color: #fff;					
				}
		
		.post_date {
			font-weight: bolder;
			font-size: .833em;
		}
		
		.entry {
			clear: left;
			padding: .5em 0;
		}
		
			.entry p {
				margin: 0 0 1em;
				line-height: 135%;
			}		

.pagebar {
	padding: 1em 0;
	font-size: 1.25em;
	font-weight: bolder;	
}
	
	.pagebar a {
		margin: 0 .25em;
		text-decoration: none;
	}
	
	.pagebar span {
		text-decoration: underline;
	}
