/* CSS Document */

* {
	padding:0;
	margin:0;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
	background-color:#FFF;
	text-align:center;
}
#top-nav {
	background:#110D0D;
	width:100%;
    margin: 0 auto;
	position:fixed;
	z-index:2;
	text-align:center;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
}
.nav-ul {
	display:inline-block;
}
#wrapper {
	width:1024px;
	height:100%;
	margin:0 auto;
	text-align:left;
	padding:75px 0 0 0;
}
.touch .nav {
	padding:210px 0 0 24px;
	margin:0 0 0 0;
	width:225px;
	float:left;
	background:url(../images/MF-Logo2.png) no-repeat top right;
}
.no-touch .nav {
	position:fixed;
	padding:210px 0 0 24px;
	margin:0 0 0 0;
	width:225px;
	background:url(../images/MF-Logo2.png) no-repeat top right;
}
.touch .content {
	width:750px;
	float:left;
	margin:0 25px 32px 0;
}
.no-touch .content {
	width:750px;
	float:left;
	margin:0 25px 32px 249px;
}
.h_block {
	margin:0 0 24px 24px;
	width:225px;
	height:225px;
	float:left;
	border-right:2px solid #C3BCBB;
	border-bottom:2px solid #C3BCBB;
}
.logo_block {
	margin:0;
	padding:240px 0 0 0;
	width:250px;
	height:110px;
	float:left;
	display:block;
	background-position:right top;
	background-repeat:no-repeat;
	text-align:center;
}
.logo_block:hover {
	background-position:left top;
}
.header_block {
	margin:0 0 24px 24px;
	width:225px;
	height:225px;
	display:table;
	float:left;
}
.header_block h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:26px;
	letter-spacing:1px;
	color:#fff;
	padding:0 10px 10px 15px;
	display:table-cell;
	vertical-align:bottom;
}	
#slider {
	margin:0 0 25px 25px;
	width:475px;
	height:225px;
	float:left;
	background-color:rgb(184,188,132);
}
.bjqs {
	width:475px;
	height:225px;
	display:table;
}
#m_nav_c {
	padding:10px 0 11px 0;
	margin:0 0 30px 0;
	width:225px;
	text-align:center;
}
.m_nav {
	padding:5px 7px 2px 7px;
	margin:0;
	line-height:36px;
	text-decoration:none;
	color:#443634;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
}
.btn:hover {
	color:#9D9392;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	text-transform:none;
	font-style:italic;
	padding:5px 7px 0 7px;
	line-height:34px;
}
.m_what:hover {
	background-color:rgb(130,198,191);
}
.m_exp:hover {
	background-color:rgb(237,174,85);
}
.m_contact:hover {
	background-color:rgb(140,199,236);
}
.exp_box {
	width:80px;
	height:80px;
	border:5px solid rgb(237,174,85);
	margin:10px 0px 15px 25px;
	float:left;
}
.box_exp {
	width:215px;
	height:280px;
	border:5px solid rgb(237,174,85);
	margin:10px 0px 15px 25px;
	float:left;
}



/*--Fonts--*/

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:24px;
	padding:15px 15px 15px 0px;
	color:#443634;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:22px;
	font-style:italic;
	padding:15px 15px 15px 25px;
	color:#443634;
}
h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:24px;
	padding:15px 15px 15px 0px;
	color:#9D9392;
}
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:16px;
	padding:0;
	margin:0;
	color:#443634;
}
.areas p {
	color:#9D9392;
	margin:15px auto;
	width:199px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	text-align:center;
	padding:20px 0 20px 0;
	Border-top:1px solid #443634;
}
.logo_block p {
	color:#9D9392;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	padding:0 15px 0 15px;
}
.what p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#aaa;
	padding:5px 15px 5px 25px;
}
.exp p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#aaa;
	padding:5px 15px 5px 25px;
	clear:left;
}
.contact p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#aaa;
	padding:5px 15px 5px 25px;
}

.bjqs p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	display:table-cell;
	vertical-align:bottom;
	padding:15px 10px 8px 15px;
}
.bjqs p em {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	padding:15px 10px 8px 0;
}
.what h3 {
	color:rgb(130,198,191);
}
.exp h3 {
	color:rgb(237,174,85);
	clear:left;
}
.contact h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#9D9392;
	padding:15px 15px 5px 25px;
}
.what_text {
	width:675px;
}
.exp_text {
	width:750px;
	padding:0 0 50px 0;
}
.contact_text {
	padding:50px 0 0 0;
	width:675px;
	color:#443634;
}
.email {
	text-decoration:none;
 	color:#443634;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;	
}
.what_list {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#aaa;
	list-style-type: square;
	padding:10px 15px 5px 25px;
	margin:0 0 0 50px;
}
.who {
	padding:30px 50px 0 20px;
}
.who p {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
 	color:#443634;
	padding:5px 50px 5px 20px;

}
.eblast {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
 	color:#443634;
	padding:0px 20px 25px 25px;

}
.resume {
	padding:0 50px 0 20px;
}
.resume p {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
 	color:#443634;
	padding:5px 50px 5px 25px;

}
.portrait {
	float:left;
	padding:25px;
	
}

/*--Front Page Featured Pieces--*/

.h_block {
	margin:0 0 23px 23px;
	width:225px;
	height:225px;
	float:left;
	box-shadow: inset 0px 0px 30px rgba(0,0,0,0.5);
}
.h_block_content {
	width:200px;
	height:205px;
	padding:0px 5px 20px 20px;
	text-decoration:none;
	color:#443634;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:bold;
	display:table;
	opacity:0.0;
	filter:alpha(opacity=00); /* For IE8 and earlier */
 	background-image:url(../images/index/white-bkg-235x235.png);
}
.h_block_content p {
	display:table-cell;
	vertical-align:bottom;
 }
.h_block_content:hover {
	opacity:1.0;
	filter:alpha(opacity=99); /* For IE8 and earlier */	
}
.h_big_content {
	padding:15px 0 0 15px;
	margin:0;
	width:170px;
	text-align:right;
	overflow:hidden;
}
 .top_wide_content {
	padding:30px 0 0 15px;
	margin:0;
	max-width:980px;
	max-height:200px;
 }
 .top_wide_content h1 {
 	color:#443634;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	padding:0 15px 40px 0;
	margin:0 15px 0 0;
	max-width:200px;
	text-align:right;
	float:left;
 	border-right:1px solid black;
}
 .top_wide_content p {
 	color:#443634;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	font-style:italic;
	padding:0 0 0 20px;
}
 .top_narrow_content {
	padding:30px 0 0 15px;
	margin:0;
	max-width:290px;
}
 .top_narrow_content h1 {
 	color:#443634;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 15px 30px;
	text-align:right;
 	border-bottom:1px solid black;
}
 .top_narrow_content p {
 	color:#443634;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:right;
	font-style:italic;
	padding:0 0 0 20px;
}
.h_big_content h1 {
 	color:#443634;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	padding:0 0 10px 0;
 }
  .h_big_content p {
 	color:#443634;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
 }
 .secondary {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
 	color:#443634;
}
.sfjazz_invite {
	width:221px;
	height:221px;
	padding:14px;
	text-decoration:none;
	background-color:rgb(130,198,191);
}

input#name, input#email, input#phone {
	width: 200px;
	background-color: #FFFFFF;
	font-family: "Garamond", Georgia, Times, serif;
	font-size: .9em;
	margin-top: -2px;
	color:#9D9392;
}
textarea#comments {
	width: 425px;
	height: 150px;
	background-color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: -2px;
	color: rgb(114,102,89);
}
input#submit {
	margin-left: 85px;
	padding:5px;
	background-color: rgb(255,255,255);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	color:#aaa;
}
#subForm .label {
	float: left;
	clear: left;
	width: 75px;
	color:#9D9392;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	margin-right: 10px;
	padding:0 0 10px 0;
	text-align: left;
}
.form-pad {
	padding:10px; margin:0 0 0 20px;
}

/*--Drop Down Menu--*/
.h-btn {
	color:#9D9392;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	text-transform:lowercase;
	font-style:italic;	
	letter-spacing:1px;
}


ul {
    list-style-type: none;
    padding: 5px 0 0 0;
	margin:0;
    overflow: hidden;
	text-align:center;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
	text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	color:#F0EDEC;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
}

li a:hover, .dropdown:hover .dropbtn {
	color:#9D9392;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	text-transform:lowercase;
	font-style:italic;	
	letter-spacing:1px;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {

	display: none;
    position: absolute;
    background-color:#110A08;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
}

.dropdown-content a {
	color:#F0EDEC;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

.dropdown-content a:hover {
	color:#F0EDEC;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	background-color:#443634;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0;
	font-style:normal;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.thumbs img{
  margin:20px 20px 0 0;
  border:6px solid #FFF;
  width:200px;
  float:left;
}
.thumbs img:hover
{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	border:6px solid #443634;
}
.g-thumb {
	width:217px;
	border:solid 8px #9D9392;
	margin:7px 0 0 7px;
	float:left;
}
.g-thumb:hover {
	width:217px;
	border:solid 8px #9D9392;
	margin:7px 0 0 7px;
	float:left;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}