/*
Theme Name:		GLB3
Theme URI: 		https://golistenboise.org
Version: 		3.0
Description: 	BC Creative's blank theme architecture. Modified from <a href="http://ptahdunbar.com" target="_blank">Ptah Dunbar's</a> <a href="http://wpframework.com/" target="_blank">WP-Framework</a> .
Author: 		Dustin Jones
Author URI:		http://domesticjones.com
*/


@import url( 'reset.css' );

.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/************* BODY / GLOBAL / RHYTHM *************/

body {
	background: url('images/background.png') center top repeat-x fixed #136066;
	padding-bottom: 40px;
}

	/* No Sidebars */
.container { width: 969px; margin: 0 auto; }
.hfeed { float: left; width: 600px; padding: 10px 20px; }
.aside {  float: right; width: 240px; padding: 15px; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* Vertical Rhythm  */
.entry-meta { padding-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { padding-bottom: 20px; }
.hentry, .comment, .navigation-links { padding-bottom: 40px; }
.widget { padding-bottom: 10px; }


/************* LINK COLORS *************/

a { color: #136066; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #136066; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }



/************* HEADER *************/

.topbar {
	background: url('images/topbar.png') center top repeat-x;
	width: 100%;
	height: 17px;
	display: block;
	position: fixed;
	top: 0;
	z-index: 250;
}

.msie .topbar { display: none; }

.header {
	height: 158px;
	position: relative;
}

#logo {
	width: 494px;
	height: 104px;
	display: block;
	background: url('images/logobg.png') center no-repeat;
	float: left;
	position: fixed;
	z-index: 255;
}

.msie #logo { position: absolute; }

#logo img {
	padding: 18px 0 0 40px;
}

.nav-header {
	list-style-type: none;
	padding: 22px 20px 0 0;
}

.msie .nav-header {
	position: relative;
	top: 22px;
}

.nav-header li {
	float: right;
}

.nav-header a {
	width: 100px;
	height: 100px;
	padding: 0 6px 13px 3px;
	display: block;
	text-align: center;
	line-height: 106px;
	text-transform: lowercase;
	margin-left: -22px;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: 500;
	color: #136066;
}

.nav-header a:hover {
	text-decoration: none;
	color: #fff;
}

.nav-events { background: url('images/circle-tan.png') center no-repeat; }
.nav-musicians { background: url('images/circle-yellow.png') center no-repeat; }
.nav-venues { background: url('images/circle-orange.png') center no-repeat; }
.nav-resources { background: url('images/circle-brown.png') center no-repeat; }
.nav-media { background: url('images/circle-yellow.png') center no-repeat; }

.header-tagline {
	height: 42px;
	position: absolute;
	bottom: 0;
}

.tagline-left {
	width: 23px;
	height: 42px;
	display: block;
	float: left;
	background: url('images/tagline-left.png') center no-repeat;
}

.tagline {
	background-color: #e1d9c9;
	line-height: 42px;
	height: 42px;
	display: block;
	float: left;
	color: #db4b23;
	font-size: 18px;
	padding: 0 15px;
}

.tagline-right {
	width: 31px;
	height: 42px;
	display: block;
	float: left;
	background: url('images/tagline-right.png') center no-repeat;
}

/************* SIDEBAR *************/

#searchsubmit {
	border: 0;
	background-color: #DB4B23;
	text-transform: lowercase;
	font-weight: bold;
	color: #136066;
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px;
}

#searchsubmit:hover,
#searchsubmit:active,
#searchsubmit:focus {
	color: #136066;
}

#searchOptions {display: none;}

.widget_text .widget-title { display: none; }

.coloredcall {
	width: 240px;
	height: 80px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.sidebar-orange, .sidebar-yellow , .sidebar-brown  {
	width: 240px;
	height: 80px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 3px;
}

.sidebar-orange a:hover,
.sidebar-yellow a:hover ,
.sidebar-brown a:hover  {
	color: #fff;
	text-decoration: none;
}

.sidebar-orange { background: url('images/sidebar-orange.jpg') center no-repeat; }
.sidebar-yellow { background: url('images/sidebar-yellow.jpg') center no-repeat; }
.sidebar-brown { background: url('images/sidebar-brown.jpg') center no-repeat; }

/************* HOME LAYOUT *************/

.home .hentry {
	padding-bottom: 0;
}

.home .hfeed {
	width: 920px;
}

.homeevents {
	width: 410px;
	padding: 5px 20px 10px 20px;
	float: left;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 5px 0px #000;
	box-shadow: inset 1px 1px 5px 0px #000;
}

.homeevents h2,
.homefacebook h3,
.homelatest h3,
.homenews h2 {
	border-bottom: 2px solid #136066;
	margin-bottom: 10px;
}

.homeevents h2 {
	font-size: 24px;
}

.hometagline {
	width: 410px;
	padding: 5px 20px 10px 20px;
	float: right;
	margin-bottom: 20px;
}

.hometagline h1 {
	letter-spacing: 1px;
	text-transform: none;
	color: #136066;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}

.homefacebook {
	width: 410px;
	padding: 5px 20px 10px 20px;
	float: right;
	clear: right;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 5px 0px #000;
	box-shadow: inset 1px 1px 5px 0px #000;
	margin-top: 20px;
}

.homelatest {
	width: 130px;
	padding: 5px 20px 10px 20px;
	float: right;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 5px 0px #000;
	box-shadow: inset 1px 1px 5px 0px #000;
}

.homenews {
	width: 220px;
	padding: 5px 20px 10px 20px;
	float: right;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 5px 0px #000;
	box-shadow: inset 1px 1px 5px 0px #000;
	margin-right: 20px;
	line-height: 24px;
}

.eventpopup {
    position: relative;
	width: 400px;
}

.popup {
    position: absolute;
    display: none;
	background-color: #e0be7e;
	width: 300px;
	padding: 15px;
	-webkit-border-radius: 0px 24px 24px 0px;
	border-radius: 0px 24px 24px 0px;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;
	border: 1px solid #000;
	margin-left: 100px;
	z-index: 300;
	opacity: 0.7;
}

.eventtrigger {
	color: #000;
	position: relative;
	z-index: 245;
}

.eventtrigger:hover {
	text-decoration: none;
	color: #db4b23;
}

.gce-list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.gce-list li {
	border-bottom: 1px solid #136066;
	padding: 10px 0;
}

.gce-list li:last-child {
	border-bottom: none;
}

.eventtitle {
	font-size: 16px;
	color: #136066;
}

a:hover .eventtitle {
	color: #db4b23;
}

.homebottomboxes {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 20px 0;
	clear: both;
	text-align: center;
}

.homebottomboxes a:hover { color: #fff; text-decoration: none; }

.homebox-yellow,
.homebox-tan,
.homebox-brown,
.homebox-orange {
	width: 216px;
	height: 181px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 3px;
}

.homebox-yellow { background: url('images/box-yellow.png') center no-repeat; }
.homebox-tan { background: url('images/box-tan.png') center no-repeat; }
.homebox-brown { background: url('images/box-brown.png') center no-repeat; }
.homebox-orange { background: url('images/box-orange.png') center no-repeat; }




/************* CONTENT *************/

#content {
	background: url('images/contentbg.png') center top repeat-y;
	width: 920px;
	padding: 10px 26px 10px 23px;
}

.contentinner {
	background: url('images/container.png') center top repeat-y;
	-webkit-box-shadow: inset 1px 1px 5px 0px #000;
	box-shadow: inset 1px 1px 5px 0px #000;
}

.home .contentinner {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home .hfeed { padding: 0; }

.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #000; font-size: 24px; line-height: 28px; }
.entry-title a:hover { color: #136066; text-decoration: none; }



.wp-pagenavi .pages {
	border: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/************* ARTISTS **************/

.artistlisting {
	border-top: 2px solid #136066;
	border-right: 0;
	border-bottom: 2px solid #136066;
	border-left: 0;
	padding: 0;
	margin: 0;
	width: 600px;
}

.artistlisting:hover {
	background-color: #E1D9C9;
}

.artistlisting.artists {
	border: 0;
}

table.artistlisting,
table.artistlisting tr,
table.artistlisting td {
	vertical-align: top;
}

.popupartist .artistlisting { border: none; width: 880px; }
.popupartist .artistlisting:hover { background-color: #fff; }

ul.artistlistingcategories {
	list-style-type: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-weight: 500;
	font-size: 15px;
	margin-left: 0;
	padding-left: 0;
}

.artistlistingcategories li {
	float: left;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	display: block;
	background-color: #e89d10;
}

.artisttable {
	border: none;
	padding: 20px 0;
}

.artisttableleft {
	width: 72%;
}

.orphantable {
	border: 0;
}

.orphantable, .orphantable td, .orphantable tr {
	vertical-align: top;
}

.orphantable td {
	width: 190px;
	padding: 0 5px;
}

.orphantable h2 {
	text-align: center;
}

.orphantablevenues {
	background-color: #E0BE7E;
}

h5.artistheader {
	border-bottom: 2px solid #136066;
	border-top: 1px solid #136066;
}

.artistlistingsingle,
.artistlistingsingle td,
.artistlistingsingle tr {
	border: 0;
	padding: 0;
	vertical-align: top;
}

.artistlistingthumb {
	position: relative;
	z-index: 80;
}

/************* VENUES *************/

.venuelisting {
	width: 260px;
	height: 200px;
	padding: 10px;
	margin: 9px;
	float: left;
	display: block;
	color: #000;
	border: 1px solid #136066;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}
.venuelisting:hover {
	background-color: #e0be7e;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;
}

.venuelisting h4 {
	text-align: center;
	width: 260px;
	padding: 0;
	margin: 0;
	letter-spacing: 2px;
}

.venuethumb {
	max-height: 100px;
	width: auto;
	max-width: 260px;
	height: auto;
}

.venueicons {
	width: 120px;
}

.venueinfo li{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	text-align: right;
}

.venueicons div.smallicon{
	float: left;
	width: 40px;
	height: 40px;
	display: block;
}

.smallicon.icon-food { background: url('images/icon-foodsm.png') center no-repeat; }
.venuelisting:hover .smallicon.icon-food { background: url('images/icon-food-onsm.png') center no-repeat; }
.smallicon.icon-beer { background: url('images/icon-beersm.png') center no-repeat; }
.venuelisting:hover .smallicon.icon-beer { background: url('images/icon-beer-onsm.png') center no-repeat; }
.smallicon.icon-liquor { background: url('images/icon-liquorsm.png') center no-repeat; }
.venuelisting:hover .smallicon.icon-liquor { background: url('images/icon-liquor-onsm.png') center no-repeat; }

.venuedetailed {
	border: 0;
	width: 100%;
}

.venuethumblg {
	width: 320px;
	text-align: center;
}

.venuespecs h5,
.venuebooking h5 {
	border-bottom: 2px solid #136066;
	border-top: 1px solid #136066;
}

.venuedetailed h6 {
	padding-top: 20px;
	border-bottom: 2px solid #136066;
}

.venuespecs {
	width: 49%;
	float: left;
}

.venuebooking {
	width: 49%;
	float: right;
}

.venuespecs, .venuespecs tr, .venuespecs td,
.venuebooking, .venuebooking tr, .venuesbooking td {
	border: 0;
	vertical-align: top;
	font-size: 14px;
}

td.venueheadercolumn {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #db4b23;
}

.venueiconslarge {
	width: 210px;
	margin: 0 auto;
}

.largeicon {
	float: left;
	width: 70px;
	height: 70px;
	display: block;
}

.largeicon.icon-food { background: url('images/icon-food.png') center no-repeat; }
.largeicon.icon-food:hover  { background: url('images/icon-food-on.png') center no-repeat; }
.largeicon.icon-beer { background: url('images/icon-beer.png') center no-repeat; }
.largeicon.icon-beer:hover { background: url('images/icon-beer-on.png') center no-repeat; }
.largeicon.icon-liquor { background: url('images/icon-liquor.png') center no-repeat; }
.largeicon.icon-liquor:hover { background: url('images/icon-liquor-on.png') center no-repeat; }

.venuedetailed .artistlistingcategories {
	letter-spacing: 0;
	font-weight: bold;
}

.venuedetailed.venues,
.venuedetailed.venues tr,
.venuedetailed.venues td{
	vertical-align: top;
}

.venuedetailed.venues .venuethumblg {
	width: 250px;
}

.venuedetailed.venues .venuethumblg img {
	max-width: 250px;
}


/************* RESOURCES *************/

.resourcelisting {
	margin: 10px 0;
	padding: 0 0 0 45px 0;
	width: 598px;
	border: 1px solid #136066;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
}

.resourcelisting, .resourcelisting tr, .resourcelisting td { vertical-align: top; }

.resourcelisting:hover {
	background-color: #e0be7e;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;
}

.hfeed a table.resourcelisting {
	color: #000;
}

.resourcelisting h2 {
	padding-left: 20px;
}

.resourcelistingclear {
	clear: both;
	width: 100%;
	height: 40px;
	display: block;
}

a .resourcelisting h3.resourceprofilelink {
	background-color: #136066;
	padding-left: 20px;
	height: 18px;
	line-height: 18px;
	font-size: 15px;
	width: 578px;
	position: absolute;
	z-index: 40;
	bottom: 24px;
	left: -1px;
}

a .resourcelisting:hover h3.resourceprofilelink {
	background-color: #000;
}

a .resourcelisting h3.resourceprofilelink a {
	color: #fff;
	text-decoration: none;
}

a .resourcelisting:hover h3.resourceprofilelink a {
	color: #e0be7e;
}

.resourcelistingcategories {
	position: absolute;
	bottom: 0;
	line-height: 24px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #DB4B23;
}

/************* ABOUT US *************/

.boardmembercontainer {
	width: 279px;
	height: 330px;
	float: left;
	border: 1px solid #136066;
	padding: 0;
	margin: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.boardmembercontainer:hover {
	background-color: #e0be7e;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;
}

.boardmembercontainer,
.boardmembercontainer tr,
.boardmembercontainer td {
	vertical-align: center;
}

.boardmemberimage {
	padding: 10px;
}

.boardmemberimage img {
	max-width: 259px;
	height: 200px;
	width: auto;
}

.boardmembername {
	color: #136066;
}


.boardmemberposition {
	color: #DB4B23;
	text-transform: none;
	letter-spacing: 0px;
}

.boardmemberpopup {
	border: 0;
	padding: 20px;
}

/************* SEARCH *************/

#search-query li {
	margin-bottom: 10px;
}

#search-query .entry-title {
	padding-top: 30px;
}

#search-query .hentry {
	padding-bottom: 0px;
}

.search .type-artists {
	border-right: 2px solid #E89D10;
	border-bottom: 2px solid #E89D10;
}

.search .type-venues {
	border-right: 2px solid #DB4B23;
	border-bottom: 2px solid #DB4B23;
}

.search .type-resources {
	border-right: 2px solid #382924;
	border-bottom: 2px solid #382924;
}

.search .type-media {
	border-right: 2px solid #E0BE7E;
	border-bottom: 2px solid #E0BE7E;
}

.search .type-news,
.search .type-page {
	border-right: 2px solid #136066;
	border-bottom: 2px solid #136066;
}

#search-query .type-artists .entry-title { background: url('images/banner-musician.png') top left no-repeat; }
#search-query .type-venues .entry-title { background: url('images/banner-venue.png') top left no-repeat; }
#search-query .type-resources .entry-title { background: url('images/banner-resource.png') top left no-repeat; }
#search-query .type-media .entry-title { background: url('images/banner-media.png') top left no-repeat; }
#search-query .type-news .entry-title { background: url('images/banner-news.png') top left no-repeat; }
#search-query .type-page .entry-title { background: url('images/banner-page.png') top left no-repeat; }


/************* MEDIA *************/

.mediawindow {
	width: 400px;
	float: left;
	margin: 8px 0 0 0;
}

.videodetails {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

.videotitle {
	letter-spacing: 0px;
	text-transform: none;
}


.videoheader {
	line-height: 32px;
	height: 48px;
	font-style: italic;
}

.videoheader span {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #136066;
}

.connectedartist {
	position: relative;
}

.relatedvideos {
	float: right;
	width: 180px;
}

.relatedvideothumb {
	width: 70px;
	height: auto;
}

.relatedvideo {
	width: 180px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	margin: 8px 0;
}

.relatedvideo:hover {
	background-color: #E0BE7E;
	border-color: #E0BE7E;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;
}

.relatedvideo, .relatedvideo tr, .relatedvideo td { vertical-align: top; }

.relatedartist {
	letter-spacing: 0px;
	line-height: 1.1;
	text-transform: none;
	margin-top: 0px;
	padding-top: 0px;
}

.relatedtitle {
	font-size: 10px;
	color: #136066;
	line-height: 1.1;
}

.relatedvideo h6 {
	color: #ccc;
}

.relatedvideo:hover h6 {
	color: #DB4B23;
}

.relatedthumbcolumn {
	width: 70px;
}

.archive .videodetails {
	float: right;
	width: 380px;
}

.search .videodetails {
	width: 350px;
	float: right;
}

.archive .mediawindow {
	clear: both;
	border-top: 2px solid #136066;
	border-right: 0;
	border-bottom: 2px solid #136066;
	border-left: 0;
	width: 100%;
}

.search .mediawindow {
	width: 100%;
}

.archive .mediawindow:hover {
	background-color: #E0BE7E;
}

.archive .mediawindow object,
.search .mediawindow img {
	width: 200px;
	float: left;
}

.videodescription {
	clear: both;
}

.mediaarchivethumb {
	width: 200px;
	height: 150px;
}

/************* FOOTER *************/

.footernav {
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	padding: 12px 0;
	text-transform: lowercase;
	font-weight: bold;
}

.footernav a {
	padding: 0 12px;
}

.footernav a:hover {
	text-decoration: none;
	color: #382924;
}

.contentbottom {
	width: 969px;
	height: 8px;
	display: block;
	background: url('images/contentbottom.png') center top no-repeat;
}

.footer {
	clear: both;
}

#copyright {
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	font-weight: light;
	letter-spacing: 1px;
	font-size: 11px;
}

#copyright, #copyright a, #copyright a:hover { color: #fff; }


/************* FORMS & INPUT AREAS *************/

input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }


.wpcf7-list-item {
	width: 290px;
	display: block;
	height: 24px;
}


/************* TEXT, TYPOGRAPHY & FORMATTING *************/

body, input, textarea { font: 13px/1.5 'Ubuntu', sans-serif; }

.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; clear: both; letter-spacing: .3em; text-transform: uppercase; color: #382924; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.menu { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }



/************* IMAGES & CAPTIONS *************/

img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .menuigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .menuigation-links, .container, .menu { display: block; }



/************* NAVIGATION BAR (remove if not used) *************/

/** Menu Colors & Style **/

.menu {  background-color: #fff; }
.menu li:hover ul,
.menu li.menu-hover ul { background: #fff; }
.menu a { color: #666; }
.menu a:hover { text-decoration: none; background: #fafafa; }
.menu li:hover, .menu li.menu-hover,
.menu a:focus { background: #fafafa; }

/** Menu Borders **/

.menu { border: 1px solid; border-color: #aaa #ddd #ddd #aaa; }
.menu a { border-right: 1px solid #ccc; }
.menu ul { border: 1px solid #ddd; border-bottom: none; }
.menu ul a { border-right: none; }
.menu ul li a { border-bottom: 1px solid #ddd; }

/** Menu Placement, Size & Spacing
	- NOTE:	Check the "Top" value under the "Shows submenus"
			if there's an issue with the submenus displaying
 **/

.menu {
	line-height: 1;
	float: left;
	width: 100%;
}

.menu { margin-bottom: 0px; padding-bottom: 0; }
.menu a { padding: 8px 10px; }

/** Menu Function
	- NOTE:	Little of this should require editing with exception
			of the note above about submenus.
 **/

.menu, .menu * { list-style: none; margin-left: 0; }
.menu li { float: left; padding: 0; position: relative; }
.menu ul li { width: 100%; }

.menu a { display: block; position: relative; }

/* Hides items under top menu */
.menu ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.menu li:hover ul,
.menu li.menu-hover ul { left: -1px; top: 29px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.menu li:hover li ul,
.menu li.menu-hover li ul,
.menu li li:hover li ul,
.menu li li.menu-hover li ul,
.menu li li li:hover li ul,
.menu li li li.menu-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.menu li li:hover ul,
.menu li li.menu-hover ul,
.menu li li li:hover ul,
.menu li li li.menu-hover ul,
.menu li li li li:hover ul,
.menu li li li li.menu-hover ul { left: 20em; /* match .menu ul width */ top: -1px; }

/* Default Skin */



/* Menu bugfix */
.ie7 .menu:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }



/************* COMMENTS, BLOG & NAVIGATION (remove is not enabled on site) *************/

.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* Navigation */
.page-navigation .menu-next { float: left; }
.page-navigation .menu-previous { float: right; }
.single-page-navigation .menu-next { float: right; }
.single-page-navigation .menu-previous { float: left; }

/************* INTERNAL *************/

.internal-filterboxes {
	margin: 0px 0px 30px 0px !important;
	padding: 0px !important;
	list-style-type: none;
}

.internal-filterboxes li {
	float: left;
	margin: 5px;
}

.internal-filterboxes li label {
	background-color: #E89D10;
	padding: 5px 10px 5px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.internal-filtertitle {
	color: #136066;
}

.internal-title, .internal-orphan,
.internal-published, .internal-email,
.internal-website, .internal-phone,
.internal-contactname, .internal-contactphone,
.internal-contactemail, .internal-artists,
.internal-venues, .internal-resources { display: none; }

.internal-title {
	color: #136066;
}
