/*-----------------------------------------------------------
Nick Bold	:  screen.css
Version	:  28 Oct, 2006
-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #212121;
}
body {
	background-color: #212121;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", verdana, Arial, Helvetica, sans-serif, sans;
	color: #fff;
	padding-bottom: 70px;
	min-width: 760px;
}
body {
	width: 760px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #1A1A1A;
	margin-right: auto;
	margin-left: auto;
}
/* Anchors
----------------------------------- */

A {
	color: #511719;
	text-decoration: none;
	border-bottom: dotted 1px #511719;
	font-weight: bold;
}
A:link {
}
A:active {
	color: #511719;
}
A:visited {
	color: #511719;
}
A:hover {
	border-bottom: solid 1px #333;
	color: #333;
	text-decoration: none;
}

/* Home Page
----------------------------------- */

.home #wrapper {
	background: #0F080C url(../images/nick-bold-splash.jpg) no-repeat 0 50% !important;
	height: 363px;
	padding: 0 !important;
	border-bottom: 3px solid #fff;
	border-top: 1px solid #511719;
}
.home #content {
	position: absolute;
	visibility: hidden;
}

/* Header
----------------------------------- */

#header {
	height: 144px;
	background-color: #212121;
	position: relative;
	z-index: 2;
	background: #212121 url(../images/4px-white.gif) repeat-x 0 100% !important;
}
#header a {
	border: 0;
	background-color: transparent;
}
#header h1 {
	display: none;
}
#header h1 a {
	display: block;
	top: 15px;
	margin-left: 20px;
	height: 100px;
	width: 200px;
	border: none;
	position: absolute;
}
#header h1 a span {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
#header p {
	display: none;
}

/* Navigation
----------------------------------- */

#navigation {
	margin: 0;
	padding: 124px 0 20px 6px;
	font-size: 12px;
	background: url(../images/nick-bold-band-logo.gif) no-repeat 40px 35%;
}
#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navigation a:link, #navigation a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	border: 0;
}
#navigation li#sel a {
	padding-bottom: 2px;
	border-bottom: 4px solid #e69f82;
}
.home li#nav1 a,
.news li#nav2 a,
.music li#nav3 a,
.band li#nav4 a,
.board li#nav5 a,
.gallery li#nav6 a,
.busking li#nav7 a,
.reviews li#nav8 a,
.contact li#nav9 a {
	color: #fff !important;
	padding-bottom: 2px;
	border-bottom: 4px solid #511719 !important;
}
#navigation a:link#current, #navigation a:visited#current, #navigation a:hover {
	border-bottom: 4px solid #511719 !important;
	padding-bottom: 2px;
	background: transparent;
	color: #fff !important;
}
#navigation a:hover {
	color: #000;
}

/* Footer
----------------------------------- */

.home p#footer {
	display: none;
}
p#footer {
	font-size: 12px;
	color: #ddd;
	margin-top: 15px;
	margin-left: 40px;
	clear: both;
}
p#footer a:visited {
	color: #511719;
	border-bottom: dotted 1px;
	text-decoration: none;
}
p#footer a:hover {
	color: #fff;
	border-bottom: solid 1px;
}

/* Content
----------------------------------- */

#wrapper {
	position: relative;
	z-index: 1;
	background-color: #666;
	border-top: 4px solid #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #fff;
}

/* Page Titles
----------------------------------- */

.news #wrapper {
	background: #666 url(../images/pagetitles/news-bg.gif) no-repeat 90% -12px;
}
.music #wrapper {
	background: #666 url(../images/pagetitles/music-bg.gif) no-repeat 95% -5px;
}
.band #wrapper {
	background: #666 url(../images/pagetitles/band-bg.gif) no-repeat 90% -12px;
}
.gallery #wrapper {
	background: #666 url(../images/pagetitles/gallery-bg.gif) no-repeat 90% -15px;
}
.contact #wrapper {
	background: #666 url(../images/pagetitles/contact-bg.gif) no-repeat 90% -2px;
}
.busking #wrapper {
	background: #666 url(../images/pagetitles/busking-bg.gif) no-repeat 90% -12px;
}
.reviews #wrapper {
	background: #666 url(../images/pagetitles/reviews-bg.gif) no-repeat 90% -5px;
}
.oops #wrapper {
	background: #666 url(../images/pagetitles/404-bg.gif) no-repeat 90% -5px;
}
.music h2 {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-albums.gif) no-repeat;
}
.band h2#nickBiog {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-biog-nick.gif) no-repeat;
	height: 39px;
}
.band h2#lindaBiog {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-biog-linda.gif) no-repeat;
	height: 39px;
}
.band h2#benBiog {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-biog-ben.gif) no-repeat;
	height: 39px;
}
.band h2#rickBiog {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-biog-rick.gif) no-repeat;
	height: 39px;
}
.busking h2 {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-busking.gif) no-repeat;
}
.reviews h2 {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-reviews.gif) no-repeat;
}
.contact h2 {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-contact.gif) no-repeat;
}
.thanks h2 {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-thanks.gif) no-repeat;
}







#content {
	padding-top: 5px;
}


#wrapper #content {
	width: 450px;
	margin-left: 40px;
	margin-top: 35px;
	margin-bottom: 40px;
	/* min-height: 250px; */
}
.home #content {
	margin-left: 50px;
	width: 570px;
}
.music #content {
	width: 670px;
}
.news #content {
	margin-top: 50px;
}
#content p {
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 1.2em;
}
#content p em {

}
#content ul li {
	font-size: .9em;
}
#content h2 {
	margin-top: 35px !important;
	font-weight: normal;
	color: #511719;
	font-family: georgia, "Lucida Grande", "Lucida Sans Unicode", verdana, Arial, Helvetica, "comic sans MS";
	font-size: 2em;
}
#content ol {
	margin-left: 40px;
	margin-top: 10px;
	font-size: .8em;
	line-height: 1.4em;
}
#content ul {
	margin-top: 10px;
	font-size: .8em;
}
#content ol.extended li {
	margin-top: 10px;
}
#content ul {
	margin-left: 5px;
	list-style: none;
	line-height: 1.4em;
}
#content ul li {
	padding-left: 22px;
	background: url(../images/li.gif) no-repeat 2px 40%;
}
p#next {
	border-top: 1px solid #e7e7e7;
	padding: 5px 0;
	height: 30px;
	background: url(../images/nextFade.gif) repeat-x;
}
p#next strong {
	color: #777;
}
#side {
	position: absolute;
	left: 540px;
	top: 120px;
	width: 170px;
	font-size: .9em;
}
.news #side .cancelled {
	text-decoration: line-through;
}
.news #side p strong {
	color: #4C1517;
}
.news #side, .gallery #side, .band #side {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 4px;
	border-top: 4px solid #555;
	background-color: #5E5E5E;
}
.news #side h2 {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-upcoming-gigs.gif) no-repeat 0px 3px;
}
.band #side h2 {
	text-indent: -9000px;
	background: url(../images/pagetitles/h-band-members.gif) no-repeat 0px 5px;
}
	
.news #side h2, .gallery #side h2, .band #side h2 {
	color: #333;
	font-weight: normal;
	font-size: 20px;
}
.news #side h3, .band #side h3 {
	margin-top: 10px;
	color: #111;
	font-size: 14px;
	border: 0;
}
.band #side h3 a {
	border: 0;
}
.news #side p, .band #side p {
	font-size: 11px;
}
#side ul {
	list-style: none;
	line-height: 1.4em;
	margin-top: 10px;
}
#side ul li {
	margin-top: 5px;
}
#side ul a {
	border-bottom: 1px solid #e0e0e0;
}
#frontSplash {
	border: 1px solid #d7d7d7;
	height: 244px;
	background: url(../images/frontTile.jpg) no-repeat 99.5% 1px;
	margin-top: 10px;
}
#overview {
	background-color: #e44f4e;
	color: #fff;
	width: 267px;
	padding-top: 0 !important;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	font-size: 1em;
	border: 1px solid;
	height: 242px;
	margin-top: 0;
}
#overview p {
	padding-bottom: 10px;
}
#content h2 em {
	color: #333;
	font-size: .6em;
	text-transform: lowercase;
	border-left: 4px solid #555;
	padding-left: 6px;
	padding-top: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-style: normal;
	letter-spacing: -1px;
}

/* Inline
----------------------------------- */

.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

blockquote {
	border-left: 1px solid #999;
	padding-left: 15px;
	/* font-size: 13px; */
	font-size: 80%;
	color: #eee;
}
p.source {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 11px !important;
}
.clearer {
	clear: both;
}

/* >Music Page
-----------------------------------------------------------*/

.music #content div {
	height: 245px;
}
.music #content div img {
	float: left;
	border: 6px solid #5A5A5A;
}
.music #content div ol {
	margin-left: 220px;
}
.music #content h3 {
	margin-left: 200px;
	font-weight: normal;
	color: #333;
}
.music #content h3 span {
	color: #444;
	font-size: 10px;
}
.music #content p {
	margin-left: 200px;
}
.music #content #fullcircle {
	margin-top: 20px;
}
.music #content #fullcircle,
.music #content #acoustica,
.music #content #smallfee,
.music #content #ordinary,
.music #content #somewhere,
.music #content #push,
.music #content #nickboldband {
	margin-bottom: 20px;
	border-bottom: 2px solid #5A5A5A;
}
.music #content #push {
	height: 265px;
}
.music #content #nickboldband {
	height: 200px;
}
.busking #content img {
	margin-top: 10px;
	border: 6px solid #5A5A5A;
}
.band #content img {
	margin-top: 18px;
	margin-right: 10px;
	border: 6px solid #5A5A5A;
}
#content ul {
	list-style-type: none;
	color: #555555;
}
#content ul li {
	padding-left: 15px;
	color: #fff;
	background: url(../images/bullet.gif) no-repeat 0 55%;
}

/* >Contact
-----------------------------------------------------------*/

.contact form input {
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", verdana, Arial, Helvetica, sans-serif, sans;
}
.contact form input, .contact form textarea {
	width: 90%;
	border: 1px solid #444;
	background-color: #e6e6e6;
	font-size: 120%;
	padding: 2px;
}
.contact form input:focus, .contact form textarea:focus {
	border: 1px solid #A73138;
	background-color: #fff;
}
.contact form input.submit {
	width: 6em;
	margin-top: 10px;
	background-color: #89282D;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}
.contact form input.submit:focus {
	border: 1px solid #444;
}

/* >Gallery
-----------------------------------------------------------*/

#breadcrumb {
	clear: both;
	margin:0;
	font-size: 14px;
}
#breadcrumb {
	padding:10px;
	padding-left: 15px;
	color:#333;
	margin-top:70px;
	margin-bottom:10px;
}
#breadcrumb strong {
	color: #511719;
}
#breadcrumb a {
	border-bottom: 1px dotted #222;
}
#breadcrumb a:hover {
	border-bottom: 1px solid #222;
}
#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:active {
	color: #222;
}
.imgwrapper {
	float: left;
	margin: 0 0 15px 25px;
	padding: 2px;
	height:113px;
}
.imgwrapper span {
	display:block;
	font:9px verdana, sans-serif;
	text-align:center;	
}
.imgwrapper img {
	background-color: #5A5A5A;
	padding: 6px;
	border: 0;
}
.imgwrapper img:hover {
	background-color: #888;
}
#gallery .imgwrapper a {
	border: 0 !important;
	text-decoration: none;
}
img#single {
	background-color: #fff;
	padding: 6px;
	border: 0;
	margin-bottom: 20px;
}
div#prevnext {
	position: absolute;
	top: 120px;
	right: 35px;
	font-size: 13px;
	width: 240px;
	text-align: right;
}
p#desc {
	position: absolute;
	top: 150px;
	right: 35px;
	width: 190px;
	font-size: 12px;
	text-align: right;
}
#directories h2 {
	color: #333;
	font-weight: normal;
}
#directories {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 15px;
}
#directories ul {
	list-style: none;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 5px;
}
#directories ul li {
	padding-left: 15px;
	margin-bottom: 3px;
	color: #fff;
	background: url(../images/bullet.gif) no-repeat 0 55%;
}
div#image {
	margin-left: 15px;
}


p.navigator {
	text-align: right;
	border-top: 1px solid #555;
	padding-top: 4px;
}
p.navigator a {
	border-bottom: 0;
	color: #333;
	font-size: 10px;
}
p.navigator a:hover {
	color: #511719;
	border-bottom: 1px solid;
}
/* >End screen.css
-----------------------------------------------------------*/