/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, 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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align: top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
	margin: 40px 0  200px 0;
	color: #666;
font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
color: #666;
}

a:hover, a:active {
color: #000;
}

#wrapper {
	width: 830px;
	margin: 0 auto;
	}
#leftcol {
	width: 160px;
	margin: 0 30px 0 0;
	float: left;
}

#content {
	width: 640px;
	float: left;
	padding-top: 75px;
}

div.content_text p {
color: #000000;
margin: 0 0 20px 0;
}

div.content_text p a {
text-decoration: none;
}

.clear {
	clear: both;
}

div#nav a {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

div#nav a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


div#nav a.logo {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
} 

.issue {
	width: 280px;
	float: left;
	margin: 0 20px 20px 0;
}

.issue p {
	float: left;
	margin: 0 0 0 20px;
}

.issue a {
text-decoration: none;
}

.issue img {
	float: left;
}

span.ita {
	font-style: italic;
}

div.blog_item {
	width: 640px;
	margin-bottom: 24px;
	padding-bottom: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	color: #333;
}

div.blog_item a {
	text-decoration: none;
	color: #333333;
}

div.blog_item a:hover {
	color: #000;
}

div.blog_item h3, div.blog_item h3 a {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	text-decoration: none;
	color: #333333;
}

div.blog_item h3 a:hover {
	color: #000;
}

div.blog_item p {
	margin: 20px 80px 0 0;
	font-family: Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 18px;
}

span.meta {
	font-style: italic;
	font-size: 14px;
}


span.ita_grey {
	font-style: italic;
	color: #666666;
}