/*----------------------------------------------------------------------------
++ Themelets layout css
++ All the themelets layout and miscellaneous css goes here.
----------------------------------------------------------------------------*/

/* block structure
*******************************************************/

.block.wrap,
.block.no-wrap {
	background: #f4f4f4;
	border: 1px solid #d1d1d1; 
	box-shadow: 0 1px 0 white inset;
	-webkit-box-shadow: 0 1px 0 white inset;
	-moz-box-shadow: 0 1px 0 white inset;
}

.block.no-wrap .inner {
	border: 1px solid #fff;
}

.block .inner {
	padding: 1em;
}

body#emphatic.morph .block.sidebar .inner {
	padding: 0;
}

body#emphatic .block.tabs.no-inner.no-wrap,
body#emphatic .block.sidebar,
body#emphatic .block.sidebar .inner { border: none; }

/* block stripping
*******************************************************/
body#emphatic.morph .block.strip-block,
body#emphatic.morph .block.strip-block,
body#emphatic.morph .block.strip-block .block,
body#emphatic.morph .block.strip-block .inner {
	background: none;
	border: none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none; }
	
body#emphatic.morph .block.strip-block .mod {
	margin-top: 0;
}

body#emphatic.morph .block.strip-borders {
	border: 4px solid red!important;
}	
/* attach classes
*******************************************************/

body#emphatic .block.wrap,
body#emphatic .block.no-wrap {
	margin-bottom: -1px;
}

body#emphatic .block.inset.no-wrap {
	margin-bottom: 0;
}

body#emphatic.morph .block.wrap.detach-both,
body#emphatic.morph .block.no-wrap.detach-both {
	margin-bottom: 2em;
	margin-top: 2em;
}

body#emphatic.morph .block.wrap.detach-top,
body#emphatic.morph .block.no-wrap.detach-top {
	margin-top: 2em;
}

body#emphatic.morph .block.wrap.detach-bottom,
body#emphatic.morph .block.no-wrap.detach-bottom {
	margin-bottom: 2em;
}

/* sidebar structure mods and coloring
*******************************************************/
.sidebar {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	height: 100%; }
	 
#emphatic .block.sidebar.right-pos .secondary-inner {
	border-left: 1px solid #ddd;
	margin-left: 1px; }
 
#emphatic .block.sidebar.left-pos .secondary-inner {
	border-right: 1px solid #ddd;
	border-left: none;
	margin-right: 1px;}
 
#emphatic .block.sidebar .tertiary-inner {
	background: #fff; }
 
#emphatic .block.sidebar.right-pos .tertiary-inner {
	border-left: 1px solid #ddd;
	border-right: none; }
 
#emphatic .block.sidebar.left-pos .tertiary-inner {
	border-right: 1px solid #ddd;
	border-left: none; }

/* logo include
*******************************************************/
.block.logo-active { position: relative;background: none; }

#branding {
    background: transparent url(/morph_assets/themelets/emphatic/images/logo-star.png) no-repeat -8px -18px;
    height: 140px;
    min-width: 155px;
}

#branding-secondary { float: right;text-align: right; }
 
#branding h1 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: absolute; }
 
	#branding h1 a { display: block; }
	
	#emphatic.morph #branding h1 a {font-family: 'CaviarDreamsBold', Arial, sans-serif;}
	
	#emphatic.morph #branding h1 a span,
	#emphatic.morph #branding p.slogan span {
		color: #ef2550;
	}

#branding.logotype-0 h1 {
	text-shadow: 1px 1px #ddd, 2px 2px #ddd, 3px 3px #ddd, 4px 4px #ddd, 5px 5px #ddd, 6px 6px #f9f9f9;
}
	
/* logo type 1 */
#branding.logotype-1 h1 {
	position: absolute;
	margin: 0;
	padding: 0; }
 
	#branding.logotype-1 h1 a {
		display: block;
		text-indent: -7998px;
		background-repeat: no-repeat;
		background-color: transparent; }
 
/* logo type 2 */
#branding.logotype-2 a.logo-img { position: absolute; }
 
/* logo type 3 */
#branding.logotype-3 #logo { position: absolute; }
 
/* slogan */
#branding .slogan {
	margin: 0;
	position: absolute;
	text-shadow: 1px 1px 0 #fff;
	font-weight:bold; }
 
/* toolbar
*******************************************************/
#toolbar-wrap {  }
#toolbar { }
#toolbar-inner {padding: .8em 0; }
 
/* masthead
*******************************************************/
#masthead {  }
#masthead-inner {}
#top .bannergroup { padding: 1em 1.4em 0 0; }
#masthead .menu.utility {
	float: right;
}

#masthead .search {
margin: 40px 0 0;
}
 
/* subhead
*******************************************************/
#subhead { position: relative; }
/* used for slider or random image so lets set a padding of 3em */
#subhead-inner {
	padding: 30px;
}
 
/* topnav
*******************************************************/
#topnav-wrap { position: relative; }
#topnav .inner {
	padding: 0;
}
#topnav {position: relative;}

/* topshelves
*******************************************************/
.topshelf { position: relative;}
.topshelf .inner {}
.topshelf .mod { margin-top: 0; }

#topshelf1 .inner {padding: 0;}
 
/* topshelf1 slider */
.slider-topshelf1 {
	margin: 0;
	position: relative;
	width: 74.923em; }
 
/* main body block
*******************************************************/
.content-wrap {
	padding: 1em 2em; }
	
#global-wrap {border: 1px solid #ccc; }

.primary-inner {
	padding-bottom: 1em;
}

#bd {position: relative;background: #fff; }

/*.bd-inner {border: 1px solid #fff;}*/
 
	#bd #yui-main #primary-content { background: #fff; }

/* bottomshelves common
*******************************************************/
/* padding with no block wrap */
.bottomshelf.none.no-inner {
	padding: 1em 0;
}
/* different padding with block wrap */
.bottomshelf.wrap .bottomshelf .inner {
	padding: 4em 0;
}
/* bottomshelf1
*******************************************************/
#bottomshelf1-wrap {}
 
#bottomshelf1 {}
 
#bottomshelf1-inner { }
 
	#bottomshelf1-inner .mod {}
 
/* bottomshelf2
*******************************************************/
#bottomshelf2-wrap {}
 
#bottomshelf2 { }
 
#bottomshelf2-inner {}
 
	#bottomshelf2-inner .mod {}
 
/* bottomshelf3
*******************************************************/
#bottomshelf3-wrap {}
 
#bottomshelf3 { }
 
#bottomshelf3-inner {}
 
	#bottomshelf3-inner .mod { }

 
/* user1 and user2
*******************************************************/

#user2 {margin-top:1em;float: left; }
#user1-inner,
#user2-inner { padding: 1em 1.5em 2em; }
 
/* insets
*******************************************************/ 
 
.inset {
	margin: 1em;
}
.inset .mod { margin-top: 0; }
 
/* footer
*******************************************************/
#footer-wrap {
	border-top: 1px solid #ddd; }
 
#footer * {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	line-height: 1; }
 
#footer {
	padding: 1em 0 1em 0;
	overflow: hidden; }
 
#footer-inner { padding: 0 1em; }
 
#footer .footer-left {
	float: left;
	margin: 0 0 0 1em; }
 
#footer .footer-right {
	float: right;
	text-align: right; }
 
#footer .footer-validation,
#footer ul { margin-bottom: .7em; }
 
#footer ul li {
	display: inline;
	padding-right: 1em; }
 
/* back to top
*******************************************************/
#top-link {
	background: transparent url(/morph_assets/themelets/emphatic/images/block-sprite-default.png) no-repeat 0 -250px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 0 #666666 inset;
	-webkit-box-shadow: 1px 1px 0 #666666 inset;
	-moz-box-shadow: 1px 1px 0 #666666 inset;
	border: 1px solid #000000;
	bottom: 20px;
	color: #FFFFFF;
	display: block;
	font-size: 1.3em;
	margin: 0;
	outline: 0 none;
	padding: 11px 20px 13px 40px;
	position: fixed;
	right: 5px;
	text-transform: lowercase;
 }
  
	#top-link:hover { text-decoration: none; }
 
/*bleu*/ 
#topnav ul a.top-level, #topnav ul a.mainlevel-nav, #topnav ul li span.separator {
    padding:0.8em 1em;}
    
#emphatic #topnav.block .inner {
    border-bottom: 0px;
    }

.block.wrap, .block.no-wrap,
#topnav .block .no-wrap{
  background:transparent url(/morph_assets/themelets/emphatic/images/navbar-30.png) repeat;
  
}  
#topnav.subtext #nav ul .submenu_item {
      color: #333;
      font-size: 1em;
}

#emphatic #topnav.block .menu > li {
    border-left: 0px;
    border-right: 0px;
}      
      
      
/*bleu - tab*/
.jwts_tabberlive .jwts_tabbertab{
  border:none;
}

#breadcrumbs {
    font-size: 0.9em;
    padding: .8em;
}
.contentheading, h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.2em;font-weight:normal;
}
.componentheading, h1 {
    font-size: 1.6em;font-weight:normal;
    line-height: 1em;
}

.sidebar ul.menu li a, .sidebar ul.menu li span.separator {
    color: #999999;
    font-size: 1.05em;text-transform: none;
    }

.sidebar ul.menu .submenu_item {
    color: #666;
    font-size: 1em;
    font-weight: normal;
        line-height: 1.3em;
    }
    
    
.blog .article-row {
      padding: 1em 0 0;
    }
.article-row h4{margin: 0 0 .3em;font-size:1em;} 

#ct-count, .ct-count {display:none;}

