@charset "utf-8";
/* CSS Document */

body {
	background-color: #E6EDFF;
}	
	.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.synopsis {
	padding: 0px;
	background-position: center;
	background-image: url(http://www.cityNews.com/images/local_news.jpg);
	background-repeat: repeat;
	text-align: justify;
}	
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
	text-align: justify;
}

div.location {
	padding: 5px;
	background-color: #FFFFFF;  /* margin-left: 6px; */
	height: 100%;
	text-align: justify;
}
.local_tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #330033;
	font-style: italic;
}
.thanks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330033;
	font-style: italic;
}
.photocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.last_words {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	width: 800px;
	position: absolute;
	top: 3500px;
	right: 100px;
}
.website_name {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
}

div.catmenu-box1 {
  padding: 2px 3px 2px 3px;
  background-color: #F4F4F4;
  /* margin-left: 6px; */
  /* margin-right: 6px; */
}
div.catmenu-box2 {
  padding: 2px 3px 2px 3px;
  background-color: #EFEFEF;
  /* margin-left: 6px; */
  /* margin-right: 6px; */
}
div.preview2 {
  padding: 2px 3px 2px 3px;
  background-color: #EFEFEF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  /* margin-left: 6px; */
  /* margin-right: 6px; */
}

.navigate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: thin dotted #000000;
}
.classifieds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: thin dotted #000000;
}

a {
	text-decoration: none;
}

div#toplogo-adsense{          
  margin: 6px 0px 6px 0px;
  padding-top: 6px;
}  

.magnify{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid lightblue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
right: 2px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbright img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbright:hover{
background-color: transparent;
}

.thumbright:hover img{
border: 1px solid lightblue;
}

.thumbright span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbright span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbright:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
right: 2px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


