
/* basic typography overrides from blueprint.css */
/* typography.css */
body {font-size:80%;color:#333;background:#fff;font-family: proxima-nova,Helvetica,sans-serif;}

#header {
 margin-top: 20px;
 height: 100px;
 }

.home #primary {
	background: #eeeeee url(http://www.eejournal.com/themes/tfm_mediakit/images/bg_circuits.png) top left no-repeat;
	}

.home .shadow {
	background: #ffffff url(http://www.eejournal.com/themes/tfm_mediakit/images/bg_shadow.png) bottom center repeat-x;
	}

#upperbanner {
	margin-top: 25px;
  }

#header h1 a {
	background: transparent url(http://www.eejournal.com/themes/tfm_mediakit/images/tfmediakit_logo.png) top left no-repeat;
	height: 100px;
	text-indent: -9999px;
	display:block;
}

#primary p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 50px;
	margin-right: 50px;
	}

	#primary ul {
		margin-left: 85px;
		margin-right: 85px;
	
	}

	#primary li {
	font-size: 1.2em;
	line-height: 1.5em;	
	}
	
	#primary li li {
	font-size: inherit;
	}
	
	#primary h2, #primary h3 {
		margin-left: 45px;
	}

#primary .bio {
	padding-top: 30px;
	clear: both;
}

	#primary .bio p, #primary .bio h2 {
		margin-left: 120px;
	}
	
	#primary .bio h2 {
		font-size: 
		color: #336699;
		font-family: proxima-nova-condensed;
	}
	
	#primary .bio img {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.35), 0 150px 180px 0 #FFFFFF, 0 12px 6px -8px rgba(0, 0, 0, 0.85);
	}

/* layout styles */

/** navigation styles **/

/* additional legacy styles from old site **/

#navigation a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

#navigation a:hover {
	color: #CC0000;
}

#utility {
	padding: 10px 0;
	text-align: right;
	color: #999;
	}
	
	#utility a {
		text-decoration: none;
		font-weight: bold;
		color: #999;
	}

	#utility a:hover {
		color: #000000;
	}

	
.center {
	text-align: center;
}


/* all navigation */

/* superfish override */

.sf-menu {
	text-transform: uppercase;
}

.sf-menu a {
	padding: 0.75em .5em !important;
	Font-weight:800;
}

#sf-menu1889 .sf-menu li {
	border-color:#ffffff #dedede #ffffff #ffffff  !important;
}

.minimalNav .sf-menu ul.sf-submenu li {
	left: -1px !important;
	}

.minimalNav .sf-menu li {
	border-color: #FFFFFF #CCCCCC #FFFFFF #FFFFFF !important;
	}

.minimalNav .sf-shadow ul {
		background: none;
	}
	
.minimalNav .sf-sub-indicator {
	display: none;
}

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 li {
	display: block;
	text-align: left;
	border: 1px solid black;
}


/*  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;
}

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

.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/tfm_mediakit/images/btn_overlay.png);
    background-position: 0 50%;
    background-repeat: repeat-x;
    color: white !important;
    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);
}

p.sidebar {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 2em;
}

h1.circuits {
	background: #ffffff url(http://www.eejournal.com/themes/tfm_mediakit/images/bg_circuits_header.png) left center no-repeat;
	min-height: 100px;
	}


