/*
Theme Name: Dearborn Symphony Orchestra
Theme URI: http://www.dearbornsymphony.org/
Author: Tobby Smith revised by Ben Bachrach
Author URI: http://www.tobbysmith.com
Description: Theme for the Dearborn Symphony Website
Version: 1.4
License: Copyright 2013, 2019 Dearborn Symphony Orchestra
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:hidden;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:5px 0 20px 0;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/*-------------------------------------------------------------------------
	FONT STYLES
--------------------------------------------------------------------------*/
/*
FONT STYLES
font-family: 'Domine', serif;
font-family: 'Droid Sans', sans-serif;
*/
/*-------------------------------------------------------------------------
	Tags
--------------------------------------------------------------------------*/
	a {
		color:#900;
	}
	
	a:hover {
		color:#333;
	}
	
	body {
		background:#000;
		font-family: 'Droid Sans', sans-serif;
		font-size:14px;
	}
	
	blockquote {
		font-size:16px;
		font-style:italic;
		padding-left: 60px;
		min-height: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	blockquote img {
		float: left;
		margin-right: 15px;
	}
	
	blockquote,
	q {
		quotes: "" "";
	}
	
	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: "";
	}
	
	caption {
		text-align:center;
		font-size:17px;
		font-weight:700;
		padding:5px 0;
	}
	
	h1 {
		font-size:24px;
	}
	
	h2 {
		font-size:18px;
	}
	
	h3 {
		font-size:16px;
	}
	
	h4 {
		font-size:14px;
	}
	
	h5 {
		font-size:12px;
	}
	
	h6 {
		font-size:11px;
	}
	
	ol {
		padding-left:40px;
		margin-bottom:20px;
	}
	
	ol li {
		list-style-type:decimal;
	}
	
	p {
		margin-bottom:20px;
	}
	
	table {
		border:1px solid #d3d3d3;
		border-collapse:collapse;
		background:#fefefe;
		width:100%;
		margin-bottom:20px;
		
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	}
	
	tbody th {
		background:#CCC;
		color:#000;
	}
	
	th, td {
		padding:5px; 
	}
	
	th {
		background:#900;
		color:#FFF;
		border:1px solid #e0e0e0;
		text-align:center;
		vertical-align:middle;
	}
	
	td {
		border:1px solid #e0e0e0; 
		vertical-align:middle;
		text-align:center;
	}
	
	tr.odd-row td {
		/* background:#f6f6f6; */
		background: white;
	}
	
	tr:nth-child(odd) td {
		/* background:#EEE; */
		background: white;
	}
	
	ul li {
		line-height:1.25;
	}
	
	
/*-------------------------------------------------------------------------
	Layout
--------------------------------------------------------------------------*/
	#content {
		padding:20px;
	}
	
	#main {
		background:url(images/faux_columns.png) repeat-y;
	}
	
	#page {
		background:#FFF;
		width:1000px;
		margin:0 auto;
	}
	
	#primary {
		float:left;
		width:675px;
	}
	
	#secondary {
		background:#ECECFB;
		float:right;
		width:285px;
		padding:20px;
	}


/*-------------------------------------------------------------------------
	Header
--------------------------------------------------------------------------*/
	.logo {
		float:left;
		margin:0;
		padding:20px;
	}
	
	.newsletter-block {
		background:url(images/newsletter_bg.png) no-repeat;
		float:right;
		height:110px;
		margin-right:20px;
		width:228px;
	}
	
	.newsletter-block a {
		color:#000;
		display:block;
		font-family: 'Domine', serif;
		font-size:14px;
		padding:27px 0 50px 0;
		text-align:center;
		width:100%;
		text-decoration:none;
	}


/*-------------------------------------------------------------------------
	Navigation
--------------------------------------------------------------------------*/
	.main-navigation {
		/* background:#222; */
		background:#555555;
		clear:both;
	}
	
	.main-navigation ul {
		clear:both;
	}
	
	.main-navigation li {
		background:url(images/nav_border.png) no-repeat right;
		float:left;
		position:relative;
	}
	
	.main-navigation li a {
		display:block;
		color:#FFF;
		font-size:14px;
		line-height:35px;
		padding:0 15px;
		text-decoration:none;
	}
	
	.main-navigation li a:hover {
		background:#666;
	}
	
	/* Drop Down Menu Styles */
	.main-navigation ul ul {
		background:#333;
		border:1px solid #666;
		border-bottom:none;
		display:none;
		position:absolute;
		left:0;
		top:35px;
	}
	
	.main-navigation li:hover ul {
		display:block;
	}
	
	.main-navigation li li {
		display:block;
	}
	
	.main-navigation li li a {
		border-bottom:1px solid #666;
		display:block;
		font-size:14px;
		line-height:25px;
		width:150px;
	}
	
	/* Suppress third tier */
	.main-navigation ul ul ul,
	.main-navigation li li li {
		display:none;
	}
	
	.main-navigation .current-menu-item {
		background-color:#444;
	}
	
	/* Facebook Navigation Item */
	.main-navigation-facebook {
		background:url(images/nav_border.png) no-repeat left;
		height:35px;
		float:right;
	}
	
	.main-navigation-facebook a {
		color:#FFF;
		display:table-cell;
		font-size:12px;
		line-height:35px;
		padding:0 10px;
		vertical-align:middle;
		text-decoration:none;
	}
	
	.main-navigation-facebook img {
		vertical-align:middle;
		margin-right:5px;
	}
	
	.nav-menu {
		float:left;
	}


/*-------------------------------------------------------------------------
	Page Content
--------------------------------------------------------------------------*/
	.alignnone {
		margin: 5px 20px 20px 0;
		display: block;
		clear: both;
	}

	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}
	
	.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	
	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	
	.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}
	
	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
		margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	
	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	
	.edit-link {
		clear:both;
		float:right;
	}
	
	.entry-title {
		/* border-top:1px dotted #999; */
		margin-top:20px;
		border-top:solid red;
		padding:20px 0 5px 5px;
	}
	
	.entry-title a {
		color:red;
		font-size:18px;
		/* text-decoration:none; */
		font-weight:700;
	}
	
	.entry-title a:hover {
		color:#900;
		font-size:18px;
		text-decoration:none;
		font-weight:700;
	}
	
	.entry-title.widget-title {
		border:none !important;
	}
	
	.entry-content,
	.entry-summary {
		font-family: 'Droid Sans', sans-serif;
		font-size:14px;
		line-height:1.25;
	}
	
	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		font-family: 'Droid Sans', sans-serif;
		margin:0;
		padding:0;
	}
	.entry-content img {
		margin-right:10px;
	}
	.entry-content ul {
		padding-left:40px;
		margin-bottom:20px;
	}
	
	.entry-content ul li {
		list-style-type:disc;
	}
	
	.entry-summary-thumb {
		float:left;
	}
	
	.page,
	.post {
		clear:both;
		margin-bottom:20px;
	}
	
	.page .entry-title {
		border:none;
		border-bottom:1px dotted #999;
		padding:0 0 5px 0;
	}
	
	.wp-caption-text {
		font-size:12px;
		margin-bottom:0;
	}
	

/*-------------------------------------------------------------------------
	Sidebar
--------------------------------------------------------------------------*/
	#secondary aside {
		background:url(images/sidebar_seperator.png) no-repeat bottom;
		padding-bottom:50px;
		margin-bottom:20px;
	}


/*-------------------------------------------------------------------------
	Widget Styles
--------------------------------------------------------------------------*/	
	.widget ul {
		list-style-type:disc;
		padding-left:40px;
	}
	
	.widget li {
		margin:5px 0;
	}
	
	.widget-title {
		font-size:18px;
	}
	
	.textwidget {
		line-height:1.25;
	}


/*-------------------------------------------------------------------------
	Footer
--------------------------------------------------------------------------*/
	footer {
		/* background:#000; */
		background: #555555;
		text-align:center;
	}
	
	.copyright {
		color:#FFF;
		font-size:11px;
		line-height:20px;
		text-align:center;
		padding:10px 0;
	}
	.copyright a {
		color:white;
	}

/*-------------------------------------------------------------------------
	Buttons
--------------------------------------------------------------------------*/
	.button {
		border-radius:8px;
		font-family: 'Droid Sans', sans-serif;
		padding:3px 15px;
		display:inline-block;
		text-decoration:none;
	}
	
	.button.right {
		float:right;
	}
	
	.button-primary {
		border:1px solid #AAA;
		background:#900;
		color:#FFF;
	}
	
	.button-secondary {
		border:1px solid #AAA;
		background:#222;
		color:#FFF;
	}


/*-------------------------------------------------------------------------
	Misc.
--------------------------------------------------------------------------*/
	/* new clearfix */
	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.bb1 table, tr, td {
	background-color: white;
	border:hidden;
}
.bb1 table {
	height: 30px;
	border : hidden;
}
.bb1 form {
	padding:0;
	height:150px;
}
.bb1 td {
	width:50%;
	border : hidden;
}
.bb1 tr {
	border: hidden;
}
