/* Day For Night styles */
/* The visual design and layout for Day For Night are copyright 2008 Mandy Brown and may not be reproduced. */



/* reset --------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
        padding-left: 20px;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* general ------------------------------------------------------------------------------------- */

body {
	background: #101010; 
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, san-serif;
	color: #ccc;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	}

/*  #container {background: url(http://www.dayfornightnyc.com/images/styles/grid.gif) 0 0 repeat-y;}   for testing only */

h2 {
	font-family: "Clarendon LT Std", Clarendon, "Lucida Fax", Georgia, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	}
		
a, a:link {
	color: #22c9c9;
	}
	
a:visited {
	color: #666;
	}

a:hover {
	color: #57ffff;
	}


/* header ----------------------------------------------------------------------------------------*/

#head {
	width: 940px;
	height: 100px;
	margin-bottom: 25px;
	}

#logo h1 {
	text-indent: -9999px;
	background: url(http://www.dayfornightnyc.com/images/styles/logo.gif) 0 0 no-repeat;
	float: left;
	width: 250px;
	height: 73px;
	margin-top: 27px;
	}	
	
#about {
	float: left;
	width: 350px;
	margin: 55px 0 0 320px;
	}

#about p {
	font-size: 12px;
	line-height: 16px;
	}

/* navigation ----------------------------------------------------------------------------------------*/


#nav {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	height: 50px;
	margin-right: 10px;
	}

#nav ul {
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Clarendon LT Std", Clarendon, "Lucida Fax", Georgia, serif;
	}

#nav ul li {
	list-style: none outside;
	display: inline;
	}

#nav ul li a:link,
#nav ul li a:visited {
	display: block;
	float: left;
	width: 78px;
	height: 45px;
	padding: 5px 3px 0 9px;
	margin-right: 5px;
	background: #3a3939;
	color: #fff;
	text-decoration: none;
	}	
	
#nav ul li a:hover,
#nav ul li a.active  {
	background: #000;
	color: #22c9c9;
	text-decoration: none;
	} 

	
/* banner ----------------------------------------------------------------------------------------*/


	
#banner {
	border-bottom: 1px solid #666;
	margin-right: 10px;
	} 

#banner img {
	display: block;
	}
	
/* sidebar ----------------------------------------------------------------------------------------*/

	
#sidebar {
	width: 275px;
	float: right;
	margin: 25px 10px 60px 0;
	}

#sidebar p {
	font-size: 13px;
	line-height: 18px;
	}
	
#sidebar p.pull {
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	}

#sidebar .featured {
        font-size: 20px;
line-height: 1.2;
}

#sidebar a.more {
font-size: 13px;
}
	
div.section {
	border-bottom: 1px solid #666;
	padding-bottom: 25px;
	margin-bottom: 25px;
	}

div.section img {
        border: 1px solid #666;
        margin-bottom: 12px;
}
	
a.more:link {
	color: #666;
	}
	
a.more:hover {
	color: #22c9c9;
	}
	
img.album {
	border: 1px solid #999;
	margin-bottom: 10px;
	}
	
#sidebar ul.cats {
	list-style: none outside;
}

#sidebar ul.cats li {
	height: 25px;
	width: 275px;
	margin-bottom: 5px;
}

#sidebar ul.cats li a:link,
#sidebar ul.cats li a:visited {
	display: block;
	padding: 5px 1px;
	border-bottom: 1px solid #333;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul.cats li a:visited {
	color: #666;
	}

#sidebar ul.cats li a:hover {
	background: #22c9c9;
	color: #fff;
	}
	

/* main ----------------------------------------------------------------------------------------*/

#main {
	width: 550px;
	margin-top: 25px;
	float: left;
	}

/* clear float */
#main:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

	
#page_nav {
	margin-bottom: 60px;
	}
	
#page_nav ul {
	list-style: none outside;
	}

#page_nav ul li {
	display: block;
	float: left;
	width: 170px;
	font-family: "Clarendon LT Std", Clarendon, "Lucida Fax", Georgia, serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	}

#page_nav ul li.prev {
	background: url(http://www.dayfornightnyc.com/images/styles/left_car.gif) 0 0 no-repeat;
	padding-left: 20px;
	}
	
#page_nav ul li.next {
	background: url(http://www.dayfornightnyc.com/images/styles/right_car.gif) 0 0 no-repeat;
	padding-left: 22px;
	}

#page_nav ul li a:link,
#page_nav ul li a:visited {
	color: #ccc;
	text-decoration: none;
	}

#page_nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* clear float */
#page_nav:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
   

	
/* blog ----------------------------------------------------------------------------------------*/
	
#blog .post {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #666;
	}
	
#blog .post p {
	padding-bottom: 10px;
	}
	
#blog .post .meta {
	font-style: italic;
	color: #666;
	}
	
#blog .post .meta a:link,
#blog .post .meta a:visited {
	text-decoration: none;
	font-style: normal;
color: #22c9c9;
	}

#blog .post .meta a.talk {
	background: url(http://www.dayfornightnyc.com/images/styles/talk.gif) 0 3px no-repeat;
	padding-left: 17px;
	margin-left: 5px;
	}

#blog .post .meta span.cats {
       font-style: normal;
       font-size: 12px;
       display: block;
       padding-top: 2px;
text-transform: lowercase;
}

#blog .post .meta span.cats a:link, 
#blog .post .meta span.cats a:visited {
color: #22c9c9;
text-decoration: none;
}
	
#blog .post h3 {
	font-family: "Clarendon LT Std", Clarendon, "Lucida Fax", Georgia, serif;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	}

#blog .post .play {
	margin: 10px 0 20px 20px;
	}

#blog .post .play h4 {
	padding-top: 5px;
	}

#blog .post .play p {
	padding: 0;
	}
	
#blog .review {
	padding-left: 20px;
	background: url(http://www.dayfornightnyc.com/images/styles/quote.gif) 0 2px no-repeat;
	width: 100%;
	}
	
/* archives ----------------------------------------------------------------------------------------*/

.archives ul h3 {
      padding-top: 30px;
}

.archives ul li {
    display: inline;
}

h2.archives {
    margin-bottom: -10px;
}

#search input {
	vertical-align: middle;
	}

#search input#search-txt {
	width: 266px;
	height: 24px;
	margin-right: 10px;
	font-size: 12px;
	}	

#search {
	margin-bottom: 50px;
	}
	

/* live ----------------------------------------------------------------------------------------*/


#main.live {
	width: 940px;	
	}

#main.live .shows {
	padding: 0 0 10px 95px;
	margin-bottom: 35px;
	border-bottom: 1px solid #fff;
	}

#main.live .shows p {
	width: 370px;
	padding-bottom: 20px;
	}
	
#main.live .featured {
	font-size: 20px;
	line-height: 24px;
	}
	
#main.live .perma {
	border-bottom: 0;
	}

#main.live .perma p.invite {
	font-size: 20px;
	line-height: 24px;
	}
		
#main.live .shows a.more {
	font-size: 14px;
	color: #22c9c9;
	}

#main.live .shows a:visited {
	color: #666;
	}

#main.live .shows a:hover {
	color: #57ffff;
	}

#main.live #page_nav {
	margin-left: 95px;
	}

/* clear float */
#main.live #page_nav:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* music ----------------------------------------------------------------------------------------*/

#main.music {
	width: 940px;
	}

#main.music .album {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	}
	
#main.music .album img {
	margin-right: 10px;
border: 1px solid #666;
	float: left;
	}
	
#main.music .album a:hover img  {
border: 1px solid #ccc;
}

/* clear float */
#main.music .album:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
#main.music .album h3 {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 15px;
	}

#main.music .album .info {
	width: 550px;
float: left;
	}

#main.music .album .info p {
	padding-bottom: 10px;
	}

#main.music .album p.itunes {
font-size: 13px;
margin-top: 10px;
}

#main.music .album p.itunes img {
border: 0;
float: none;
}

#main.music .album a.more {
	font-size: 14px;
	color: #22c9c9;
	}

#main.music .album a:visited {
	color: #666;
	}

#main.music .album a:hover {
	color: #57ffff;
	}
	
#main.music table {
	width: 100%;
	}
	
#main.music table th {
	font-family: "Clarendon LT Std", Clarendon, "Lucida Fax", Georgia, serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 4px 0 2px 0;
	}

#main.music table td {
	width: 85px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #666;
	padding-right: 10px;
	font-size: 13px;
	}

#main.music table td.track {
	text-align: right;
	}
	
#main.music table td.title {
	font-weight: bold;
	width: 170px;
	padding-right: 10px;
	}

#main.music table td.listen {
	width: 370px;
	vertical-align: middle;

	}


/* photos ----------------------------------------------------------------------------------------*/

#main.photos {
	width: 100%;
margin-right: 0;
	}
	
#main.photos a:link img,
#main.photos a:visited img {
	border: 1px solid #666;
	margin: 0 6px 10px 0;
	overflow: hidden;
	padding: 0;
	}
	
	
#main.photos a:hover img {
	border: 1px solid #ccc;
	}


/* foot ----------------------------------------------------------------------------------------*/

#foot {
	clear: both;
	margin: 60px 0;
	padding-top: 20px;
	width: 940px;
	border-top: 1px solid #666;
	font-size: 12px;
	color: #666;
	}
	
#foot ul {
	width: 180px;
	list-style: none outside;
	float: left;
	margin-right: 10px;
	}

#foot ul li {
	display: inline;
	}
	
#foot a:link {
	color: #666;
	font-weight: bold;
	}

#foot a:visited {
	color #505050;
	}
	
#foot a:hover {
	color: #ccc;
	}
	
#foot p.photos {
	float: left;
	width: 270px;
	margin-right: 15px;
	}
	
#foot p.copy {
	float: left;
	width: 275px;
        margin-right: 10px;
	}

#foot p.colophon {
         float: right;
         width: 180px;
}

	
/* clear float */
div#foot:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

