/*
Theme Name: Moniker Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Josh Kopecek
Author URI: http://joshkopecek.co.uk/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */  

@font-face {
  font-family: AvantGarde;
  src: url("http://www.concretemoniker.co.uk/css/avantgarde.ttf");
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: none;
	text-align: left;  
	top: 0px;  
	margin: 0;
	}

#header {
	padding: 0;
	margin: 0;
	border: none;
	top: 0;
	}

#headerimg 	{
	border: 0;
	margin: 0;
	}

#content {
	font-size: 1.2em;
	margin-top: 15px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
}


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	overflow: hidden;
	}
	
.narrowcolumn .entry div {
	overflow: hidden;
	padding-bottom: 20px;
}

.narrowcolumn .entry p {
	overflow: auto;
}

.narrowcolumn .entry img {
	overflow: auto;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: AvantGarde, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.5em;
	text-align: center;
	}

#headerimg .description {
	display: inline;
	width: 260px;
	height: 20px;
	cursor: pointer;
	}              
	
#headerimg .banner_list {
	position: absolute;
	display: block;
	top: 132px; 
	text-align: right;
	width: 860px;
	font-family: AvantGarde, 'Lucida Grande';
	font-size: 26px;      
	padding: 5px 5px 0 0;
	margin: 2px 0 2px 0;
	height: 40px;
} 

#headerimg .banner_list ul {
	display: inline;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;  
	height: 40px;
	list-style-type: none;
	text-align: left;
}
	
#headerimg .banner_list ul li {
	display: inline;      
	list-style-type: none;
	padding: 5px;
}            
	
.main_header {
	/*height: 164px;   /* for flash banner */
	/*height: 132px;*/
	position: relative;
	top: 0px;          
	width: 860px;      
	left: 0px;
}

.main_header  .right_monikerlogo {
	display: inline;  
	position: absolute;
	width: 450px;  
	height: 150px;
	left: 410px;
	visibility: visible;
	background-image: url('http://www.concretemoniker.co.uk/Images/cmlogo2bgd.jpg');
	background-repeat: no-repeat;
	height: 150px;
	cursor: pointer;
}
         

.flash_mon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 375px;
}
            
.newsletter_content {
	font-size: 1.2em;
	background-color: #8CC6EC;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	top: 0px;  
}            

.newsletter_content h5 {
	font-size: 18px;
	margin: 0;
	font-family: AvantGarde, Verdana;
}
                           
h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: AvantGarde, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.8em;
	text-align: center;
	line-height: 0.8em;
	}

#sidebar ul ul h1 {
	text-align: left;
}

h3 {
	font-size: 1.3em;
	}      
	
h4 { 
	font-size: 18px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}
	
.entry p {
	text-align: left;             
	margin: 10px 0 10px 10px;
}

.sticky {
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	

	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 0 0 0;
	padding: 0;
	width: 860px;
	}

#header {
	background-color: #fff;
	margin: 0 0 0 1px;
	padding: 0;
	height: 172px;
	width: 860px;
	}

#headerimg {
	height: 40px;
	width: 100%;
	display: inline;
	}

.narrowcolumn, .widecolumn {
	float: left;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0;
	width: 530px; 
	background-image: url('http://www.concretemoniker.co.uk/Images/wall3_200.jpg');
	border: solid 10px #CCC;
	}

.post {
	margin: 0 0 0 0;
	border-bottom: 20px #fff solid;
	text-align: justify;
	overflow: auto;
	}

.post hr {
	display: block;
	background-color: #CCC;
	border: 0;
	height: 10px;
	width: 100%;
	}                             
	
.post .post_title {
	text-align: center; 
	margin: 0 0 0 0;
}

.single_post_title {
	padding: 2px 2px 2px 2px;
	margin: 6px 6px 6px 6px;
	line-height: 1em;
	text-align: center;
}

.single_entry p {
	line-height: 16px;
	margin: 10px 0px 10px 10px;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.post .entry .single_event {
	overflow: hidden;
}	

.post .entry .single_event h2 {
	color: #0018D4;
	font-size: 2.5em;
}

.post .entry .single_event .location {
	color: #6CA6CC;
	font-size: 1.9em;
	line-height: 1.9em;
	font-weight: bold;
}

.post .entry .single_event .date {
	color: #0B3B39;
	font-size: 2em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background-color: #fff;
}

.narrowcolumn .entry .dbem_events_list .eventslist {
	padding-bottom: 0px;
	font-size: 1em;
	overflow: auto;
}

.narrowcolumn .entry .dbem_events_list .eventslist h3 {
	font-size: 1.8em;
}

.dbem_events_list .eventslist .date {
	padding: 10px 7px 10px 7px;
	margin: 0px 10px 0px 10px;
	background-color: #fff;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	width: 100px;
}

.dbem_events_list .eventslist .location {
	padding: 10px;
	font-size: 1.4em;
	line-height: 1.4em;
	background-color: #333;
	color: #fff;	
}

.dbem_events_list .eventslist .location a {
	color: #fff;
	margin-left: 0px;
}

#sidebar ul #events-list ul li ul {
	margin: 4px 0 3px 4px;
}

#events-list ul li ul .date {
	background-color: #fff;
	padding: 4px 4px 4px 4px;
	color: #000;
	float: left;
	width: 70px;
}

#events-list ul li ul .location {
	background-color: #fff;
	background-color: #333;
	color: white;
	margin: 0 4px 4px 86px;
	padding: 3px 3px 3px 4px;
	width: 158px;
}




/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	font-size: 3.2em;
	margin: 0 0 0 15px ;
	text-align: left;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0 0 0;
	padding: 0;
	}

h3 {
	font-size: 24px;
	padding: 10px;
	margin: 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: block; 
	height: auto;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 0px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 0px;	
	}

.entry li:before {
	content: "";
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.artists_page ul li:before {
	content: "";
}
        
.entry .artists_page ul li {
	border-bottom: 10px #fff solid;
	font-size: 2em;
	padding-bottom: 0px; 
	margin: 0 0 0 0;
	line-height: 2em;
	text-align: left; 
}             

.entry .artists_page ul li div {
	padding-bottom: 0px;
}

.links_page {
	overflow: auto;
}

.entry .links_page ul li {
	border-bottom: 10px #fff solid;    
	margin: 0 0 0 0;    
	height: auto;
	min-height: 63px;
}          

.entry .links_page ul li p {
	margin: 0 0 0 0;
}       

.entry .links_page ul li a {
	font-size: 2em;
	margin-top: 10px;
	line-height: 1em;
}
.entry a {
	margin-left: 10px;
}

.entry p a {
	margin-left: 0;
}

.releases a {
	margin-left: 0;
}

.artists_page h3 {
	padding: 0;
	margin: 0px 0 0;
	}

.artists_page a:link, .artists_page a:visited, artists_page a:hover {
	text-decoration: none;
}

.artists_page a:hover {
	color: #000000;
	text-decoration: underline;
}

.artists_page img {
	float: right;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0 0 0 4px;
	overflow: hidden;
	}
	
.dbem_events_list li {
	border-bottom: 10px solid #fff;
	padding: 0 10px 10px 10px;
}

.dbem_events_list li h3 {
	line-height: 24px;
	text-align: left;
}           

.sidebar_checkout { 
	padding: 4px;      
}                

.sidebar_checkout h3 {
	font-size: 20px;
	padding: 0px 0px 0px 50px;
}  

.sidebar_checkout img {
	margin: 0px 4px 0px 64px;
}

#sidebar ul li .twitter {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 12px;
	border-bottom: 8px solid #CCC;
}

#sidebar ul li .twitter .twitter-item {
	padding: 6px;
	border-top: 5px solid #CCC;
}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
	margin-left: 576px;
	width: 265px;
	background-image: url('http://www.concretemoniker.co.uk/Images/wall3_200.jpg');   
	border: 10px #CCCCCC solid;
	text-align: left;
	}

#sidebar form {
	margin: 0;
	}
		
#sidebar ul li .text_widget {
	margin-top: 0px;
	padding-top: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
}

#sidebar .widget widget_text {
	margin-top: 0px;
	padding-top: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
}

#sidebar .widget .widgettitle {
	text-align: left;
	font-size: 22px;    
	margin: 4px 2px 2px 2px;
}


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	background-color: #CCC;
	border: 0px;
	margin: 0;
	color: #CCC;
	display: block;
	height: 10px;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 60px;
	}
	
.single_navigation {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	}	

.releases {         
	font-family: AvantGarde, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;   
	border-top: 10px #CCC solid;
}	

.entry ul.releases {
	border-top: 0px;
}

.releases li {
	border-bottom: 10px solid #CCC;
	background-color: #fff;
	height: auto;           
	font-size: 1.4em;
	min-height: 40px;
	padding: 4px;
	margin: 4px;
	top: 0px;
	overflow: auto;
}                          

.releases li img {
	text-align: right;
	right: 0px; 
	float: right;
	padding: 0px;
}

.releases li a:link, .releases li a:hover {
	color: #0066cc;
}

.releases li a:visited {
	color: #8cc6ec;
}

.releases li div {
	min-height: 40px;
	float: right;
}

.releases li div div {
	position:relative;
	top: 22px;
	bottom: 0px;
	min-height: 0;
	height: 0px;
	float: right;
}

.entry .releases {
	padding: 0;
}

.entry .releases li {
	font-size: 2.6em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	padding: 4px 4px 4px 15px;
	margin: 0;
	min-height: 170px; 
	background-color: transparent;   
	overflow: auto;
}
.entry .releases li div {
	width: 150px;
	height: 0px;
	padding-left: 0;
}

.entry .releases li .store {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	margin-bottom: 10px;   
	margin-left: 0px;
	width: 130px; 
	min-height: 53px; 
	border: 10px solid #CCC;
	text-align: center;
	font-size: 12px;
	text-align: center;
	float: none;
}          

.entry .releases li .store img {
	margin-top: 4px;
}

.entry .releases li .store_container {
	position:	relative;
	left:		0px;
	height:		110px;
	width: 		320px;
	margin-left: 0px;
	float: 		none;  
	overflow: hidden;
	clear: none;  

}

.entry .releases li .store_container p {
	margin: 4px 0 4px 0;
	text-align: center;
}

.entry .releases li .store_dbl_l {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	margin-bottom: 10px;   
	margin-left: 0px;
	width: 130px; 
	min-height: 53px; 
	border: 10px solid #CCC;
	text-align: center;
	font-size: 12px;
	text-align: center;
	float: none;
}

.entry .releases li .store_dbl_r {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	margin-bottom: 10px;   
	margin-left: 0px;
	width: 130px; 
	min-height: 53px; 
	border: 10px solid #CCC;
	text-align: center;
	font-size: 12px;
	text-align: center;
	float: none;
}

.entry .releases li .store p {
	padding-left: 0px; 
	margin: 5px 0 0 0;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

.entry .releases li .store img, .entry .releases li .store_dbl_l img, .entry .releases li .store_dbl_r img {
	float: none;
}

.entry .releases li div div {
	font-size: 16px;
	line-height: 16px;
	text-align: right;
	position:relative;
	top: 4px;
	bottom: 0px;
	height: 12px;
	height: 0px;
	float: right;
	overflow: hidden;
}               

#sidebar .releases li {
	font-size: 15px;
}

.entry ul.artist_releases li {
	border-width: 10px 0px 0px 0px;
	margin: 0 0 0 0; 
	border-style: solid;
	border-color: #CCC;
}

.entry ul.artist_releases li h3 {
	margin-left: 28px; 
	padding: 6px 0 6px 0;
	color: #309;
}

.entry ul.artist_releases li img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.entry .artist_releases .store_container {
	padding-bottom: 4px;
}

.post .artist_releases .store {
	min-height: 53px;
}

.entry h1, .single_entry h1 {
	margin: 0px;
	padding: 4px;
	border: 0;
	line-height: 1em;
	color: #33F;
}  

.entry h1 a, .single_entry h1 a {
	color: #33F;
}

.entry h1 a:hover, .single_entry h1 a:hover {
	text-decoration: underline;
}

.entry h2, .single_entry h2 {  
	font-size: 36px;     
	line-height: 1em;
	margin: 0.6em;
}           

.entry h4, .single_entry h4 {
	text-align: left;
	padding-left: 8px;
	margin: 6px;
	font-size: 16px;
	line-height: 1.4em;
}     

.entry h5 {
	font-size: 16px;
	text-align: left; 
	margin-left: 28px;
}

.post .store {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	margin-bottom: 10px;
	margin-left: 195px;
	width: 130px; 
	min-height: 23px; 
	border: 10px solid #CCC;
	text-align: center;
	font-size: 12px;
	text-align: center;
	float: none;
}

.post .store_dbl_l {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 130px; 
	min-height: 23px; 
	border: 10px solid #CCC;
	text-align: center;
	font-size: 12px;
	text-align: center;
	float: none;
	padding-bottom: 4px;
}

.post .store_dbl_l p {
	margin: 4px 0px 3px 0px;
	text-align: center;
}

.post .store_dbl_r {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 130px; 
	min-height: 23px; 
	border: 10px solid #CCC;
	text-align: center;
	f]-size: 12px;
	text-align: center;
	float: none;
}

.post .store_container {
	position:	relative;
	min-height:	80px;
	margin-right: 80px;
	margin-left: 80px;
	border-right: 0px;
	float:		none;     
	overflow: auto;
	width: 400px;  
	display: block;
	margin-top: 10px; 
	clear: both;
}

.post .store_container img {
	margin-top: 4px;
}


.post .store p {
	padding-left: 12px;
	font-size: 13px;
	line-height: 12px;
	text-align: center;
}       

.post .audioplayer_container {
	margin: 10px 0 20px 10px;
	padding-bottom: 10px;
}

#events-list h2 {
	
}

#events-list ul li {
	font-size: 16px; 
	font-family: AvantGarde, Verdana;
	border-bottom: solid #fff 5px;
}

#events-list ul li ul {
	border-bottom: 0px;
}

#events-list ul li ul li {
	font-size: 12px;
	border-bottom: 0px;	
}

.linkmoo {
	list-style-type: none;
	overflow: auto;
	text-align: left;
}

.linkmoo {
	overflow: auto;
}

.linkmoo ul li {
	border-bottom: 10px solid #fff;
	overflow: auto;
	padding: 0 6px 6px 6px;
}

.linkmoo h2 {
	font-size: 24px;
	padding: 10px;
	margin: 0;
}

.linkmoo img {
	display: block; 
	height: auto;
	float: right;
}

.linkmoo a {
	font-weight: bold;
	font-size: 20px;
	margin-left: 0;
}

.slide-out-div {
          padding: 20px;
          width: 250px;
          background: #ccc;
          border: 1px solid #29216d;
      }    

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Navigation CSS */

#supernav {
	}

#supernav li {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	display: inline;
	}

#supernav a {
	font-weight: normal;	
	}
	
#supernav a:hover {
	color: #111;
	background: white;
	text-decoration: none;
	}

#supernav .current_page_item a {
	color: #fff;
	background: #63AAE7;
	text-decoration: none;
	border: 5px solid #63AAE7;
	/* round corner tab - not for IE */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}

#hack {
	background: white;
	height: 2px;
	width: 450px;
	display: inline;
	position: absolute;
	top: 220px;
	left: 50%;
	margin: 0 0 0 -350px;
	padding: 0;
	z-index: 2;
	}
	
	/* end navigation CSS */

/* facebook iframe */

.single_entry iframe {
	float: right;
}

/* end facebook iframe */

.shr-bookmarks-expand {
	padding-bottom: 0px;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
