/*
-----------------------------------------------
Gene Scheer - CSS Styles
Author:   Karol Golka
Company:  http://www.webstruments.com
Version:  02 April 2005
----------------------------------------------- */


/* body
---------------------------------- */
body {
	background: #0D192A;
	margin: 20px auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 1.3em;
	color: #fff;
	width: 790px;	
	}

/* generics
---------------------------------- */	
a, a:link {
	text-decoration: underline;
	color: #fff;
	}
a:visited {
	color: #ddd;
	}
a:hover {
	color: #4B5D7B;
	}
a.more, a.more-navy {
	color: #A20000;
	background: url(../images/icon-more.gif) no-repeat 100% 50%;
	border-bottom: 1px solid #A20000;
	padding-right: 12px;
	overflow: hidden;
	text-decoration: none;
	}
a.more:hover, a.more-navy:hover {
	color: #FF361D;
	border-bottom-color: #FF361D;
	background: url(../images/icon-more-hover.gif) no-repeat 100% 50%;
	}
a.more-navy {
	color: #FF361D;
	border-bottom-color: #FF361D;
	background: url(../images/icon-more-navy-on.gif) no-repeat 100% 50%;
	}
a.more-navy:hover {
	color: #A20000;
	border-bottom: 1px solid #A20000;
	background: url(../images/icon-more-navy-off.gif) no-repeat 100% 50%;
	}	

b {
	color: #4B5D7B;
	}

img.float-left {
	float: left;
	margin: 20px 20px 15px 0;
	border: 1px solid #666;
	}	
h4 {
	margin: 0 0 1em;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #4B5D7B;
	text-align: center;
	line-height: 1.4em;
	padding-bottom: .7em;
	border-bottom: 1px solid #4B5D7B;
	}
h4 a:link {
	text-decoration: underline;
	}

h4 b {
	color: #fff;
	}	
img {
	border-bottom: none;
	border: 1px solid #666;
	}	
	
/* header
---------------------------------- */		
#header {
	margin: 0;
	padding: 0;
	text-align: left;
	}
#header h1 {
	background: url(../images/GS-songwriter-lyricist.gif) no-repeat 0% 0%;
	width: 271px;
	height: 21px;
	text-indent: -9000px;
	font-size: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	margin-left: 20px;
	}
#headerbox {
	background: url(../images/GS-headerbox.gif) no-repeat 0% 0%;
	width: 790px;
	height: 52px;
	margin: 0;
	padding: 0;
	}
#logo {
	float: left;
	text-decoration: none;
	margin: 10px 0 0 20px;
	cursor: hand;	
	}
#logo span {
	background: url(../images/GS-Gene-Scheer.gif) no-repeat 0% 0%;
	width: 190px;
	height: 33px;
	font-size: 0;
	display: block;
	text-indent: -9000px;
	margin: 0;
	padding: 0;		
	}
#toplinks {
	list-style: none;
	margin: 16px 0 0 0;
	padding: 0 30px 0 0;
	float: right;
	font-size: 90%;
	}
#toplinks li {
	display: inline;
	color: #F4FBEF;
	margin: 0;
	padding: 0;
	}
#toplinks li a {
	text-transform: lowercase;
	}
#toplinks li a:hover {
	color: #000;		
	}
#toplinks li #current {
	color: #000;
	text-decoration: underline;
	}		

/* navbar
---------------------------------- */		
#navbar {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navbar li {
	float: left; 
	color: #9DA1A7;
	height: 30px;
	}
#navbar li a {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	color: #9DA1A7;
	height: 30px;
	display: block;
	float: left;
	background-color: transparent;
	}
#navbar li a:hover {
	background: url(../images/GS-navbar-dot-hover.gif) no-repeat 50% 100%;
	background-color: transparent;
	}
#navbar li a span {
	float: left;
	}
#navbar li #current {
	font-weight: bold;
	color: #fff;
	background: url(../images/GS-navbar-dot.gif) no-repeat 50% 100%;
	background-color: transparent;
	}

/* layout
---------------------------------- */
#container {
	background: url(../images/GS-bodybkgnd.gif) repeat-y 0% 0%;
	width: 790px;
	height: 500px;
	position: relative;
	text-align: left;
	}
#c1 /* margin */ {
	margin: 0 8px 0 2px;
	padding: 0;
	}
#c2 /* gradient */ {
		background: url(../images/GS-gradient-bkgd.gif) repeat-x 0% 0%;
		margin: 0;
		padding: 0;
		width: 780px;
		height: 500px;
		}
#c3 /* padding */ {
	padding: 10px 20px;
	}
#full #c4 /* padding for scroll area */ {
	padding: 20px 40px 30px 20px;
}

#half #c4 /* padding for scroll area */ {
	padding: 10px;
	}
#c4 p a, #c4 a:link, #c4 a:active {
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	color: #ccc;
	}
#c4 p a:hover {
	color: #4B5D7B;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}
	
	
		
/* content (+homepage)
---------------------------------- */
#content {
	float: left;
	margin: 20px 0 10px 0;
	color: #f7f7f7;
	}
#default #content {
	width: 440px;	
	}
#full #content {
	width: 700px;
	}
#half #content {
	width: 400px;
	}	
#half #content h2, #half #content ul {
	overflow: hidden;
	}
#full #content, #half #content {
	height: 400px;
	overflow: auto;	
	SCROLLBAR-FACE-COLOR: #0D192A;
	SCROLLBAR-HIGHLIGHT-COLOR: #0D192A;
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #fff;
	SCROLLBAR-ARROW-COLOR: #666;
	SCROLLBAR-TRACK-COLOR: #0D192A;
	SCROLLBAR-DARKSHADOW-COLOR: #0D192A;
	SCROLLBAR-BASE-COLOR: #fff; 
}
/* right side float for photoleft */
body.photoleft #content {
	float: right;
	}
#content h2 {
	margin: 0;
	padding: 0;
	color: #f7f7f7;
	font-size: 110%;
	}
#content h2 b {
	font-weight: normal;
	font-size: 80%;
	padding-left: 10px;
	color: #ccc;
	}
#content ul.highlights {
	margin: 5px 0 15px 0;
	padding: 0;
	list-style: none;
	}
/* KSG - added 2009.2.11 */
#content ul.homepagelist {
	margin: -5px 0 5px 0 !important;
}
#content ul.highlights li {
	background: url(../images/icon-boxarrow.gif) no-repeat 0% 7px;
	padding-left: 20px;
	line-height: 1.6em;
	padding-bottom: 4px;
	}	
#content ul.highlights li a {
	color: #f7f7f7;
	border-bottom: 1px dotted #9DA1A7;
	text-decoration: none;	
	}
#content ul.highlights li a:hover {
	color: #9DA1A7;
	border-bottom: 1px solid #fff;
	}	


/* box (default, homepage)
---------------------------------- */
.box {
	background:transparent url(../images/GS-box.gif) no-repeat 0% 0%;
	margin: 20px 0 7px;
	padding: 8px 12px 8px 10px;
	width: 419px;		
	height: 92px;
	}	
.box h3 {
	color: #101A29;
	margin: 0 0 3px 0;
	padding: 7px 0 0 0;
	font-size: 100%;
	line-height: 1em;
	}
.box p {
	color: #152438;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	}
.box a img {
	float: left;
	margin-right: 10px;
	}
/*	
#default .box {
	position: absolute;
	bottom: 0;
	} */

/* featured cds box (default, homepage)
---------------------------------- */
h2.cd {
	margin-top: 5px;
	float: left;
	width: 90px;
	line-height: 130%;
	}
img.cd {
	float: left;
	margin-left: 10px;
	}

/* quote (review)
---------------------------------- */
blockquote {
	width: 539px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/GS-quotetop.gif) no-repeat 0% 0%
	}
.quote {
	margin: 0;
	padding: 18px 33px 0 40px;
	background: url(../images/GS-quotebottom.gif) no-repeat bottom;
	}
.author {
	text-align: right;
	font-size: 80%;
	margin: 0;
	color: #ccc;
	padding: 15px 35px 0 0;
	height: 44px;
	}
	
/* links (+photo1)
---------------------------------- */	
#half #content #links li {
	margin-left: 20px;
	background-position: 0% 6px;
	padding-bottom: 8px;	
	}
#photo1 {
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-top: 35px;
	overflow: hidden;	
	}
#photo1 img { border: none; }
.photonote {
	font-size: 80%;
	display: block;
	text-align: center;
	color: #8F949A;
	padding-bottom: 5px;
	}

/* headlines
---------------------------------- */	
dl.headlines {
	margin: 0 0 24px;
	padding: 0;
	background: url(../images/icon-boxarrow.gif) no-repeat 0% 7px;
	padding-left: 20px;
	line-height: 1.5em;
	}
dl.headlines dt {
	font-weight: bold;
	color: #fff;
	}
dl.headlines dd {
	margin: 0;
	padding: 0; 
	}
dl.headlines dd p {
	margin: 3px 0 1px; 
	padding: 0;
	}	
#full dl.headlines dd a, #full dl.cds dd a {	
	color: #FF361D;
	border-bottom-color: #FF361D;
	}
#full dl.headlines dd a:hover, #full dl.cds dd a:hover {
	color: #A20000;
	border-bottom: 1px solid #A20000;
	}

/* media (audio/video)
---------------------------------- */
.videobox
{
	margin: 0 auto 20px;
	padding: 8px 13px 15px;	
	
}

.videobox a.title {
	font-weight: bold;
	color: #FF361D;
	height: 20px;
	display: block;
	float: left;
	}	
.videobox a.title:hover {
	color: #fff;	
	}

.videobox a.video {
	background: url(../images/icon-video.gif) no-repeat 100% 50%;
	padding-right: 30px;
	}	
.videobox a.audio{
	background: url(../images/icon-audio.gif) no-repeat 100% 30%;
	padding-right: 30px;
	}	


.videobox span
{
	clear: left;
	display: block;
	border-left: 2px solid #ccc;		
	margin-top: 5px;
	padding-left: 20px;
	color: #ccc;
}
span.attention {
	display: block;
	color: #ccc;
	font-weight: bold;
	margin-bottom: 1.4em;
	background: url(../images/icon-attention.gif) no-repeat 0% 0%;
	padding-left: 25px;	
	padding-bottom: 8px;
	border-bottom: 4px solid #303946;
	}
span.attention a  {
	color: #fff;
	border-bottom: 1px dotted #eee;
	cursor:help;
	text-decoration: none;	
	}

/* open media
---------------------------------- */
#openmedia {
	margin: 20px auto 10px;
	text-align: center;
	width: 100%;
	background: #fff;
	}
#openmedia span {
	display: block;	
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	color: #333;
	}



/* guestbook
---------------------------------- */
#guestbook {
	margin: 0;
	padding: 0;	
	}
#guestbook-top {
	/*background: url(../images/GS-guestbook-top.gif) no-repeat 0% 0%;*/
	width: 600px;
	height: 38px;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #fff;
	}
#guestbook-top h2 {
	float: left;
	margin: 10px 0 0 30px;
	padding: 0;
	display: inline;	
	}
#guestbook-top a {
	float: right;
	margin: 10px 30px 0 0;
	background: url(../images/icon-guestbook-entry.gif) no-repeat 0% 50%;
	padding-left: 19px;	
	color: #ccc;
	}
#guestbook-top a:hover {
	color: #fff;
	text-decoration: underline;
	}
#guestbook-filler {
	/*background: url(../images/GS-guestbook-filler.gif) repeat-y 0% 0%;*/
	padding: 0 30px 0;
	margin: 0;
	}
.guestbook-entry {
	margin: 0;	
	width: 500px;			
	}
.guestbook-entry dt {
	background: url(../images/icon-guestbook-entry.gif) no-repeat 0% 27px;
	padding-left: 19px;
	color: #fff;
	font-weight: bold;
	padding-top: 25px;	
	}	
.guestbook-entry dt a {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	}
.guestbook-entry dt b {
	color: #fff;
	}
.guestbook-entry dt a:hover {
	color: #ccc;
	border-bottom: 1px solid #ccc;
	}
.guestbook-entry dd {
	margin: 6px 0 0 19px;
	padding: 0;
	}	
#guestbook-bottom {
	/*background: url(../images/GS-guestbook-bottom.gif) no-repeat 0% 0%;*/
	width: 600px;
	height: 24px;	
	margin: 0;
	padding: 0;
	}

/* photos
---------------------------------- */
#photos {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#photos li {
	text-align: center;
	float: left;
	width: 120px;
	height: 120px;
	}
#full #photos a, #full #photos a img {	
	border: none;
	}
#full #photos li a img {
	border: 2px solid #ccc;
	}

/* view photos
---------------------------------- */
#viewphoto {
	margin: 40px auto 20px;
	padding: 0;	
	text-align: center;
	width: 100%;
	}
#viewphoto img {
	border: 4px solid  #ccc; 
	text-align: center;
	}	

#viewphoto span {
	display: block;	
	margin: 10px 40px;
	}

/* cds
---------------------------------- */
dl.cds {
	clear: both;
	margin: 0;
	padding: 0;
	padding-bottom: 2.5em;		
	}
dl.cds dt {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	}
dl.cds dt img, #full dl.cds dt a  {
	border: none;	
	margin-top:.4em;
	}
dl.cds dt img {
	border: 1px solid #666;
	}	
dl.cds dd {
	float: right;
	width: 430px;
	margin: 0;
	padding: 0;
	}
h5 {
	font-size: small;
	margin: 0;
	padding: 0;
	}
dl.cds dd p {
	margin: .5em 0;	
	}
dl.cds dd br {
	line-height: 2.5em;
	}
#full dl.cds dd a.more-navy {
	display: block;
	float: left;
	}	

/* footer
---------------------------------- */
#footer {
	background: url(../images/GS-footer.gif) no-repeat 0% 0%;
	width: 790px;
	height: 22px;
	position: absolute;
	bottom: 0;
	left: 0; 
	}

/* headshot
---------------------------------- */
#default #headshot {
	background: url(../images/GS-HeadShot.gif) no-repeat 0% 0%;
	width: 308px;
	height: 429px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	}

/* copyright
---------------------------------- */
#copyright {
	background: url(../images/GS-Copyright.gif) no-repeat 0% 0%;
	width: 11px;
	height: 203px;
	position: absolute;
	bottom: 20px;
	right: -10px;
	text-indent: -9000px;
	font-size: 0;
	}	
	
/* madebywebstruments
---------------------------------- */
#madebywebstruments {
	background: url(../images/madebywebstruments.gif) no-repeat 0% 0%;
	width: 103px;
	height: 29px;
	position: absolute;
	bottom: -30px;
	right: 20px;
	text-indent: -9000px;
	font-size: 0;
	text-decoration: none;
	}	
#madebywebstruments:hover {
	background-position: 0% -29px;
	} 

/* mGINE
---------------------------------- */
#mGINE {
	background: url(../images/mGINE.gif) no-repeat 0% 0%;
	width: 47px;
	height: 11px;
	overflow: hidden;
	position: absolute;
	bottom: -14px;
	left: 19px;
	text-indent: -9000px;
	font-size: 0;
	text-decoration: none;	
	}	
#mGINE:hover {
	background-position: 0% -11px;
	} 

