﻿html
{
	height: 100%;	
}

form
{
	height: 100%;	
}

body
{
	margin: 0;
	
	height: 100%;
	width: auto;	
	
	font-family: Arial, Verdana, Times New Roman;
	
	
	background: url(../../images/stripes_background2.png) #fff;
	 
	
	text-align: center;
	
}

h1
{
	font-size: 190%;
	
	font-weight: bolder;
	
	letter-spacing: -2px;
	
	 line-height: 34px;
	
	color: #00abed;
}

.Underscore
{
	font-size: 290%;	
	
	margin-top: 0px;
	
	line-height: 0px;
	
	margin-bottom: 60px;
}

.FrontPage
{
	font-size: 180%;
	
	color: #9d9da1;	
}

h2
{
	font-size: 130%;
	
	letter-spacing: -1px;
	
	color: #4d4d4d;
}

h3
{
	font-size: 100%;
	
	letter-spacing: -1px;
	
	color: #4d4d4d;
}

h4
{
	font-size: 130%;
	
	letter-spacing: -1px;
	
	color: #00abed;
	
	margin-top: 0px;
}

h5
{
	font-size: 170%;
	
	letter-spacing: -1px;
	
	color: #00abed;
	
	margin-top: 25px;
	margin-bottom: 10px;
}

.Contact
{
	font-size: 130%;
	
	letter-spacing: -1px;
	
	color: #00abed;
	
	font-weight: bold;
}

a
{
	text-decoration: none;
	
	color: #030041;
	
	font-weight: bold;	
}

img
{
	border: 0px solid #fff;	
}

/* Page headers */

#about h1
{
	display: block; /* Allows you to change the width and height of the image */

	width: 526px;
	height: 97px;

	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(../../images/hatch_about.png) 0 0 no-repeat; /* The pathway to the image*/
}

#welcome h1
{
	display: block; /* Allows you to change the width and height of the image */
	height: 417px;
	width: 526px;
	
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(../../images/hatch_welcome.png) 0 0 no-repeat; /* The pathway to the image*/
}

#people h1
{
	display: block; /* Allows you to change the width and height of the image */
	height: 62px;
	width: 257px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(../../images/hatch_people.png) 0 0 no-repeat; /* The pathway to the image*/
}

#results h1
{
	display: block; /* Allows you to change the width and height of the image */
	height: 95px;
	width: 182px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(../../images/hatch_results.png) 0 0 no-repeat; /* The pathway to the image*/
}

#contact h1
{
	display: block; /* Allows you to change the width and height of the image */
	height: 216px;
	width: 526px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(../../images/hatch_contact.png) 0 0 no-repeat; /* The pathway to the image*/
}

#hatched h1
{
	display: block; /* Allows you to change the width and height of the image */
	height: 90px;
	width: 473px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(../../images/hatch_hatched.png) 0 0 no-repeat; /* The pathway to the image*/
}

/* Page layout */

#Footer
{
	width: 100%;
	height: auto;	
	
	font-size: 70%;
	
	text-align: right;
}

#FooterLink
{
	width: auto;
	height: auto;
	
	padding-top: 20px;
	padding-right: 20px;
}

#PageContainer
{
	width: 1000px;
	min-height: 100%;	

	background-color: #fff;

	background: url(../../images/background_repeat2.png);
	
	margin: auto;
	
	clear: both;
}

* html #PageContainer
{
	height: 100%;	
}

#PageLogo
{
	width: 100%;
	min-height: 100%;
	
	background: url(../../images/hatch_logo.png) no-repeat bottom left;
}

* html #PageLogo
{
	height: 100%;	
}

#SiteContainer
{
	margin: auto;
	
	width: 980px; 
	height: auto;
}

#ContentContainer
{
	margin: auto;
	
	width: 890px;
	height: auto;
	
	clear: both;
}

#ContentContainer #Header
{
	padding-top: 35px;
	
	width: 100%;
	height: auto;
}

#ContentContainer #Body
{
	text-align: left;
	
	width: 100%; 
	height: auto;	
	
	clear: both;
	
	margin-top: 15px;
}

#ContentContainer #Body #Menu
{
	width: 219px;
	height: auto;
	
	float: left;
}

#ContentContainer #Body #Content
{
	font-size: 120%;
	
	color: #828286;
	
	padding-top: 20px;
	
	width: 660px;
	height: auto;
	
	float: left;
}

/* Rows */

.Row
{
	width: 100%;
	height: auto;
	
	margin-bottom: 25px;
}

.Row .Left
{
	width: 130px;
	height: auto;
	
	float: left;
}

.Row .Right
{
	width: 530px;
	height: auto;
	
	overflow: hidden;
	
	float: left;
}

.Row .Right p
{
		
}

/* Menu */

.MenuContainer
{
	width: auto;
	height: auto;
	
	margin-bottom: 2px;
}

#EmailLink
{
	width: 100%;
	height: auto;
	
	margin-top: 140px;	
}

.MenuIndent
{
	padding-left: 20px;
	border: 0px;
}

/* Text */

.Hatch
{
	text-transform: capitalize;
	
	/*color: #000;	*/
	color: #6a6a6e;
	
	font-weight: bold;
}

/* Post styles */

.Post
{
	width: auto;
	height: auto;
	
	overflow: hidden;
}

.Post a
{
	color: #00abed;
}

.Post h2 a
{
	color: #4d4d4d;	
}

.PostedBy
{
	color: #333333;
	
	font-size: 100%;	
	font-weight: bold;	
}

.PostedIn
{
	color: #333333;
	
	font-size: 100%;	
	font-weight: bold;	
}

.PostedTags
{
	color: #333333;
	
	font-size: 100%;	
	font-weight: bold;	
}

/* Sitemap */

#SitemapList
{
	font-family: Arial, Verdana;
	
	line-height: 30px;
}

#SitemapList a
{
	font-size: 100%;
	
	color: #666666;	
	
	text-decoration: none;
	
	font-weight: normal;

}

/* Widget */

#CategoryList
{
	font-family: Arial, Verdana;
}

#CategoryList a
{
	font-size: 100%;
	
	color: #666666;	
	
	text-decoration: none;
	
	font-weight: normal;
}

#MonthList
{
	font-family: Arial, Verdana;
}

#MonthList a
{
	font-size: 100%;
	
	color: #666666;	
	
	text-decoration: none;
	
	font-weight: normal;
}

#HtmlLinkList
{
	font-family: Arial, Verdana;
}

#HtmlLinkList a
{
	font-size: 100%;
	
	color: #666666;	
	
	text-decoration: none;
	
	font-weight: normal;
}

/* Comments */

.Comment
{
	width: 100%;
	height: auto;
	
	border: 1px dashed #666666;
	
	background-color: #fff;
	
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	
	font-size: 90%;
}

.Comment .Alt
{
	background: green;
}

.CommentBy
{
	color: #333333;
	
	font-size: 100%;	
	font-weight: bold;	
}

.RowContainer .Row
{
	width: 100%; 
	height: auto;	
	
	margin-bottom: 3px;
}

.RowContainer .Row a
{
	border: 1px solid red;
}

.bbcode {
    font-size:100%;
    
    position:relative;
    
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

#CommentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.RowContainer .Row label
{
	margin-top: 10px;
	
	font-weight: bold;
	font-size: 80%;
	
	color: #000;
}

.RowContainer .Row input
{
	width: 250px;
}

.Status
{
	
}

.RowContainer
{
	width: 100%; 
	height: auto;
}

/* Text effects */

.Error
{
	font-size: 70%;	
}

.Bold
{
	font-weight: bold;	
}

.DarkText
{
	color: #000;
}

/* Results container */

.Results
{
	width: 100%;
	height: auto;	
}

.Results .Column1
{
	width: 240px;
	height: auto;
	
	float: left;
	
	padding-right: 10px;
}

.Results .Column2
{
	width: 240px;
	height: auto;
	
	float: left;
}

.Splitter
{
	width: auto;
	height: auto;
	
	margin-bottom: 7px;
	
	color: #666666;
	
	font-weight: bold;	
}

.Splitter .ClientName
{
	font-weight: normal;
	color: #9d9da1;
	
	margin-bottom: 8px;
}

/* Preload Images */

.Preload
{
	display: none;	
}

/* Table styles */

.Table
{
	width: 100%;
	
	border: 2px solid #000;
	
	border-collapse: collapse;
}

.Table thead
{
	color: #000;
	
	font-weight: bold;	
	
	background-color: #ced8de;
}

.Table tbody
{
	font-size: 80%;
	
	color: #000;
	
	background-color: #fff;
}

.Table td
{
	padding-top: 5px;	
	padding-bottom: 5px;	
	padding-left: 10px;	
	padding-right: 10px;	
	
	border: 1px dashed #000;
}

.Table .alt
{
	background-color: #dde4e8;
}

#deliveredbymjlk
{
	width: 75px;
	height: 60px;	
	
	margin: auto;
	margin-right: 0;
	
	cursor: pointer;
	
	background-image: url("../../images/deliveredbymjlk.png");
}