* {
	margin: 0;
	padding: 0;
}

/*
	Foundation styles
*/
body {
	background: #c0c0c0;
	color: #000;
	font: normal 100% helvetica;
/*
    background-image: url('/i/common_bg1.gif');
    background-position: center top; 
    background-repeat: repeat-y;
*/     	
}

a, a:link, a:visited {
	color: #1e7ec8;
}


a:hover, a:active {
	color: #69bbda;
	text-decoration: none;
}

img {
    border: 0px;
}

img.png {
	behavior:	url("/i/pngbehavior.htc");
}


p {
	margin-bottom: 1em;
}


input, select, textarea {
    font-size: 1em;
}

.mini {
    font-size: 0.625em;  /* 10px */
}

.midi {
    font-size: 0.6875em;	/* 11px / 16px = 0.6875em */
}

.midi81 {
    font-size: 0.8125em;	/* 13px / 16px = 0.8125em */
    line-height: 1.5;
    color: #333333;
}

.midi87 {
    font-size: 0.875em;	/* 14px / 16px = 0.875em */
}

.midi12 {
    font-size: 0.75em;	/* 12px / 16px = 0.75em */
    font-weight: normal;
}

/*
	Type
*/
h1 {
	font-size: 1.3125em;			/* 21px / 16px */
	line-height: 1.14583;	/* 27px / 24px = 1.125 */
	margin: 0 0 0.5em;
	font-weight:normal
	/* text-transform: uppercase; */
}


.entry .meta {
	font-size: 0.6875em; 	/* 11px / 16px = 0.6875em */
	font-weight: normal;
	line-height: 1.45455;	/* 16px / 11px = 1.45455 */
}

.aka_meta {
	font-size: 0.6875em; 	/* 11px / 16px = 0.6875em */
	font-weight: normal;
	line-height: 1.45455;	/* 16px / 11px = 1.45455 */
}


h2 {
	font-size: 1.3125em;			/* 21px / 16px = 1.5em */
	/* margin-bottom: 0.7619em; */	/* 16px / 21px = 0.66667em */
	margin: 0 0 0.5em;	
}

.entry .info {
	/* letter-spacing: 0.08em; */
	/* text-transform: uppercase; */
}

.entry .main {
    /*
	font: normal 1em/1.375 Georgia, Times, serif;	/* 22px / 16px = 1.375 */
	*/
}
/*
.entry .main p {
	text-indent: 1.5em;	
}
*/
.entry .main p:first-child {
	text-indent: 0;
}

.entry .meta {
	margin-top: 0.5em;
	opacity: 0.7;
}

.wide { font-family: Verdana;
}