/*
Theme Name: Hyperion
Theme URI: http://digitonik.com
Description: A clean and stylish theme for business, portfolios, and blogging.
Version: 1.0
Author: Digitonik
Author URI: http://digitonik.com
Tags: Hyperion
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/sliders.css";
@import "style/css/superfish.css";

body{
  overflow-x: hidden;
}

html{
  overflow-x: hidden;
}

/***** UVLT Sidebar*****/
.uvltside {
	float: right;
	display: block;
	width: 276px;
	background-color: none;/*#67B2B1*/
	border-left: 1px solid #D4D4D4;
	padding: 11px;
}

.uvltside2 {
	float: right;
	display: block;
	width: 200px;
	background-color: none;/*#67B2B1*/
	padding: 11px;
}

.uvltside h3 {
	border-bottom:1px solid #D4D4D4;
	font-size:16px;
	line-height:16pt;
	padding-bottom:5px;
	color: #05847E;
}

.uvltside h5 {
	border-bottom:1px solid #D4D4D4;
	font-size:14px;
	line-height:14pt;
	padding-bottom:5px;
	color: #05847E;
        margin-bottom: 10px;
}

.uvltside p {
        margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.uvltside ul, .uvltside ul ol {
	margin: 0;
	padding: 0;
}

.uvltside ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

.uvltside ul p, .uvltside ul select {
	margin: 5px 0 8px;
	padding-bottom: 0;
}

.uvltside ul, .uvltside ul ol {
	margin: 0;
}

.uvltside ul ul, .uvltside ul ol {
	margin: 0 0 0 10px;
}

.uvltside ol li, .uvltside ul ol li {
	list-style: decimal outside;
}

.uvltside ul li, .uvltside ul ol li {
	margin: 0;
	padding: 5px 0 5px 20px;
	border-bottom: none;
	background: url('http://testing.mepriestley.com/UVLT/wp-content/themes/hyperion/style/images/arrow.png') left center no-repeat;
}
