@charset "utf-8";
body  {
	font: 100% "Times New Roman", Times, serif;
	background: #023334;
	margin: 100; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 850;
	background-image: url(../images/home/wallpaperpatterntrue.gif);
}
.thrColFixHdr #container {
	background-color: #FFCC99;
	width: 994px;
	margin: 0 auto;
	text-align: left;
} 
 
H1 H2 H3 H4 {
font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
}
 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	background: #FFCC99;
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	padding-right: 0px;
	margin-right: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFCC99; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
}
.thrColFixHdr #mainContent {
	background: #FFCC99;
	margin-right: 265px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 100%;
	padding-top: 10px;
} 

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ############################# ADDITIONS ############################### */
/* ############################# ADDITIONS ############################### */
.thrColFixHdr #container #header {
	background: #CC9966;
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 145px;
	z-index: 100;
	background-image: url(../images/home/HeaderBACKGRD.png);
} 
.gailtop {
	padding-top:0px;
	margin-top:0px;
	float: right;
	width: 200px;
	height: 200px;
	z-index: 100;
	margin-right: 0px;
	position: relative;
}
.parasol {
	width: 242px;
	height: 158px;
	position: absolute;
	top: 0px;
	z-index: 50;
}
.thrColFixHdr #container #header .gails_name {
	height: 66px;
	width: 347px;
	z-index: 50;
	position: relative;
	top: 30px;
	left: 425px;
}
.navbar { /* navbar container */
	background: #330000;
	height: 55px;
	z-index: 50;
	min-width: 600px;
}
.home_lnk {
	margin-left: 30px;
	float: left;
	padding-top: 17px;
	position: relative;
	z-index: 100;
}
.nav_lnk {
	margin-left: 34px;
	float: left;
	padding-top: 17px;
	position: relative;
}
.current_condition {
	padding-bottom: 9px;
	padding-left: 5px;
	padding-top: 9px;
	margin-right: 0px;
	overflow: auto;
	font-size: 12px;
	font-weight: bold;
}
.thrColFixHdr #container #middle_header_two {
	background: #FF9966;
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 40px;
}
A:link {text-decoration: underline; color: #003333;}
A:visited {text-decoration: underline; color: #330000;}
A:active { text-decoration: none; color: #000000; }
A:hover { text-decoration: none; color: #FF9966; }

/* links are different in the footer and current condition areas since the background is darker */
.thrColFixHdr #container #footer a:link {text-decoration: underline; color: #003333;}
.thrColFixHdr #container #footer a:visited {text-decoration: underline; color: #330000;}
.thrColFixHdr #container #footer a:active { text-decoration: none; color: #000000; }
.thrColFixHdr #container #footer a:hover { text-decoration: none; color: #FFCC99; }

.thrColFixHdr #container #middle_header_two .current_condition a:link {text-decoration: underline; color: #003333;}
.thrColFixHdr #container #middle_header_two .current_condition a:visited {text-decoration: underline; color: #330000;}
.thrColFixHdr #container #middle_header_two .current_condition a:active { text-decoration: none; color: #000000; }
.thrColFixHdr #container #middle_header_two .current_condition a:hover { text-decoration: none; color: #FFCC99; }

.little_pic_box {
	background-color: #000000;
	height: 140px;
	width: 95px;
	margin: 10px;
	padding-top: 10px;
}
.style1 {
	color: #003333;
	font-weight: bold;
}
.thrColFixHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FF9966;
	font-size: x-small;
} 
.readmore {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	float: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: -15px;
}
.MCheading {
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
	color: #003333;
	font-weight: bolder;
	margin-top: 0px;
}
/* These are the settings for the navagation bar - don't muck with these */

#home_lnk{ display: block;	width: 46px; height: 21px; background: no-repeat 0 0; background-image: url(../images/nav/HomeLiteDark.png); background-position: 0 -23px; }
#blog_link{ display: block; width: 42px; height: 21px; background: no-repeat 0 0; background-image: url(../images/nav/BlogLiteDark.png);}
#prskit_lnk{ display: block; width: 75px; height: 21px;	background: no-repeat 0 0; background-image: url(../images/nav/PressLiteDark.png);}
#shop_lnk{ display: block; width: 42px; height: 21px; background: no-repeat 0 0; background-image: url(../images/nav/ShopLiteDark.png); }
#alexia_lnk{ display: block; width: 149px; height: 21px; background: no-repeat 0 0; background-image: url(../images/nav/AlexiaLiteDark.png);}
#steam_lnk{ display: block; width: 98px; height: 21px; background: no-repeat 0 0; background-image: url(../images/nav/SteamLiteDark.png); }
#contact_lnk{ display: block; width: 72px; height: 21px; background: no-repeat 0 0; background-image: url(../images/nav/ContactLiteDark.png); }
#home_lnk:hover { background-position: 0 0px; }
.thrColFixHdr #container .navbar .nav_lnk a:hover { background-position: 0 -22px;}
#no_display { display: none; }

.leftBorder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #330000;
	padding-left: 10px;
}
.ALPicsContainer {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.b1 {
	display: inline;
	height: 125px;
	width: 100px;
	border: 2px solid #000000;
	float: left;
	background-color: #003333;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 10px;
}
.b2{
	display: inline;
	height: 141px;
	width: 100px;
	border: 2px solid #000000;
	padding: 10px;
	float: left;
	background-color: #003333;
	color: #FFFFFF;
	margin-left: 9%;
}
.b3{
	display: inline;
	height: 183px;
	width: 100px;
	border: 2px solid #000000;
	padding: 10px;
	float: left;
	background-color: #003333;
	color: #FFFFFF;
	margin-left: 9%;
}
.llstDot {
	padding-left: 5px;
	list-style-position: inside;
}
.buffTopBottom {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sketches {
	padding-left: 25px;
}
.hardRule_type1 {
	clear: left;
}
.HeadingCB {
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
	color: #003333;
	margin-top: 5px;
	margin-bottom: -1px;
	height: auto;
	width: auto;
	padding-bottom: 0px;
	font-weight: bolder;
	font-style: normal;
	font-size: larger;
}
.border1 {
	border: 1px solid #330000;
	padding: 0px 3px 3px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.border2 {
	padding: 0px 3px 3px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.border3 {
	padding: 0px 3px 3px 3px;
	margin-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.a100x67picbox {
	height: 87px;
	width: 120px;
	background-color: #003333;
}
.event {
	font-style: italic;
	font-weight: bold;
}
.rightBorder {
width:inherit;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #330000;
	margin-left: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.BKheading {
	margin-bottom: 0px;
}
