/*
Theme Name: SMILE Theme	
Version: 1.0
Author: Dan Sullivan
Author URI: http://www.creativeiscreative.com
Template: Lucid
*/

@import url("../Lucid/style.css"); /*relative link to parent css */

/*Making the top logo/header area thinner*/
.container #logo-area {
	margin-bottom: 0px;
}
#main-header {
	margin-bottom: 0px;
}

#top-menu ul ul li:first-child a, #second-menu ul ul li:first-child a {
	background-color: #F5BB1E; 
}
#top-menu ul ul li:first-child a, #second-menu ul ul li:first-child a:hover {
	background-color: #F5BB1E; 
}

span.menu_slide {
	background-color: #88b0d4;
}



.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}


/********************************************************************************************
****Here is everything the orange theme sets to be orange, then edited to be our colors *****
********************************************************************************************/

	#featured .flex-direction-nav a:hover, #video-slider-section .flex-direction-nav a:hover { background-color: #88b0d4; }
		#featured_section .active-slide .post-meta, #featured_section .switcher_hover .post-meta, .et_tab_link_hover .post-meta { background: #88b0d4; }
		h3.main-title { background-color: #88b0d4; -moz-box-shadow: inset 0 0 10px rgba(255,140,0,0.1); -webkit-box-shadow: inset 0 0 10px rgba(255,140,0,0.1); box-shadow: inset 0 0 10px rgba(255,140,0,0.1); border: 1px solid #F5BB1E; }
			.widget li { background: url({$theme_folder}images/widget-bullet.png) no-repeat 24px 24px; }
			.footer-widget li { background: url({$theme_folder}images/widget-bullet.png) no-repeat 0 4px; }
			.et_mobile_menu li a { background-image: url({$theme_folder}images/widget-bullet.png); }
	a { color: #ffa300; }
	.et_video_play { background-color: #88b0d4; }
	#second-menu > ul > li > a:hover { background-color: #88b0d4; }
	#second-menu ul ul li a:hover { background-color: #88b0d4; }
	#second-menu ul.nav li ul a:hover { background: #88b0d4; }
	#second-menu ul ul li a { border-top: 1px solid #88b0d4; }
	";
}

/*Secondary Menu */
#secondary-menu {
	background: #F5BB1E;
}
#secondary-menu { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; position: relative; background: #F5BB1E; }
#secondary-menu:before { content: ''; position: absolute; height: 7px; bottom: -7px; left: 0; width: 100%; z-index: 1; }
	.container #second-menu { text-align: center; }
			#second-menu a { font-size: 14px; color: #4b4b4b; text-decoration: none; text-shadow: none; display: block; font-weight: bold; }
			#second-menu > ul > li > a { -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
			#second-menu > ul > li > a:hover { color: #fff; text-shadow: none; -moz-box-shadow: inset 0 0 10px rgba(255,102,0,0.9); -webkit-box-shadow: inset 0 0 10px rgba(255,102,0,0.9); box-shadow: inset 0 0 10px rgba(255,102,0,0.9); background:#88b0d4;}
				#second-menu li.sfHover > a { color: #fff; text-shadow: none; background:#88b0d4;}
			#second-menu .main_text { color: #4b4b4b; }
				
			#second-menu ul > li.current-menu-item > a { font-weight: bold; }


.switcher-content { padding: 30px 30px 0px 30px; position: relative; }
			span.post-meta { display:none}
				span.post-meta span { display: none; }

/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul { position:absolute; top:-999em; z-index: 9999; }
	.nav li { position: relative; float: left; }
		.nav ul li { float:left; }
			.nav ul a { display:block; float: left; }
.nav li:hover ul, ul.nav li.sfHover ul { left: 0; top: 0; }
	.nav li:hover li ul, .nav li.sfHover li ul, .nav li:hover ul, .nav li li:hover ul { top:-999em; }

.nav li li { display: block; padding: 0px; float: left; height: auto !important; }
.nav li ul { width: 150px; z-index:1000; }
	.nav li li a:link, .nav li li a:visited { display: block; height: auto; float: left; }
	.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

.nav li li:hover ul, ul.nav li li.sfHover ul { left: 0; top: 20px; }

.donate {

}
.donate a {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background-color: #FF0D0D;
    border: 1px #000 solid;
    border-radius: 9px;
    float: right;
    padding: 11px 32px 11px 25px;
    margin: 11px;
    
}
