/* BASE */

html { 
	min-width: 960px;
	background: #c0bba5 url(../images/style/head-bg.jpg) repeat-x 0 0;
	
	 }

body {
	margin: 0;
	padding: 0;
	color: #333231;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif
}

/* TYPOGRAPHY */

h1 {
	
}

h2 {
	font-size: 1.2em;
	font-family:Sylfaen, Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: .8em;
}

p, li {
	font-size: .7em;
}

p.alert {
	
}

/* LINKS */

a:link, a:visited {
	color: #697557;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

/* PAGE */

#page-container {
	background: transparent;
	width: 100%;
	float: left;
	clear: both;
}

#page {
	width: 960px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	}

/* HEADER */

#header-container {
	background: transparent;
	width: 100%;
	float: left;
	clear: both;
}

#header {
	width: 640px;
	height: 160px;
	position: relative;
	left: 160px;
	float: left;
	padding: 0;
}

/* LOGO */

#logo {
	height: 80px;
}

#logo a, #logo a:link, #logo a:visited {
	width: 230px;
	height: 80px;
	position: relative;
	top: 20px;
	display: block;
	text-indent: -9999px;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent url(../images/style/head-logo.png) no-repeat;
}

logo a:hover, logo a:active {
	border: none;
}

logo img {
	display: block;
	width: 0;
}

/* NAV */

#nav {
	width: 640px;
	height: 80px;
	position: relative;
	float: left;
}

#nav ul {
	height: 80px;
	list-style: none;
}

#nav li a, #nav li a:visited {
	height: 30px;
	overflow: hidden;
	display: block;
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	background-color: transparent;
}

/* GLOBAL NAV INDICATORS */

#nav-home a:link, #nav-home a:visited {
	width: 70px; background: url(../images/style/nav-home.png) 0 0 no-repeat; left: 90px;
}

#nav-music a:link, #nav-music a:visited {
	width: 70px; background: url(../images/style/nav-music.png) 0 0 no-repeat; left: 170px;
}

#nav-videos a:link, #nav-videos a:visited {
	width: 70px; background: url(../images/style/nav-videos.png) 0 0 no-repeat; left: 250px;
}

#nav-photos a:link, #nav-photos a:visited {
	width: 70px; background: url(../images/style/nav-photos.png) 0 0 no-repeat; left: 330px;
}
	
#nav-about a:link, #nav-about a:visited {
	width: 70px; background: url(../images/style/nav-about.png) 0 0 no-repeat; left: 410px;
}
	
#nav-journal a:link, #nav-journal a:visited {
	width: 70px; background: url(../images/style/nav-journal.png) 0 0 no-repeat; left: 490px;
}

#nav li a:focus, #nav li a:hover, #nav li a:active,

body#home #nav-home a,

body#music #nav-music a,
body#music-mercytobefound #nav-music a,
body#music-brokendanceep #nav-music a,
body#music-placesyouknow #nav-music a,
body#music-herecomesmemory #nav-music a,
body#music-timebetweenep #nav-music a,
body#music-acousticep #nav-music a,
body#music-alongtheway #nav-music a,
body#music-therockgarden #nav-music a,
body#music-a420 #nav-music a,
body#music-timeforachange #nav-music a,

body#videos #nav-videos a,

body#photos #nav-photos a,

body#about #nav-about a,

body#journal #nav-journal a
	
	{
	border-bottom: 1px solid #333231;
}

#nav li a:focus, #nav li a:hover, #nav li a:active {
	border-bottom: 1px solid #333231;
	
}

/* MUSIC NAV INDICATORS */

body#music-mercytobefound #other_records li#mercytobefound a img,

body#music-brokendanceep #other_records li#brokendanceep a img,

body#music-placesyouknow #other_records li#placesyouknow a img,

body#music-herecomesmemory #other_records li#herecomesmemory a img,

body#music-timebetweenep #other_records li#timebetweenep a img,

body#music-acousticep #other_records li#acousticep a img,

body#music-alongtheway #other_records li#alongtheway a img,

body#music-therockgarden #other_records li#therockgarden a img,

body#music-a420 #other_records li#a420 a img,

body#music-timeforachange #other_records li#timeforachange a img

	{
	outline: 1px solid #697557;
}

/* PAGE > LEFT COLUMN */

#left_column-container {
	width: 160px;
	float: left;
}

#left_column {
	width: 160px;
	display: inline-block;
}

/* PAGE > MAIN COLUMN */

#main_column-container {
	background: transparent;
	width: 640px;
	float: left;
}

#main_column {
	width: 620px;
	padding: 10px;
	background: transparent;
}

/* PAGE > MAIN COLUMN > POST */

#post {
	width: 620px;
	color: #697557;
	position: relative;
	padding: 10px;
	background-color: #fffffa;
	border: 4px solid #d0cbb5;
}

#post h2 {
	padding: .7em 10px;
	background-color: #fcfaf4;
}

#post p {
	font-size: .7em;
	padding: .7em 10px;
	background-color: #fcfaf4;
	
}

.signature {
	font-weight: bold;
}

#post em {
	font-style: italic;
}

/* PAGE > MAIN COLUMN > PHOTO_GALLERY */

#photo_gallery {
	width: 640px;
	padding: 10px 0 10px 0;
	background: #fffffa;
	border: 4px solid #d0cbb5;
}

/* PAGE > MAIN COLUMN > VIDEO_GALLERY */

#video_gallery {
	width: 640px;
	padding: 10px 0 10px 0;
	background: #fffffa;
	border: 4px solid #d0cbb5;
}

/* PAGE > MAIN COLUMN > LARGE_PHOTO */

#large_photo {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	left: 70px;
}

#large_portrait {
	width: 480;
	height: 640px;
	float: left;
	background: transparent;
	border: 4px solid #d0cbb5;
}

#large_portrait img {
	width: 480px;
	height: 640px;
}

#large_landscape {
	width: 640px;
	height: 480px;
	float: left;
	background-color: transparent;
	border: 4px solid #d0cbb5;
}

#large_landscape img {
	width: 640px;
	height: 480px;
}

/* PAGE > MAIN COLUMN > MEDIUM_PHOTO */

#medium_photo-left {
	width: auto;
	height: auto;
	float: left;
	background: transparent;
	display: block;
	margin: 10px 20px 10px 10px;
}

#medium_photo-right {
	width: auto;
	height: auto;
	float: right;
	background: transparent;
	padding: 10px 10px 10px 20px;
}

#medium_portrait {
	width: 320px;
	height: 426px;
	float: left;
	background: transparent;
	}

#medium_portrait img {
	width: 320px;
	height: 426px;
	border: 2px solid #d0cbb5;

}

#medium_landscape {
	width: 426px;
	height: 320px;
	float: left;
	background: transparent;
}

#medium_landscape img {
	width: 426px;
	height: 320px;
	border: 2px solid #d0cbb5;
}


/* PAGE > MAIN COLUMN > RECORD_GRID */

#record_grid {
	width: 620px;
	height: 480px;
	padding: 10px 10px .7em 10px;
	float: left;
	background-color: #fffffa;
	border: 4px solid #d0cbb5;
}

#record_grid ul {
	position: relative;
}

#record_grid h3 {
	text-indent: -9999px;
}

#record_grid img {
	position: absolute;
}
#record_grid a img {
	width: 136px;
	height: 136px;
	padding: 1px;
	border: 1px solid #697557;
}

#record_grid a:link img, #record_grid a:visited img {
	
}

#record_grid a:focus img, #record_grid a:hover img {
	width: 136px;
	height: 136px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

#record_grid a:active img {
	
}

#mercytobefound img {
	top: 0; left: 0;
}

#brokendanceep img {
	top: 0; left: 160px;
}

#placesyouknow img {
	top: 0; left: 320px;
}

#herecomesmemory img {
	top: 0; left: 480px;
}

#timebetweenep img {
	top: 160px; left: 0;
}

#acousticep   img {
	top: 160px; left: 160px;
}

#alongtheway img {
	top: 160px; left: 320px;
}

#therockgarden img {
	top: 160px; left: 480px;
}

#a420 img {
	top: 320px; left: 0;
}

#timeforachange img {
	top: 320px; left: 160px;
}

/* PAGE > MAIN COLUMN > LEFT_HALF */

#left_half {
	width: 310px;
}

#record_art {
	width: 300px;
	height: 300px;
	padding: 0;
	margin: 0;
}

#record_art a img {
	width: 296px;
	height: 296px;
	padding: 1px;
	border: 1px solid #697557;
}

#record_art a:link img, #record_art a:visited img {
	
}

#record_art a:focus img, #record_art a:hover img {
	width: 296px;
	height: 296px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

#record_art a:active img {
	
}

/* PAGE > MAIN COLUMN > RIGHT_HALF */

#right_half {
	width: 310px;
	position: absolute;
	top: 0;
	right: 10px;
}

/* PAGE > MAIN COLUMN > RIGHT_HALF > RECORD_DESCRIPTION */

#record_description {
	width: 290px;
	height: 290px;
	padding: 5px;
	margin: 10px;
	text-align: center;
	background-color: #fcfaf4;
}

#record_description h2 {
	font-size: 1.2em;
	font-family:Sylfaen, Georgia, "Times New Roman", Times, serif;
	padding: 0;
}

.record_title {
	margin: 0 10px 0 10px;
	border-top: 1px dotted #697557;
	padding: 0;
}

.record_label {
	margin: 0 10px;
	border-bottom: 1px dotted #697557;
	padding: 0;
}

#record_description p {
	padding: 0;
}

ol {
	padding: .7em 0 0 0;
}

ol.track_list li {
	font-size: .7em;
	list-style-position: inside;
	list-style-type: decimal;
}

/* PAGE > MAIN COLUMN > BOTTOM */

#bottom {
	width: 640px;
	float: left;
	clear: both;
	padding: .7em 0;
}

/* PAGE > MAIN COLUMN > BOTTOM > OTHER RECORDS */

#other_records {
	width: 640px;
}

#other_records ul {
	width: 640px;
}



#other_records a:hover img {
	outline: 1px solid #697557;
}

#other_records h3 {
	text-indent: -9999px;
}

#other_records li {
	width: 70px;
	height: 70px;
	float: left;
	padding: 5px;
}

#other_records li img {
	width: 68px;
	height: 68px;
	padding: 1px;
}

/* PAGE > RIGHT COLUMN */

#right_column-container {
	width: 160px;
	float: left;
	
}

#right_column {
	width: 160px;
	display: inline-block;
}

/* PAGE > FOOTER */

#footer-container {
	background: transparent;
	width: 100%;
	float: left;
	clear: both;
}

#footer {
	width: 640px;
	float: left;
	position: relative;
	left: 160px;
	margin: 0 10px 40px 10px;
	font-size: 1.2em;
}

#info {
	width: 640px;
	height: 80px;
}

#contact {
	position: absolute;
	bottom: 0;
	right: 0;;
}

#copyright {
	position: absolute;
	bottom: 0;
	right: 80px;
	padding-right: 1em;
	border-right: 1px solid #333231;
}