/* Barflies.net 4.0 Style Sheet */

/* The Main Elements */
body {
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	color: #121212;
	background: #000;
        font-size:small;
        line-height:120%;
        margin:0 auto;
}
a {
	text-decoration: none;
		color: #311031; 
        border:none;
}

a:hover
{
    text-decoration: none;
    background-color: #ffde94;
border:none;
}

h2{line-height:120%;color: #730000;}

ul.entry-tags-list, li.entry-tags-list {
float:left; 
list-style:none;
height:20px; 
padding-left:6px;
}

#mainnav a {
	text-decoration: none;
color: #5a4a5a;
}

#mainnav a:hover
{
    text-decoration: none;
    background-color: #ffde94;
border:none;
}

/* Layout Stuff */

#container {
	margin: 0 auto 0 auto;
	width: 98%;
}
#pagebody {margin-top:160px;}

.layout-two-column-right #alpha {
	width: 67%;
	float: left;
	margin: 0 20px 60px 30px;
}
.layout-two-column-right #beta {
	width: 23%;
	float: left;
        margin: 0px 5px 20px 20px;
        padding-left:18px;
}

#alpha, #beta, #gamma, #delta,  {
	display: inline; /* ie win bugfix */
	position: relative;
        float:left;
	min-height: 1px; }

#alpha-inner, #beta-inner, #gamma-inner,  {
	position: static; margin:0px;}
	
#delta { clear:both; width:98%; text-align:center; margin:24px; border:2px solid #311031;}
#delta-inner {padding:10px; margin-right:24px;}


/* Logo Banner and Main Navigation */
h1#banner-header {
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: lowercase;
	font-weight: bold;
	margin: 20px 0 0 0;
	font-size:72px;
	letter-spacing: -3px;

}
	h1#banner-header a {
	color: #5a295a;
		
	}
	h1#banner-header a:hover {
		color: #311031;
		background: none;
	}
	
h2#banner-description {
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
        color:#bc0f23;
        position: absolute; top:54px; left:44%;
}

div#mainnav  {text-align:center; margin:0 auto; padding:10px; margin-left:10px;}
ul.topnav {position:relative; top:36px;}
ul.topnav,li.topnav{
float:left; 
list-style:none;
height:40px; 
text-align:center;
font-size: 13px;
font-weight:bold;
padding-left:16px;
}



/* Pagebody and Entry Stuff */

#pagebody h3.entry-header a,
#pagebody h3.entry-header {
	font-size:large;
        font-weight:bold;
	color: #311031;
	text-align: left;
}

.entry-content {
	margin-left: 8px;
	line-height: 160%;
        border-bottom: 1px dotted #666;
        padding-bottom: 6px;
}

.entry-content a {
        color:#8c214a;
}
.entry-footer, .entry-footer a {
	font-size:.9em;
	color: #333;
	text-align: left;
	margin-left: 0;
}

textarea#comment-text {
	width: 400px;
}
p#comments-open-text {
	clear: both;
	margin-top: 10px;
}
#comments-open-data label {
	float: left;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Sans-Serif;
	text-transform: lowercase;
	margin-right: 10px;
	text-align: right;
}
.comments-open-data p {
	margin-top: 10px;
}

.flickr {border:none !important; padding:0px;}
a.flickr {border:none !important; padding:0px;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border:none !important;}

/* modules, aka the "new" Sidebar */

h2.module-header {margin-left:16px;}

.module {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px 0; }

.module-content {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0px 10px 0 10px;
	text-align:left; }

.module-list,
.archive-list {
	margin: 0;
	padding: 0;
	list-style: none; }

.module-list-item {
	margin-left:4px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1em; }

.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: left; }
.module-wishlist .module-content { text-align: center; }

/* Roger's (456 Berea St) Borders and Rounded Corners - Thanks, Roger - You rock! */

/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	
	background:url(http://www.barflies.net/images/dot40.png) repeat;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:url(http://www.barflies.net/images/dot40.png) repeat;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(http://www.barflies.net/images/box40.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(http://www.barflies.net/images/box40.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(http://www.barflies.net/images/box40.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(http://www.barflies.net/images/box20.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(http://www.barflies.net/images/40borders1.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(http://www.barflies.net/images/40borders2.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:url(http://www.barflies.net/images/dot40.png) repeat;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

<!--[if lt IE 8]>
<style type="text/css">
/* Required IE fixes
================================================*/
/* Serve gif images to IE/Win pre version 7 */
* html .i1,
* html .i2 {background-image:url(http://www.barflies.net/images/40borders.gif);}
* html .bt,
* html .bt div,
* html .bb,
* html .bb div {background-image:url(http://www.barflies.net/images/box40.gif);}
/* Set a height to fix up some rendering issues. */
* html .i1,
* html .i3 {height:1px;}

<![endif]-->


