﻿/* 

Theme & Template Designed By: Todd Swift
ThemeKings --  www.themekings.net
January 2010  All Rights Reserved
Ohio Sheriff Revised 02/10
Email questions or request to tswift@themekings.net

*/



/* FLOAT IMAGES */

.float1 {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	position: relative;
	width: 120px;
	height: 120px;
	float: right;
	overflow: hidden;
}
.float {
	padding: 0px;
	margin: 0px;
	position: relative;
	float: right;
	overflow: hidden;
}

/* PAGE LINKS */

a.page:link, a.page:visited {
	color: #EED92A;
	text-decoration: none;
}
a.page:hover {
	color: #FFFF00;
}

/* YOUTUVE VIDEO CONTAINER */

.youtube {
	width: 425px;
	height: 334%;
	position: relative;
	padding: 0px;
	margin: 4px;
	float: right;
	overflow: hidden;
	font-family: Verdana;
	font-size: 80%;
	font-weight: normal;
	color: #999999;
	text-align: center;
}


/* CONTENT TITLES */

h3 {
	font-family: Verdana;
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 5px;
	margin-left: 20px;
}
