
/* 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: #484824; /* customize_link */
 }

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


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

#upperbanner {
	margin-top: 25px;
}

#header h1 {
	background: transparent url(http://www.techfocusmedia.net/themes/tfm_mediakit/images/tfmediakit_logo.jpg) top left no-repeat;
	height: 100px;
	text-indent: -9999px;
}



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

.center {
	text-align: center;
}


/* all navigation */

/* superfish override */

.sf-menu {
	text-transform: uppercase;
	font-size: 10px;
	width: 950px;
	background: black;
}

.sf-menu a {
	font-size: 11px !important;
}

#sf-menu1889 .sf-menu li {
	border-color:#000000 #000000 #000000 #CCCCCC !important;
}


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

