﻿/* ---- Main Style Sheet for jasonknarr.com ---- */

/* ---- Universal Settings ---- */
* { margin: 0; padding: 0; border: 0; font-family: 'Lucida Sans', 'Lucida Grande', 'Arial Narrow', Arial, Sans-Serif; }
html, body	{ height: 100%;	min-height: 100%; }

h1, h2, h3, h4, h5, h6, th { text-align: left; padding: 2px; color: #6699cc; }
h1 { font-size: 20px; font-weight: bolder; }
h2 { font-size: 18px; font-weight: bolder; }
h3 { font-size: 16px; font-weight: bolder; }
h4 { font-size: 14px; font-weight: bolder; }
h5 { font-size: 12px; font-weight: bolder; }
h6 { font-size: 10px; font-weight: bolder; }
p, td, dd { text-align: left; font-size: 12px; padding: 2px; }
p { text-align: justify; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.block { display: block; }
.fLeft { float: left; }
.fRight { float: right; }
.clearAll { clear: both; padding: 1px; height: 1px; }
.underline { text-decoration: underline; }

/* ---- Page Layout ---- */
#screenLayout { position: relative; min-height: 100%; margin-bottom: 0; background: #ddddff url('../img/desert.jpg') no-repeat top center; }
#headerContainer { background: #002266 url('../img/top_bg5.jpg') repeat-x left top; margin: 0px; }
.pageHeader	{ text-align: left;	margin: 0px; height: 50px; }
.pageTitle { height: 48px; vertical-align: middle; line-height: 24px; padding: 12px; color: #ffffff; }
.pageTitle h1 { font-size: 22px; font-style: oblique; }
.pageTitle a, .pageTitle a:link, .pageTitle a:active, .pageTitle a:hover, .pageTitle a:visited { text-decoration: none; color: #ffffff; }
.pageHeader img { margin-left: 0px;	margin-top: 0px; }
.shadow { /* For Safari, Firefox, Chrome and IE9 */ text-shadow: #999999 3px 3px 6px; }

#contentLayout { text-align: center; padding-bottom: 120px; background: transparent; color: #555555; }
#contentContainer	{ width: 900px; text-align: left; margin-left: auto; margin-right: auto; padding: 5px 10px; background: transparent;}

#contentContainer a.btn, #contentContainer a:link.btn, #contentContainer a:active.btn, #contentContainer a:visited.btn { text-decoration: none; color: #ffffff; 
  background: url(../img/btn.png) no-repeat left bottom; width: 90px; height: 22px; line-height: 22px; vertical-align: middle; display: inline-block;
   text-align: center; vertical-align: middle;
}
#contentContainer a:hover.btn { text-decoration: none; color: #ffffff; text-align: center; vertical-align: middle;
   background:  url(../img/btn.png) no-repeat right bottom; width: 90px; height: 22px; line-height: 22px; vertical-align: middle; display: inline-block;
}

#mainLinks { height: 28px; line-height: 22px; vertical-align: middle; padding: 4px 15px 0 30px; font-size: 12px; 
 margin-bottom: 10px; background: #ddddff; background: rgba(255,255,255,0.35); border: solid 3px #6b9ed1; /* border-right: solid 3px #8ea5ec; border-left: solid 3px #8ea5ec; */
 -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

#mainLinks a, #mainLinks a:link, #mainLinks a:active, #mainLinks a:visited { text-decoration: none; color: #ffffff; 
  background: url(../img/btn.png) no-repeat left bottom; width: 90px; height: 22px; display: inline-block;
   text-align: center; vertical-align: middle;
}
#mainLinks a:hover { text-decoration: none; color: #ffffff; text-align: center; vertical-align: middle;
   background:  url(../img/btn.png) no-repeat right bottom; width: 90px; height: 22px; display: inline-block;
}
.pageContent { margin-top: 49px; }
.mainPageBanner {	background: #ffffff; background: rgba(255,255,255,0.65); margin-bottom: 10px; vertical-align: bottom; 
 border: solid 3px #6b9ed1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  }
.mainPageBanner .lCol { float: left; width: 252px; }
.mainPageBanner .rCol { float: left; width: 600px; padding: 20px 20px 10px 20px; }
.mainPageBanner .lCol2 { float: left; width: 580px; padding: 20px 10px 10px 20px; }
.mainPageBanner .rCol2 { float: left; width: 252px; padding: 20px 20px 10px 10px; }

.mainPageBanner .fCol { float: left; width: 850px; padding: 10px 20px; } 
.mainPageBanner p { padding-top: 2px; padding-bottom: 2px; }

#footerContainer { position: absolute; /*	visibility:hidden; */	bottom: 0px; height: 40px; width: 100%;
	border-top: solid 2px #396c9f; background-color: #6b9ed1;  margin-bottom: 0; }
#footerContainer p { color: #ffffff; font-size: 11px; line-height: 16px; vertical-align: middle; text-align: center; }
#footerContainer a, #footerContainer a:link, #footerContainer a:active, #footerContainer a:visited { 
  text-decoration: none; color: #0000ff; }
#footerContainer a:hover { text-decoration: underline; color: #663399; }

/* Form Information */
.txtForm { border: solid 1px #336699; font-size: 11px; font-weight: normal; font-family: Arial, helvetica, Sans-Serif;
 color: #336699; padding: 1px 3px; }
.txtForm2 { border: solid 1px #336699; font-size: 11px; font-weight: normal; font-family: Arial, helvetica, Sans-Serif;
 color: #336699; padding: 1px; }
.txtForm3 { border: 0; font-size: 11px; font-weight: normal; font-family: Arial, helvetica, Sans-Serif;
 color: #336699; padding: 1px; }
 
.btnForm { border: 0; font-size: 12px; font-weight: bold; width: 90px; height: 22px; line-height: 22px;
 background: #336699 url(../img/btnForm2.jpg) no-repeat top left; color: #ffffff; vertical-align: middle; display: inline-block;
}

.lblText { font-weight: bold; }
.redText { color: #ff0000; font-size: 11px; }

.ScreenShot { width: 200px; height: 125px; padding: 10px 15px; }
.ScreenShot2 { width: 200px; height: 125px; padding: 10px 5px 10px 15px; float: right; }


