@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy');


/*------------------------------------------------*/
/* ADMIN MENU STYLE */
/*------------------------------------------------*/


#ControlBar {
height: 54px !important;
}

 #ControlBar_Action_Menu {
height:43px !important;
}
 
 #ControlBar a:active, #ControlBar a:visited, #ControlBar a:link, #ControlBar a:hover {
height:43px !important;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #652c91;
    font-weight: 700;
    text-decoration: none;
    outline: 0;
	font-family: 'Open Sans', sans-serif;
}

    a:hover {
        color: #a069cb;
        font-weight: 700;
        text-decoration: none;
        outline: 0;
		font-family: 'Open Sans', sans-serif;
    }


body {
     background: url('images/body-repeat_BG.jpg') repeat-x #FFFFFF;
}

.navbar-toggle {
  color: #FFF;
  font-size: 14px;
  background-image: -webkit-linear-gradient(top, #000000 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000000', endColorstr='#2222222', GradientType=0);
  border: 1px solid #444444;
  padding-right: 30px;

}

/*------------------------------------------------*/
/* Break Points STYLE */
/*------------------------------------------------*/


@media screen and (max-width: 992px) {
    .LogoPane {
        text-align: center;
        float: left;
    }
}


@media screen and (max-width: 768px) {
 

}

@media screen and (max-width: 992px) {
    .footercenter {
       text-align: center;
    }
}

.footerright {
       text-align:right;
    }

@media screen and (max-width: 992px) {
    .footerright {
       text-align: center;
    }
}



/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 10px 0;
	font-family: 'Sorts Mill Goudy', serif;
}

h1 {
    font-size: 32px;
    color: #652c91;
    font-weight: 500;
}

h2, h2 .Head {
    font-size: 26px;
	color: #333333;
}

h3, h3 .Head {
    font-size: 18px;
    color: #666;
}

h4, h4 .Head {
    font-size: 16px;
    color: #666;
}

h5, h5 .Head {
    font-size: 14px;
    color: #666;
}

h6, h6 .Head {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

td, div, p {line-height:22px;font-size:  16px; color: #222222;font-family: 'Open Sans', sans-serif;}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.MoreButton a:link, .MoreButton a:visited {
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight:bold;
  font-size:24px;
  display: block;
  background: #431d60;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight:bold;
  font-size:24px;
  display: block;
  background: #a069cb;
}

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 12px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* Menu Dropdown Display STYLE */
/*------------------------------------------------*/

ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; margin: 0 }

/*------------------------------------------------*/
/* Main STYLE */
/*------------------------------------------------*/


.calenderlink a:link, .calenderlink a:visited {color:#333333;font-weight:normal;}
.calenderlink a:hover, .calenderlink a:active {color:#666666;font-weight:normal;text-decoration:none;}

.brownlink a:link, .brownlink a:visited {  display: block;color:#996e31;font-weight:normal;border:1px solid #996e31;padding:5px;text-align:center;}
.brownlink a:hover, .brownlink a:active {  background:#eeeeee;display: block;color:#a86d19;font-weight:normal;text-decoration:none;border:1px solid #a86d191;padding:5px;text-align:center;}

.logo {
    color: #FFFFFF;
    font-size: 28px;
    font-family: 'Trajan Pro','Times New Roman';
    padding: 5px 0 5px 0;
    text-align: center;    
}



.blog h1 {
    font-size: 26px;
    color: #76be43;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 5px solid #76be43;
}

.headerwrap {
	width:100%;
	padding-bottom:1%;
	background-image:url('images/wood_responsive_BG.jpg');
	background-size:cover;
	background-position:center top; /* IE fix */
    
}

.mainwrap {
	width:100%;
	padding-bottom:2%;
	background-image:url('images/chocolate-responsive_BG.jpg');
	background-size:cover;
	background-position:center top; /* IE fix */
    border-bottom: 3px solid #e09e00;
    border-top: 3px solid #e09e00;
    
}

.headerlink{color:#FFFFFF;}

.headerlink a:link, .headerlink a:visited {color:#FFFFFF;}
.headerlink a:hover, .headerlink a:active {color:#FFFFFF;text-decoration:none;}

.menulink a:link, .menulink a:visited {color:#FFFFFF;font-size:20px;}
.menulink a:hover, .menulink a:active {color:#a069cb;font-size:20px;text-decoration:none;}

.responsive-scale {
	width:100%;
	padding-bottom: 40%;
	background-image:url('images/Sweet-Traditions-responsive_BG.jpg');
	background-size:cover;
	background-position:center top; /* IE fix */
    
}

.responsive-scale-bk {
	width:100%;
	padding-bottom: 20%;
	background-image:url('images/showcase_IMG.jpg');
	background-size:cover;
	background-position:center top; /* IE fix */
    
}


.mainpad {
    padding: 10px;

}

.padrow p {padding:0 60px 0 60px;}
.padrow h2 {padding:0 60px 0 60px;}

.subwrap {
    background: url('images/yellow-crosshatch-repeat_BG.jpg');
    padding-bottom: 40px;
    padding-top: 40px;
}

.mainarea {
    background: url('images/paper_BG.jpg');
    padding:40px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}


.footerlinks ul {
margin:0;
padding: 0;
list-style: none;

}

.footerlinks li a:link, .footerlinks li a:visited {
    background: transparent;
    border-bottom: 1px #CCCCCC solid;
    padding: 7px;
    color: #DDDDDD;
    text-decoration: none;
    font-size: 16px;
    list-style: none;
    width: 100%;
    display:block;
    text-align:center;
    font-weight: 500;

}
.footerlinks li a:hover, .footerlinks li a:active {
    background: #CCCCCC;
    border-bottom: 1px #CCCCCC solid;
    padding: 7px;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    list-style: none;
    width: 100%;
    display:block;
    text-align:center;
    font-weight: 500;

}

.newsletter {
    background: url('images/newsletter_BG.png') no-repeat;
    color: #FFFFFF;
}

.newsletter h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.menuwrap {
   background:url('images/menu-repeat_BG.jpg');
   border-top: 3px solid #a069cb;
   border-bottom: 3px solid #a069cb;
}



.showcasetext {
font-family:Arial; text-align: center;font-size:2vw;line-height:2.5vw;color:#EEEEEE;
}

.ContentPane {
    padding: 10px;
}




.footerwrap {
	width:100%;
	padding:2%;
	background-image:url('images/wood_responsive_BG.jpg');
	background-size:cover;
	background-position:center top; /* IE fix */
	border-top: 3px solid #37291C;
    
}

.LoginPane {
    width:100% !Important;
    padding-top: 10px;
    padding-left: 10px !Important;
    padding-right: 0px !Important;
    text-align: center;
}


.imageborder {
    padding: 3px;
    border: 1px #CCCCCC solid;
    margin: 5px;
}


.breadcrumb {
    padding-left:5px;
    padding-top: 8px;
    color: #FFFFFF; 
    font-size:12px;
    text-decoration:none;
   
}

.footerborder {
    border-bottom:1px solid #666666;
    border-top:1px solid #666666;
}

a.breadcrumb:visited {color: #FFFFFF; font-size:12px; text-decoration:none;}
a.breadcrumb:active {color: #abc600; font-size:12px; text-decoration:none;}
a.breadcrumb:link {color: #abc600; font-size:12px; text-decoration:none;}
a.breadcrumb:hover {color: #abc600; font-size:12px; text-decoration:none;}
	
.login{color:#FFFFFF;font-size:10px;}
a.login:visited {color:#FFFFFF; font-size:10px; text-decoration:none;}
a.login:active {color:#FFFFFF; font-size:10px; text-decoration:none;}
a.login:link {color:#FFFFFF; font-size:10px; text-decoration:none;}
a.login:hover {color:#FFFFFF; font-size:10px; text-decoration:underline;}

.copyright {font-family:tahoma,Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;}

a.copyright:visited {color: #FFFFFF; font-size:10px; text-decoration:none;}
a.copyright:active {color: #FFFFFF; font-size:10px; text-decoration:none;}
a.copyright:link {color: #FFFFFF; font-size:10px; text-decoration:none;}
a.copyright:hover {color: #FFFFFF; font-size:10px; text-decoration:underline;}


.wecontrol {
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
	border-top: 1px solid #37291C;    
}
.wecontrol ul li { 
  display: inline; 
                                 
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #FFFFFF;
}

.wecontrol ul li a:hover {
    color: #FFFFFF;
}



/*------------------------------------------------*/
/* Default Menu Styles */
/*------------------------------------------------*/

.navbar-collapse.in {
    overflow: visible;

}
.navbar-default {
  background:Transparent;
  z-index: 1000;

}

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  font-weight: 500;
  background-color:transparent;
  font-size: 18px;
  padding: 10px 75px 0 75px;
  margin:5px 1px 5px 1px;
  height: 40px;
  font-family:tahoma;
  

}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF;
  font-weight: 500;
  background-color:#a069cb;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus  {
  color: #FFFFFF;
  font-weight: 500;
  background-color:#a069cb;

}


/*-------Drop Down Styles--------------------------*/

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  z-index: 1000;
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  z-index: 1000;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #a069cb;
  z-index: 1000;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #a069cb;
    outline: 0;
    z-index: 1000;
 }
  

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
 
.navbar-collapse.in {
    overflow: visible;

}
.navbar-default {
  background:Transparent;
  z-index: 1000;

}

	.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  font-weight: 500;
  background-color:transparent;
  font-size: 18px;
  padding: 10px 35px 0 35px;
  margin:5px 1px 5px 1px;
  height: 40px;
  font-family:tahoma;
  

}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF;
  font-weight: 500;
  background-color:#a069cb;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus  {
  color: #FFFFFF;
  font-weight: 500;
  background-color:#a069cb;

}  
}

/* Medium Devices, Desktops */

@media only screen and (max-width : 992px) {
.navbar-collapse.in {
    overflow: visible;

}
.navbar-default {
  background:Transparent;
  z-index: 1000;

}

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  font-weight: 500;
  background-color:transparent;
  font-size: 18px;
  padding: 10px 15px 0 15px;
  margin:5px 1px 5px 1px;
  height: 40px;
  font-family:tahoma;
  

}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF;
  font-weight: 500;
  background-color:#a069cb;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus  {
  color: #FFFFFF;
  font-weight: 500;
  background-color:#a069cb;

}
    }

/* Extra Small Devices, Phones */

@media only screen and (max-width : 480px) {

    }
    
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}



/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: right;
    height: 32px;
    padding:  0 10px 0 10px;
    color: #FFF;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin-right: 10px;
        padding: 0;
        background: url('images/search.png') no-repeat center center #333333;
        text-indent: -9999px;
}

    #search a.SearchButton:hover {
        background: url('images/search.png') no-repeat center center #444444;
            
}

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin-left: 30px;
    background-color: #CCC;
    border: none;
    border-radius: 0;
    box-shadow: inset 0px 3px 8px #999;
    outline: none;
    border-left: 1px solid #ddd;
    color: #FFF;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }


.controlpanel {
	padding:0;
	margin:0;
	width:100%;
	}


.controltext {color:#333333;font-family:Arial, Helvetica, sans-serif; font-size:11px;}
.controltext a:link, .controltext a:visited {color:#333333;font-family:Arial, Helvetica, sans-serif; font-size:11px;}
.controltext a:hover, .controltext a:active {color:#333333;font-family:Arial, Helvetica, sans-serif; font-size:11px;}

.normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: normal;
	color:#333333;
}
.CommandButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color:#666666;
}

A.CommandButton:link
{
    text-decoration:    none;
    color:#666666;
}
A.CommandButton:visited 
{
    text-decoration:    none;
    color:#666666;
}

A.CommandButton:active  
{
    text-decoration:    underline;
    color: #666666;
}
A.CommandButton:hover   
{
    text-decoration:    underline;
    color: #999999;
}
/*------- End DNN Token and CP Styles----*/

