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

/* Copyright 2011 - Melissa Smith on behalf of Payson, LLC & ASAPLockSafe.com */

/* Font Embed */

@font-face {
    font-family: 'UniversBold';
    src: url('../fonts/univeceb-webfont.eot');
    src: url('../fonts/univeceb-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/univeceb-webfont.woff') format('woff'),
         url('../fonts/univeceb-webfont.ttf') format('truetype'),
         url('../fonts/univeceb-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UniversMedium';
    src: url('../fonts/univecem-webfont.eot');
    src: url('../fonts/univecem-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/univecem-webfont.woff') format('woff'),
         url('../fonts/univecem-webfont.ttf') format('truetype'),
         url('../fonts/univecem-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/helvetnl-webfont.eot');
    src: url('../fonts/helvetnl-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/helvetnl-webfont.woff') format('woff'),
         url('../fonts/helvetnl-webfont.ttf') format('truetype'),
         url('../fonts/helvetnl-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Blog */
#searchcontent, #categorycontent, #archivescontent {
	width: 202px;
	height: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e6e7e7;
	-moz-box-shadow: 0 0 5px #d7d7d7;
	-webkit-box-shadow: 0 0 5px#d7d7d7;
	box-shadow: 0 0 5px #d7d7d7;
	margin: 0 0 15px 0;
	padding: 17px;
	behavior: url(http://www.asaplocksafe.com/PIE.htc);
	position: relative;
	z-index: 1;
}

#searchheader, #categoryheader, #archivesheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #193a6b;
	margin: 0 0 10px 0;
}

#searchcontent ul, #categorycontent ul, #archivescontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#searchcontent li a, #categorycontent li a, #archivescontent li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #626262;
		background: url(../images/testimonials-bullet.png) 0 0 no-repeat;
		margin: 0 0 10px 0;
		padding: 0 0 0 13px;
		text-decoration: none;
	}
	
	#searchcontent li a:hover, #categorycontent li a:hover, #archivescontent li a:hover {
		color: #193a6b;
	}
	
#searchcontent #s {
	width: 125px;
	height: 20px;
}

#searchcontent #searchsubmit {
	width: 60px;
	height: 25px;
	display: block;
	border: 0;
	background-color: #193a6b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	line-height: normal;
	float: right;
}

.entry-list {
	padding: 15px 0 50px 0;
	margin: 0 0 50px;
	border-bottom: 1px dashed #dfdfdf;
}

h4 a {
	font-family: 'HelveticaNeueLight', Arial, Helvetica, sans-serif;
	color: #193a6b;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
}

	h4 a:hover {
		color: #8d8d8d;
	}

.entry-meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aeaeae;
	line-height: 26px;
	font-weight: normal;
}

.entry-utility, .entry-utility a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aeaeae;
	line-height: 26px;
	font-weight: normal;	
	text-decoration: none;
}

	.entry-utility a:hover {
		color: #193a6b;
	}

.single-entry {
	margin: 10px 0 0 0;	
}

#comments {
	border-top: 1px dashed #dfdfdf;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
}

#comments label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5e5e5e;
	line-height: 30px;
	margin: 10px 0;
	font-weight: normal;
}

.required {
	color: red;
}

.addthis_toolbox {
	margin: 15px 0;
}