/*
LAYOUT.CSS

All layout-related formatting: box model, etc. Most anything that requires a unit is found here.
*/

/* TAGS */

html {
	font-size: 62.5%;	/* IE hack allows reliable resizing of em-based text */
	line-height: 1.5em;
}

body {
}

h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1.5em;
}

/* MY DIVs & CLASSES */

#wrapper {
	width: 760px;
	margin: auto;
}

#header {
	width: 100%;
	position: relative;
	padding-top: 79px;
}

#logo {
	position: absolute;
	left: 3px;
	top: 4px;
	z-index: 10;
}

#banner_ad {
	width: 486px;
	height: 60px;
	position: absolute;
	right: 41px;
	top: 9px;
}

#nav {
	text-align: right;
	line-height: 0.1em; /* Remove excess below images */
}

/* Make everything inline for a horizontal menu */
#nav img, #nav ul, #nav li, #nav a {
	display: inline;
}

#nav-list-right {
	margin-right: 51px;
}

#nav-list {
	text-align: left;
}

#nav-list li {
}

#nav-list li ul {
	line-height: 1.5em; /* Restore almost-zeroed value from #nav */
}

#nav-list li li {
	padding: 5px 6px 4px 6px;
}

#nav-list li li a {
	text-decoration: none;
}

#nav-list li li a:hover, #nav-list li li a:active {
	text-decoration: underline;
}

/* ---------- DELETE THIS ONCE WHITESPACE BUG IS SOLVED ---------- */
/* (and remove id from image in HTML) */
#IMG_HACK {
	margin-left: -0.36em;
}
* html #IMG_HACK {
	margin-left: 0;
}
/* --------------------------------------------------------------- */

/* --- added from FreeStyle Menu --- */

.menulist, .menulist  ul {
 margin: 0;
 padding: 0; 
 list-style: none;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
top: 13px;
left: 0px;
width: 12em;
}

.menulist li {
/* float: left; */ /* I'm using inline; remove his floats */
 position: relative;
}

* html .menulist ul { z-index: 15;}

.menulist ul li {
 float: none;
 margin-right: 0;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

/* Fix whitespace in IE */
* .menulist ul li {float: left; width: 100%;}
* .menulist ul li a {height: 1%;}

/* --- end added --- */

#main {
	margin-top: 10px;
}

#intro {
	margin-top: 10px;
	margin-bottom: 10px;
}

#intro p {
	margin-left: 73px;
	margin-right: 23px;
}

#selections p {
	margin-left: 73px;
	margin-right: 23px;
}

#signup {
	margin-top: 10px;
}

#signup p {
	margin-left: 73px;
	margin-right: 23px;
}

#signup table {
	border-width: 3px;
}

#signup ul {
	margin-left: 73px;
	margin-right: 23px;
}

#signup ul { 
	list-style-position: inside;
}
	
#faq {
	margin-bottom: 10px;
}

#faq p {
	margin-left: 73px;
	margin-right: 23px;
}

#faq ul {
	margin-left: 73px;
	margin-right: 23px;
}

#faq ul { 
	list-style-position: inside;
}

#googlead {
	margin-bottom: 10px;
}
	
/* 4 rounded corners */
.section_NW, .section_NE, .section_SE, .section_SW {
}

.section_inner {
	padding: 14px;
}

.more {
	margin-right: 22px;
}

.more img {
	float: right;
}

#news {
	min-height: 37px;
	padding-left: 103px;
}

#news_right {
	padding-right: 103px;
}

#news_box {
}

#news_items {
	padding: 3px 3px 3px 55px;
}

#news p {
	margin-bottom: 0;
	padding-left: 5em; /* This + next = hanging indent, in case news items exceed one line */
	text-indent: -5em;
}

#faq {
	margin-top: 10px;
}



#tee_selections {
}

#pg_index .one_tee {
	float: left;
	width: 304px;
	margin-left: 38px;
	margin-right: 39px;
	display: inline; /* Fix IE "double margin on some floats" bug (www.positioniseverything.net/explorer/doubled-margin.html) */
}

.closeup {
	display: inline;
	margin-right: 4px;
}

.full_view {
	display: inline;
}

 .item_desc {
}
 
 .item_title {
}

.artist {
}

.price {
}

/* --- Store page --- */

#pg_store #side_nav {
	width: 177px;
	float: left;
}

#pg_store #side_nav_inner {
	min-height: 486px;
}

#pg_store .side_nav_list  {
	margin-top: -1em;;
}

/* Store page no-JavaScript side nav */
#pg_store .side_nav_list ul {
	list-style-type: none;
}

#pg_store .side_nav_list ul li ul li {
	background: url(images/StoreSideList-Level1-NotLastChild.gif) no-repeat bottom left;
}

#pg_store .side_nav_list ul li ul li.last {
	background: url(images/StoreSideList-Level1-LastChild.gif) no-repeat bottom left;
}

#pg_store .side_nav_list ul li {
	margin-bottom: 1em;
}

#pg_store .side_nav_list ul li ul li {
	margin-bottom: 0;
	padding-left: 7px;
color: aqua;
}
/* End no-JavaScript side nav */

/* Store page JavaScript tree side nav */
#pg_store .side_nav_list table {	/* All elements*/
	margin-bottom: 0;
}
#pg_store table.tree_level_0 {	/* Level-0 categories (below in code gets priority) */
	margin-top: 1em;	/* Extra spacing between level 0 */
}

#pg_store .side_nav_list img {	/* images outside links have no class, natch */
	display: inline;
}

#pg_store .t0im {	/* Tree images */
	display: inline;
}

#pg_store .t0i {	/* Tree links */
}
/* End no-JavaScript side nav */

#pg_store #shopping {
	margin-left: 185px;
	width: 570px;
}

#pg_store .one_tee {
	width: 100%;
float: right; /* Needed to prevent side-nav from interfering with cleared children */
	margin-bottom: 6px;
	margin-left: 0;
	margin-right: 0;
}

#pg_store .one_tee_photos {
	float: right;
}

#pg_store .closeup {
	margin-right: 9px;;
}

#pg_store .one_tee h1 {
	margin-bottom: 0;
	font: bold 1.67em Arial, Helvetica, sans-serif;
}

#pg_store .one_tee .designer {
	color: #A3937B;
	margin-top: 0;
	margin-bottom: 3em;
}

.buy_area {
	clear: both;
	padding-top: 4px;
	padding-right: 115px;
	position: relative;	/* set reference for zoom img */
	text-align: right;
}

.buy_area .style, .buy_area .quantity {
	display: inline;
	vertical-align: bottom;
	margin-bottom: -7px;
	margin-right: 10px;
}

.buy_area .quantity {
	margin-left: 10px;
}

.buy_area img.zoom {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* HACKS */

/* Used to clear floats without extra markup */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.Hide_if_IE {
	/* IE stylesheets will set this to display: none */
}
.IE_only_block {
	display: none; /* IE stylesheets will set this to display: [whatever] */
}
