/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND IMAGES WILL HAVE EXTRA CSS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#c5cacd;
	background-image:url("/img/bg-pattern.gif");
	background-repeat:repeat;
	background-position:top left;
}

div#share_this {
	position:absolute;
	top:26px;
	right:-10px;
	color:#fff;
	width:160px;
	height:20px;
	text-align:left;
	padding-left:12px;
	border:0px solid white;
	border-left:1px solid #5e5853;
}
#share_this a{color:#fff;}
#share_this a:hover{color:#fff;}

div#container_admin {
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px solid white;
	top:22px;
	left:175px;
}

div#branding_nav_wrapper {
	height:64px;
	background-color:#2e261f;
	min-width:960px;
}

div#branding_nav {
	position:relative; 
	width:960px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
}

img#logo {
	position:absolute;
	top:20px;
	left:8px;
}

/*ie.css*/
ul#nav {
	position:absolute;
	top:15px;
	right:160px;
	z-index:4;
	width:340px;
	height:39px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	border:0px solid white;
}

#nav a{
	display:block;
	height:39px;
	border:0px solid black;
	color:#fff;
}

#nav li a span {margin:0 0 0 -4000px;}

#home_nav, #blog_nav, #store_nav, #links_nav, #about_nav {
	float:left;
	height:39px;
}

#home_nav {width:66px;}
#home_nav a, #home_nav a:visited {background:url("/img/btn-home.gif") top left no-repeat;}
#home_nav a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#blog_nav {width:63px;}
#blog_nav a, #blog_nav a:visited {background:url("/img/btn-blog.gif") top left no-repeat;}
#blog_nav a:hover {background:url("/img/btn-blog.gif") top right no-repeat;}

#store_nav {width:68px;}
#store_nav a, #store_nav a:visited {background:url("/img/btn-store.gif") top left no-repeat;}
#store_nav a:hover {background:url("/img/btn-store.gif") top right no-repeat;}

#links_nav {width:66px;}
#links_nav a, #links_nav a:visited {background:url("/img/btn-links.gif") top left no-repeat;}
#links_nav a:hover {background:url("/img/btn-links.gif") top right no-repeat;}

#about_nav {width:72px;}
#about_nav a, #about_nav a:visited {background:url("/img/btn-about.gif") top left no-repeat;}
#about_nav a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

#gbhomelink {position: absolute; top:-45px; right:11px; background-color:#f9ecd1; height:16px; width:142px;text-align:center;}
#gbhomelink a{font:tahoma, arial, sans-serif; color:#a41100; font-size:11px;}
#gbhomelink a:hover {}

div#container {
	position:relative; 
	width:960px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	margin-top:-10px;
	padding:0px;
	padding-bottom:70px;
	text-align:left;
	background-color:#fff;
	border:0px solid white;
}

div#content {
	overflow:auto; /*clears the floated inner columns, needs width too */
	margin:0px;

	padding:10px;
	border:0px solid blue;
}

/*ie.css*/
div#content_main_full {
	position:relative;
	width:920px;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	border:0px solid green;
}

div#content_main {
	position:relative;
	float:left;
	width:620px;
	padding-left:10px;
	padding-top:10px;
	border:0px solid green;
}

/*+++*/
div#content_sub {
	float:right;
	width:270px;
	margin-right:10px;
	padding-top:51px;
	border:0px solid black;
}

div#content_sub ul#nav_sub, div#content_sub ul.nav_sub {
	margin:0;
	padding:0px;
}

ul.nav_sub {
	list-style:none;
	list-style-image:none;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
}

/*ie.css*/
#nav_sub li, .nav_sub li {
}

#nav_sub li a, #nav_sub li a:visited, .nav_sub li a,.nav_sub li a:visited {
	padding:4px 5px 4px 20px;
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#000;
	background-image:url("/img/icon-square.gif");
	background-repeat:no-repeat;
	background-position:9px 11px;
}

#nav_sub li a:hover, .nav_sub li a:hover {
	background-color:#ececec;
}

div#content_sub h3.blog_titles {
	background-color:#595959;
	color:#fff;
	margin:0;
	padding:6 9 5 9px;

}

div#site_info {
	height:140px;
	width:960px;
	position:relative; 
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	background-image:url("/img/bg-site-info.png");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	padding-top:10px;
}

#site_info p {
	padding-top:10px;
	padding-right:30px;
	padding-left:30px;
	border-top:1px dotted #8a8a8a;
	display:inline;
	height:40px;
}

#site_info a {
	color:#000;
	text-decoration:none;
}
#site_info a:visited {text-decoration:none;}
#site_info a:hover {text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1 {color:#667681;}
h1.no_link a {color:#667681;}

h1, h2, h3, h4, h5 {
	margin:0px 0px 4px 0px;
	
}

p, ul, ol {font-size:12px;}

h1 {font-size:20px;font-weight:normal;} 

h2 {font-size:14px;}

h3 {font-size:12px;}

h4 {font-size:12px;}

p {margin:0px 0px 10px 0px;}
p.nomargin {margin:0px 0px 10px 0px;}

a {text-decoration:none;}
a:visited {}
a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0px 0px 10px 30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/icon-square.gif");
	line-height:1.4em;
}

ol {
	margin:0;
	padding:0px 0px 10px 30px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
.no_link a, a.no_link {color:#000;}

.titlebox {
	padding:6px 0px 5px 8px;
	background-color:#495c6a;
	background-image:url("/img/bg-h2.gif");
	background-repeat:no-repeat;
	background-position:top right;
	font-size:14px;
	color:#fff;
}

img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.nomargin {margin:0px;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.even {background:#efefef;}
.dark {background-color:#ececec;}

ul.striped, ol.striped { 
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
/*ie.css*/
ul.striped li, ol.striped li {}
ul.striped li a, ol.striped li a {
	display:block;
	
	font-size:12px;
	margin:0;
	padding:0;
	padding-top:2px;
	padding-right:6px;
	padding-bottom:2px;
	padding-left:6px;
	text-decoration:none;
	border:0px solid black;
}
ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}
ul.striped li a:visited, ol.striped li a:visited {}
ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#e6e6e6;

}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
td {
	font-size:0.8em;
}

.adminBar {
	background-color:#495c6a;
}
/*ie.css*/
table.adminBar {margin-top:13px;margin-bottom:15px;}

.tableLight {
	background-color:#fff;
}

.tableDark {
	background-color:#f8f8f8;
}

.tableHighlight {
	background-color:#ccc;
}

.white {
	color:#FFFFFF;
}

.submit {
	font: 12px bold Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#adc654;
	color:#000;
	margin:0;
	padding:2;
	border:1px solid black;
}

.error {
	color: #CC0000;
}
.message {
	color:#006600;
}
/* END OAF TOOLS */

table#store_items {
	border:0;
	width:100%;
	padding:0;
	margin:20px 0px 0px 0px;
}
#store_items td {
	width:25%;
	padding:0px 0px 30px 0px;
	vertical-align:top;
	text-align:center;
	border:0px solid black;
}
#store_items td img {
	width:180px;
	margin:0px 0px 10px 0px;
}
#store_items td p, #store_items td h2 {
	text-align:left;
	padding:0px 30px 10px 30px;
	margin:0;
}
#store_items td h2 {padding-bottom:2px;}
#store_items td p {padding-bottom:5px;text-align:justify;}

table#item_detail {
	margin:0px 0px 30px 0px;
}
#item_detail td {
	vertical-align:top;
}
#item_detail form input {margin:0;padding:0;}
#item_detail img#item {
	width:300px;
	float:left;
	margin:0px 20px 20px 0px;
}