body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
}

body.thumbs {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.typefacedesign {
	background-image: url(typefacedesign/images/background_typefacedesign_large.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 0px 510px;
}

img {border: none;}
	
img.thumbs {
	border: 1px solid #000000;
}


span.bold {
	font-weight: bold; font-size: 14px;
	}
span.small {
	font-size: 10px;
	}
span.big {
	font-size: 16px; 
	}



a:active, a:focus {outline: 0;}
:focus { -moz-outline-style: none; }

a:link {
	color: #2B3C8F;
	text-decoration: none;
}
a:visited {
	color: #2B3C8F;
	text-decoration: none;
}
a:hover {
	 color: #000000;
	text-decoration: none;
}
a:active {
	color: #FFE79E;
	text-decoration: none;
}

.clear {
	clear: both;
}

/* INDICATORS FOR MAIN SECTIONS */

div#indicator_1 {
	position: relative;
	top: 15px;
}
div#indicator_2 {
	position: relative;
	top: 205px;
}
div#indicator_3 {
	position: relative;
	top: 300px;
}
div#indicator_4 {
	position: relative;
	top: 370px;
}

/* MAIN FEED */


 
/*	a {
		color:#326EA1;
		text-decoration:underline;
		padding:0 1px;
	}
 
	a:hover {
		background-color:#333;
		color:#fff;
		text-decoration:none;
	}
*/ 

a img,:link img,:visited img { border:none }

#mainfeed {
	padding-left: 4px;
	font-size: 12px;
} 
 
#mainfeed div.item {
	margin-bottom: 22px;
}
	
	
/*are these also set in html?, addtional dimensions are*/
	
#mainfeed div#container {
	position:relative;
	width:320px;
	height:100px;
	overflow:hidden;
}
	
#mainfeed div#content {
	padding-top: 0px;
	line-height: 14px;
}
	
#mainfeed div#updown {
	margin-top: 4px;
}

#mainfeed h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666;

}

#mainfeed p.mainfeed-body {
	margin-top: 3px;
	margin-bottom: 3px;
}

#mainfeed p.mainfeed-date {
	font-size: 12px;
	color: #666;
	margin: 0px;
	font-weight: bold;
}


/* QUE PASA FEED */

/* total KLUGE, need to separate img from description during feed (or another solution), can style better then, also need to limit image size to 150px wide */

/* renamed item quepasanews to prevent overlap */

p.tempspace {
	line-height: 0px;
	height: 0px;
}

div#quepasa {

}

div.quepasanews {
	font-size: 12px;
	margin-bottom: 50px;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	
}

div.quepasanews div.floatright { /* part of the kluge */
	float: right;
	width: 325px;
}

div.quepasanews div.newsdate {
	font-size: 14px;
	font-weight: bold;
}

div.quepasanews div.newstitle {
	margin-right: 10px;
	margin-bottom: -10px;
}

div.quepasanews img.newsimg {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	max-width: 150px;
	/* need to make proportional */
}

div.quepasanews p {
	float: right;
	width: 315px;
	margin-right: 10px;
}

.sitecontainer {
margin: 0 auto;
width: 1023px; /* site width */
}


