@charset "utf-8";
/* CSS Document */
	@font-face {
        font-family:"Dragonwick";
        src: url('../fonts/dragonwick-fg.eot');
        src: url('../fonts/dragonwick-fg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dragonwick-fg.svg') format('svg'),
        url('../fonts/dragonwick-fg.woff') format('woff'),
        url('../fonts/dragonwick-fg.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


body{ font-family:Arial; background-color:#ffffff; font-size:18px; line-height:normal; color:Black; font-weight:normal;}

.container{background-color: transparent;padding-bottom:2px; padding-right:1px; padding-left:1px;}
.container-fluid{/* background-color:#0d3a11;*/background-image: url("../template/Header_BKGD_H1.jpg"); background-size: 100% 100%;padding-bottom:2px;}

.fav-nav-upper /* Top BKGD where the <h1> goes */
    { min-height:0px; background:transparent; color:Black; float: right; width:100%;}
.h1_homepage /* Used in header.inc to format the H1 tag at top right corner of the site */
    {background-color:transparent; color: #fff; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; text-align: right; float: right; font-size: 12px;}

/*BEGIN HEADER*/

.header{padding:0; /*background-color:#c9da2a;*/background-image: url("../template/Header_BKGD_Gradient.jpg"); background-size: 100% 100%;}

.logo{ display:block; float:left; padding:0px;}
.logo img{ width:100%; height:auto; max-width:650px;}
.bizname{ min-height:10px; padding-right:10px; padding-top:5px;text-align:left; font-family: Arial; font-size:36px; font-weight:normal; line-height:normal;}
.tagline{ min-height:10px; padding-right:10px; text-align:left; font-family: Arial; font-size:30px; font-weight:bold;  line-height:normal; color:#000000;}
.tagline img{ width:100%; height:auto; max-width:100%;}
.callus{ color:#000000; min-height:10px; margin-top:25px;font-size:24px; font-weight:normal; text-align:right;}

/*END HEADER*/


    
/*NAVIGATION*/
.center
    {margin:auto; width:83%; border:0px solid green; padding: 0px;}

.navbar
    {min-height:35px; margin-bottom:0px; border-radius:0px;}

.navbar .container /*Changes menu background color*/
    {background-color: #70fb00; border-top-right-radius:15px; border-top-left-radius:15px;
        background-image:-webkit-linear-gradient(top,#cccccc 0,#ffffff 100%);
        background-image:-o-linear-gradient(top,#cccccc 0,#ffffff 100%);
        background-image:-webkit-gradient(linear,left top,left bottom,from(#cccccc),to(#ffffff));
        background-image:linear-gradient(to bottom,#cccccc 0,#ffffff 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0);
    }
    
.navbar-inverse /*Changes menu background - container-fluid/full width - color*/
    {background-color:#ffffff;padding-top:25px;/*background-image: url("../template/Body_BKGD_Gradient.jpg"); background-size: 100% 100%;*/border:0px solid #ddd;}

.navbar-inverse .navbar-nav>li>a /*Changes the menu colors*/
    {color:#000000;} 

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover 
/*Changes the menu colors on mousover*/
    {color:#0d3a11; font-weight:bold; background-color:transparent}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover 
/*Changes the menu colors when mousover is on - page is active*/
{color:#000;background-color:#dee2b7;}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover
/*Changes the menu colors when mousover hover to view drop down menu is on*/
{color:#000;background-color:yellow;}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a
/*Changes the MO background color*/
    {
    background-image:-webkit-linear-gradient(top,#ffffff 0,#ffffff 100%);border-radius:15px;
    background-image:-o-linear-gradient(top,#ffffff 0,#ffffff 100%);border-radius:15px;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ffffff));border-radius:15px;
    background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 100%);border-radius:15px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);border-radius:15px;
    background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);
    box-shadow:inset 0 3px 9px rgba(0,0,0,.25)
    }



/*MENU STRUCTURE NAV-PILLS --- creates rounded buttons for the menu display */
.nav-pills>li {float: left}
.nav-pills>li>a {border-radius: 4px}
.nav-pills>li+li {margin-left: 2px}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}
.navbar-inverse .nav-pills>li>a /*Changes the menu colors*/
    {color:#000000;}
/*END MENU STRUCTURE NAV-PILLS*/

/*MENU STRUCTURE NAV-TABS --- creates rounded buttons for the menu display */
.nav-tabs {border-bottom: 1px solid #ddd;}
.nav-tabs>li {float: left; margin-bottom: -1px}
.nav-tabs>li>a {margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0}
.nav-tabs>li>a:hover {border-color: #eee #eee #ddd}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified {width: 100%;border-bottom: 0}
.nav-tabs.nav-justified>li {float: none}
.nav-tabs.nav-justified>li>a {margin-bottom: 5px;text-align: center}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {top: auto;left: auto}

.navbar-inverse .nav-tabs>li>a /*Changes the menu colors*/
    {color:#000000;}
#hnav_topsub {clear: both;}
#hnav_sub {line-height: inherit;clear: both;}
#hnav_sub>li {float: left; list-style-type: none; margin-right: 10px;}
/*END MENU STRUCTURE NAV-TABS*/



.menu > li > a
/*Changes menu font size and spacing*/
{background-color:transparent; font-variant: small-caps;font-family: Arial; padding:8px 10px; border:none;box-shadow:none; margin:0; text-shadow:none; font-size:24px;}
.dropdown{z-index:9000;}

/*END NAVIGATION*/

/* START VERTICAL SIDEBAR NAVIGATION LAYOUT */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* END VERTICAL SIDEBAR NAVIGATION LAYOUT*/

/* BEGIN SLIDE VERTICAL SIDEBAR NAVIGATION IN FROM THE LEFT */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color:white;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 5px;
}

/* END SLIDE VERTICAL SIDEBAR NAVIGATION IN FROM THE LEFT */







/*BEGIN MOUSEOVER COLORS*/

a {color: #5c0111; text-decoration: none background-color: transparent}
a:focus,a:hover {color: #a40117; text-decoration: underline}
a:focus {outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px}

/*END MOUSEOVER COLORS*/

/*BEGIN FOOTER*/
.footerdescription
    {background-color:transparent; font-size:10px; color:#ffffff; text-align:center; line-height:90%; padding:10px;}
    
.footer
    {color:#ffffff; font-size:14px; background:transparent; padding:10px 0; margin-top:0px; padding-top:10px;}

.footer-bg{width:100%; padding:0px; /*background-color:#5c0111;*/background-image: url("../template/Header_BKGD_H1.jpg"); background-size: 100% 100%;}

.footer-bottom
    {color:#b7b7b7; font-size:14px; background-color:#14441F;}

.footer-bottomreview
    {color:#cccccc; font-size:14px; background-color:transparent;}

.footernav > li > a
    {background-color:lime; padding-top:0px; padding-bottom:0px;}
.footernav>li>a
    {text-decoration: none; background-color: transparent; color: #ffffff;}
.footernav>li>a:focus,
.footernav>li>a:hover 
    {text-decoration: none; background-color: transparent; color: #b7b7b7;}

.panel-footer {
    padding: 5px 15px;
    background-color: transparent;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align:center;
}


#socialmedia 
/* Layout social media icons format on the site */
    {background-color: transparent; margin: 1px 0px 0px 0px; padding: 0px 0px 0px 0px; color: white; font-size:10px; text-align: left;float:left;}

.starreviews {margin-top:10px;font-size:10px;text-align:center; font-size:11px;}

.reviewtool 
/* Layout reviewtool icons format on the site */
    {font-size: 12px; margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px;	text-align:right; float:right; color:White;}
.reviewtool .img
    {padding-right:3px; width:27px; height:27px; border: 0;}
    
     

.copyright{float:left;text-align:left;}


/*END FOOTER*/

.blockquote
    {padding:10px 10px;margin:0 0 10px;font-size:17.5px;border-left:5px solid #fff}


.intro_h 
/* intro in the layout for the title/intro of each page */
    {background-color: transparent; min-height: 40px; padding: 2px 2px 2px 2px; margin: 0px 0px 0px 0px; font-family:'Miltonian', cursive; font-weight:normal; text-align:center; font-variant: small-caps; vertical-align: top;}

.intro_h h2
    {font-size: 40px; color: #5c0111;}

@media (max-width: 600px){
    .h1_homepage{display:none;}
    .logo {display:block; float:left; padding:1px;}
    .logo img{ width:100%; height:auto; max-width:100%;}
    .bizname{ min-height:10px; padding-right:10px; padding-top:5px;text-align:left; font-family: Arial; font-size:24px; font-weight:normal; line-height:normal;}
    .tagline{ min-height:10px; padding-right:10px; text-align:left; font-family: Arial; font-size:16px; font-weight:bold;  line-height:normal; color:#000000;}
    .tagline img{ width:100%; height:auto; max-width:100%;}    
    .callus{ color:#000000; min-height:10px; margin-top:5px;font-size:16px; font-weight:normal; text-align:right;}

    .intro_h h2{font-size: 24px; color: #341a1e;}

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{margin-right:30px;margin-left:30px;}

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#000000;}/*dropdown menu - menu link color*/
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#000;background-color:transparent}/*dropdown menu - menu link mouseover color*/
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}

    /*.sidenav {display:none;}*/
}


/*June added to control contact form input layouts*/
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], textarea{
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
}
input[type=checkbox] {
 width: 20px; height: 20px;
 -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
 border: 1px solid #bbb;
}

button[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: normal;
 height: 2.5em; width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}


input[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 background-color:#959595;
 display: block;
 /* margin: 1.5em 0;
font-size: 1em; line-height: 2.5em;*/
 color: #fff;
 font-weight: normal;
 padding-top:10px;
 padding-bottom:10px;
 padding-left:50px;
 padding-right:50px;
 font-size:22px;
 border: 0px solid #bbb; 
  
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px; 
 border-radius: 5px; 
 
  height: 1 em; 
 width: 100%;

 /* TO MAKE THE BUTTON FULL WIDTH & GRADIENT IN COLOR
 height: 2.5em; width: 100%;
 background: #fdfdfd; 
 background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); 
 background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
 background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
 background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
 background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);*/
}

input[type=submit]:link {color:#ffffff;text-decoration:none;}
input[type=submit]:visited {color:#ffffff;text-decoration:none;}
input[type=submit]:hover {color:#ffffff;text-decoration:underline;}


input[type=range] {
 width: 100%;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 44px; height: 44px;
  background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
  border: 1px solid #bbb;
  -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
}

/*End June's contact form layouts for mobile*/

/* BEGIN Update Shop Search Button Layout*/

.simplesearch_input {
    background-image: url("../template/spacer.gif");

}
    
.simplesearch_button {    
    background-color:white;
    background-image: url("../shop/img/searchicon.png");
        height:24px;
    font-size:14px;
    margin:2px;
    left:0px;
    
    
}

/* END Update Shop Search Button Layout*/

/*BEGIN PAGE LAYOUTS*/
#background_text 
/* Used in header.inc to layout background for #pagecontent on the back pages */
    {background-color:#ffffff; /*background-image: url("../template/Body_BKGD_Gradient.jpg"); background-size: 100% 100%;position:relative;*/ z-index:1; height: auto; min-height: 10px;overflow: visible; margin: 0px 0px 0px 0px; padding: 0px 0px 10px 0px;}




/*END PAGE LAYOUTS*/

/*BEGIN ASIDE LAYOUTS*/
.sidebar 
    {background-color:#66923A;border-radius:15px;}
.side-panel
    { padding:0; margin:0 auto 0 auto; background-color:transparent; }
.sidebar .side-panel
    { margin:2px 2px 2px 2px; min-height:52px; padding:5px 0px; margin-bottom:0; padding-right:0px; line-height:20px;font-family: Arial; font-size:16px !important; color:#fff;}
.side-panel ul li
    { background:url(../images/arrow.png) no-repeat 0 6px; list-style:none; padding-left:15px; margin-bottom:8px; margin-left:0px;}
.side-panel ul li a
    { color:#fff; font-weight:normal;}


/*END ASIDE LAYOUTS*/

/*BEGIN ONLINE STORE LAYOUTS*/
.cartlogin 
/*Used in header.inc to layout the sign-in now button */
    {background-color: #959595; text-align:center; border: 0px solid red; margin-bottom:10px; /*font-variant: small-caps; font-weight: bold;*/}

    .cartlogin a:link { color:#FFD700; text-decoration: none; }
    .cartlogin a:visited { color:white; text-decoration: none; }
    .cartlogin a:hover { color:#FFD700; text-decoration: none; }
    .cartlogin a:active { color:#FFD700; text-decoration: underline; }

/*END ONLINE STORE LAYOUTS*/


/*BEGIN TEAM LAYOUTS*/
.ourteam_person 
    {border: solid 1px #000000; text-align: left; margin: 10px;}

.ourteam_photo 
    {min-height: 10px; width: 50px; margin-right: 10px; text-align: left; border: solid 1px #ec1e1f;}

.ourteam_photo_full 
    { min-height: 10px; width : 175px; margin-left: 10px; float: right; border: solid 1px #ec1e1f;}
    
/*END TEAM LAYOUTS*/


/* BEGIN STUDIO/PORTFOLIO LAYOUT - Studio Database page summary and detail layouts */

#Studio_categories_list
 /* Used in .asp to contain ASIDE content of the categories list */
{
        background-color: transparent;
    width: 98%;
    float: left;
    height: auto;
    overflow: visible;
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 10px 5px;
        /*border-right-style: dotted;
        border-width: 2px;*/
   	 vertical-align: baseline;
}

.imgRow /*studio.asp - row background for thumbnails */
{
    width: 99%;
    min-height: 100%;
    float: left;
    margin-left: 2px;
    margin-bottom:10px;
    background-color: transparent;
}

.studioImage /*studio.asp - background for each category thumbnail */
{
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
}

.studioImage img /*studio.asp - image size for category thumbnail */
{
    max-width: 225px;
    /*max-height: 225px;*/
    width:100%; height:auto; max-width:100%
}

#Studio_photos_categorydetails /* *studio.asp?category=XX - photo thumbs full backgorund*/
/* *studiothumb.asp?category=XX&RecNo=XX - also used on bigimage full backgorund*/
{
        background-color: transparent;
    float: left;
    width: 98%;
    overflow: visible;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
        border: solid 0px yellow;  
    text-align: center;  
}



.imgRowPhoto /* *studio.asp?category=XX - photo thumbs row background for thumbnails */
{
    width: 99%;
    min-height: 100%;
    float: left;
    margin-left: 2px;
    margin-bottom:10px;
    background-color: transparent;
}

#Studio_photos_description /* *studio.asp?category=XX - Name field text for category thumbnails */
{
    background-color:transparent; 
    font-size:75%;
    text-align:left;
    margin: 0px 5px 0px 5px;
    padding: 5px 0px 5px 0px;
}


.stepcarousel /* Studiothumb.asp ... to layout the big image scrolling iamges */
{
    position: relative; /*leave this value alone*/
    border: none;
    overflow: scroll; /*leave this value alone*/
    width: 100%; /*Width of Carousel Viewer itself*/
    height: 700px; /*Height should enough to fit largest content's height*/
    /*width: 1000px; Width of Carousel Viewer itself*/
    /*height: 700px; Height should enough to fit largest content's height*/
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: transparent;
}

.stepcarousel .belt  /* Studiothumb.asp ... to layout the big image scrolling iamges */
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel  /* Studiothumb.asp ... to layout the big image scrolling iamges */
{
    float: left; /*leave this value alone*/
    overflow: auto; /*clip content that go outside dimensions of holding panel DIV*/
    /*overflow: hidden; clip content that go outside dimensions of holding panel DIV*/
    margin: 10px;/*margin around each panel*/
    /*width: 100%; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    /*width: 1100px; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    height: 700px;
}


.imgRowCat /* NOT used for studio.asp or studiothumb.asp */
{
    width: 100%;
    height: 360px;
    float: left;
    margin-left: 2px;
    background-color: yellow;
}

.studioImageCat  /* NOT used for studio.asp or studiothumb.asp */
{
    width: 350px;
    height: 350px;
    margin: 2px;
    font-weight: bold;
    float: left;
    background-color: Gray;
        margin: 0px 3px 0px 3px;
    padding: 10px 0px 0px 0px;
}

.studioImageCat img /* NOT used for studio.asp or studiothumb.asp */
{
    /*width: 300px;
    height: 300px;*/
    
    text-align:center; 
    padding:0px;
    width:50%; 
    height:auto; 
    max-width:100%
    
}



#Studio_categories_bigimage /* Used in .asp to contain rotating daily image */
 /* NOT used for studio.asp or studiothumb.asp */
{
        background-color: transparent;
    float: right;
    width: 500px;
    overflow: visible;
    height: auto;
    min-height: 30px;
    margin: 0px 10px 0px 10px;
    padding: 10px 0px 0px 0px;
        border: solid 0px yellow;  
    text-align: center;  
} 


#Studio_photos_bigimage /* Used in .asp to contain rotating daily image */
 /* NOT used for studio.asp or studiothumb.asp */
{
        background-color: transparent;
    float: left;
    width: 500px;
    overflow: visible;
    height: auto;
    min-height: 30px;
    margin: 0px 5px 0px 5px;
    padding: 10px 0px 0px 0px;
        border: solid 0px yellow;  
    text-align: center;  
}

#Studio_photos_thumbs  /* NOT used for studio.asp or studiothumb.asp */
 /* Used in .asp to contain ASIDE content of the categories list */
{
        background-color: transparent;
    width: 200px;
    float: right;
    height: auto;
    min-height: 120px;
    overflow: visible;
    margin: 0px 5px 0px 5px;
    padding: 10px 0px 0px 5px;
        /*border-right-style: dotted;
        border-width: 2px;*/
   	 vertical-align: baseline;
        
}

.studio_row /* NOT used for studio.asp or studiothumb.asp */
{
    vertical-align: top;
    text-align: center;
    width: 100%;
    min-height: 65px;
    margin-bottom: 10px;
}

.studio_photo_block /* NOT used for studio.asp or studiothumb.asp */
{
    width: 65px; 
    height:100%; 
    float: left;
}

.studio_photo /* NOT used for studio.asp or studiothumb.asp */
{
    width: 60px; 
    height: 60px; 
    overflow: hidden; 
    background-position:center center; 
    vertical-align: top;
}
/* END STUDIO/PORTFOLIO LAYOUT  - Studio Database page summary and detail layouts */

/*BEGIN Program/MEDIA Detail Page Layout */

.program_left {

    font-size:14px;
    line-height:125%;
    border: 2px solid #000000;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
}

.catTitle 
{
	background-color:transparent;
	text-align: center;
	color: #000000;
	line-height: 150%;
	font-size:28px;
	font-weight:bold;
}
/*END Program/MEDIA Detail Page Layout */

/*BEGIN - Upcoming Events Aside (for bWyse site)*/
.upcoming_events
{
    background-color: transparent;
    width: 175px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 2px;
    /*font: 12px/15px Palatino Linotype;*/
    font-size: 12px;
    font-weight: normal;
        border: 0px solid red;
    border-radius: 20px;
    -webkit-border-radius: 20px;   
}

.upcoming_events a:link { color:#ffffff; text-decoration: none; }
.upcoming_events a:visited { color:black; text-decoration: none; }
.upcoming_events a:hover { color:#ffffff; text-decoration: none; }
.upcoming_events a:active { color:#ffffff; text-decoration: underline; }

/*END - Upcoming Events Aside (for bWyse site)*/

/*BEGIN BULLET LAYOUTS*/
ol.a { padding-left:20px; list-style-position:outside;}
ol.b {padding-left:40px; list-style-position:outside;}
ol.c {padding-left:60px; list-style-position:outside;}


ul.a {list-style-type: disc; padding-left:20px; list-style-position:outside;}
ul.b {list-style-type: circle; padding-left:40px; list-style-position:outside;}
ul.c {list-style-type: square; padding-left:60px; list-style-position:outside;}
ul.d {list-style-image: url('/images/website/.png'); padding-left:40px; list-style-position:outside;}
ul.e {list-style-image: url('/images/website/squarebutton.jpg'); padding-left:40px; list-style-position:outside;}

/*END BULLET LAYOUTS*/

/*BEGIN IINSET BOX LAYOUT*/
.insetbox {
    padding:10px 10px 10px 10px;
    border-radius:15px;
    background-color: #2b7c36;
    text-align: center;
    color:White;

/*END IINSET BOX LAYOUT*/

/*BEGIN CSS for responsive rotator text */
.hero_bottom_1 {
    color:White;
    font-family:arial;
    font-size:30px;
    padding-top:200px;
    padding-right:25px;
    float:right;
    text-shadow:2px 3px 8px #000000;
}

.hero_bottom_2 {
    color:White;
    font-family:arial;
    font-size:30px;
    padding-top:120px;
    padding-left:50px;
    float:left;
    text-shadow:2px 3px 8px #000000;
}

.hero_top_1 {
    color:White;
    font-family:arial;
    font-size:30px;
    padding-top:20px;
    padding-left:20px;
    float:right;
    text-shadow:2px 3px 8px #000000;
}

.hero_left_1 {
    color:White;
    font-family:arial;
    font-size:30px;
    padding-top:20px;
    padding-left:20px;
    float:left;
    /*text-shadow:2px 3px 8px #000000;*/
}
/*END CSS for responsive rotator text */

/*BEGIN CSS for responsive video layout */
.wrapvideo {
width:80%;
max-width: 640px;
margin: 0 auto;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*END CSS for responsive video layout */

/*BEGIN CSS for responsive calendar layout */
   .Calendar {min-width:20px; height:auto; max-width:100%; min-height:75px;} 
   .Calendar_days {height:auto; width:14%; min-height:25px;}    
   .CalTable {width: 90%; height:5px; margin: 0 auto; background-color:  transparent;} 
   .CalendarDay {min-width:20px; height:auto; max-width:100%; min-height:75px; border:solid 1px black;} 

/*END CSS for responsive calendar layout */


/*BEGIN MailChimp Settings */
#mc_embed_signup{background:#fff; border-radius:10px; clear:left; font:14px arial; }
/*END MailChimp Settings */















