﻿/*
Theme: Developer Portal, based on Orchard's Theme Machine
Author: OverDrive, Inc.
Copyright: 2012, OverDrive, Inc.
    
Theme Machine Author: Orchard Team ? http://www.orchardproject.net
Theme Machine Copyright: 2010, Orchard. All Rights Reserved
*/


/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af
*/



/* Reset
***************************************************************/

/*
#shape-tracing-container, #shape-tracing-container-ghost
{
	display:none !important;
	visibility:hidden !important;
}
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus { outline: 0; }

ol, ul { list-style: none; }

/* Tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

blockquote {
	margin: 15px 0;
	padding: 10px;
	width: auto;
}

/* HTML 5 elements as block */  
header, footer, aside, nav, article { display: block; }


/* Clearing Floats
***************************************************************/

.group:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - 

.widget-control:after self clears any floats used in a widget */
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* General
***************************************************************/

/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/

/* Fonts
***************************************************************/
@font-face
{
	font-family: Futura-Medium;
	src: url("../Content/fonts/Futura-Medium.ttf");
}

@font-face
{
	font-family: Futura-Medium;
	src: url("../Content/fonts/Futura-Medium.eot"); /* IE */
}

@font-face
{
	font-family: Futura-Bold;
	src: url("../Content/fonts/Futura-Bold_Regular.ttf");
}

@font-face
{
	font-family: Futura-Bold;
	src: url("../Content/fonts/Futura-Bold_Regular.eot"); /* IE */
}

html, body 
{
	height:100%;
}

body {
	line-height: 1; 
	font:13px/18px 'Open Sans', Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #333;
}

/* Headings */
h1,h2,h3,h4,h5,h6 
{
	font-weight: normal;
	margin:0;
	padding:0;
}


.widget-featuredAPIsContainer h1, #layout-tripel h1
{
	font-size: 1.5em;
	letter-spacing: -1px;
	padding: 0px 14px 7px 0;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	color: #A7A7A7;
}

h1 
{
	font-size:2em;
	margin: 20px 0;
	line-height: 25px;
	font-family: 'Open Sans', Helvetica, Arial, Tahoma, Verdana, sans- serif;
	color: #666;
}

#APITable h2 a {
	color: #666666;
}

h1.title
{

	padding-top:13px;
}

h2 
{
	font-size: 1.385em;
	font-weight: bold;
	margin: 35px 0 10px 0;
	clear:both;
	color: #1b74b1;
}

h3 
{
	font-size: 1.231em;
	font-weight:bold;
	margin: 40px 0 10px 0;
}


h4 { font-size: 1.077em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;  
}

h1 img:first-child { margin-right: 20px; }

/* Aside Headings */
aside h1 { font-size: 1.154em; margin-bottom: 0; font-weight:bold; }
aside h2 { font-size: 1.077em; }
aside h3 { font-size: 1em; }
aside h4 { font-size: 1em; }
aside h5 { font-size: 1em; }
aside h6 { font-size: 1em; }

/* Lists */
li ul, 
li ol       { margin:0 1.5em; }


ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Text elements */
p           { line-height: 1.5em; margin-bottom: 1em; clear:both; }
p img.left  { float: left; margin: 0.923em 0.923em 0.923em 0; padding: 0; }
p img.right { float: right; margin: 0.923em 0 0.923em 0.923em; }

a:focus, 
a:hover     { text-decoration: underline; }
a           { color: #1e78b3; text-decoration: none; }

blockquote  { margin: 0.923em;}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 0.923em; font-style: italic; }
del         { color:#666; }

pre
{
	background: #EEE;
	padding: 12px;
	border: 1px solid #DDD;
	margin: 10px 0;
	overflow: auto;
}

pre,code,tt { font: .9em 'andale mono', 'lucida console', monospace; line-height: 

1.462em; white-space:pre-wrap;}

/* Forms
***************************************************************/

form              { margin: 0; padding: 0; }
legend            { font-size: 1.231em; font-weight: normal; border:none;}
fieldset          { padding:6px 0 0; margin:0 0 12px 0; border: 0px solid #dbdbdb; }
label             { font-weight:normal; display:block; padding: 0 0 0.3em 0; font-

weight:normal; }
label.forcheckbox { margin:0 0 0 .4em; display:inline; font-weight: normal; }

fieldset div
{
	margin-right: 20px;
}

fieldset span
{
	clear:both;
}

.applicationForm
{
	width:100%;
}

.applicationForm input[type="text"], .applicationForm input[type="email"], 

.applicationForm input[type="tel"], .applicationForm input[type="url"], 

.applicationForm input[type="password"], .applicationForm textarea,
.supportForm input[type="text"], .supportForm input[type="email"], .supportForm 

input[type="tel"], .supportForm input[type="url"], .supportForm input

[type="password"], .supportForm textarea
{
	width: 40% !important;
	float:left;
	clear:none !important;
}


.search-form input[type="text"] {
	display: block;
	padding: 0.4em 34px;
	background:#fff url('../Content/Images/magnifying-glass.png') 12px 50% no-

repeat;
	width: 220px;
	height: 20px;
}

.search-form input[type="text"]:focus {
	border:1px solid #1B74B1;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], 

input[type="password"]
{
    height: 24px;
    font-size: 14px;
    border: 1px solid #CCC;
    margin: 0 0 8px 0;
}

.search-form button[type="submit"] {
	float: left;
	margin-left: 6px;
	display:none;
}

input, textarea {
	padding: 0.3em;
/*	-webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
*/
	font-size:14px;
}

input[type="checkbox"], input[type="radio"] {
    border:0;
}

fieldset ol     { list-style-type:none; padding: 0; margin: 0; }
fieldset ol li  { margin: 0 0 6px 0; }

form.inline, form.inline fieldset { /* todo: (heskew) need something other than 

.inline ... */
    display:inline;
}

form.inline fieldset {
    margin:0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline:1px dotted #666d51;
}

input[readonly] {
    background-color: #EBEBE4;
    color: #545454;
}

legend span {
    font-weight:normal;
}
label span {
    font-weight:normal;
}
label input {
    vertical-align:text-top;
}
.hint {
	display: block;
	font-size: 0.846em;
	color: #999;
	margin-top: 3px;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    font-family:inherit;
    padding:3px;
    font-family:inherit;
    width: 41%;
}

input.text, input.textMedium, input.text-box {
    line-height:1.2em;
}
/*Are we using the two classes below?*/
input.text-small {
    width:4em;
}
input.textMedium {
    width:100%;
}
select {
    padding:1px;
    display:block;
}
input:focus, select:focus, textarea:focus, input.text:focus, input.text-box:focus, 

input.text-small:focus, input.textMedium:focus  {
    border-color:#3199E1;
}
input.check-box {
    margin-left:0;
    vertical-align:-.1em;
}
input.large.text, textarea, fieldset {
    clear:both;
}

textarea {
    min-height:8em;
    width:100%;
}

/* Structure
***************************************************************/

#container
{
}

#main 
{

}

#layout-wrapper
{
	background:url('../Content/images/mainNavBackground.png') repeat-x;
}

#layout-header {
    width: 980px;
    margin:0 auto;
}

#before-header {
    color: #1b74b1;
}

#before-header img {
    margin: 10px;
}

#before-header a {
    color: #1b74b1;
}

#before-header .zone-before-header {
    width: 980px;
    margin: 0 auto;
    padding-top: 8px;
}

#header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, 

#layout-after-main, #layout-tripel {

}

#layout-featured article
{
	background:url("../Content/Images/featuredSection/featuredScroller_new.png") 

no-repeat;
	height: 369px;
	padding: 79px 30px;
}

#overDriveDevIcon
{
	float:left;
}

#layout-navigation 
{
	width: 980px;
	margin: 0 auto;
	height: 48px;
}

nav {
	float: left; 
}

nav ul ul {
	display: none;
}

nav ul {       
	list-style: none;
	position: relative;
	display: inline-table;
	/* margin-top: 5px; */
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
		-moz-box-shadow: 1px 0px 1px #D9D8D8;  
		/* -webkit-box-shadow: 1px 0px 1px #D9D8D8; */  
		/* box-shadow: 1px 0px 1px #D9D8D8; */
		float: none;  
		display: inline-block;
}
		nav ul li:hover {
		
			background: #fff;
}

nav ul li:hover ul li:hover {
    background: #1e78b3;
}

nav > ul > li:hover > ul > li:hover > a {
    color:#fff;
}


nav ul li a {
	display: block;
	color: #757575; text-decoration: none;
		font-size: 12px;  text-decoration: none;  
	line-height: 33px;  
	padding: 5px 21px;  
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;  
	text-transform: uppercase;
}
			
		
nav ul ul li {  
	position: relative;
	display: block;
    white-space:nowrap;
}

.menu-main-menu-member-center-auth ul li {
	width:180px;
}

nav ul ul li a:hover {
	background: #2378b5;
	color: #fff;
}
		
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

.widget-navigation nav ul a:hover 
{
	text-decoration: none;
	color: #757575;
}

	.widget-ApplyNow nav ul li a
	{
		margin: 0;
		font-weight: bold;
		font-style: oblique;
		background: url('../Content/Images/arrowIcon.png') no-repeat -53% 

50%;
		padding-right: 30px;
	}
	
	.widget-ApplyNow nav ul li a:hover, .widget-ApplyNow nav ul li.current 

a:hover
	{
		color:#fff;
		background: #FF8401 url('../Content/Images/arrowIcon.png') no-repeat 

19% 50%;
		background: -moz-linear-gradient(top, #FFAA4F 0%, #FF8401) url

('../Content/Images/arrowIcon.png') no-repeat 19% 50%;
		background: -webkit-gradient(linear, left top, left bottom, from

(#FFAA4F), to(#FF8401)) url('../Content/Images/arrowIcon.png') no-repeat 19% 50%;
		filter: progid:DXImageTransform.Microsoft.gradient

(startColorstr='#ffaa4f', endColorstr='#ff8401');
		text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px 

rgba(255, 255, 255, .5);
	}
	
	.widget-ApplyNow nav ul li.current a
	{
		background: url('../Content/Images/arrowIcon.png') no-repeat 102% 

50%;
	}
	
	/* Submenu */

	.widget-navigation nav ul li ul li a ul
	{
		display:none;
	}
	
	nav ul li:hover ul
	{
		display: inline-table;
		position: absolute;
		color: #333;
		background: white;
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.3);
		-moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.3);
		box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.3);
		margin-left: -1px;
	
		/* top: 43px; */
}
    
nav ul li:hover ul li ul {
	display: none;
	top: 0;
	width: 131%;
}

nav ul li:hover ul li:hover ul {
display: block;
top: 0;
width: 131%;
}


.widget-MemberCenterAnon nav ul li:hover ul {
position: fixed;
}
	
	.widget-navigation nav ul li.current ul li a
	{
		background:none;
	}


	.widget-navigation nav ul li.selected a
	{
		background:none;
		text-decoration: none;
	}
	
	.widget-navigation nav ul li ul li a
	{
		display: block;
		text-transform:capitalize;

}


	.widget-navigation nav ul ul li ul li:hover a
	{
		color:#fff;

}

nav ul ul li:hover ul li a {
    color: #757575;
}

nav ul ul li:hover ul li:hover a {
    color:#fff;
}
	
.widget-navigation nav ul li ul li a:hover
{
	background:#2378b5 !important;
	color: #fff;
}
	

.widget-navigation nav ul li ul li.current a:hover
{
	color:#fff;
}
	
.widget-search-form
{
	float: right;
	height:42px;
}


#layout-main-container
{
	margin: 0 auto;
	width: 980px;
}

#layout-main-container ul {
	margin-left: 20px;
}

#layout-main-container li {
	margin: 10px 0 10px 20px;
}

/*
#layout-main-container
{
	margin: 0 auto;
	width: 980px;
	background:#fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDD;
	margin-top: 10px;
}
*/

.zone-aside-second ul.menu {
    margin-left: 0;
}
.zone-aside-second ul.menu li {
    margin-left: 0 !important;
}
.zone-aside-second ul.menu li a {
    padding-left: 10px;
    line-height: 20px;
}


#mainContent
{
	clear: both;
	float: left;
	padding-right: 30px;
	width: 100%;
}

    #branding 
    {   
        font-size: 1.5em;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }
    #branding a 
    {
        text-decoration:none;
        color: #676767;
    }
    #branding img
    {
        color: #083864;
        font-size: 1.8em;
        font-style: italic;
    }


/* Featured Section on Home Page
***************************************************************/

	#layout-featured 
	{
/*		background: url

("../Content/Images/featuredScrollerBackground_new.png") repeat-x; */
		height: 369px;
		width: 980px;
		margin: -30px auto 0;
	}

	#layout-featured h1, #layout-featured  h2
	{
		font-family: Century Gothic, 'Didact Gothic', Tahoma, Helvetica, 

Arial, sans-serif;
	}

	table#featuredTable
	{
		margin-top:20px;
	}
	
	#featuredTable img
	{
		float:left;
		margin-right:20px;
	}
	
	#featuredTable button
	{
		float:right;
	}

	#featuredTable .description
	{
		margin-bottom:8px;
	}

	#featuredTable h1
	{
		font-weight:bold;
		color:#333;
	}

	#featuredTable h2
	{
		font-weight:bold;
		color:#666;
		padding-top: 25px;
		text-transform:uppercase;
	}
	
	#featuredTable td
	{
		width: 325px;
		padding: 0 20px;
	}
	
	#featuredTable td span
	{
		clear:both;
		display:block;
	}
	

	table#APITable
	{
		width:100%;
		margin-top: -20px;
	}
	
	table#APITable img
	{
		float:left;
	}
	
	table#APITable button
	{
		float:right;
	}

	table#APITable .description p
	{
		margin-bottom:0;
		height:40px;
	}

	table#APITable h1
	{
		font-weight:bold;
		color:#333;
	}

	table#APITable h2, #tripel-second h2
	{
		font-weight:normal;
		padding-top: 14px;
		color: #2378B5;
		font-family: 'Open Sans' Helvetica, Arial, Tahoma, Verdana, 

sans-serif;
		text-transform: capitalize;
		font-size: 20px;
		clear: none;
		margin: 0;
	}
	
	#tripel-second h2
	{
		margin-bottom:5px;
	}
	
	table#APITable span.learnMore
	{
		float:right;
	}
	
	table#APITable td
	{
		padding: 20px 20px 0 0;
		width: 50%;
	}
	

	#layout-featured h1
	{
		font-weight: bold;
		color: white;
		font-size: 2em;
		width: 58%;
		line-height: 30px;
		letter-spacing: 0 !important;
	}

	#layout-featured h2
	{
		font-weight:bold;
		color:#2c8be3;
		font-size: 1.4em;
		width: 60%;
		margin: 20px 0;
	}
	
	#layout-featured p.returnUser
	{
		color: #fff;
		font-size: 12px;
		position: relative;
		top: 24px;
		left: 209px;
		float: left;
	}

	#layout-featured p.returnUser span a
	{
		color:#a4d3ff;
		font-size:16px;
		font-weight:bold;
		font-style:oblique;
		font-family: Century Gothic, 'Didact Gothic', Tahoma, Helvetica, 

Arial, sans-serif;
		margin-left:5px;
	}

	a.featuredButton
	{
		font-family: Century Gothic, 'Didact Gothic', Tahoma, Helvetica, 

Arial, sans-serif;
		font-style:oblique;
		font-weight:bold;
		font-size: 20px;
		color: #1e1e1e;
		padding: 9px 65px;
		background: #ff8401;
		background: -moz-linear-gradient(top, #ffaa4f 0%, #ff8401);
		background: -webkit-gradient(linear, left top, left bottom, from

(#ffaa4f), to(#ff8401));
		filter:  progid:DXImageTransform.Microsoft.gradient

(startColorstr='#ffaa4f', endColorstr='#ff8401');
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #ff9900;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 1px 0px rgba(255,255,255,0.5);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 1px 0px rgba(255,255,255,0.5);
		text-shadow:
			0px -1px 0px rgba(000,000,000,0.2),
			0px 1px 0px rgba(255,255,255,.5);
	}
	
	a.featuredButton
	{
		position: relative;
		left: 213px;
		top: 20px;
	}
	
	a.featuredButton:hover 
	{
		color:#fff;
		text-decoration:none;
	}

#layout-before-main 
{
	margin: 0 auto;
	width: 980px;
	padding-bottom: 10px;
}

/*#layout-main 
{
	background: white;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 3px;
	box-shadow: #DDD 0 1px 1px;
	-moz-box-shadow: #DDD 0 1px 1px;
	-webkit-box-shadow: #DDD 0 1px 1px;
	padding: 0 20px 0;
}
*/

.widget-HeaderBreadcrumbs.widget-before-main.widget-menu-widget.widget {
border-bottom: 1px dotted #bbb;
padding-bottom: 10px;
}

#layout-main 
{

}
    #aside-first {}
    #layout-content
    {
    	padding-right:30px;
    }
        #messages {}
        #before-content {}
#content {

}
        #after-content {}
	#aside-second
	{
		width: 25%;
		float:left;
	}
	
	#aside-second header {
		color: #666;
		padding: 10px;
		font-weight: bold;
	}

	#aside-second .content-items
	{
		padding:10px;
	}

	#aside-second .content-items li
	{
		margin-bottom: 9px;
	}

#layout-after-main {}

#layout-tripel {
	width: 980px;
	margin: 20px auto;
}

#layout-tripel-container
{
	position: relative;
	top: -30px;
}

/*
#tripel-first, #tripel-second, #tripel-third
{
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #F9F9F9 0%, #F0F0F0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,	

#F9F9F9), color-stop(100%,	#F0F0F0));
	background: -webkit-linear-gradient(top, #F9F9F9 0%,#F0F0F0 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%, #F0F0F0 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%,#F0F0F0 100%);
	background: linear-gradient(top, #F9F9F9 0%, #F0F0F0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', 

endColorstr='#f0f0f0',GradientType=0 );
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #fff;
	-webkit-box-shadow:  0px 2px 1px 1px rgba(99, 99, 99, .3);
	box-shadow:  0px 2px 1px 1px rgba(99, 99, 99, .3);
*/


#tripel-first
{
	width: 63%;
	margin-right: 20px;
}

#tripel-second 
{
	width: 34%;
}

#tripel-second ul li
{
	display:block;
	margin-bottom: 15px;
}

#tripel-second h2
{
	width: 34%;
}

#tripel-third {}

#clearfix
{
	display:block;
	margin-bottom: 30px;
}

#layout-footer 
{
	background-color: #003156;
	width: 100%;
	clear: both;
	font-size:11px;
	box-shadow: inset 0 6px 14px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0 6px 14px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 0 6px 14px rgba(0, 0, 0, .4);
}

.copyright
{
	padding: 33px 0;
	clear:both;
	height: 40px;
}

.copyrightInner
{
	width:980px;
	margin:0 auto;
	font-size:11px;
}

.copyrightInner p
{
	color:#666;
	float:left;
}

.copyrightInner ul
{
	float:left;
	margin:0;
}

.copyrightInner ul li
{
	float:left;
	display:inline-block;
}

.copyright li a
{
	color:#094671 !important;
	padding: 0 0 0 1.5em;
	margin-left: 1.5em;
	border-left: 1px solid #D0D0D0;
}

.copyright li:first-child a
{
	border-left: 0 !important;
}


.copyrightInner .footerLogo
{
	float:right;
}

#layout-footer h2
{
	color:#fff;
	font-weight:bold;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-bottom:1px solid rgba(255,255,255, .20);
	padding-bottom:5px;
	margin-bottom: 10px;
}

#layout-footer ul
{
	margin:0;
	list-style-type:none;
}

#layout-footer ul li
{
	line-height:20px;
}

#layout-footer ul li a, #layout-footer ul li a:visited
{
	color:#62B1EC;
}


    #footer-quad 
    {
		margin:0 auto;
		width:980px;
		margin:0 auto 30px;
    }
        #footer-quad-first {}
        #footer-quad-second {}
        #footer-quad-third {}        
        #footer-quad-forth {}

/* Zones */
.zone 
{
    /*  Enable this to see zone visualizations
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple;
    */
} 
.zone-header
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.zone-navigation
{
	padding: 0;
}
.zone-featured 
{
	width: 980px;
	margin: 0 auto;
}
.zone-before-main 
{
}

.zone-before-main ul
{
	margin:0;
}
.zone-aside-first {}
.zone-messages {}
.zone-before-content {}
.zone-after-content {}
.zone-aside-second {}
.zone-after-main { background-color: #ddd; }
.zone-tripel-first, .zone-tripel-second, .zone-tripel-third
{
	padding: 10px;
}
.zone-tripel-second { }
.zone-tripel-third { }
.zone-footer-quad-first { }
.zone-footer-quad-second { }
.zone-footer-quad-third { }
.zone-footer-quad-fourth { }
.zone-footer 
{
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	height: 40px;
}



/* Main
***************************************************************/

/* Content lists and details */
.content-description { font-size: 1.154em; }
.content-items { padding: 0; margin: 0; list-style: none; }
.content-items li { padding: 0; margin: 0; }
.content-items .content-item { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; 

}
.content-items .content-item header {}
.content-items .content-item header h1 { font-size: 1.308em; color:#434343; }
.content-items .content-item header h1 a { color: #434343; }
.content-items .content-item header h1 a:hover {}

/* Tags */
.tags { margin-top: 12px; }
.tags a { background-color: #dbdbdb; padding: 3px 6px; color: #434343; }
.tags a:hover { background-color: #434343; color: #fff; }

/* Metadata */
.metadata { margin: 0 0 12px 0; color: #999; font-size: 0.846em; }
.metadata .published { display: inline; margin: 0 6px 0 0; }
.metadata .commentcount { display: inline; }
.meta {}

/* Comments */
#comments { margin: 24px 0 0 0; padding: 0; }
.comment-form { margin: 24px 0 0 0; padding: 0; }
.comments { margin: 0; padding: 0; list-style: none; }
.comments li { margin: 12px 0 0 0; padding: 12px; border: 1px solid #dbdbdb; }
.comment { margin: 0; padding: 0; }
.comment h4 { font-size: 1.077em; }
.comment .who {}
.comment .what {}
.comment #add-comment {}
.comment-form #comment-by { font-size: 1.231em; font-weight: normal; margin: 0 0 

1.2em 0; border:none; }
.comment-form #comment-text { width: 33.2em; }
.comment-form input[type="text"] { width: 32em; }
.comment-disabled {}
.comment-count { font-size: 1.231em; }

/* Confirmations */
.message, .validation-summary-errors { margin:10px 0 14px 0; padding:4px; }
.messages a { font-weight:bold; }
.message-Information 
{
	background: #58DD64;
	border: 1px solid #26A631;
	color: #062232;
	text-align: center;
	padding: 8px;
}
.message-Warning { background:#fdf5bc; /* yellow */ border:1px solid #ffea9b; }

.critical.message, .validation-summary-errors, .message-Error 
{
	background:#e68585;
	/* red */
	border:1px solid #990808;
	color:#fff;
	padding: 14px;
}

.critical.message span, .validation-summary-errors span, .message-Error span
{
	background:url('../Content/Images/invalidIcon.png') no-repeat;
	padding-left: 25px;
}


/* Secondary
***************************************************************/

/* Aside Zones */
/* If zone 1 is on */
.aside-1 .aside-first { float: left; width: 360px; }

/* If zone 2 is on */
.aside-2 #layout-content 
{
	float: left;
	width: 70%;
/*	background: url('../Content/Images/insideShadow.png') repeat-y top right; */
	border-right: 1px dotted #BBB;
}
.aside-2 .aside-second { float: right; width: 360px; }

/* If zones 1, 2 are on */
.aside-12 #layout-content { width: 600px; }
.aside-12 .aside-first, .aside-12 .aside-second { width: 180px; }
.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content { 

float:left; }

/* Tripel Zones*/
#layout-tripel > div 
{
	float:left;
}

/*2 zones on */
.tripel-12 #layout-tripel > div { } /* If zones 1, 2 are on */
.tripel-23 #layout-tripel > div { } /* If zones 2, 3 are on */
.tripel-13 #layout-tripel > div { } /* If zones 1, 3 are on */

/*3 zones on */
.tripel-123 #layout-tripel > div { width:320px; } /* If zones 1, 2, 3 are on */

/* Quad Footer Zones */
#footer-quad > div 
{
	float:left;
	width: 23%;
	margin-right: 2%;
}

/*1 zone on */
.split-1 #footer-quad-first { width:960px; } /* If zone 1 is on */
.split-2 #footer-quad-second { width:960px; } /* If zone 2 is on */
.split-3 #footer-quad-third { width:960px; } /* If zone 3 is on */
.split-4 #footer-quad-fourth { width:960px; } /* If zone 4 is on */

/*2 zones on */
.split-12 #footer-quad-first, .split-12 #footer-quad-second { width:480px; } /* If 

zones 1, 2 are on */
.split-13 #footer-quad-first, .split-13 #footer-quad-third { width:480px; } /* If 

zones 1, 3 are on */
.split-14 #footer-quad-first, .split-14 #footer-quad-fourth { width:480px; } /* If 

zones 1, 4 are on */
.split-23 #footer-quad-second, .split-23 #footer-quad-third { width:480px; } /* If 

zones 2, 3 are on */
.split-24 #footer-quad-second, .split-24 #footer-quad-fourth { width:480px; } /* If 

zones 2, 4 are on */
.split-34 #footer-quad-third, .split-34 #footer-quad-fourth { width:480px; } /* If 

zones 3, 4 are on */

/*3 zones on */
.split-234 #footer-quad-second { width:480px; } /* If zones 2, 3, 4 are on */
.split-134 #footer-quad-first { width:480px; } /* If zones 1, 3, 4 are on */
.split-124 #footer-quad-fourth { width:480px; } /* If zones 1, 2, 4 are on */
.split-123 #footer-quad-third { width:480px; } /* If zones 1, 2, 3 are on */

/*3 zones on - alternate layout*/
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 

#footer-quad-third { width:320px; }*/ /* If zones 1, 2, 3 are on */
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 

#footer-quad-fourth { width:320px; }*/ /* If zones 1, 2, 4 are on */
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-

quad-fourth { width:320px; }*/ /* If zones 1, 3, 4 are on */
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 

#footer-quad-fourth { width:320px; }*/ /* If zones 2, 3, 4 are on */



/* Widgets
***************************************************************/
.widgets {}

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control { position: relative; border: 1px dotted #5f97af; }
.widget-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.widget-control .manage-actions a { display: block; background-color: #dbdbdb; 

color: #434343; padding: 3px 6px;  }
.widget-control .manage-actions a:hover { background-color: #434343; color: #fff; 

text-decoration: none; }

/* Content Mode */
.content-control { border: 1px dotted #5f97af; overflow:auto; position: relative; }
.content-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.content-control .manage-actions a { display: block; background-color: #dbdbdb; 

color: #434343; padding: 3px 6px;  }
.content-control .manage-actions a:hover { background-color: #434343; color: #fff; 

text-decoration: none; }

.widget-PortalQuickSearch input[type="text"]
{
    font-family: 'Comic Sans MS', sans-serif;
    height: 28px;
    width: 250px;
    padding: 2px;
    color: #262626;
    background-color: #c1cdd8;
    border: 0px;
}

.breadcrumbs
{
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	border-bottom:1px solid #999;
}

ul.footerBreadcrumb li
{
	float:left;
}

ul.footerBreadcrumb li a:hover
{
	text-decoration:none;
	color:#fff !important;
}


ul.footerBreadcrumb li.home
{
	padding: 0px 19px 0 0;
	color:#fff;
	background: url('../Content/Images/footerBreadcrumbArrow.png') no-repeat 

right 50%;
}

ul.footerBreadcrumb li.home a
{
	border-left:1px solid #1d5682 !important;
	padding: 7px 5px 7px 44px !important;
	border:1px solid #1d5682;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url('../Content/Images/footerBreadcrumbHome.png') no-repeat 8px 

50%;
	font-family:'Century Gothic', Tahoma, Helvetica, Arial, Sans-Serif;
	font-weight:bold;
}

ul.footerBreadcrumb li.home a:hover
{
	background: url('../Content/Images/footerBreadcrumbHomeOver.png') no-repeat 

8px 50%;
}

ul.footerBreadcrumb li.breadcrumb
{
	background: url('../Content/Images/footerBreadcrumbArrow.png') no-repeat 

right 50%;
}

ul.footerBreadcrumb li.breadcrumb a
{
	border-left: none;
	border-right: none;
	border-top: 1px solid #1d5682;
	border-bottom: 1px solid #1d5682;
	padding: 7px 14px;
	display: block;
}

ul.footerBreadcrumb li.breadcrumb.section a, ul.footerBreadcrumb li.breadcrumb.last 

a
{
	position: relative;
	left: -19px;
	padding-left: 32px;
}

ul.footerBreadcrumb li.breadcrumb.last
{
	background:none;
}

ul.footerBreadcrumb li.breadcrumb.last a
{
	position:relative;
	left:-11px;
	padding-left:23px;
	border:none;
}

.apiIcon, table#APITable img
{
	float:left;
	margin-right:10px;
}

/* Pager
***************************************************************/

.pager { list-style: none; padding: 0; margin: 12px 0 0 0; }
.pager li { float: left; padding: 0 12px 0 0; margin: 0; }
.pager a, .pager span { font-size: 1.077em; display: block; background-color: 

#dbdbdb; padding: 6px 6px; color: #434343;}
.pager a:hover { background-color: #434343; color: #fff; }
.pager span { background-color:inherit; }


/* Misc
***************************************************************/

.small      { font-size: 0.615em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.231em; line-height: 2.231em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; /* margin-top: 5px; */}
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.credits { float: left; }
.user-display { float: right; padding: 0; }
.user-display span { margin: 0 12px; }
.user-display .welcome {}
.user-display .user-actions {}

.login-form { margin: 24px 0 0 0; }



/* CSS 3 Enhancements 
***************************************************************/

input[type="submit"], input[type="button"], button, .button, .button:link, 

.button:visited {
	padding: 7px 20px;
	font: 12px Futura-Bold, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	border: 0;
	border-top: 1px solid #A6D8F5 !important;
	border-bottom: 1px solid #AAA !important;
	background: #3199E1;
	zoom: 1;
	color: white;
	text-shadow: 0 -0.1em #1A6ED6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 1px 2px;
	cursor:pointer;
	text-transform:uppercase;
}

input[type="submit"]:hover, input[type="button"]:hover,
input[type="submit"]:active, input[type="button"]:active,
input[type="submit"]:focus, input[type="button"]:focus,
button:hover, .button:hover,
button:active, .button:active,
button:focus, .button:focus {
	text-decoration: none;
	background: #3A87D7;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, 

#2A6AB8),color-stop(1, #4795CC));
	background-image: -moz-linear-gradient(center bottom,#2A6AB8 0%,#4795CC 

100%);
}

span.field-validation-error
{
	background: url('../Content/Images/invalidIcon.png') no-repeat;
	padding-left: 25px;
}

::-webkit-input-placeholder {
    font-style: italic;
}
input:-moz-placeholder {
    font-style: italic;
}
input:-ms-input-placeholder {
    font-style: italic;
}

/* Library/Retailer Search Results
***************************************************************/

.searchItem
{
	margin: 20px 0;
	padding:15px;
	border-bottom:1px dotted #999;
}

.searchItem h2
{
	margin:0 0 5px;
	font-weight:bold;
	color:#333;
	font-family: 'Open Sans', Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

.searchItem ul
{
	margin: 15px;
	line-height:1.5em;
}

.searchItem ul li
{
	list-style-type:none;
}

.searchItem ul li span.accountName
{
	font-weight:bold;
	color:#1B74B1;
}


/* Syntax Highlighter
***************************************************************/

.syntaxhighlighter 
{
	border: 1px solid #DDD;
	max-height: 500px;
	padding: 20px 0;
}


.syntaxhighlighter .line
{
	white-space:normal !important;
}

.syntaxhighlighter.nogutter td.code .line 
{
    padding-left: 13px !important;
}

.pagination 
{
	text-align:center;
	background: #f1f2ed;
	padding:5px;
	margin:15px 0;
}

.pagination label
{
	float:left;
	margin:7px;
}

.pagination button
{
	background: #F2F1F1;
	border: solid 1px #CECDCD !important;
	text-shadow:none;
	color:#1B74B1;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-weight:bold;
	padding: 6px 10px;
	text-transform:capitalize;
}

.pagination button.currentPage
{
	background:#1B74B1;
	text-shadow:none;
	color:#fff;
}

.pagination button:hover
{
	background:#1B74B1;
	text-shadow:none;
	color:#fff;
}

.a-p-i-subpage ol li
{
	margin: 30px 0;
}


.a-p-i table, .a-p-i-subpage table, .page table
{
	width: 100%;
	border-top: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	margin: 20px 0;
}

.a-p-i table tbody, .a-p-i-subpage table tbody, .page table tbody
{
	/* Kind of irrelevant unless your .css is alreadt doing something else */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.a-p-i table thead, .a-p-i-subpage table thead, .page table thead
{
	text-align: left;
}

.a-p-i table th, .a-p-i-subpage table th, .page table th
{
	border-right: 1px solid #B0B0B0;
	color: white;
	font-weight: bold;
	padding: 3px 10px;
	background: #1E78B3;
}

.a-p-i table td, .a-p-i-subpage table td, .page table td
{
	padding: 3px 10px;
	border-right: 1px solid #B0B0B0;
}

.a-p-i table tr:nth-child(even), .a-p-i-subpage table tr:nth-child(even), .page 

table tr:nth-child(even)
{
	background: #F2F2F2;
}

.supportForm fieldset div label{
    display: inline;
}

.supportForm div label {
    display: inline;
}

.hidden {
    display: none;
}