/* browser reset for control of spacing on header and list items *//* basic typography overrides from blueprint.css *//* most color information is located in the theme-specific .css document publication.css in the theme folders *//* typography.css */
body {font-size:75%;color:#333;background:#fff;font-family:proxima-nova, Helvetica, sans-serif; margin: 0 !important; }

h1 {font-size:2em;line-height:1;margin: 10px 0 0 0;}
h2 {font-size:1.6em;margin-bottom:.25em;}
h3 {font-size:1.5em;line-height:1; margin-bottom:.25em; font-weight: bold;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:.25em; font-weight:bold;}
h5 {font-size:1em;font-weight:bold;margin-bottom:.25em;}
h6 {font-size:.9em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 .5em; line-height: 1.5em; }
hr { margin: 0 0 .6em}
div { display: block;}

h1,h3,h5,h2,h4,h5 { color: #333;}

p img.left {float:left;margin:.5em 1.5em 0 0;padding:0; border: 1px solid #ccc;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
.ccm-output-thumbnail { float: left; margin: .5em 1.5em 1.5em 0; padding: 0;}


blockquote {margin:1.5em;color:#666; background-color: #eee; padding: 15px 10px; border-left: 1px solid #ccc;}
li ul, li ol {margin:0 1.5em;}ul, ol {margin:0 1.5em 1.5em 1.5em;}ul {list-style-type:disc;}ol {list-style-type:decimal;}.label { text-transform: uppercase; font-weight:normal;}.large { font-weight: bold; font-size: 1.2em;  line-height: 1.5em;}
a.more, .more a { background:transparent url(http://www.eejournal.com/themes/eejournal/images/bg_arrow.gif) no-repeat scroll 100% 3px; padding:0 20px 0 0; font-weight: bold;
}
a.download, .download a {   background: transparent url(http://www.eejournal.com/themes/eejournal/images/download.jpg) top left no-repeat;  text-indent: -9999px;  padding: 28px 23px 18px 105px; }

/* search results */

.gsc-above-wrapper-area {
    padding-bottom: 0px !important;
}

.gsc-result-info {
    margin: 0px !important;
}

.gsc-result-info-container {
    padding: 0px !important;
}

.gsc-result {
    padding: 0px !important;
}

.gs-per-result-labels {
    display: none !important;
}

.gsc-url-bottom {
    display: none !important;
}

/* layout styles */


.forprint {
	padding: 20px;
	text-align: left;
}

.socialMedia {
	background: #ffffff;
	padding-bottom: 2px;
}
.container {
   margin-top: 10px;
}

#header h2 {
	background: url(http://www.eejournal.com/themes/eejournal/images/tfm_40.jpg) top right no-repeat;
	text-indent: -9999px;
}


#secondary {
	background: #f3f3f3;
}
	
	#subscribe h2 { color: #333; font-size: 1em; font-weight: bold; text-transform: lowercase; margin: 0;}
	#content .box { padding: .5em 1.5em; width: 85%; } 

#news p, #ondemand p {
	margin: 0 0 1em 0;
}

#home #news p, #home #ondemand p {
	line-height: 1.1em;
	margin: 0 0 1em 0;
}

#ondemand {
	margin-top: 15px;
}

#ondemand h3 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin-top:15px;
}

#home #ondemand p {
	font-size: 90%;
	line-height: 1.3em;
}

#ondemand p.sponsor, #home #ondemand p.sponsor {
	font-style: italic;
	margin: -11px 0 1.5em 0;
}

#primary h1 {
	margin-bottom: .2em;
}

#primary h2 {
	line-height: 1.2em;
	margin-bottom: .7em;
}

#primary div.feature {
	padding-bottom: 15px;
	padding-right: 25px;
	/* overflow: hidden; */
}

#primary p {
	font-size:14px;
}

#primary ol, #primary ul {
	font-size:14px;
}

	#primary #pb_sidebar p {
		font-size: 1em;
	}

#articles .feature img, #articles img {
	border: 1px solid #ccc;	
	margin: 0 1.5em 1em 0;
}

.item {
	margin-bottom: 10px;
}

.feature img {
	border: 1px solid #ccc;
}

.ccm-page-list-thumbnail {
	float: left;
	margin: 0 5px 2px 0;
}
	
	
/** navigation styles **/

/* all navigation */

ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav a, ul.nav a:hover {
	text-decoration: none;
	padding: 5px 8px;
}

ul.nav li {
	display: inline;
}

ul.nav li ul {
	border: 1px solid black;
}

li.nav-selected ul  {
	display: block;
	text-align: left;
	border: 1px solid black;
}

/* primary navigation */

ul#primarynav {
	background: transparent url(http://www.eejournal.com/themes/eejournal/images/bg_primarynav.gif) no-repeat scroll 0 0;
	height: 25px;
	margin: 10px 0 10px 0;
}

ul#primarynav li.first {
	margin-left: 15px;
}

ul#primarynav a {
	color: #eee;
	text-transform: uppercase;
	line-height: 25px;
	font-size: .9em;
	font-weight: bold;	
}

ul#primarynav a:hover {
	color: #fff;
	background: transparent url(http://www.eejournal.com/themes/eejournal/images/bg_primarynav_rollover.gif) no-repeat scroll 0 0;
	border-right: 1px solid #999;
	padding-right: 7px;
}

/*  footer navigation **/
#footer ul a {
	font-size: .9em;
	color: #666;
}

#footer ul a:hover {
	color: #000;
	text-decoration: underline;
}


#footer a {
  padding: 0 10px 0 0;
}

#footer {
	color: #626262;
	text-align: center;
}

/* other navigation */

/*#otherpubs {
	margin-top: 4px;
}

#otherpubs a {
	color:#666666;
	font-size:10px;
	padding:0 4px;
	text-transform:uppercase;
} */

/* home page */

#search {
	margin: 5px 0 0 0;
}

#search input {
	height: 17px;
	width: 250px;
}

#search button {
	background: url(http://www.eejournal.com/themes/eejournal/images/button_search.gif) top center no-repeat;
	height: 23px;
	width: 77px;
	text-indent: -9999px;
	border: 0;
	padding: 0 0 5px 0;
}

 *html #search button {
	margin: -28px 0 0 0;
}

#subscribe input {
	height: 18px;
}

#subscribe button {
	background: url(http://www.eejournal.com/themes/eejournal/images/button_subscribe.gif) top center no-repeat;
	height: 23px;
	width: 84px;
	text-indent: -9999px;
	border: 0;
	padding: 0 0 5px 0;
}

 *html #subscribe button {
 	margin: -28px 0 0 0;	
 }

#search button:hover, #subscribe button:hover {
	background-position: 0 -23px;
}

/* search styles */

#cse-search-box {
	margin-top: 10px;
	position: relative;
}

input#q {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #cccccc;
    border-radius: 8px;
    color: #333333;
    width: 323px;
	display: inline-block;
	min-height: 18px;
	height: 100%;
}

button#hdrsearchbtn {
	background: url(http://www.eejournal.com/themes/eejournal/images/btn_search.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    width: 16px;
	text-indent: -9999px;
	position: absolute;
	top:8px;
	right: 25px;
}

.search {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 20px 0;
	padding: 10px 20px;
}

.search input, #subscribe input {
	width: 180px;
	height: 18px;
}

.search h3 {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 1em;
}

.search button {
	background: url(http://www.eejournal.com/themes/eejournal/images/button_search.gif) top center no-repeat;
	height: 23px;
	width: 77px;
	text-indent: -9999px;
	border: 0;
	padding: 0 0 5px 0;
}

.search button:hover {
	background-position: 0 -23px;
}



/* icon styles */

.print, .email, .comment, .rss, .gear, .find {
	line-height:1.8em;
	list-style-type:none;
	padding:2px 0 2px 28px;

}

.new {
	padding: 0 0 0 42px;
}

.shareli {
    list-style-type:none;
    position:relative;
}

.share {
    height: 32px;
    vertical-align:top;
    position:absolute;
    top:50%;
    margin-top:1px;
}

.print { background:transparent url(http://www.eejournal.com/themes/eejournal/images/icon_print.gif) no-repeat scroll 0 0; }
.email { background:transparent url(http://www.eejournal.com/themes/eejournal/images/icon_email.gif) no-repeat scroll 0 0; }
.comment { background:transparent url(http://www.eejournal.com/themes/eejournal/images/icon_comment.gif) no-repeat scroll 0 0; }
.rss { background:transparent url(http://www.eejournal.com/themes/eejournal/images/icon_rss.gif) no-repeat scroll 0 0; }
.gear { background:transparent url(http://www.eejournal.com/themes/eejournal/images/icon_gear.gif) no-repeat scroll 0 0; }
.find { background:transparent url(http://www.eejournal.com/themes/eejournal/images/icon_more.gif) no-repeat scroll 0 0; }
.new { background:transparent url(http://www.eejournal.com/themes/eejournal/images/icon_new.gif) no-repeat scroll 0 0; }

.ads { text-align: center; margin: 20px 0;}
#home .ads { text-align: left;}
.sideBox { padding: 3px 10px; border: 1px solid #ccc; margin: 15px; background: #fff;}

#news div.textad {
    border: 1px solid #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f1f8fe;
    padding: 6px;
    margin-top: 3px;
    margin-bottom: 6px;
    line-height: 13px;
}

#news div.textad p {
    padding-top: 6px;
    padding-bottom: 0px;
}

#news div.textad b {
    display: block;
}

#news .sideBox, #news .poll {
 padding: 5px 10px; 
 border: 1px solid #ccc;
 font-size: 90%;
 margin: 12px 0;
 line-height: 1.2em;
}

.poll { padding: 3px 10px; border: 1px solid #ccc; margin: 15px; background: #fff;}
.poll .buttons { margin-top: 10px; }



.rssIcon { float: right;}
#content .rssIcon img { border: none;}
.rssIcon a { color: #666; text-transform: uppercase; font-size: .9em;}
span.rssItemDate { color: #bbb; font-weight: normal;}
.rssSummaryList p { font-weight: bold;}


/** Guestbook Comments **/

#content .guestBook-title {
	font-weight: bold;
	color: #c9c9c9;
	font-size: 170%;
}

#content .guestBook-formBlock {
	padding: 3px 10px; border: 1px solid #ccc; background: #F3F3F3;
}

#content h5.guestBook-formBlock-title {
	font-size: 110%;
}

#content .guestBook-formBlock input[type="text"] {
	width: 350px;
	height: 18px;
	padding: 2px;
}

#content .guestBook-formBlock textarea {
	width: 98%;
}

#content div.guestBook-entry {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

#sitetools {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:10px;
	padding:15px 0 1px;
	height: 185px;
}

.twocol-sidebar {
	
}
 
  .twocol-sidebar h2 {
  	margin-top:20px;
	color:#666666; 
	font-weight:bold;
	font-size: 1.3em;
  }
  
   .twocol-sidebar a {
   	color: #333333;
   }
   
/* specific styles for this publication
 * 
 * EEJ branding color: #006699
 */

a.tooltip img {
    padding-left: 5px;
}

a.back {
	padding-left: 20px;
	background: transparent url(http://www.eejournal.com/themes/eejournal/images/bg_arrow_back.png) left center no-repeat;
	font-weight: bold;
}

#ondemand h2.headline {
	font-weight: 600;
	font-family: proxima-nova-condensed;
	background: none;
	text-indent: 0;
    color: #000;
    font-size: 1.9em;
    text-transform: lowercase;	
}

.layout{
	
}

	.layout h2 {
		margin: .6em 0;
		font-size: 2em;
	}
	

#primary {
	margin-top: 10px;
}

a.more[href="/design/eda/editors-blog"] {
    display: none;
}

#ondemand {
	background-color: #ffffff;
}

#ondemand p {
	padding-left: 25px;
	margin: 0;
}
	.asset_type {
		width: 150px;
		float: right;
		text-align: center;
	}
	
	h1.asset {
		padding-left: 75px;
		background: url(http://www.eejournal.com/themes/eejournal/images/icon_generic.png) top left no-repeat;
		min-height: 60px;
		height: 100%;
		line-height: 1.2em;		
	}
	
	h1.Chalk { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_chalktalk.png); }
	h1.Data { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_generic.png); }
	h1.Reference { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_design.png); }
	h1.User { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_userguide.png); }
	h1.Video { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_video.png); }
	h1.Webcast { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_webcast.png); }
	h1.White { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_whitepaper.png); }
	h1.Podcast { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_podcast.png); }
	h1.Product { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_product.png);}
	h1.App { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_generic.png);}
	
	
	#ondemand .item p {
		padding-left: 25px;
	}
	
	h3.asset {
		padding-left: 25px;
		background: url(http://www.eejournal.com/themes/eejournal/images/icon_generic18.png) top left no-repeat;
		min-height: 18px;
		height: 100%;
		line-height: 1.2em;		
	}
	
	h3.Chalk { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_chalktalk18.png); }
	h3.Data { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_generic18.png); }
	h3.Reference { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_design18.png); }
	h3.User { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_userguide18.png); }
	h3.Video { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_video18.png); }
	h3.Webcast { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_webcast18.png); }
	h3.White { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_whitepaper18.png); }
	h3.Podcast { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_podcast18.png); }
	h3.Product { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_product18.png);}
	h3.App { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_generic18.png); }

.sideBox {
	 -moz-border-radius: 8px 8px 8px 8px;
	 -webkit-border-radius: 8px;
    background-color: #F0F8FF;
}

.box {
	 -moz-border-radius: 8px 8px 8px 8px;
	 -webkit-border-radius: 8px;
	background: #f3f3f3 url(http://www.eejournal.com/themes/eejournal/images/bg_box.gif) top left repeat-x;	
	border: 1px solid #ccc;
}

	.box h2 { font-size: 1.5em; }

	.box h3 { margin-top: 10px; font-size: 1.3em;}
	
	.box input[type="text"], .box select {
		display: inline;
    	height: 100%;
   		margin-top: 5px;
    	min-height: 17px;
		width: 60%;
	}
	
	.shadow { background: none;
		-moz-box-shadow: 2px 2px 5px #ccc;
    	-webkit-box-shadow: 2px 2px 5px #ccc;
    	box-shadow: 2px 2px 5px #ccc;
	 }
	
.search input, #subscribe input {
    height: 18px;
    width: 175px;
}	

label {
	line-height: 2em;
}

form h2 {
	color: #336699;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 1.7em;
}

div.loginButton {
	padding: 8px 0;
}

input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {
    top: 0;
}

.btn.blue {
    background-color: #336699;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    color: white;    
}

.btn.gray {
	background-color: #999999;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
}

input.btn {
	border-color: rgba(255, 255, 255, 0.5) -moz-use-text-color -moz-use-text-color;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
}

.btn {
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px;
    background-image: url(http://www.eejournal.com/themes/eejournal/images/btn_overlay.png);
    background-position: 0 50%;
    background-repeat: repeat-x;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: -5px 1em;
    padding: .5em 1.1em;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#search input, #subscribe input {
    display: inline;
    margin-top: 5px;
    min-height: 17px;
	height: 100%;
	}
	
#matogertel_search_form13932 label, #matogertel_search_form13944 label {
	display: inline-block;
	width: 75px;
}
	#matogertel_search_form13932 .btn, #matogertel_search_form13944 .btn {
		margin: 0;
	}
	
.eej-form {
	width: 500px;
	margin: 10px auto;
}
	.eej-form .ccm-form, .eej-form {
		margin-top: 35px;
		background-color: #eeeeee;
		border: 1px solid #cccccc;
		padding: 25px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}
	
	.eej-form input[type=text], .eej-form input[type=password], .eej-form input[type=select], input[type="text"], input[type="password"] {
		width: 100%;
	    -moz-box-sizing: border-box;
	    border: 1px solid #cccccc;
	    display: block;
	    margin: 0;
	    min-height: 20px;
		height: 100%;
	    padding: 4px;
	}
	
	.eej-form select {
		width: 100%;
		min-height: 21px;
		height: 100%;
	    padding: 4px;
	}
	
	.eej-form label {
		font-weight:bold;
	}
	
	.eej-form .actions .btn {
	    background-color: #336699;
	    border-bottom: 1px solid #333333;
	    border-left: 1px solid #333333;
	    color: white;  	
	    margin: 10px 0 30px 0;
	    display: inline;
	    font-family: proxima-nova,Helvetica,sans-serif;
	}

	#filter {
	    background-color: #336699;
	    border-bottom: 1px solid #333333;
	    border-left: 1px solid #333333;
	    color: white; 	
	}

#navigation {
}

#home .feature h2 {
	line-height: 1em;
	font-size: 2.3em;
}

#home .feature h3 {
	font-size: 1.3em;
	line-height: 1.1em;
}

.channel_headline {
	/*background-color: #eee;*/
	background: #6699cc url(http://www.eejournal.com/themes/eejournal/images/bg_rough.png) top left no-repeat;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;	
	padding: 12px 5px 1px 25px;
	margin-top: -10px;
}

.channel_headline h2 a {
	color: #ffffff;
	text-decoration: none;
	font-size: .7em;
}

a { 
	text-decoration: none; 
	/* customize_link */ color: #336699; /* customize_link */
 }

a:hover { 
	text-decoration: underline; 
	/* customize_hover */color: #1c4670; /* customize_hover */}


#header h1 a {
	width: 396px;
	height: 111px;
/*	height: 98px; */
	background: transparent url(http://www.eejournal.com/themes/eejournal/images/EEJ_master_webheading.jpg) no-repeat scroll 0 0;
	text-indent: -9999em;
	margin: 0;
	display: block;
}

/*#otherpubs h2 a {
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-right: 20px;
	color: #006699;
}*/

.channel {
	padding: 20px 15px 15px 85px;
	min-height: 140px;
	margin-bottom: 20px;
}

  .channel h2 {
  	color: #666666;
	font-weight: bold;
	font-size: 1.1em;  	
  }

  .channel p {
  	color: #666666;
	line-height: 1.8em;
  }

#board {
	background: transparent url(http://www.eejournal.com/themes/eejournal/images/board_anchor.png) top left no-repeat;
}

.2col-sidebar {
	
}
 
  .2col-sidebar h2 {
  	margin-top:20px;
	color:#666666; 
	font-weight:bold;
	font-size: 1.3em;
  }
  
   .2col-sidebar a {
   	color: #333333;
   }
   
/* text styles */

.sidebar {
	border-top: 1px solid;
    border-bottom: 1px solid;
	color: #336699;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 5px;
	padding-top: 5px;
}

div.ccm-pagination {
    font-size: .9em;
    margin-top: 24px;
    text-align: center;
}
div.ccm-pagination span.ccm-page-left {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative !important;
}
div.ccm-pagination span.ccm-page-right {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative !important;
}
div.ccm-pagination span a, div.ccm-pagination span strong, div.ccm-pagination span.ltgray {
    -moz-border-radius: 4px 4px 4px 4px;
    background-color: #eee;
    border: 1px solid #666;
    color: #336699;
    display: inline-block;
    height: 15px;
    line-height: 14px;
    padding: 4px 6px 3px;
}
div.ccm-pagination span.ltgray {
    opacity: 0.3;
}
div.ccm-pagination span.ccm-pagination-ellipses {
    color: #336699;
    margin-left: 6px;
    margin-right: 6px;
    padding: 3px;
}
div.ccm-pagination span {
    display: inline-block;
    margin-right: 5px;
}
div.ccm-pagination span a:hover, div.ccm-pagination span strong {
    background-color: #336699;
    color: #FFFFFF;
    text-decoration: none;
}


.gracenote, .gracenote a {
	font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    text-transform: uppercase;
	color: #999;
}

#ondemand p.sponsor, #home #ondemand p.sponsor {
	font-style: normal;
	font-size: 90%;
	margin: 0;
}

/** BLOG STYLES **/

.blog_comment {
	background: url(http://www.eejournal.com/themes/eejournal/images/icon_comment.png) no-repeat scroll 0 1px transparent;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    min-height: 20px;
    padding: 0 0 0 7px;
	font-size: 90%;
}

/* kind of a hack, but we shall see */
h2.blog_listing {
		text-transform: uppercase;
		font-size: 1em;
		color: #666;
		font-weight:bold;
		border-bottom: 1px dotted #666;
		margin-bottom:.2em !important;
		margin-top: 2em;
}

#home h2.blog_listing {
	margin-top: 0;
}

.channeltab {
	box-shadow: inset 0 -1px 5px #cccccc; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 5px 5px 5px 10px;
	margin-bottom: 15px;
}
	.channeltab h2 {
			font-weight: 600;
			line-height: 1.2em;
			margin-bottom: 0;
			margin-top: 10px;
			font-family: proxima-nova-condensed;
			font-size: 1.9em;
		}
   .channeltab p {
   		font-size: 1.1em;
   		margin-bottom: 0;
   		color: #999999;
   		text-transform: uppercase;
   }
   
 .titlewidget {
	font-family: proxima-nova-condensed;
 	color: #000;
 	font-size: 2em;
 	font-weight: 600;
 	margin-top: 8px;
 	text-transform: lowercase;
 	border-bottom: 1px dotted #ccc;
 }
 	.titlewidget a {
 		color: #000;
 	}   
 	
 	.titlewidget a:hover {
 		color: #333;
 		text-decoration: none;
 	}
 
 	li.channel_icon {
		padding-left: 25px;
		min-height: 35px;
		height: 100%;
		line-height: 1.2em;
		background: url(http://www.eejournal.com/themes/eejournal/images/icon_fpga.png) top left no-repeat;
				
	}
	
	li.Analog { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_analog25.png); }
	li.Board { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_board25.png); }
	li.Career { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_careers25.png); }
	li.Communications { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_communications25.png); }
	li.Computer { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_computer25.png); }
	li.Consumer { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_consumer25.png); }
	li.EDA { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_eda25.png); }
	li.Electromechanical { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_electromech25.png); }
	li.Embedded { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_embedded25.png); }
	li.FPGA { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_fpga25.png); }
	li.Green { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_green25.png); }
	li.Industrial { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_industrial25.png); }
	li.Manufacturing { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_manufacturing2.png); }
	li.Medical { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_medical25.png); }
	li.MilAero { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_milaero25.png); }
	li.Power { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_power25.png); }
	li.Semiconductor { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_semiconductor25.png); }
	li.Software { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_software25.png); }
	li.Test { background-image: url(http://www.eejournal.com/themes/eejournal/images/icon_test25.png); } 
	
	
/* PROFILE PAGES */

/*#ccm-profile-body div {
	font-size: 1.2em;
	}
	
	#ccm-profile-body div label {
		display: inline-block;
		width: 100px;
	}
	
	#ccm-profile-sidebar ul {
	margin-left: 0;
	margin-top: 20px;
	}*/