@charset "utf-8";

.eventtitle{
	font-size: 13px;
	font-weight: bold;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.eventdate{
	font-size: 11px;
	font-weight:300;
	color:#33C;
	line-height: 1.5em;
	font-weight:bold;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	float: right;
	padding: 8px 16px;
	visibility: visible;
	position: relative;
}

#gazette_header {
	height: 169px;
	width: 700px;
	padding-bottom: 6px;
	background-image:url(../../../images/comoTownNews/gazetteHeader.jpg);
	background-repeat: no-repeat;
}

#gazette_date {
	height: 32px;
	width: 700px;
	padding-bottom: 6px;
	background-image: url(../../../images/comoTownNews/gazetteDate.jpg);
	background-repeat: no-repeat;
}

.roundcont {
	width: 194px;
	background-color:#9FDDEA;
	color:#9FDDEA;
	float: left;
	padding: 0px;
	height: 1450px;
}

.roundcont2 {
	width: 500px;
	background-color:#FC3;
	color:#FFF;
	float:right;
	clear: none;
	margin-bottom: 6px;
}


/* This is for the .roundcont BLUE container corners*/ 
.rtop, .rbottom{
display:block;
background:#FFF;
}

.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#9FDDEA;
}

/* This is for the .roundcont2 YELLOW container corners*/ 
.rtop2, .rbottom2{
display:block;
background:#FFF;
}

.rtop2 *, .rbottom2 *{
display: block;
height: 1px;
overflow: hidden;
background:#FC3;
}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

.roundcont p {
	margin: 0 10px;
	color:#FFF;
}

.roundcont h1 {
	margin: 0 10px;
	color:#06F;
}

.roundcont2 p {
	margin: 0 10px;
	color:#000;
}

.roundcont2 h1 {
	margin: 10px 0px 0px 10px;
	color:#06F;
	padding-bottom: 6px;
}

.articleimg_left{
	float:left;
	margin: 10px 20px 10px 20px ;
}

.articleimg_right{
	float:right;
	margin: 20px 20px 10px 20px ;
}

