/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


/*---:[ Set 3: ornate, repeating background pattern ]:---*/

body.custom { background-image: url('images/bg4.jpg'); }
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }

		.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #629084; border-top: 0; }


/*---:[ end Set 3 ]:---*/


/*
/* Background Image */
/* body.custom { */
/* background-image: url('images/music001.gif'); */
/*
background-color: #666;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

*/

.custom .wp-table-reloaded th {
background-color:#fff;
}
.custom ul#tabs li ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li ul li {float:none;}
	
.custom ul#tabs li:hover ul {display:block;}	

.custom ul#tabs li a {
font-size:11px;
padding:0.545em 0.818em;
}

.custom #tabs a {
color:#111111;
display:block;
letter-spacing:1px;
line-height:1em;
text-transform:uppercase;
}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { 
display:none;/*

text-indent: -9999px; 
*/}

/* Remove Title from Home Page */
.custom #nohl .headline_area {
	 display: none;
}


/* REMOVE COMMENTS ARE CLOSED LINE AT END OF EACH PORFOLIO ENTRY */
/* .custom .to_comments {display: none ;} */
/* END -- REMOVE COMMENTS ARE CLOSED LINE AT END OF EACH PORFOLIO ENTRY */

/* Remove comments are closed from pages */
.custom .comments_closed p {display: none ;}

/* INDIVIDUAL PAGES - STYLE */

.custom #header {
	padding:0;
	padding-bottom:5px;;
}
	
.custom .headline_area h1 {
	margins:0;
	font-family: "arial black", arial;
	font-size: 30px;
	font-weight: normal;
/* 	color: #66818b; */
	color:#2f444f;
/* 	color:#4d6e7c; */

	text-align: left;

	}
	
/* STYLE NAV BAR */



#suckerfishnav {
    background:#FFF;
    font-size:11px;
    font-family: Georgia, serif;
    font-weight:normal;
    width:700px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    border:1px solid #333;
    margin:0;
    width:700px;
    }
#suckerfishnav a {
    display:block;
    color:#000;
    text-decoration:none;
    padding:0px 15px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:120px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #999999;
    }
#suckerfishnav li li {
    width:120px;
    border-bottom:1px solid #999999;
    border-left:1px solid #999999;
    border-right:1px solid #999999;
    font-weight:normal;
    font-family:Georgia, serif;
    }
#suckerfishnav li li a {
    padding:3px 5px;
    width:120px;
    font-size:11px;
    color:#000;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
    }
#suckerfishnav li li:hover {
    background:#FFF;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#FFF;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#000;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#FFF;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#F8981D;
    }

.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a {
  background-color: #f93;
  color: #ffffff;
  font-family: Georgia, serif;
}

.custom ul#tabs li a:hover {
  background:#f93;
  color:#ffffff;
    text-decoration: none;
}

.custom #home-side img {
	border: 1px solid #000;
	}

.custom #homepage {
	text-align:center;
	margin:0;
	margin-left:30px;
	}
.custom .format_text h2, .format_text h3 .format_text h4{
	font-family: georgia;
	font-size: 16px;
	font-style:bold;
	color: #f8981d;
	padding:0px;
	line-height:18px;
	margin:0;
}

.custom .format_text p {

	margin:0;
	margin-bottom:10px;
}
/*

.custom ul.sidebar_list {
padding-top:0;
}
*/

.custom .sidebar h3 {
width:165px;
font-size:14px;;
font-family:Georgia;
line-height:1.385em;
margin-bottom:0.692em;
color:#000;
font-variant:small-caps;
font-weight:bold;
letter-spacing:1px;
border:1px double #000;
background-color:#ffcc66;
padding:4px;
}

/*
.custom .textwidget {
width: 165px;
border:1px solid #000;
padding:3px;
margin-bottom:10px;
}
*/


.custom .sidebar_list li {
	margin:0;
	padding:0;
	}
	

.custom #homepage h1{
	font-family: georgia;
	font-size: 24px;
	font-weight: bold;
	color: #2f444f;
	margin:0;
	margin-bottom:10px;
	padding:0;
	background-color:#fff;
	}

.custom #homepage h2{
	font-family: georgia;
	font-size: 14px;
	font-style:bold;
	color: #f03;
	margin-bottom:10px;
	padding:0px;
	}

.custom #homepage h3{
	font-family: georgia;
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	color: #66818b;
	padding:0px;
	margin-bottom:5px;
	margin-top:0px;
	}


.custom #homepage p {
	font-family: georgia;
	font-size: 14px;
	line-height: 14px;
	font-style:normal;
	color: #000;
	padding-top: 0px;
	margin-bottom:10px;
/* 	margin-left: 20px; */
	}	
.custom #homepage a {
	color:#f30;
	font-family: georgia;
	font-weight: normal;
	font-size: 22px;
	}

.custom #homepage a:hover{
	color:#663;
	}	
	
	
	
.custom #homepage ul{
	margin-left: 30px;

	}
	
.custom #homepage li{
	display:inline;
	float:left;
	text-decoration: none;
	margin-right: 20px;
		margin-bottom: 20px;
	}
	
.custom #homepage li p{
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	font-style:normal;
	color: #000;
	margin-left: 0;
	}
	
.custom #homepage img {
	border: 10px solid #ccc;
	
}

.custom #homepage li a {
	text-decoration: none;
	color: #fff;
}

.custom #homepage li a:hover {
	color: #f00;
}

.custom #homepage table {
	width: 650px;
	margin: 0;
	padding: 0;
	}

.custom #homepage table h1 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 30px;
	color: #2f444f;
	margin-bottom:20px;
	}

.custom #homepage table h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #903;
	}

.custom #homepage table h3 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #2f444f;
	margin-top:15px;
	}

.custom #homepage table h4 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #66818b;
	}

.custom #homepage tr {
	
	
	
	}
	
.custom #homepage td {
	width: 300px;
	text-align:center;
	
	}

.custom #homepage td p {
	text-align:center;
	left-margin:20px;
	
	}

/*

Style for pages
*/

.custom .format_text img.left,.custom .format_text img.alignleft,.custom .wp-caption.alignleft {
margin:7px 10px 10px 0;
}

.custom #pagestyle {
	width: 580px;
	height: auto;
	}

.custom .pagestyle h1{
	clear:both;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
/* 	color: #66818b; */
/* 	color: #336666; */
/* 	color: #568223; */
	color: #4d6e7c;
/* 	color: #f60; */
	letter-spacing: 1px;
	line-height:25px;
	text-align: left;
	padding-top:20px;
	padding-bottom:0px;
	margin-top: 30px;
	margin-bottom:15px;
	background-color:#fff;
	}
.custom .pagestyle h2 {
	clear:both;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
/* 	color: #333; */
	color: #66818b;
	text-align: left;
	line-height:20px;
	margin-bottom: 15px;
	margin-top: 10px;
	}

.custom .pagestyle h3{
	clear:both;
	font-family: georgia;
	font-size: 22px;
	font-weight: bold;
	color: #f30;
	text-align: left;
	background-color:#fff;
	}

.custom .pagestyle p {
	color:#666;
	font-size:16px;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
	padding:0;
	line-height: 20px;
}	


.custom .pagestyle p img {
	margin-right:20px;
}
.custom .pagestyle a {
	text-decoration: none;
	color: #f30;
}

.custom .pagestyle a:hover {
	color: #000;
}



.custom .pagestyle a h2 {
	text-decoration: none;
	color: #f30;
	background-color: #000;
}

.custom .pagestyle a:hover h2 {
	color: #111;
}

.custom .pagestyle ul{
	clear:both;
	margin:0;
	margin-right:20px;
	text-decoration: none;
	display:inline;
	float:right;
	list-style-type: none;

	}
	
.custom .pagestyle li{
	text-decoration: none;
	color: #666;
	font-size: 16px;
	float:left;
	list-style-type: none;
	margin-right:10px;
	}
	
.custom .pagestyle li a {
	text-decoration: none;
	color: #666;
}

.custom .pagestyle li a:hover {
	color: #f00;
}

.custom #concerts {
	background-color:#fff;
	border:0;
	margin:0;
	padding:0;
	background-color: #fff;
	color:#000;
	display: block; /* fix ie double-margin float bug */
	}

.custom #concerts h2 {
	clear:both;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #66818b;
	text-align: left;
	margin:0;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}

/*
.custom #concerts h3 {
	clear:both;
	width:200px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border: 1px solid #000;
	background-color: #66818b;
	padding:3px;
	text-align: center;
	text-decoration:none;
	margin:0;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
*/

/*

.custom #concerts h3 {
	width:200px;
	padding:3px;
	text-align: center;
	text-decoration:none;
	border: 1px solid #000;
	background-color: #66818b;
	text-decoration:none;
	color: #fff;
	margin:0;
	margin-left:0px;
	margin-top:50px;
	margin-bottom:50px;
	}
*/


.custom #concerts a {
	width:200px;
	padding:5px;
	font-size:14px;
	text-align: center;
	text-decoration:none;
	border: 1px solid #666;
	background-color: #F8981D;
	text-decoration:none;
	color: #000;
	}
	
.custom #concerts a:hover {
	background-color: #66818b;
	color: #fff;
	text-decoration:none;
	}


/*
.custom .format_text p {
margin-bottom:0;
}

.custom .format_text h2 {
	line-height:0;}
*/

.custom #concerts p {
	color:#666;
	font-size:12px;
	margin:0;
	margin-left:10px;
	margin-bottom:20px;
	padding:0;
	line-height: 16px;
}	

/*
.custom #concerts  h3 {
color:#f03;
font-size:14px;
font-weight:bold;
font-family:arial;
}
*/

.custom #concerts img {
	border: 3px solid #999;
	margin:0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
}	


/*  Custom MM BOX */
.custom .mymmbox {
width: 300px;;
height: 100px;
border: 1px solid;
background-color:#ccc;
margin-left: 2em;
margin-bottom: 2em;
}


/* Style for Supporters Table */

.custom #supporters {
	width: 580px;
	min-height:300px;
	height:auto !important;
	height: 300px;
	background-color: #fff;
	display: block; 
	padding-bottom: 10px;
	line-height:13px;
}

.custom #supporters h3 {
	margin-left:30px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.custom #supporters p {
	margin-left:30px;
	font-size:11px;
	font-weight:normal;
	color:#666;
	line-height:13px;
}


.custom #supporters table{
	clear:both;
	display:inline;
	margin-top:20px;
	padding:0px;
	width: 550px;
	height: auto !important;
	background-color: #fff;

}

.custom #supporters table tr {
	margin-top: 20px;
	text-align:center;
	vertical-align:text-top;
}

.custom #supporters td {
	height:200px;
	width:175px;
	color:blue;
}

.custom #supporters img {
	border: 0px;
	padding:0px;
	margin-top:0px;
	border:1px solid #000;
}

.custom #supporters td a{
	text-decoration: none;
	color: #000;
	text-align:center;
	
	}

.custom #supporters td a:hover {
	text-decoration: none;
	color: #990033;
}

.custom #supporters a img {
	text-decoration: none;
	border:1px solid #999;
	margin-bottom:5px;
	}

.custom #supporters a:hover img {
	border:1px solid #ccc;
	text-decoration: none;
	}


/*

.custom #image_box img.two_by_one {
	width:800px;
	height:267px;
	padding:0;
	border: 10px solid #ccc;	

}

.custom #image_box {
	width:800px;
	height:267px;
	margin-left:30px;
	background:none;
	border-bottom:0;
	padding:0;
}
*/