/* Default style sheet for craignewman.com */

/* --------- Basic page styles ---------  */

body {
	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	color: #1C1C1C;
	background-image: url(/images/grid_bg.gif);
	background-color: #857B6A;
	margin: 0;
	padding: 0;
}
	
a {
	color: #D1C2A7;
	text-decoration: none;
}

/* --------- Styles for navigation area and buttons --------- */

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	padding-left: 15px;
	color: #1C1C1C;
	text-decoration: none;
	border-top: 1px solid #85736B;
	border-bottom: 1px solid #85736B;
}
	
a:hover {
	color: #D1C2A7;
	text-decoration: underline;
}
		
#nav {
	margin: 0;
	padding: 0;
	background-color: #85736B;
	position: absolute;
	border-right: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	width: 120px;
	height: 100%;
	overflow: visible;
	left: 0;
	top: 102px;
}

.topButton {
	padding-top: 15px;
}

#nav a:hover {
	display: block;
	color: #D1C2A7;
	text-decoration: none;
	background-color: #645650;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#home #homeNav,
#artists #artistsNav,
#audio #audioNav,
#bio #bioNav,
#discography #discNav,
#gear #gearNav,
#gigs #gigsNav,
#links #linksNav,
#merchandise #merchNav,
#news #newsNav,
#photos #photosNav
{
	color: #D1C2A7;
	background-color: #645650;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* --------- Styles for content areas --------- */

#content {
	position: absolute;
	width: auto;
	height: 100%;
	left: 160px;
	overflow: visible;
	top: 102px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
	
#header {
	background-color: #331608;
	background-image: url(/images/header_bg.jpg);
	position: absolute;
	border-bottom: 1px solid #FFF;
	width: 100%;
	height: 101px;
	left: 0;
	overflow: visible;
	top: 0;
	padding: 0px;
}

a img {
	border: none;
}

#home #content img {
	margin: auto;
	border: 2px solid #645650;
	padding: 10px;
	background-color: #FFF;
}

/* --------- Styles specific to News page --------- */

.newsItem {
	background-color: #918879;
}

.newsItem p {
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
}
	
.newsItem p.date {
	background-color: #776E5F;
	color: #D1C2A7;
	padding: 8px;
}

.newsItem p img {
	float: left;
	margin: 0 10px;
}

/* --------- Styles specific to the Discography --------- */
	
.discItem {
	background-color: #918879;
	width: 100%;
	margin-bottom: 20px;
}
	
.title {
	margin: 0;
	background-color: #776E5F;
	color: #D1C2A7;
	padding: 4px 8px;
	font-size: 1em;
	font-weight: normal;
}
	
.discContent {
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
}
	
.tracks {
	border-left: 1px dashed #776E5F;
}
	
.name {
	font-size: 12pt;
	color:  #D1C2A7;
	left: 0px;
	top: 102px;
	width: 100%;
	height: 25px;
	background-color: #85736B;
	position: absolute;
	padding-left: 15px;
}
	
.song {font-weight: bolder;}

.composer {
	font-style: italic;
	font-size: smaller;
	padding-left: 1em;
}
	
.copyright {
	font-size: smaller;
	font-style: italic;
}
	
.credit {
	font-size: smaller;
	font-style: italic;
	margin: 20px;
	text-align: center;
}
	
.thumb {
	border: 1px solid #000;
}

.play {
	padding-left: 30px;
	font-size: smaller;
}
	
/* --------- Styles specific to Artists page --------- */

.artists {
	border-left: 1px dashed #776E5F;
	background-color: #918879;
}

/* --------- Styles specific to Links page --------- */

#links #content h2 {
	margin-bottom: .5em;
}

#links #content ul {
	float: left;
	width: 99%;
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}

#links #content li {
	float: left;
	background: url(/images/extlink.png) left no-repeat;
	padding-left: 20px;
	margin-right: 2em;
}

#links #content li.image {
	background: none;
	padding-left: 0;
}

#links #content li.image a {
	display: block;
	border: 1px solid #666;
}

#links #content li.image a:hover {
	border: 1px solid #F00;
}
