/*

	CFC - Main Stylesheet
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */

/* Changed to Verdana 18px line height, from arial , default line height*/

body {
	background: #7D7D7D;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #000000;
}

table tr td {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	width: 100%;
	background: 0;
}

.clearit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul#indent{
	list-style: none;
	margin: 0;
	padding-left: 20px;
}
/* =Branding
---------------------------------------------------------------------------------------------------- */
#branding {
	background: url('../images/wrapper/branding-bg.jpg') 0 0 no-repeat;
	width: 100%;
	min-height: 135px;
	height: auto !important;
	height: 135px;
	border-bottom: 13px solid #41C4DC;
}

#branding-f {
	background: url('../images/wrapper/branding-bg-f.jpg') 0 0 no-repeat;
	width: 100%;
	min-height: 135px;
	height: auto !important;
	height: 135px;
	border-bottom: 13px solid #41C4DC;
}

#branding #logo, #branding-f #logo {
	padding: 17px 0 0 26px;
}

/* =Toolbar Search
---------------------------------------------------------------------------------------------------- */
#branding #toolbar, #branding-f #toolbar {
	float: right;
	color: #ffffff;
	font-size: 11px;
	padding: 20px 23px 0 0;
	width: 400px;
	text-align: right;
	position: relative;
	left: -192px;
}

#branding #toolbar form .search-field, #branding-f #toolbar form .search-field {
	background: #ffffff;
	border: 1px solid #E2E2E2;
	height: 22px;
	width: 180px;
	position: absolute;
	top: 16px;
	left: 410px;
}

#branding #toolbar a, #branding-f #toolbar a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

#branding #toolbar a:hover, #branding-f #toolbar a:hover {
	text-decoration: underline;
}

/* =Layout (homepage)
---------------------------------------------------------------------------------------------------- */
#right-col #news {
	padding: 22px 0 0 0;
}

#right-col #news a {
	color: #000000;
}

#right-col #news a:hover {
	color: #E37922;
}

#left-content .text-content {
	padding: 22px 16px 0 0;
}

#home-sub-content {
	background: url('../images/wrapper/right-content-border-left.jpg') 0 0 no-repeat; 
	float: right;
	width: 215px;
	min-height: 375px;
	height: auto !important;
	height: 375px;
} 

#home-sub-content #sub-content-items {
	padding: 22px 16px 0 18px;	
}

#home-sub-content #sub-content-items img{
     border: solid #666666 2px ;
		
}

#home-sub-content #sub-content-items ul li {
	padding: 4px 0 4px 0;
}

#home-sub-content #sub-content-items ul li a {
	color: #000000;
}

#home-sub-content #sub-content-items ul li a:hover {
	color: #E37922;
}	



/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	background: #ffffff url('../images/wrapper/wrapper-bg.gif') 0 0 repeat-y;
	width: 984px;
	margin: 0 auto 0 auto;
}
#wrapper-members {
	background: #ffffff url('../images/wrapper/wrapper-bg-members.gif') 0 0 repeat-y;
	width: 984px;
	margin: 0 auto 0 auto;
}


#wrapper-inner {
	width: 980px;
	margin: 0 auto 0 auto;
}

#left-col {
	float: left;
	width: 235px;
}

#right-col {
	float: right;
	width: 745px;
}	


#right-col #main-content {
	padding: 15px 0 10px 16px;
}

#left-content {
	float: left;
	width: 506px;
	min-height: 375px;
	height: auto !important;
	height: 375px;
}

#left-content #text-content {
	padding: 22px 16px 0 0;
}

#story-content {
	float: left;
	width: 660px;
	min-height: 375px;
	height: auto !important;
	height: 375px;
}
#story-content #text-content {
	padding: 22px 5px 0 0;
}


/* =left navigation
---------------------------------------------------------------------------------------------------- */
#left-nav {
	margin-top: -3px;
	position: relative;
}

#left-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#left-nav #add-items {
	margin-top: 45px;
}

#left-nav #add-items ul {
	margin: 0;
	padding: 0;
}

#left-nav #add-items li a img {
	display: block;
}

ul#flyout {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#flyout li {
	margin: 0;
	padding: 0;
}

ul#flyout li a img {
	display: block;
}

#left-nav div.sub-nav {
	padding: 8px 10px 10px 24px;
}

#left-nav div.sub-nav a {
	display: block;
	color: #2F99AC;
	text-decoration: none;
	padding: 2px 0 2px 0;
	width: 181px;
}

#left-nav div.sub-nav a:hover {
	color: #000000;
}

#left-nav div.sub-nav a.on {
	color: #000000;
}


#left-nav div.sub-nav div.sub-sub-nav {
	padding: 0 0 10px 20px;
}

#left-nav div.sub-nav div.sub-sub-nav a {
	display: block;
	color: #E37922;
	text-decoration: none;
	padding: 2px 0 2px 0;
}

#left-nav div.sub-nav div.sub-sub-nav a:hover {
	color: #000000;
}

#left-nav div.sub-nav div.sub-sub-nav a.on {
	color: #000000;
}

/* =Sub content
---------------------------------------------------------------------------------------------------- */
#sub-content {
	background: url('../images/wrapper/right-content-border-left.jpg') 0 0 no-repeat; 
	float: right;
	width: 215px;
	min-height: 375px;
	height: auto !important;
	height: 375px;
} 

#sub-content #sub-content-items {
	padding: 0 16px 0 18px;	
}

#sub-content #sub-content-items a {
	color: #000000;
}

#sub-content #sub-content-items img{
	border:solid #666666 2px;	
}

#sub-content #sub-content-items ul {
	margin-top: 10px;
	padding-left: 0px;
	margin-left: 16px;
}

#sub-content #sub-content-items ul li {
	padding: 0 0 8px 0;
}

#sub-content #sub-content-items ul li[icon=pdf] {
	background-postion: left;
	margin-left: -20px;
	padding-left: 20px;
}

#sub-content #sub-content-items ul li a {
	color: #000000;
}

#sub-content #sub-content-items ul li a:hover {
	color: #E37922;
}	
#sub-content #sub-content-items p a:hover {
	color: #E37922;
}	



/*Local Stories Template */
/****************************************************************************/
#sub-content-stories {
	padding: 5px 20px 0 20px;	
	background: url('../images/wrapper/right-content-border-left.jpg') 3px 0 no-repeat; 
	float: right;
    height: auto !important;
	
}

#sub-content-stories img{
	border:solid #666666 2px;	
}



/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	background: url('../images/wrapper/page-hr.jpg') 0 100% no-repeat;
	padding: 0 0 12px 0;
	color: #000000;
	font-size: 11px;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	color: #E37922;
	outline: none;
}

a:hover {
	outline: none;
	color: #000000;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */

ul.generic li {
	list-style: none;
	background: url('../images/wrapper/list-bullet.gif') 0 11px no-repeat;
	padding: 5px 0 5px 14px;
}

ul.generic {
	margin: 0;
}

ul.no-bullets {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:0;
}

ul.no-bullets li {padding:0 0 10px;}


/* =Icons
---------------------------------------------------------------------------------------------------- */
p.pdf a, li[icon=pdf] {
	background: url(../images/wrapper/icon-pdf.gif) left no-repeat;
	padding-left: 25px;
	line-height: 15px;
	min-height: 20px;
	display: block;
}
li[icon=pdf] {
	background-position: top left;
	margin-bottom: 0.7em;
	margin-left: -25px;
	padding-left: 25px;
	list-style: none;
}
a[icon=pdf] {
	background: url(../images/wrapper/icon-pdf.gif) left no-repeat;
	padding-left: 19px;
	padding-top: 2px;
	display: inline;
}


/* =Typography
---------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #ED1556;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}

h2 {
	color: #2F99AC;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

h3 {
	color: #2F99AC;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #eee;
}

h2.home {
	font-size: 15px;
	font-weight: normal;
	color: #ED1556;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}

h2.home a:link, h2.home a:visited {
	color: #ED1556 !important;
	text-decoration: none;
}

#text-content p { 
	line-height: 16px;
	margin: 12px 0 12px 0;
}

#sub-content p {
	line-height: 16px;
	margin: 6px 0 12px 0;
}

#sub-content ul {
	margin-left: 15px;
}

#sub-content h2 {
	color: #F47B20;
	font-size: 14px;
	font-weight: normal;
	margin: 14px 0 0 0;
}

/* home page */
.text-content h1 {
	margin: 0 0 14px 0;
}

#home-sub-content p {
	line-height: 16px;
	margin: 6px 0 12px 0;
}

#home-sub-content h2 {
	color: #F47B20;
	font-size: 14px;
	font-weight: normal;
	margin: 14px 0 0 0;
}

.text-content p { 
	line-height: 16px;
	margin: 12px 0 12px 0;
}

/* =Other
---------------------------------------------------------------------------------------------------- */

div.publication {
	position: absolute;
	margin-left: 530px;
	width: 183px;
	text-align: center;
}


/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
background:#464646 url('../images/wrapper/footer-bg.gif') 0 0 repeat-x;
clear:both;
color:#FFF;
height:100px;
margin:0 auto;
padding:0 20px;
position:relative;
width:940px;
}	

#footer a {color:#FFF;}

#footer a:hover {color:#999;}

#footer p {
line-height:100px;
position:relative;
}

#footer #social-media {
}

#social-media a {
height:47px;
line-height:47px;
position:absolute;
text-indent:-999em;
top:26px;
width:48px;
}

#social-media a.sm-facebook:link, #social-media a.sm-facebook:visited {
background:url(../images/wrapper/social-media-icons.jpg) no-repeat 0 -47px;
right:136px;
}
#social-media a.sm-facebook:hover, #social-media a.sm-facebook:active {
background:url(../images/wrapper/social-media-icons.jpg) no-repeat 0 0;
}

#social-media a.sm-twitter:link, #social-media a.sm-twitter:visited {
background:url(../images/wrapper/social-media-icons.jpg) no-repeat -48px -47px;
right:204px;
}
#social-media a.sm-twitter:hover, #social-media a.sm-twitter:active {
background:url(../images/wrapper/social-media-icons.jpg) no-repeat -48px 0;
}

#social-media a.sm-youtube:link, #social-media a.sm-youtube:visited {
background:url(../images/wrapper/social-media-icons.jpg) no-repeat -96px -47px;
right:68px
}
#social-media a.sm-youtube:hover, #social-media a.sm-youtube:active {
background:url(../images/wrapper/social-media-icons.jpg) no-repeat -96px 0;
}

#social-media a.sm-rss:link, #social-media a.sm-rss:visited {
background:url(../images/wrapper/social-media-icons.jpg) no-repeat -144px -47px;
right:0;
}
#social-media a.sm-rss:hover, #social-media a.sm-rss:active {
background:url(../images/wrapper/social-media-icons.jpg) no-repeat -144px 0;
}

/* =Extras
---------------------------------------------------------------------------------------------------- */
.admin-asterisk {
	color: red;
}
div.note {
	background: #FAFAFA;
	border: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	font-size: 10px;
}
div.note p {
	line-height: 110% !important;
}