/*
Theme Name: Insider
Description: Designed by Cole Nielsen, coded by Cody Buell.
Version: 1.0
Author: InsideSales
*/

body,html {
    background: url(resources/back01.jpg);
    font-family: Arial, Helvetica;
    text-align: left;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

p.aboutiss {
font-style: italic;
font-size: 0.95em;
margin-top: 0.5px;
}

/* ---------------- Divisions ----------------  */

#banner {
    width: 940px;
    height: 117px;
    margin: 10px auto 0 auto;
    left: 50%;
    border-left: 5px solid #212121;
    border-right: 5px solid #212121;
}

#bannertop {
	width: 940px;
	height: 93px;
}

#bannermenu {
	background-color: #212121;
	width: 933px;
	height: 19px;
	color: #fff;
	text-align: right;
	font-size: 11px;
	padding: 6px 7px 0 0;
}

#container {
	background: url(resources/back02.jpg);
	width: 940px;
	margin: auto;
	left: 50%;
	padding: 0px;
	overflow: hidden;
        border-left: 5px solid #212121;
        border-right: 5px solid #212121;
}

#leftmenu {
	position: relative;
	border: 0px solid #fff;
    width: 219px;
    margin: 0 0 20px 0;
    float: left;
}

#rightmenu {
	width: 219px;
	height: 10px;
	position: relative;
	float: right;
}

#content {
	background-color: #fff;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	position: relative;
	width: 462px;
	margin: 0 0 0 219px;
	padding: 19px;
/*	overflow: hidden; */
/*	padding-bottom: 32767px; */
/*	margin-bottom: -32767px; */
}

#pagefooter {
	background-color: #fff;
	border-top: 5px solid #212121;
	width: 940px;
	text-align: center;
	color: #212121;
	font-size: 10px;
	clear: both;
	margin: 0 auto 20px auto;
	left: 50%;
    border-left: 5px solid #212121;
    border-right: 5px solid #212121;
    border-bottom: 6px solid #212121;}

#navigation {
	width: 462px;
}

/* ------------------ Post -------------------  */

#postheader {
	margin-bottom: 10px;
}

#postfooter {
	margin-bottom: 50px;
}

#singlepostfooter {
	margin-bottom: 15px;
}

#commenttime {
	font-size: 10px;
	margin: -20px 0 0 255px;
}

#post ul {
padding-left: 50px;
}

#post li {
list-style-type: disc;
}

#post a:link {
    color: #003399;
    text-decoration: none;
	font-weight: bold;
}
    
#post a:visited {
    color: #660066;
    text-decoration: none;
	font-weight: bold;
}
    
#post a:hover {
	color: #ababab;
	text-decoration: none;
	font-weight: bold;
}

#post a:active {
color: #ababab;
text-decoration: none;
font-weight: bold;
}

/* --------------- Left Menu -----------------  */

#searchform {
	position: relative;
	width:209px;
	height: 17px;
	margin: 20px 0 0 4px;
	border: 1px solid #ababab;	
}

#about {
	position: relative;
	background-color: #fff;
	width:189px;
	height: 280px;
	margin: 6px 0 0 4px;
	padding: 0 10px 10px 10px;
	border: 1px solid #ababab;	
}

#rss {
	position: relative;
	width:210px;
	height: 17px;
	margin: 5px 0 0 4px;
}

#topfive {
	position: relative;
	background-color: #fff;
	width:189px;
	margin: 7px 0 0 4px;
	padding: 10px;
	border: 1px solid #ababab;	
}

#blogroll {
	position: relative;
	background-color: #fff;
	width:189px;
	margin: 5px 0 0 4px;
	padding: 10px;
	border: 1px solid #ababab;	
}

#rightcontainer {
	position: relative;
	background-color: #fff;
	width:189px;
	margin: 5px 0 0 4px;
	padding: 10px;
	border: 1px solid #ababab;	
}


/* ----------------- Search ------------------  */

.input {
	position: absolute;
	width: 150px;
	margin: 0px;
	border: 0px solid #fff;
	height: 15px;
}

.button2 {
	position: absolute;
	margin: 0 0 0 150px;
}

/* ------------------ Links ------------------  */

a:link {
    color: #212121;
    text-decoration: none;
	font-weight: bold;
}
    
a:visited {
    color: #212121;
    text-decoration: none;
	font-weight: bold;
}
    
a:hover {
	color: #ababab;
	text-decoration: none;
	font-weight: bold;
}

a.light:link {
    color: #212121; /* was 6d6f72 */
    text-decoration: none;
	font-weight: normal;
}
    
a.light:visited {
    color: #212121;
    text-decoration: none;
	font-weight: normal;
}
    
a.light:hover {
	color: #ababab;
	text-decoration: none;
	font-weight: normal;
}

a.hdrlink:link {
    color: #fff;
    text-decoration: none;
	font-weight: normal;
}
    
a.hdrlink:visited {
    color: #fff;
    text-decoration: none;
	font-weight: normal;
}
    
a.hdrlink:hover {
	color: #ababab;
	text-decoration: none;
	font-weight: normal;
}

h3,h4 a:link {
    color: 212121;
    text-decoration: underline;
	font-weight: bold;
}
    
h3,h4 a:visited {
    color: #212121;
    text-decoration: underline;
	font-weight: bold;
}
    
h3,h4 a:hover {
	color: #ababab;
	text-decoration: underline;
	font-weight: bold;
}

li a:link {
    color: #6d6f72;
    text-decoration: underline;
	font-weight: normal;
}
    
li a:visited {
    color: #6d6f72;
    text-decoration: underline;
	font-weight: normal;
}
    
li a:hover {
	color: #212121;
	text-decoration: underline;
	font-weight: normal;
}

#bannermenu li a:link {
    color: #fff;
    text-decoration: none;
	font-weight: normal;
}
    
#bannermenu li a:visited {
    color: #fff;
    text-decoration: none;
	font-weight: normal;
}
    
#bannermenu li a:hover {
	color: #ababab;
	text-decoration: none;
	font-weight: normal;
}

#bannermenu li ul a:link {
    color: #212121;
    text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #efefef;
}
    
#bannermenu li ul a:visited {
    color: #212121;
    text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #efefef;
}
    
#bannermenu li ul a:hover {
	color: #212121;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #d3d3d3;
}

h2 a:link {
    color: #ababab;
    text-decoration: none;
	font-weight: normal;
}
    
h2 a:visited {
    color: #ababab;
    text-decoration: none;
	font-weight: normal;
}
    
h2 a:hover {
	color: #212121;
	text-decoration: none;
	font-weight: normal;
}

/* ----------------- Images ------------------  */

img.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright {
	float: right;
	margin-left: 10px;
}

img.aligncenter {
	display: block;
	margin: 10px auto;
}

img.social {
	margin: 0 0 -3px 0;
}

img.avatar {
	float: right;
	margin: 2px 0 0 0;
}

/* ---------------- Headers ------------------  */

h1 {
	font-size: 18px;
    color: #000000;
    padding: 0px;
    margin: 0px;
    display: inline;
}

h2 {
	font-size: 14px;
    color: #ababab;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	display: inline;
}

h3 {
	font-size: 13px;
    color: #212121;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	display: inline;
	float: right;
}

h4 {
	font-size: 12px;
    color: #212121;
	padding: 0px;
	margin: 0px;
	font-weight: 100;
	display: inline;
	float: left;
}

h5 {
	font-size: 15px;
    color: #212121;
    padding: 0px;
    margin: 0px;
    display: inline;
}

h6 {
	font-size: 18px;
    color: #a0a0a0;
    padding: 0px;
    margin: 0px;
    display: inline;
    font-weight: normal;
}

h7 {
    color: #212121;
    padding: 0px;
    margin: 0px;
    display: inline;
    font-weight: bold;
}

h8 {
	font-size: 18px;
    color: #ababab;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	display: inline;
}

h9 {
	font-size: 13px;
    color: #010101;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	display: inline;
}

/* ------------------ Hacks ------------------  */

:focus, :active {
	outline: 0;
	-moz-outline: none;
}

#lcbanner {
	margin-top: -1px;
	margin-left: -11px;
}

#abouttext {
	margin-left: -10px;
}

ol,ul,li { 
	list-style-type: none;
	margin: 7px 0px;
	padding: 0px;
}

li.comment {
	border-bottom: 1px dotted #ababab;
	padding-bottom: 20px;
}

.post-stats {
	display: none !important;
}

/* ------------------ Forms ------------------  */

#author {
	height: 15px;
	width: 170px;
	border: 1px solid #ababab;
	padding: 3px 4px 1px 4px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #6d6f72;
}

#email {
	height: 15px;
	width: 268px;
	border: 1px solid #ababab;
	padding: 3px 4px 1px 4px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #6d6f72;
}

#url {
	height: 15px;
	width: 451px;
	border: 1px solid #ababab;
	padding: 3px 4px 1px 4px;
	margin: 3px 0px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #6d6f72;
}

#comment {
	height: 90px;
	width: 451px;
	border: 1px solid #ababab;
	padding: 4px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #6d6f72;
}

#submitthecomment {
	margin-top: 3px;
}

/* ------------ Drop Down Menus --------------  */

#bannermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 19px;
}

#bannermenu li {
	display: inline;
	position: relative;
	text-decoration: none;
	color: #777;
	padding: 6px 0 6px 0;
	border-bottom: 0;
	text-align: left;
	margin: 0;
}

#bannermenu ul li {
	position: relative;
}

#bannermenu li ul {
	position: absolute;
	left: -3px;
	top: 22px;
	display: none;
	padding: 2px;
	width: 130px;
}

#bannermenu li:hover ul, #bannermenu li.over ul {
	display: block;
	z-index: 2;
}

#bannermenu li ul a {
	border-top: 0px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	padding: 3px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

