	body {
	background: 		#a5a5a5 url(none);
	color: 				#777;
	font: 				11px Verdana, Arial, Helvetica, sans-serif;
	margin: 			0;
	padding: 			0;
	letter-spacing:		0px;
	}

	A {	color: #777; text-decoration: none;}
	A:link { color: #777; text-decoration: none;} 
	A:visited { color: #777; text-decoration: none;} 
	A:active { color: #777; text-decoration: none;} 
	A:hover	{ color: #2a8ed4; text-decoration: none;}
	
	ul { /*get list items to display corectly*/
		margin: 0px 0px 0px 20px;
		padding: 0px;
	}
	
.centerthumbs{
	text-align: center;

}
	.thumbnails {
	text-align: center;
	margin: 8px;
	background-image:  url(/templates/oiblog_skin/slide.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 23px;
	border: none;
    }

	.thumbnails:hover{
	border: 3px solid #2a8ed4;
	margin: 5px;
    }
	 
	.pictureframepadding {
		padding: 0px 6px;
	}
	.titleLine {
		padding: 0px 0px 5px;
	}
	.infoLine {
		padding: 5px 0px;
		color: #2a8ed4;
	}
	.infoLine a{
		color: #2a8ed4;
	}
	.infoLine a:hover {
		color: #002846;
	}
	.notes {
	font-size: 14px;
	}
	.notes a{
	color: #2a8ed4;
	}
	.notes a:hover{
	color: #002846;
	}
	.comLine {
	padding: 5px 0px;
	}
	.comLine a:hover{
	color: #002846;
	}
	.comLine a {
	color: #2a8ed4;
	}
	.adcomline{
		padding-bottom: 5px;
	}		
	
	.c1 {
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.e1 {
		background-repeat: repeat-x;
		background-position: center bottom;
	}
	.c2 {
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	.e2 {
		background-repeat: repeat-y;
		background-position: left center;
	}	
	.c3 {
		background-repeat: no-repeat;
		background-position: left top;
	}
	.e3 {
		background-repeat: repeat-x;
		background-position: center top;
	}
	.c4 {
		background-repeat: no-repeat;
		background-position: right top;
	}
	.e4 {
		background-repeat: repeat-y;
		background-position: right center;
	}
	
	
.titlelineleft {
	text-align: left;
	font-weight: bold;
	color: #2a8ed4;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}	
	
.titlelineright {
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

.bannerleft {
	margin-right: 6px;
	margin-left: 6px;
	float: left;
	vertical-align: middle;
	}
.bannerright {
	margin-left: 6px;
	margin-right: 6px;
	float: right;
	text-transform: uppercase;
	}
	
.imageborder {
	border: 1px solid #414141;
	text-align: center;
	}
.onthispage {
	color: #2a8ed4;
}
.onthispage a {
	color: #2a8ed4;
}
.onthispage a:hover {
	color: #002846;
}
