/*
-----------------------------------------------
Client:Demand Local
Project:Dashboard

File Name: page.css
Version: 1.0
Notes: Rules for site-wide elements.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Images
----------------------------------------------- */
img {
	border:0;
	display:block;
	margin-bottom:20px;
}
img.img-left {
	float:left;
	margin:3px 20px 20px 0;
}
img.img-right {
	float:right;
	margin:3px 0 20px 20px;
}

/* Typography
----------------------------------------------- */
p, li, ul, ol, h1, h2, h3, h4, h5, h6, label, input, textarea, cite, select, legend, option, optgroup, caption, th, td {
	font-family:'lucida sans',arial,helvetica,sans-serif;
	line-height:120%;
	text-align:left;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
strong em, em strong {
	font-style:italic;
	font-weight:bold;
}
sup {
	font-size:77%;
	line-height:0;
}
hr {
	background:transparent;
	border:0;
	border-bottom:1px solid #efefef;
	color:#fff;
	clear:both;
	margin:25px 0;
	padding:0;
}

/* Float Clearing Hack
----------------------------------------------- */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clear {
	clear:both;
}

/* Misc
----------------------------------------------- */
.hidden {
	display:none !important;
}

.auto-width {
	width:auto;
}

.text-left {
	text-align:left !important;
}
.text-center {
	text-align:center !important;
}
.text-right {
	text-align:right !important;
}