/*  
Theme Name: Delilah's Chicago
Theme URI: http://www.vengeanceindustries.org/delilahs/
Description: Delilah's Chicago site design.
Version: 1.2
Author: Allison Richmond
Author URI: http://www.allisonrichmond.com/
*/
@import url(/css/colors.css);

* { margin:0; padding:0; }

@font-face {
	font-family: 'BebasRegular';
	src: url('fonts/BEBAS___.eot');
	src: local('Bebas'), local('Bebas'), url('fonts/BEBAS___.woff') format('woff'), url('fonts/BEBAS___.ttf') format('truetype'), url('fonts/BEBAS___.svg#Bebas') format('svg');
	}
h1.page-title, h3.date, h3.widget-title, #ea, #s, #wp-calendar-caption, #menu li {
	font: 13px/normal 'Bebas', Helvetica, Arial, sans-serif; letter-spacing:0; word-spacing: 3px; text-shadow: #000 0 0 1px;
	}


html {
	font-size: 93.75%;
	background: #090909 url(images/bg_plank.jpg) 50% 0 repeat-x fixed;
	}
body {
	position: relative;
	top:0; bottom: 0;
	left:0; right:0;
	min-height: 525px;
	font: 12px/1.3em 'Helvetica Neue', Helvetica, 'Lucida Sans', Arial, sans-serif;
	text-align: center;
	color: #999;
}

.wrapper, #container, #footer {
	text-align:left;
	padding:0;
	margin: 0 auto;
	position: relative;
	width: 820px;
	}

#wrapper {
	width: 100%;
	padding-top: 10px;
	background: url(images/vignette.png) 50% 100% repeat-y fixed;
	}

#header {
	z-index: 10;
	padding-top: 80px;
	min-height: 58px !important;
	min-height: 110px;
	max-height: 135px !important;
	font-size: 13px;
	background: #000 url('images/banner_full.jpg') 50% 0 no-repeat;
	}
#header .wrapper {
	border: 0 solid #F60;
	}

#skip-link { display: none; }

#content {
	width: 575px;
	float: right;
	margin: 10px 0 0;
/*	overflow: hidden; */
}
.page-archive #content {
	width: 775px;
	float: left;
}

#sidebar {
	width: 200px;
	float: left;
	line-height: 1.3em;
	margin-top: 10px;
	color: #BAA;
}

#footer {
	vertical-align: bottom;
	color: #BAA;
	font-weight: normal;
	padding: 0 0 60px;
	border-top: 0 dotted #222;
}

/* STYLING */

form { position: relative; padding: 0; }
form input { }
form input:hover,
form input:active,
form input:focus {
	background: #111;
	outline:0;
}
form input:focus {
	background: #181818 !important;
	}

/* paragraph */
p {	line-height: 1.4em; }

blockquote, blockquote p  { text-indent: 0 !important; }

blockquote cite { font-size: .9em; display: inline-block; }

dl {}
dt { color: #C00; border-bottom: 1px solid #900; }
dd {}

strong { color: #D8D8D8; }
h1, h2, h3, h4, h5, b { text-shadow: #000 1px 1px 1px; margin-bottom: 5px; font-weight: 400; }

h1 { font-size: 22px;
	padding:0;
	margin:0;
	}

h2 {
	font-size: 20px;
	color: #FFF;
	}

h3 { font-size: 16px;
	color: #FFF;
	}
	.hentry h3 {
		font-size: 18px;
		margin: 16px 0 6px 0;
		text-align: center;
		}
	
h4 { font-size: 14px; }

h5 {
	font-size: 12px;
	margin-top: 5px;
	color: #777;
	text-shadow: #000 1px 1px 0; 
	}
	h5.center { margin-bottom:0; padding-bottom:0; }


i, em, .italic, .amp, .description {
	font-style: italic;
	font-family: "Bookman Old Style", "Serifa BT", "URW Bookman L", "itc bookman", Georgia, Times, serif;
	}
h2 .amp, h2 .italic { color: #888; }


a.button {
	margin: 1px 2px;
	padding: 2px 4px;
	background: #181818;
	border: 1px solid #202020;
		border-radius: 4px;
   -moz-border-radius: 4px;
-webkit-border-radius: 4px;
	overflow: hidden;
	}
a.button:hover {
	border: 1px solid #202020;
		box-shadow: #000 0 0 3px;
   -moz-box-shadow: #000 0 0 3px;
-webkit-box-shadow: #000 0 0 3px;
	background: #222;
	color: #DDD;
	}

/* links */

a { text-decoration: none;
	color: #DDD;
	border: none;
	}
a:hover {
	opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	}
.hentry a:hover {
    border-bottom: 1px solid #FC0;
    border-bottom-color: rgba(255,204,0,.5);
	}

/* specific classes */

.hidden { display:none; }

.right{ float: right; }
.left { float: left; }

.top { vertical-align: top; }
.bottom { vertical-align: bottom; }

.text-left { text-align: left; }
.float-left,
.floatleft { float:left;
	margin:3px 7px 0 0;
	}
.text-right { text-align: left; }
.float-right,
.floatright { float: right;
	margin: 3px 0 0 7px;
	}

.clear { clear:both !important; }
.clearfix, .fix { display:block; clear:left; }
.clearfix:after, .fix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/* CONTENT styling */

.big, .large { font-size: 1.1em; }


.hentry {
	line-height: 1.4em;
	margin: -10px 0;
	padding: 12px 0 6px 4px;
	}
	body:not(.single|.archive) .hentry:not(.today) {
	}
	body:not(.single) .hentry:not(.today) {
		margin: -10px -4px;
		padding: 12px 5px 6px 10px;
		border:0;
			 border-radius: 10px;
		-moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
		-webkit-transition-property: background, -webkit-box-shadow;
		-webkit-transition-duration: .45s;
		}
	body:not(.single|.archive) .hentry:hover:not(.today) {
		}
	body:not(.single) .hentry:hover:not(.today) {
		background: rgba(0,0,0,.22);
				box-shadow: rgba(0,0,0,.33) 0 0 10px;
		   -moz-box-shadow: rgba(0,0,0,.33) 0 0 10px;
		-webkit-box-shadow: rgba(0,0,0,.33) 0 0 10px;
		}

.hentry.today {
	background: #111;
	padding-right: 10px;
	padding-left: 10px;
}
.hentry.today .date { margin-left: 0; }
.hentry.today .date:before {
	content: 'TONIGHT: ';
	color: #D00;
	}

.entry-title {
	line-height: 1.2em;
	font-weight: 500;
	}
.entry-title a {
	width: 100%;
	outline: none;
	}
.single .entry-title a { display: inline-block; }
.single .entry-title li a { display: inline;
	background: rgba(0,0,0,.33);
	padding: 4px 5px 2px 5px; margin: -4px -3px;
	color: #AAA;
	}

.category-special .entry-title li a {
	font-stretch: condensed;
	font-size: 17px;
	}
.category-special .entry-title a {
	color: #C00;
	}

.entry-content { /* overflow: hidden; */
	font-size: 13px;
	line-height: 1.4em;
	text-shadow: #000 0 0 1px;
}

.entry-content a { color: #CCC; }
.entry-content p a { white-space: nowrap; }
/*
.main .entry-content a		{ color: #BAA; }
.main .entry-content a:hover { color: #FFF; }
*/

.entry-content p {
	margin: .5em 0;
	line-height: 1.4em;
	text-indent: .95em;
	}

.entry-content ol {
	margin:0 1em 0 3em;
}

.entry-content ol li {
	margin:0 0 7px;
}

.entry-content img {
	border:none;
}

.entry-content table tr {
	padding:15px 0;
	}


.entry-content ul {
	margin: 0 1.3em;
	padding:0; margin:0;
	}
.entry-content ul.list {
	list-style: outside disc;
	}

.entry-content li {
	list-style: outside disc;
	list-style-position: outside !important;
	margin: .3em 0 0 2px;
	padding: 0 0 0 2px;
	color: #888;
	font-size: 13px;
	line-height: 1.2em;
	}

.entry-content ul.list li,
.single .entry-content li {
	font-size: 14px;
	line-height: 1.4em;
	padding: 2px 0;
	}

.entry-content li a { font-weight: 700; }

.entry-content li.at { list-style: none; }
.entry-content li.at:before {
	content: '@ ';
	font-weight: 800;
	margin: 0 0 0 -5px;
	}


.entry-content blockquote {
	overflow: hidden;
	margin:  .35em .25em .75em .3em;
	padding: .4em .75em .2em .75em;
	text-align: left;
	background: #111;
	opacity: .8;
	}

blockquote.right {
	display:inline-block;
	max-width: 430px;
	background: #181818;
	border: 1px solid #222;
	border-color: rgba(34,34,34,.35);
	opacity: .92;
		border-radius: 9px;
   -moz-border-radius: 9px;
-webkit-border-radius: 9px;
		box-shadow: rgba(0,0,0,.5) 1px 1px 2px;
   -moz-box-shadow: rgba(0,0,0,.5) 1px 1px 2px;
-webkit-box-shadow: rgba(0,0,0,.5) 1px 1px 2px;
	}
	.more-hidden blockquote.right,
	.single blockquote.right {
		margin-right: -4em;
		margin-left: 0.4em;
		max-width: 325px;
		}

blockquote.quote {
	text-align: center;
	position: relative;
	padding: .15em 1.85em;
	padding: .18em 1.8em .12em 1.8em;
	}
blockquote.quote:before,
blockquote.quote:after {
	position: absolute;
	font-size: 2.2em;
	color: #333;
	font-size: 3.5em;
	}
blockquote.quote:before {
	content: '\201C';
	left: 1px;
	top: .34em;
	}
blockquote.quote:after {
	content: '\201D';
	right: 1px;
	bottom: -.4em;
	}


hr {
	clear: both !important;
	border:0;
	padding:0;
	margin: 10px 0;
	}
#content hr {
	border-top: 3px solid #303030;
	-moz-opacity: 0.5 !important;
		 opacity: 0.5 !important;
		box-shadow: #000 0 0 4px;
   -moz-box-shadow: #000 0 0 4px;
-webkit-box-shadow: #000 0 0 4px;
	}
#content hr.line {
	border-top: 1px solid #000;
	border-bottom: 1px solid #222;
	}

.error {
	padding: 12px;
	border: 1px solid #200;
	border-top: 3px solid #622;
	background: #322;
	}

h1.page-title {
	position: relative;
	top: -4px;
	padding: 0 0 1px;
	font-size: 18px;
	}
h1.page-title a, h1.page-title img, a img { border: 0 !important; }


/* SINGLE ENTRY */

.single .entry-content {
	font-size: 105%;
	}

.single .entry-content p {
	text-indent: 1.2em;
	}

.single .entry-content a:hover {
	color: #BAA;
	border-bottom-color: #FFF;
	}


/* POST ENTRY META ///////////////// */

.post-meta {
	font-size: 13px;
	line-height: 0;
	text-align: left;
	margin: 0 0 5px;
}

.post-meta .date {
	color: #C90;
	line-height: 13px;
}

.cats.inline { display:inline-block; }
.entry-title li,
.cats.inline li {
	list-style:none;
	display: inline;
	padding:0; margin:0;
	}

.post-meta .cats, .post-meta .cats a {
	font: 400 15px/.7em 'Helvetica Neue', Helvetica, 'Lucida Sans', Arial, sans-serif;
	text-shadow: #000 1px 1px 1px;
	}
.category-special .cats a { color: #C00; }


.edit { float: right; position: relative;
		right:0; top: 2px; display: none; }
.logged-in .edit { display: block; }

.post-meta span.date a { color: #BAA; }

	
h5.tags {
	position: relative;
	margin: 6px 0 -6px -6px;
	padding: 3px 3px 6px 10px;
	font-size: 11px;
	line-height: 17px;
	font: 11px "Bookman Old Style", "Serifa BT", "URW Bookman L", "ITC Bookman", Georgia, Times, serif;
	color: #777;
	background: #050505;
	background: rgba(20,20,20,.85);
	background: rgba(10,10,10,.75);
	opacity: .6; -moz-opacity: .6;
	}	
	#tags span { position: relative; }

.tags a {
	white-space: nowrap;
	line-height: 17px;
	border-bottom: 1px solid #222;
	color: #888;
	opacity: .75; -moz-opacity: .75;
	}

a.more-link {
	margin:0 0 0 4px;
	padding: 1px 4px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 0 !important;
	font: bold 12px "Bookman Old Style", "Serifa BT", "URW Bookman L", "itc bookman", Georgia, Times, serif;
	border: 1px solid transparent;
	background: #181818;
	background: rgba(20,20,20,.65);
	color: #BBB;
		border-radius: 4px;
   -moz-border-radius: 4px;
-webkit-border-radius: 4px;
	text-shadow: #000 1px 1px 1px;
	}
	a.more-link span { font-size: 15px; }/* arrow */

a.more-link:hover,
h5.tags a:hover,
.post:hover a.more-link {
	z-index: 6;
	background: rgba(0,0,0,.5);
	color: #CCC;
	opacity:1; -moz-opacity:1;
	}
.post:hover a.more-link:hover {
	border-color: #500;
	background: #400;
	color: #DDD;
	}


.comments { display: none; }



/* PAGE NAVI */

.navigation {
	font-weight: bold;
	padding: 6px 0;
	margin-bottom: 20px;
	position: relative;
}
.navigation .center,
.navigation .center a {
	position: absolute;
	left: 20%;
	right: 20%;
	margin: 0 auto;
	}
.navigation a {
	white-space: nowrap;
	text-shadow: #000 0 0 1px;
	font-size: 12px;
	color: #900;
	}
.navigation a:hover {
	color: #C00;
	text-shadow: #000 1px 1px 1px;
	}
.prev a, .next a, .top a {
	display: block; float: left;
	cursor: pointer;
	height: 13px;
}

.prev a { text-align: left; }
.next a { text-align: right; float: right; }
.center,
.top  a { text-align: center; }


/* HEADER styles */

#nav {
	width: 960px;
	position: relative;
	float: left;
	margin: 0;
	padding: 5px 12px 2px 0;
	height: 18px !important;
	height: 25px;
	overflow: hidden;
	}

.description {
	color: #666;
	padding: 3px 0;
	}
#description {
	float: right;
	margin: 0;
	color: #441919;
	white-space: nowrap;
	text-transform: capitalize;
	display: none;
	}

ul#menu {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #111;
	height: 26px;
	margin-left:0;
	}

#menu li {
	list-style: none;
	float: left;
	display: block;
	display: inline-block;
	margin: -4px auto 0 auto !important;
	background: url(images/asterisk.png) no-repeat 100% 45% !important;
	padding: 0 14px 2px 5px;
	}
	#menu li.ender {
		background: transparent !important;
		padding-right: 0 !important;
	}

#menu li a {
	margin: 0 auto;
	padding: 0 4px 3px 4px !important;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,.25) 0 0 1px;
	color: #D90;
	font-size: 17px;
	opacity: .6;
	}
#menu a.menu-item { opacity: .7; }
#menu a:hover {
	opacity: 1 !important;
	background: #D90;
	color: #000;
	}


/* ADDED for Delilah's custom header */

#sub-head {
	position: relative;
	display: block;
	height: 30px;
	}
#header a, #header h1, #header h2, #header h3 {
	padding: 0 !important; margin: 0 !important;
	text-indent: -9999px;
	}
#title, #address, #phone, #email {
	background: url('images/banner.png') 0 0 no-repeat;
	position: relative;
	display: block;
	float: left;
	height: 30px;
	top: 0;
	}

#header #title {	width: 400px; }
#header #address {	width: 220px;
	background-position: -400px 0;
	}
#header #phone {	width: 98px;
	background-position: -620px 0;
	}
#header #email {	width: 82px;
	background-position: -718px 0;
	}
#header #email:hover { background-position: -800px 0; }

#shadow {
	padding:0; border:0;
	margin:0 !important;
	margin-top: -5px;
	margin-bottom: -10px !important;
	height: 10px;
	background: url(images/shadow.png) repeat-x 0 100%;
		box-shadow: none;
   -moz-box-shadow: none;
-webkit-box-shadow: none;
	opacity: 1;
	}

#sslink {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 5px;
	color: #444;
	}
#sslink:hover {
	color: #844;
}

/* SIDEBAR ///////////////////////// */

/* widgets */

.widget {
	width: 180px;
	background: #000;
	margin: 0 0 10px 0;
	padding: 10px;
	float: left;
}
.widget.wide {
	width: auto;
}
.widget img {
	margin-top:10px;
	border: none;
	margin-left: 1px;
/*	background: url(images/thumb.jpg) 50% 50%; */
}
.widget small {
	color: #555;
	font-family: Georgia, Times, 'Times New Roman', serif;
	}

.widget li {
	list-style: outside url(images/asterisk.png);
	margin-left: 16px;
	}

.widget input.text, #s, #ea {
	width: 150px;
	margin: 0 3px 3px 0;
	padding: 1px 2px;
	background: #000;
	font-size: 1.1em;
	padding: 0;
	border: none;
	display: inline;
	color: #BAA;
	}
input#ea { margin-right: 0px; }
.widget label {
	display: block;
	font: 11px 'Lucida Grande', 'Lucida Sans', Helvetica, Arial, sans-serif;
	padding: 3px;
	background: #111;
	text-align: center;
	}
.submit { float: right; position:absolute; top: 3px; right: 4px !important; right: 8px; }

.widget h3.widget-title {
	padding-top:0 !important;
	line-height: 10px;
	color: #C00;
	font-size: 15px;
	margin-top: 3px;
	}


.specials dt {
	margin: 4px 0 1px 0;
	padding-bottom: 1px;
	}
.widget .specials dt {
	margin: 3px 0 1px 0;
	border:0;
	}

.widget .specials li {
	list-style: none;
	margin-left: 2px;
	font-size: 11px;
	}
.widget .specials dt,
.widget .specials li.dj {
	display: inline-block;
	padding:0;
	}
.widget .specials li.dj {
	margin-left: 2px;
	color: #777;
	}


.textwidget { margin: -10px; padding: 10px;
					border-top: 0 dotted #222; }
.textwidget form {	border-top: 0 solid #111 }

select[name="archive-dropdown"] {
	max-width: 130px;
	}

.hours {
	background: url(/sitetext/hours_sidebar.gif) no-repeat 0 50%;
	height: 117px;
	}
.hours * { display: none; }

/* Sidebar calendar */

#wp-calendar thead, #wp-calendar caption { padding:0 0 5px; }
#wp-calendar tfoot { padding-top: 2px; }
#wp-calendar td, #wp-calendar th {
	padding: 0;
	line-height: 18px;
	text-align: right;
	}
#wp-calendar thead th { color: #333; padding: 0 4px 0; font-weight: 500; text-shadow: #000 0 0 1px; }
#wp-calendar tfoot tr { border-top: 1px solid #111; }
#wp-calendar #prev { text-align: left; }
#wp-calendar #next { text-align: right; }
#wp-calendar #showit * { display: none }

#wp-calendar td { text-shadow: none; }

#wp-calendar tr td a {
	color: #888;
	display: block;
	margin:0;
	border:0;
	padding: 2px 4px 0 4px;
	}
#wp-calendar tbody td a:link,
#wp-calendar tbody td a:visited {
	text-decoration: none !important;
	background: transparent !important;
	}
#wp-calendar tbody td a:hover {
	background: #222 !important;
	color: #AAA;
	}
#today,
#today a:link, #today a:visited,
#wp-calendar tbody td#today a:link,
#wp-calendar tbody td#today a:visited {
	background: #181818 !important;
	}


.sideBlog {
	margin: 0;
	overflow: hidden;
	line-height: 16px;
	max-height: 8.5em;
	height: auto;
}
.sideBlog a {
	margin-top: 4px;
	display: block;
	display: inline-block;
}
.sideBlog h2 {
	font-size: 16px;
	line-height: 17px;
	margin:0 0 2px 0;
}
.sideBlog a h2 {
	margin-top: 1px;
}
.sideBlog li { margin-left: 4px; }
.sideBlog li a { color: #C33 }


.introIMG {
	float:left;
	margin:6px 8px 0 0;
	overflow:hidden;
	}

.introSide {
	float:left;
	margin:0px 6px 0 0;
	}


.introIMG img,
.introSide img {
	background: #000;
	border:none;
	}
.introIMG img {
	width: 140px;
	height: 140px;
	padding: 6px;
	}
.introIMG a { text-decoration:none; }
.introSide img {
	width: 60px;
	height: 60px;
	margin: 2px 0 0;
	}

	
.rss_links ul li {
	border-top: 1px solid #3B3B3B;
	padding: 3px 0 4px 16px;
}
.rss_links ul li {
	background: url(images/rss.gif) no-repeat 0 3px;
	}
.user_links ul li {
	background: url(images/user.gif) no-repeat 0 3px;
	}



.hilite {
	color: #AAA;
	background: #080808;
	margin: -1px -2px;
	padding: 0 3px;
	border-bottom: 1px solid #181818;
	}
a.hilite {
	border: 1px solid #181818;
		border-radius: 4px;
   -moz-border-radius: 4px;
-webkit-border-radius: 4px;
	}
u.hilite {
	text-decoration: none;
	border-bottom: 1px solid #444;
	}
span.hilite {
	border: 0;
	text-shadow: 0 0 5px #000;
	font-weight: bold;
	}
.glow {
	text-shadow: 0 0 5px #FFF;
	color: #111;
	}

.tagCloud {
	list-style:none;
	font:100%/160% Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	margin:0;
	}
.tagCloud a {
	text-decoration:none;
	margin:0 .5em 0 0;
	}
.tagCloud a:hover {
	text-decoration:none;
	color: #BAA;
}
.asterisk {
	background: url(images/asterisk.png) no-repeat 0 50%;
	padding-left: 14px;
	}
li.asterisk, ul.asterisk {
	background: none;
	list-style-image: url(images/asterisk.png);
	}
.asterisk-right {
	background: url(images/asterisk.png) no-repeat 100% 50%;
	padding-right: 14px;
	}



/* FOOTER styles ////////////////////////// */

#footer hr {
	border:0;
	border-top: 3px solid #303030;
	margin-bottom: 10px;
}
#credits a {
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity = 75);
	zoom: 1;
  }
#footer h5 {
	padding:0;
	margin: 10px 5px 0 0;
	vertical-align: bottom;
	text-transform: uppercase;
	font-family: 'Helvetica Narrow', 'Arial Narrow', Narrow, Helvetica, sans-serif;
	font-size: 12px;
	color: #C90;
}
#footer .copyright a {
	color: #BAA;
	color: #C90;
	border-bottom: 1px solid #631;
	border-bottom: 1px solid #320;
}
#footer a {
	color: #444;
}
#footer a:hover {
	color: #FFF;
}


#sidebar p, #tertCol p {
	color: #BAA;
}

form, #searchWrap,#searchWrap input,.navigation p,.navigation img {
	vertical-align: middle;
}

#sidebar ul, #tertCol ul {
	list-style:none;
	margin:8px 0 4px;
	}


/* Tips */

.tool-tip {
	color: #AD9F98;
	width: 155px;
	z-index: 13000;
	background: #000;
	border: 2px solid #222;
	padding: 2px;
}

.tool-title {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	color: #CCC;
	padding: 4px;
	text-align: left;
}

.tool-text {
	font-size: 11px;
	padding: 4px;
	text-align: left;
}

#none a, #none a:hover {
	border:none;
}

