
/* basic typography overrides from blueprint.css */
/* typography.css */
body {font-size:75%;color:#333;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1,h3,h5 { color: #333;}
h2,h4,h5 { color: #333;}

h1 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:.25em;}
h3 {font-size:1.2em;line-height:1;margin-bottom:.25em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:.25em;}
h5 {font-size:.9em;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;}

p img.left {float:left;margin:.5em 1.5em 1.5em 0;padding:0;}
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;font-style:italic;}
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 { 
	text-decoration: none; 
	/* customize_link */ color: #6377A7; /* customize_link */
 }

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


#header {
 margin-bottom: 20px;
 text-align: center;
}

/* layout styles */

#primary .singlepage {
	width: 700px;
	margin: 0 auto;
}

.tfm_nav {
	margin-bottom: 20px;
}

#otherpubs {
	margin: 5px 0;
}

		#otherpubs h2 {
			font-weight: bold;
			font-size: 12px;
			float: left;
			margin-right: 20px;
		}
				
		#otherpubs a {
			color: #696969;
			font-size: 11px;
		}
		
		#otherpubs a:hover {
			color: #000;
			text-decoration: underline;
		}


#editor_message h2, #news h2, #articles h2, #webcasts h2, #subscribe h2 {
		height: 30px;
		text-indent: -9999px;	
}

#editor_message h3, #news h3, #articles h3, #webcasts h3, #subscribe h3 {
		font-weight: bold;	
}

#editor_message h3, #news h3, #subscribe h3 {
		font-size: .9em;
		font-weight: bold;	
}

	
	#editor_message h2 { background: url(http://www.eejournal.com/themes/techfocusmedia/images/title_fromtheeditor.gif) no-repeat scroll 0 0; height: 18px; }
	#subscribe h2 { background: url(http://www.eejournal.com/themes/techfocusmedia/images/title_subscribe.gif) no-repeat scroll 0 0; height: 11px; }
	#news h2 { background: url(http://www.eejournal.com/themes/techfocusmedia/images/title_news.gif) no-repeat scroll 0 0; }
	#articles h2 { background: url(http://www.eejournal.com/themes/techfocusmedia/images/title_featurearticles.gif) no-repeat scroll 0 0; margin-top: 25px; }		
	#webcasts h2 { background: url(http://www.eejournal.com/themes/techfocusmedia/images/title_webcasts.gif) no-repeat scroll 0 0; margin-top: 25px;}
	
div.feature h2 {
	font-size: 1.9em;
	margin: 0;
}

div.feature h3 {
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;	
}
	
#articles p.author {
	font-style: italic;
	font-size: .9em;
}	

.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;
}

/* primary navigation */

ul#primarynav {
	background: transparent url(http://www.eejournal.com/themes/techfocusmedia/images/bg_primarynav.gif) no-repeat scroll 0 0;
	height: 25px;
	margin: 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/techfocusmedia/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;
}

/* home page */

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

#search input {
	height: 17px;
	border-color: #333333;
}

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

#subscribe input {
	height: 18px;
	border-color: #333333;
}

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

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

/* additional legacy styles from old site **/

#tfm_nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}

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

.center {
	text-align: center;
}
/** Form Styles **/

.ccm-error {color: #f00; font-weight: bold}
#content ul.ccm-error {font-size: 12px; list-style-type: none; padding: 0px; margin: 0px 0px 30px 0px}
#content ul.ccm-error li {margin-bottom: 8px}

#content div.ccm-form {width: 300px; margin: 0;}

#content div.ccm-form label {font-size: 12px; color: #333}
#content div.ccm-form-sub {color: #888; font-size: 12px}
#content div.ccm-form input.ccm-input-text, div.ccm-form input.uak-text, div.ccm-form input.ccm-input-password, div.ccm-form input.ccm-input-captcha {width: 300px; font-size: 14px; color: #444; padding: 2px}
#content div.ccm-form input.ccm-input-openid {background: #fff url(http://www.eejournal.com/themes/techfocusmedia/../images/icons/openid.gif) no-repeat scroll 2px 6px; width: 284px; font-size: 18px; color: #444; padding: 4px 4px 4px 20px}

#content input.ccm-input-submit {font-size: 18px;}
#content div.ccm-button {margin-top: 12px; text-align: right; background: none;}
div.ccm-form input[type="text"], input[type="password"], input.text, input.title, textarea, select {
	margin: 0;
}

#content div.ccm-form select {
	padding: 9px;
}

#emailsubscribe input[type="text"] {
	width: 350px;
	padding: 4px;
}

