/*
Goose Educational Media Inc. / canadiantrillium.com
Adam Campbell / adam@hotmeteor.com
May-June 2008

Skin CSS
*/

* {
	outline:none;
}

body {
	background: #f3f2e5 url(bg-body.gif) repeat-x 0 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, sans-serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, address, blockquote, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}

button, input, select, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, sans-serif;
}

/*
------------------------------------------------
Overwrite Default Layout
------------------------------------------------
*/

/* "Container" table */
table.pagemaster {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	width: 900px;
}

.skinmaster {
	width: 100%;
}

.PagingTable {
	background-color: #fff;
	width: 100%;
}

/* styles for LANGUAGE skinobject */
.Language {
	vertical-align: middle;
	margin: 0px;
}

.Language img {
	border: none;
}

.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox {
	font-size: 1em;
    margin: 0;
    padding: 0;
}

.DNNAlignleft,
.DNNAlignright,
.DNNAligncenter {
	text-align: left !important;
}

/*
------------------------------------------------
General Layout
------------------------------------------------
*/

body {
	margin: 8px 0 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	padding: 0 20px;
	width: 900px;
}

#header {
	border-bottom: 1px solid #dad9ce;
	margin-bottom: 18px;
	position: relative;
	width: 100%;
}

#nav {
	clear: both;
	width: 100%;
}

#main {
	border-bottom: 1px solid #d4d0be;
	float: left;	
	margin: 0;
	padding: 0;
	overflow: auto;
	width: 100%;
}

#leftcol {
	float: left;
	margin: 0 0 15px;
	padding: 0;
	width: 735px;
}

#rightcol {
	float: left;
	margin: 0 0 15px;
	padding: 0;
	width: 160px;
}

#widecol {
	margin: 0 0 15px;
	width: 100%;
}

.twincol {
}

#lefttwin {
	background-color: #e2e0cc;
	float: left;
	margin: 10px 0 0;
	padding: 15px;
	width: 320px;
}

#righttwin {
	float: right;
	padding: 0 0 30px;
	width: 500px;
}

#footer {
	border-top: 4px solid #ebe6d2;
	clear: both;
	padding: 15px 0 40px;
	width: 100%;
}

/*
------------------------------------------------
Typography
------------------------------------------------
*/

a {
	text-decoration: none;
}

a:link,
a:visited,
a.SkinItem:link,
a.SkinItem:visited {
	color: #0f79c1;
}

a:hover,
a.SkinItem:hover {
	color: #222;
}

a img {
	border: 0;
}

blockquote {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 0 1em 2em;
}

h1#logo {
	background: url(bg-header.gif) no-repeat right 27px;
	display: block;
	margin: 0;
	padding-bottom: 5px;
	padding-right: 6px;
	width: 240px;
}

hr {
	display: none;
}

p,
td.normal {
	font-size: 1.1em;
	line-height: 1.6em;
}

table {
	border-collapse: collapse;
	font-size: 1em !important;
}

td {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0 0 1em 2em;
}

ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 0.4em;
}

/* Main Page Headings */
span.Head {
	background-color: #e2e0cc;
	color: #655f49;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
	padding: 6px;
}

.SubHead {
	color: #777;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
}

h2 {
	font-size: 2em;
	margin: 0 0 0.5em;
}

h2 span.Head {
	background-color: transparent;
	color: #222;
	display: block;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
}

h3 {
	font-size: 1.6em;
}

h3 span.Head {
	background-color: transparent;
	border-bottom: 1px solid #e5e4d8;
	color: #222;
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1.2em;
	padding: 0 0 3px;
}

	#rightcol h3 {
		margin: 0;
		padding: 0;
	}

	#rightcol h3 span.Head {
		border: 0;
		color: #0f78be;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
h4 {
	font-size: 1.5em;
}

	h4 span.Head {
		background-color: #d5caa7;
		color: #958d75;
		font-size: 0.6em;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 0;
		padding: 5px 10px;
		text-transform: uppercase;
	}
	
h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px;
}

/*
------------------------------------------------
Articles
------------------------------------------------
*/

img.article-img-r {
	float: right;
}

/*
------------------------------------------------
Forms
------------------------------------------------
*/

input.NormalTextBox,
select.NormalTextBox {
	border: 0;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #aaa;
	font-size: 1.1em;
	padding: 3px;
}

	select.NormalTextBox {
		line-height: 1.5em;
		padding: 0;
	}
	
	span.NormalTextBox {
		font-size: 1.1em;
		display: block;
		padding: 4px;
	}
	
	td .NormalTextBox {
		margin: 0 0 6px;
	}
	
label span.SubHead {
	color: #444;
	font-size: 1.1em;
	line-height: 1.6em;
}

	label a img {
		display: block;
		float: left;
		margin: 0 4px 0 0;
	}
	
/* text style used for help text rendered by modules */
.Help {
	background-color: transparent;
	border: 0;
	display: block;
	font-size: 1.1em;
	margin: 0 0 6px;
	padding: 4px 0;
}

/*
------------------------------------------------
Control Panel
------------------------------------------------
*/

.ControlPanel {
	background-color: #fff;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9
}

.ControlPanel td {
	padding: 3px;
}

/*
------------------------------------------------
Navigation
------------------------------------------------
*/

.MainMenu_MenuContainer {
	border: 0;
	clear: both;
	display: block;
	margin: 0 0 1em;
}

.MainMenu_MenuBar {
	border: 0;
	color: #666;
}

.MainMenu_rootitem,
.MainMenu_rootactive {
	cursor: pointer;
	font-size: 1.5em;
	padding-right: 14px;
}

	.MainMenu_rootitem td,
	.MainMenu_rootactive td {
		padding: 0 14px 0 0;
	}
	
	.MainMenu_rootactive {
		color: #222;
		font-weight: bold;
		margin: 0;
	}

.MainMenu_MenuItemSel {	
	color: #222;
	font-size: 1.5em;
	margin: 0;
}
	
	.MainMenu_MenuItemSel td {
		padding: 0 14px 0 0;
	}

.MainMenu_SubMenu {	
	background-color: #222;
	border: 1px solid #555;
	border-top: 0;
	cursor: pointer;
	line-height: 2em;
	z-index: 1000;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9
}

	.MainMenu_SubMenu .MainMenu_MenuItem {
		cursor: pointer !important;
		font-size: 1.1em;
	}

	.MainMenu_SubMenu td.MainMenu_MenuItem {
		cursor:pointer;
	}
	
	.MainMenu_SubMenu .MainMenu_MenuItem td {	
		color: #bbb;
		cursor: pointer !important;
		padding: 2px 5px;
	}
	
	.MainMenu_SubMenu .MainMenu_MenuItem td.MainMenu_MenuItemSel {
		color: #fff;
		cursor: pointer !important;
		font-size: 1.1em;
	}

.MainMenu_MenuIcon img {
    display: none !important;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

*/
------------------------------------------------
Module Menus
------------------------------------------------
*/

.ModuleTitle_MenuContainer {
	background-color: #fff;
	border: 1px solid #222;
	display: block;
	float: left;
	padding: 1px;
	width: 15px;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	height: 16px;
	width: 100%;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	color: black;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

/*
------------------------------------------------
Session / Search / Current Date
------------------------------------------------
*/

#session {
	background: url(bg-session.png) no-repeat 0 0;
	left: 300px;
	padding: 24px 0 0 2px;
	position: absolute;
	top: 50px;
	width: 300px;
}

#session p {
	margin: 0 0 0.2em;
}

	.session-welcome {
		color: #222;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	.session-options {
		font-size: 1.1em;
	}

div#searcharea {
	background: url(bg-search.png) no-repeat 18px 20px;
	border-left: 1px solid #dad9ce;
	height: 44px;
	left: 600px;
	padding: 50px 15px 0;
	position: absolute;
	top: 27px;
	white-space: nowrap;	
	width: 260px;
}

	div#searcharea span.search-fields input,
	div#searcharea span.search-fields label {
		display: none !important;
	}
	
	div#searcharea input.NormalTextBox {
		display: block;
		float: left;
		margin: 0;
		width: 160px !important;
	}
	
	#searcharea a.search-fields {
		background: url(button-search.png) no-repeat 0 0;
		cursor: pointer;
		height: 25px;
		float: left;
		margin: -15px 0 0 7px;
		overflow: hidden;
		padding: 0;
		text-indent: -999em;
		width: 52px;
	}

#currentdate {
	position: absolute;
	right: 0;
	top: 0;
}

	#currentdate p {
		color: #e4dbc0;
		font-size: 1em;
	}
	
/*
------------------------------------------------
Login / Register
------------------------------------------------
*/

#righttwin span,
#righttwin table,
#righttwin td div {
	margin-right: 0 !important;
	padding-right: 0 !important;
	width: 480px !important;
}

#lefttwin em {	
	background-color: #68b986;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	padding: 1px 3px;
}

/*
------------------------------------------------
Admin Section
------------------------------------------------
*/
	
/* text style for buttons and link buttons used in the portal admin pages */
span.CommandButton {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 14px 10px 0;
}

span.CommandButton a.CommandButton {
	text-decoration: none !important;
}

span.CommandButton a.CommandButton:link,
span.CommandButton a.CommandButton:visited {
	color: #655f49;
}

span.CommandButton a.CommandButton:hover {
	color: #222;
}

.WorkPanel input {
}
	
/*
------------------------------------------------
Bundles Sections
------------------------------------------------
*/

#BundlesForSale {
	background: transparent url(egg.bmp) no-repeat center top; 
	position: relative; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
}
	
#GetSalesCodeAndCustID  {
	position:absolute;
	top: 40px;
	right: 0;
}
	
/*
------------------------------------------------
Footer
------------------------------------------------
*/

#footer p {
	clear: both;
	color: #888;
	font-size: 1em;
	margin: 1.3em 0 0.3em;
}

#footer p.footer-nav {
	margin-top: 0;
}

#footer strong {
	display: block;
	float: left;
	width: 120px;
}

/*
------------------------------------------------
sIFR
------------------------------------------------
*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

.sIFR-active h2 span.Head,
.sIFR-active .article-top h2,
.sIFR-active #rightcol h3 {
	line-height: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, sans-serif;
	visibility: hidden;
}

.sIFR-active h2 span.Head,
.sIFR-active h2.blog-title {
	font-size: 30px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.sIFR-active h2.blog-title a {
	margin: 0;
	padding: 0;
}

.sIFR-active .article-top h2 span.Head {
	font-size: 33px;
	margin: 0;
  	padding: 0;
}

.sIFR-active .container-signup-lg h2 span.Head {
	font-size: 38px;
	margin: 0;
  	padding: 0;
}

.sIFR-active #rightcol h3 {
	margin: 0;
	padding: 0;
}

-------------------------------------
Maintenance Message - Logan Aube Feb 2010
-------------------------------------
#maintenance-message p {
	background-color: white;
	padding: 5px;
	border-color: black; 
}

div.article-top {
	position: relative;
}

a.single_btn {
background:#fff; 
color:#000;
text-decoration:none;
padding:10px;
font-size: 11px;
font-weight: bold;
position: relative;
top: 30px;
}

/* FIREFOX TARGET HACK */

/* Firefox */
/*@-moz-document url-prefix() {*/
#searchSubmit, x:-moz-any-link, x:default {
position:relative;
top:11px !important;
}

/*}*/

@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
#searchSubmit {
	top:11px !important;
	}
}

/* EXPLORER */
#searchSubmit {
position:relative;
_top:4px !important;
}


/* IE FIXING BOTTOM BUTTON */
body a.bottom_bar {
	color: #FFF;
}

body a.bottom_bar:hover {
	color: #FFF;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
#header #searcharea a.search-fields {
	position: relative;
	top: 14px;
}
}

