@import url(reset.css);
@import url(wp_searchForm.css);
@import url(/css/soundWindow.css);

/* fill the entire browser window with a solid color */
body {
	background:#fff;
	color:#222;
	text-align:center;
	font: 13px/2 "Lucida Grande", Helvetica, Sans-Serif;	/* unitless height (http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights)*/
}

a:link,
a:visited {
	text-decoration:none;
	border-bottom:1px dotted #ccc;
	color:inherit;
}
a:link:hover,
a:visited:hover {
	background:#ddd;
	border:none;
}
a.offsite {
	background:url("images/offsite.gif") top right  no-repeat ;
	padding:0 10px 0 0;
	min-height:15px;
}
a.offsite:hover {
	background:#ddd url("images/offsite.gif") top right  no-repeat ;
}
a.imglink {
	border:transparent;
}
a.imglink:hover {
	background:none;
}



p,ul,ol {
	margin-bottom:1em;
}
ol {
	list-style-type:decimal;
}
ul {
	list-style-image:url(images/list-dot.gif);
}
ul.nobull {
	list-style:none;
	text-indent:-1em;/* for hanging indent */
}

em {
	font-style:italic;
}

#container {
	width:800px;
	min-height:600px;
	margin:0 auto;
	text-align:left;
/*	padding-top:2em;*/
}

#head {
	height:150px;
/*	background:url("images/front6_03.gif") no-repeat 90px 0;*/
	background:url("images/logo3.gif") no-repeat 0px 0;
	margin:0 0 2em 0;
}
#head a {
	height:150px;
	border:none;
	display:block;
}
#head a:hover {
	background:none;
}
#sidebar {
	float:left;
	width:167px;
	min-height:500px;
	background:url("images/front5_03.gif");
	background-repeat:no-repeat;
}

#footer {
	border-top:1px solid #ccc;
	padding-top:1em;
	text-align:right;
	font-size:80%;
}

#content {
	min-height:500px;
	margin-left:170px;
	padding: 1em 2em 0 2em;
}



#nav {
	float:left;
	width:12em;;
	text-align:right;
	margin:1em 20px 0 0;
	padding-right:1em;
	border-right:1px solid #ccc;
}



#nav #about {background:url(/icon/nav-about-8.gif) no-repeat center right;}
#nav #earthsound {background:url(/icon/nav-earthsound-8.gif) no-repeat center right;}
#nav #pigeonhill {background:url(/icon/nav-pigeonhill-8.gif) no-repeat center right;}
#nav #smallsounds {background:url(/icon/nav-smallsounds-8.gif) no-repeat center right;}
#nav #store {background:url(/icon/shopping-cart.gif) no-repeat center right;}
#nav #tangible {background:url(/icon/nav-tangible-8.gif) no-repeat center right;}
#nav #tech {background:url(/icon/nav-tech-8.gif) no-repeat center right;}
#nav #home {background:url(/icon/nav-home-8.gif) no-repeat center right;}

#nav a {
	border:none;
}
#nav a:hover {
		background:#eee;
}
#nav #about a:hover {border-bottom:1px solid #ee4036;}
#nav #earthsound a:hover {border-bottom:1px solid #2e3191;}
#nav #pigeonhill a:hover {border-bottom:1px solid #009345;}
#nav #smallsounds a:hover {border-bottom:1px solid #74989f;}
#nav #store a:hover {border-bottom:1px solid #ccc;}
#nav #tangible a:hover {border-bottom:1px solid #857048;}
#nav #tech a:hover {border-bottom:1px solid #ffaf5f;}


h1 {
	font:300%/1 Georgia, Serif;
	margin-bottom:1em;
}

h1.catTitle {
	line-height:1em;
}

h2 {
	font:200%/2 Georgia, Serif;
}
h3 {
	font: 120%/3 "Lucida Grande", Helvetica, Sans-Serif;
}

ol,ul {
	margin-left:3em;
}

dl dd {
	margin-left:2em;
}
dl.inline dt {
	margin: 1em 0 0 1em;
}
dl.inline {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
}
dl.inline dd {
	margin-left:2em;
	margin-bottom:0;
	padding-left:2em;
	text-indent:-1em;/* for hanging indent */
}
#nav ul {
	margin:0;
	list-style-image:none;
}

#nav li {
	margin:0;
	padding:0;
	padding-right:15px;
}

.clear {
	clear:both;
}

.caption {
	font-size:80%;
	line-height:150%;
	font-style:italic;
	text-align:center;
}


.my_wp_single h1 {
	font: 180% "Lucida Grande", Helvetica, Sans-Serif;	/* unitless height (http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights)*/
}


.framed,
.framedleft,
.framedright {
	text-align:center;
}

.framedleft {
	float:left;
	margin-right:1em;
	margin-top:1em;
	margin-bottom:1em;
}
.framedright {
	float:right;
	margin-left:1em;
	margin-top:1em;
	margin-bottom:1em;
}
.framed img,
.framedleft img,
.framedright img
{
	padding:2px;
	border:1px solid #9FC2FF;
}



.notebox {
	margin-left:50px;
	margin-top:1em;
	margin-bottom:1em;
	margin-right:50px;
	padding:1em;
	border: 1px solid #999;
	background-color: #FFFCEF;
}

.visitStore {
	margin-left:1em;
	display:inline;
}

.soundClip {
	display:inline;
}
.soundClip img {
	margin-left:1em;
}


.clipset {
	margin-left:10%;
	width:50%;
	border:1px solid #ddd;
	padding-bottom:1em;
}
.clipset legend {
	padding:1em;
}

.clipset table {
	width:100%;
}
.clipClick {
	width:50px;
	padding-left:1em;
}
.clipCaption {
	font-size:80%;
	line-height:150%;
}


.noteTag {
	font-size:80%;
}
.noteTag:before { /* ensure there's a non-breaking space before the tag */
	content: "\00a0[";
}
.noteTag:after { 
	content: "]";
}


div.notes {
	padding-top:1em;
	margin:4%;
	font-size:90%;
	line-height:1.5em;
}


.notes h1 {
	text-align:left;
	font-size:140%;
}

div.note {
	margin-top:1.5em;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:2em;
	font-size:90%;
}




.postTitle {
	font-size: 120%;
	line-height:1.5em;
	margin-left:1em;
	text-indent:-1em;
}

.postIcon {
	width:200px;
	border:1px solid #ccc;
	padding:2px;
}

/* category.php */
#cat_about {
	border-bottom:1px solid #9FC2FF;
}

/* category.php */
.postInfo {
	margin-left:1em;
	color:#aaa;
}
.postDate {
}
.post {
	border-bottom:1px solid #ccc;
}
.postMetaChunk {
	margin-bottom:1em;
}

/* category.php */
p.postcount {
	text-align:right;
	color:#ccc;
}

.single {
	display:block;
}

.code {
	font: 1em 'Courier New', Courier, Fixed;
}
.postContent div.code,
.postContent p.code {
	padding:10px 10px 10px 15px;
	margin:10px 10px 10px 10px;
	font: 0.9em 'Courier New', Courier, Monospace;
	white-space:pre;
	border:1px solid #cccccc;
	color:red;
}




#feedback {
/*	border-top:1px solid #9FC2FF;*/
	margin: 0 10px 0 0;
	padding: 10px 0 0;
}

#feedback .submit{ 
	margin: 0;
	padding:0 0.5em;
}


#commentform {
	width: 455px;
	padding: 0;
	margin: 0;
	margin-left: 8px;
}

#commentform textarea {
	border: 1px solid #c1c1c1;
	background-color: #f7f9fd;
	width: 100%;
}

#commentform textarea:focus {
	background-color: #ffffff;
	border: 1px solid #555555;
}

#commentlist {
	font-size: 11px;
	margin: 0 0 0 8px;
	padding: 0;
}

#commentlist li {
	margin: 0;
	margin-top: 8px;
	padding: 5px;
	list-style-type: none;
	list-style-image: none;
	border: 1px solid #cccccc;
	border-left:5px solid #e4dbb0;
}

/* FIXME -- This odd/even color pair is horrible */
#commentlist .comment_odd {
	background-color: #f7f9fd;
}

#commentlist .comment_even {
	background-color: #ffffff;
}
#commentlist .comment_author {
	padding-left:5px;
	border-left:5px solid #8FCAFF;
}

#commentlist p {
	margin: 4px 0;
}

hr {
}


/* form styling */
fieldset.zipForm
{
	border:1px solid #ccc;
	padding:20px;
	text-align:left;
	margin: 30px auto 30px auto;
}

.zipForm legend {
	font-size:110%;
	padding:0 10px;
}
.zipForm table {
	margin-top:10px;
	margin-left:10px;
/*	border:1px solid #fff;*/
	padding-bottom:10px;
}

.zipForm td {
	padding-top:20px;
	vertical-align:top;
}

.zipForm td.label {
	text-align:right;
	padding-right:10px;
	font-weight:bold;
}
p.tip,
span.tip
{
	font-size:75%;
	line-height:1.2em;
	font-weight:normal;
}
button.cool, 
input.cool {
	color:green;
}



/* store */
.product_title {
	font-size: 120%;
	line-height:1.5em;
}
.product_id {
	text-align:left;
	font-size:80%;
}
.product_year {
	text-align:right;
	font-size:80%;
}
.product_price {
	text-align:center;
}

.AddToCartForm {
	display: inline;
}

.tagline {
	text-align:left;
	margin-left:10%;
}
