/*----------------------------------------------------------------------

JRUITER - Master Styles

DEVELOPED BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Chris Chiles
Date Created:	12/28/2009
Last Modified:	12/28/2009

Copyright 2009, All Rights Reserved.

----------------------------------------------------------------------*/
@import url('/assets/css/reset.css');

html {
	height: 100%;
}
body {
	font: normal 10px Verdana, Arial, sans-serif;
	background: #FFF;
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
#sidebar {
	left: 0;
	top: 0;
	padding-left: 100px;
	position: fixed;
	height: 100%;
	background: #FFF;
	width: 130px;
	z-index: 1000;
}
h1 {
	position: absolute;
	bottom: 265px;
	float: left;
}
h1 a {
	display: block;
	width: 77px;
	height: 14px;
	background: url('/assets/images/logo.png') no-repeat left top;
	text-indent: -9999px;
}
#nav {
	position: absolute;
	bottom: 130px;
	clear: left;
	float: left;
	width: 80px;
}
#nav li a {
	color: #808080;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
}
#nav li a:hover,
#nav li a.active {
	background-color: #000;
	color: #FFF;
}
#entries {
	position: absolute;
	bottom: 130px;
	margin-left: 230px;
	height: 450px;
}
#entries .entry {
	float: left;
	position: relative;
	overflow: hidden;
	color: #808080;
	margin-right: 50px;
	height: 450px;
}
#entries .entry .column {
	position: absolute;
	margin-right: 25px;
	padding-top: 4px;
}
#entries .entry .columns {
	height: 420px;
	position: relative;
	top: 20px;
	min-width: 300px;
}
#entries .entry.img .columns {
	margin-top: -10px;
}
#entries .entry.text .columns {
	margin-top: 10px;
}
#entries .entry .column.last {
	margin-right: 0;
}
.entry .border {
	float: left;
	width: 100%;
	padding-bottom: 2px;
	height: 12px;
}
.entry.text .border {
	border-bottom: 5px solid #CCCCCC;
}
.img-nav {
	float: left;
}
.img-nav li {
	display: inline;
}
#entries .img-nav li a {
	padding: 0 2px;
	color: #808080;
	text-decoration: none;
}
#entries .img-nav li a.activeSlide {
	color: #262626;
}
#entries .img-nav li a:hover {
	background-color: #404040;
	color: #FFF;
}
.share {
	float: right;
}
.share li {
	display: inline;
	text-indent: -9999px;
}
.share li.facebook a {
	margin-right: 13px;
	display: block;
	float: left;
	width: 5px;
	height: 10px;
	background: url('/assets/images/share.png') no-repeat 0px 0px;
}
.share li.twitter a {
	margin-right: 13px;
	display: block;
	float: left;
	width: 8px;
	height: 10px;
	background: url('/assets/images/share.png') no-repeat -18px 0px;
}
.share li.email a {
	display: block;
	float: left;
	width: 14px;
	height: 10px;
	background: url('/assets/images/share.png') no-repeat -38px 0px;
}
.share li.facebook a:hover {
	background: url('/assets/images/share.png') no-repeat 0px -10px;
}
.share li.twitter a:hover {
	background: url('/assets/images/share.png') no-repeat -18px -10px;
}
.share li.email a:hover {
	background: url('/assets/images/share.png') no-repeat -38px -10px;
}
.entry .slides {
	height: 302px;
	overflow: hidden;
	margin-bottom: 16px;
	position: relative;
	z-index: 0;
}
#entries .entry .slides .prev, #entries .entry .slides .next {
	position: absolute;
	width: 50%;
	height: 300px;
	left: 0;
	z-index: 1000;
	text-indent: -9999px;
	cursor: pointer;
}
#entries .entry .slides .next {
	left: auto;
	right: 0;
}
.entry h2 {
	line-height: 16px;
	color: #262626;
	text-transform: uppercase;
}
#entries .entry h2 a {
	color: #262626;
	text-decoration: none;
}
#entries .entry h2 a:hover {
	background: none;
}
.entry p,
#ie-page p {
	line-height: 16px;
	margin: 0 0 1em 0;
	width: 300px;
}
.entry h2 + p {
	margin-top: 0;
}
.entry .read-more {
	z-index: 500;
	position: absolute;
	display: block;
	float: left;
	bottom: 3px;
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
}
.entry .read-more:hover {
	color: #FFF;
	background-color: #404040;
}
.entry .read-less {
	position: relative;
	top: 15px;
	right:0;
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
}
.entry .read-less:hover {
	color: #FFF;
	background-color: #404040;
}
.entry p a:link, .entry p a:visited, .entry p a:active {
	color: #262626;
	text-decoration: none;
}
.entry p a:hover {
	color: #FFF;
	background: #262626;
}

#ie-page #entries {
	bottom: 115px;
	height: auto;
	position: absolute;
}
#ie-page #entries,
#ie-page p {
	width: 422px;
}
#ie-page h2 {
	line-height: 16px;
	text-transform: uppercase;
}
#ie-page p {
	color: #808080;
}
#browser-list li {
	float: left;
	margin: 20px 10px;
}
#browser-list a {
	background: url(/assets/images/btn-browsers.png) no-repeat;
	display: block;
	height: 110px;
	text-indent: -9999px;
	width: 117px;
}
a#ff-btn {
	background-position: -141px 0;
	position: relative;
	left: 5px;
}
a#ie-btn {
	background-position: -274px 0;
}