/*
THEME NAME: Improvise
THEME URI: http://??
DESCRIPTION: Custom theme built by DC&I
AUTHOR: DC&I
AUTHOR URI: http://davidchristyandinternet.com
*/

/* Custom Fonts */


@font-face {
	font-family: 'MrEaves';
	src: url('fonts/MrEavesSanOT-HeavyItalic.eot');
	src: url('fonts/MrEavesSanOT-HeavyItalic.otf');
}

@font-face {
	font-family: 'MrEaves';
	src: url('fonts/mreavessanot-heavyitalic-webfont.eot');
	src: local('MrEavesSanOTHeavyItalic'), url('fonts/MrEavesSanOT-HeavyItalic.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}


/* Global */

html, body, span,
h1, h2, h3, h4, h5, h6, 
p, a, img, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	text-decoration: none;
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans-serif;	
	vertical-align: baseline;
	color: #000;
	outline: none;
}

html {
	background: #EEE;
}

body.mceContentBody {
	max-width: 480px;
}


/* Global Typography */
p, a, ul, ol, li {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 19px;
	list-style-image: none;
	list-style-type: none;
}

p {
	padding: 5px 0;
}

h1, h2, h3 {
	font-family: 'MrEaves', Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 100%;
}

.content h1, .content h2, .content h3 {
	padding: 8px 0 6px;
}

.content h1:first-child, .content h2:first-child, .content h3:first-child {
	padding-top: 0;
}


/* Link Styles */

a img {
	border: none;
}


/* Page Container */

.container {
	width: 960px;
	margin: 0px auto;
	background: #FFFFFF;
}


/* START Header */

.header {
	float: left;
	padding: 10px 0;
	width: 960px;

}

h1.blog-title {
	float: left;
}

h1.blog-title a {
	font-size: 30px;
	font-weight: bold;
	background:url(images/viif-logo.png) left top no-repeat;
	width: 218px;
	height: 134px;
	display: block;
	text-indent: -99999px;
	margin-left: -10px;
}


.blog-description {
}

.menu {
	float: left;
	clear: left;
	margin-bottom: 40px;
	border-right: 2px solid #0098f9;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

.menu ul li {
}

.menu ul li a {
	padding: 6px 10px;
	width: 180px;
	display: block;
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: 'MrEaves', Verdana, Arial, sans-serif;
}

.menu ul li a:hover, .viif-sub-menu ul li a:hover {
	background-color: #d2d3d4;
	text-decoration: none;
	color: #000;
}

li.current_page_item a,
.menu ul li.current_page_ancestor a,
.menu ul li.current_page_parent a,
.menu ul li.current_page_item a:hover,
.viif-sub-menu ul li.current_page_item a:hover,
.s-category-the-shows li.page-item-9 a,
.s-category-the-shows li.page-item-9 a:hover,
.s-category-festival_ensemble li.page-item-121 a,
.s-category-festival_ensemble li.page-item-121 a:hover,
.s-category-international-ensemble li.page-item-11 a,
.s-category-international-ensemble li.page-item-11 a:hover {
	background-color: #0098f9;
	text-decoration: none;
	color: #FFF;
}

.header h2 {
	float: right;
	font-family: 'MrEaves';
	font-weight: normal;
	font-size: 60px;
	padding: 40px 30px 0 0;
}

a.donate {
	width: 164px;
	height: 164px;
	background: url(images/donate.png) no-repeat;
	display: block;
	padding: 0;
	text-indent: -99999px;
	margin: 20px 18px 0;

}

.menu ul.social {
	padding-top: 10px;
	margin-left: -20px;
}

.menu ul.social a {
	width: 178px;
	display: block;
	background: url(images/social-media.png) no-repeat left top;
	text-indent: -99999px;
	overflow: hidden;
	padding: 0;
}

.menu ul a.facebook {
	height: 46px;
}

.menu ul a.twitter {
	height: 56px;
	background: url(images/social-media.png) no-repeat left -46px;
}

h2.head-date {
	width: 610px;
	height: 105px;
	display: block;
	background: url(images/date.png) no-repeat;
	text-indent: -99999px;
	float: right;
	margin: 10px -20px 0 0;
	padding: 0;
	
}

/* END Header */


/* START Submenu */

.viif-sub-menu {
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
	border-right: 2px solid #0098f9;
}

.viif-sub-menu li {
	line-height: 24px;
	display: block;
	color: #0098f9;
}

.viif-sub-menu h4 {
	color: #0098f9;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 11px;
	width: 180px;
	padding: 0 8px;
}

.viif-sub-menu li a {
	font-weight: bold;
	line-height: 12px;
	display: block;
	padding: 5px 8px;
	width: 180px;
}

.location {
	font-weight: normal;
	font-size: 10px;
}

.viif-sub-menu li a:visited {
	color: #666;
}

.pic-sub-menu {
	float: right;
	width: 180px;
	padding: 0 30px 20px 0;
}

.pic-sub-menu img {
	border: 3px solid #CCC;
	float: left;
	display: block;
	margin-bottom: 10px;
}

/* END Submenu */


/* START Content */

.content {
	padding: 0 30px;
	float: left;
	width: 480px;
	margin-bottom: 20px;
}

.content img {
	border: 3px solid #CCC;
}

.content p img {
	margin: 7px 0;
}

.content p img:first-child {
	margin-top: 0;
}

.location-title {
	font-weight: bold;
	padding-top: 0;
}

.website {
	font-weight: bold;
}

.website a {
	font-weight: bold;
	color: #0098f9;
}

h2.page-title {
}

.content a {
	border-bottom: 1px dotted #000;
}

.content a:hover {
	border-bottom: 1px solid #000;
}

.pageid-23 .content a {
	border-bottom: none;
}

/* END Content */


/* START Tables */

.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #CCC;
	margin: 10px 0px 15px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.wp-table-reloaded th {
	background-color: #EEE;
	border: 1px solid #FFF;
	padding: 4px;
	color: #0098f9;
	text-align: center;
}
.wp-table-reloaded td {
	color: #000;
	padding: 5px 8px;
	background-color: #FFFFFF;
	vertical-align: top;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	
}

.wp-table-reloaded a {
	line-height: 14px;
}

.wp-table-reloaded .even td {
	background-color: #FFFFFF;
}
.wp-table-reloaded .odd td {
	background-color: #F0F0F6;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6!important;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}

.wp-table-reloaded td.column-1 {
	font-weight: bold;
	color: #0098f9;
	border: 1px solid #FFF;
	text-align: center;
}


/* END Tables */


/* START Footer */

.footer {
	clear: both;
	padding: 5px 20px 26px;
	background: #AAA url(images/shadow.jpg) bottom center no-repeat;
}

.footer p, .footer a {
	color: #FFF;
	padding: 0;
}

/* END Footer */

