/*
Theme Name: OMEB
Theme URI: http://onemanelectricalband.com/
Description: OMEB theme
Version: 0.1
Author: Joe Payne

Default OMEB theme by Joe Payne http://zerovektor.com
*/
html, body{ 
 margin:0; 
 padding:0;
background:#000;
color:#fff;
font-family: BankGothic Md BT, tahoma, verdana, arial, helvetica, sans-serif;
font-size: 14px;
 } 
 
#pagewidth{ 
  min-width: 500px; 
  padding:10px;
} 
 
#header{ 
 height:115px; 
 width:100%; 
 background-color:#000000;
 border-style:dashed;
 border-color:#f00;
 border-width:2px 2px;
 } 
 
#outer{ 
 margin-top:10px;
 border:solid white 0px; 
  /*/*/ border-right-width: 200px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #000000;  /* right column colour */ 
border-right-style: solid; 
  background-color: #000000; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:200px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-200px; 
 margin-left:1px; 
} 
 
#footer{
 height:50px; 
 width:100%; 
 background-color:#000000; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #000000;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:20px;
        line-height:20px;
        font-weight:700;
		font-family: dauphin,BankGothic Md BT, tahoma, verdana, arial, helvetica, sans-serif;
        color:#ff6600;
        }
h2 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:16px;
        line-height:16px;
        font-weight:650;
		font-family: dauphin,BankGothic Md BT, tahoma, verdana, arial, helvetica, sans-serif;
        color:gray;
        }
h3 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:14px;
        line-height:14px;
        font-weight:600;
		font-family: dauphin,BankGothic Md BT, tahoma, verdana, arial, helvetica, sans-serif;
        color:#ff6600;
        }
p {
        font:14px/20px BankGothic Md BT, tahoma, verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
        color:white;
        }
a {
        color:red;
        font-size:14px;
        text-decoration:none;
        font-weight:600;
        font-family: BankGothic Md BT, tahoma, verdana, arial, helvetica, sans-serif;
        }
a:link {color:gray; text-decoration:underline;}
a:visited {color:gray; text-decoration:underline;}
a:hover {color:white; background:gray; text-decoration:overline underline;}
		
acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta{
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea, #commentform #code {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#menu {
 /*/*/ width:200px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-200px; 
 margin-left:1px; 
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	
	background: #eee;
	border: 1px solid #999;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #f00;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #f00;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #f00;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
        color:#ccc;
	text-decoration: underline;
}

#wp-calendar a:hover {
	background: #f00;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #f00;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #f00;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
 /*printer styles*/ 
@media print{ 

/*hide the right column when printing*/
#menu{display:none;} 
#outer{border-right:0;} 
}

#navigation { padding: 6px; border: 1px dashed #ff6600; margin-bottom: 1px; }
#navigation a { color: white; }
#albums {padding: 5px; border: 1px dashed #ff6600; background-color: black; font-size: 10px; line-height: 15px; margin-top: 5px;}
#albums a { font-size: 11px;}
#images {padding: 5px; border: 1px dashed #ff6600; background-color: black; font-size: 10px; line-height: 15px; margin-top: 5px;}
#images a { font-size: 11px;}
#description {padding: 5px; background-color: black; line-height: 15px; margin-top: 5px;}
#pages { padding: 5px; margin-bottom: 1px; text-align: right;}
#sort {padding: 3px; line-height: 15px; border: 1px dashed #ff6600; margin-top: 5px; text-align: right}
#sort a:visited { color: gray;}
#sort a:hover {color:white; background:gray; text-decoration:overline underline;}

#previous {line-height: 16px; font-size: 10px; text-align: center;}
#current { padding: 10px; vertical-align: top; text-align: center; line-height: 15px; border: 1px dashed #ff6600; background-color:black}
#next {line-height: 16px; font-size: 10px; text-align: center;}

/* border */
#next image { border: 1px gray solid;}
#previous image { border: 1px gray solid;}
#current image { border: 1px gray solid;}
#albums image { border: 0px;}
#images image { border: 1px gray solid;}