	/*	Whole Child Default Stylesheet	*/

	/* Override EZP  */

body {
	color: #000000;
}

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

ul li {
	background-image: none;
	list-style-type: disc;
}

div#webpage {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

div#header {
	padding: 0;
}

div#searchbox {
	float: none;
	width: auto;
}

div#path {
	padding: 0;
}

div.content-view-full div.class-frontpage {
	background-color: transparent;
}

div#sidemenu, div#extrainfo {
	padding: 0;
}

div.attribute-header h1 {
	background-image: none;
	padding: 0;
}

div#footer {
	background-image: none;
	margin: 0;
	padding: 0;
}

/*	==============	*/

	/*	CORE	*/
div.left-aside {
	float: left;
}

div.right-aside {
	float: right;
}

ul.menu {
	margin: 0px;
	padding: 0px;
}

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

ul.submenu {
	display: none;
	padding: 0px;
	margin: 0px;
}

ul.horizontal li {
	float: left;
	margin: 0px;
	padding: 0px;
}

ul.vertical li {
	display: list-item;
	float: none;
	margin: 0px;
	padding: 0px;
}
/*	==============	*/

	/*	PAGELAYOUT	*/
#main-content.center-column {
	margin: 0 20%;
	position:relative;
}

div.nosidemenu #main-content.center-column {
	margin-left: 0;
}

div.noextrainfo #main-content.center-column {
	margin-right: 0;
}

#sidemenu {
	width: 20%;
}

#extrainfo {
	width: 20%;
}

div.nosidemenu #sidemenu, div.noextrainfo #extrainfo {
	display: none;
}

/*	==============	*/

/*
Whole Child Color Scheme

		  FULL		  SEMI
Green:		#a6ce39		#e9f3cd
Yellow:	#ffdb00		#fff6bf
Orange:	#f7901e		#fde3c7
Red:		#ed1c24		#fac6c8
Purple:	#99258f		#e5c8e3
Blue:		#6caedf		#daebf7

 */

a {
	color: #1a2677;
}
a:visited {
	color: #0071bc;
}

body {
	background: #daebf7 url(../images/page-bkgnd.png) repeat-x left top;
	font-family: Helvetica,sans-serif;
}

body.homepage {
	background-color: #ffffff;
}

body.banner-page {
	background-image: url(../images/page-bkgnd-banner.png);
}

input, select, button {
	font-family: Helvetica, sans-serif;
}

h2 {
	color: #000000;
	font-size: 1.5em;
}

div#header {
	height: 141px;
}

div#footer {
	background: url(../images/footer-fade.png) repeat-x center top;
	border-top: solid 12px #99258f;
	height: 400px;
	padding-top: 15px;
}

div#logo {
	margin: 16px;
}

div#searchbox {
	margin-top: 2em;
}

input#searchtext {
	border: solid 2px #a6ce39;
	padding: 2px 4px;
}

div#wc-connection {
	text-align: right;
}

div#banners-container {
	background-color: #6caedf;
	padding: 4px 0;
}

#global-menubar {
	background-color: #ffdb00;
	border-top: solid 12px #a6ce39;
	padding-top: 2px;
}

#global-menubar li {
	font-weight: bold;
	border-left: solid 2px transparent;
	border-right: solid 2px transparent;
}

.homepage #global-menubar li {
	border-top: solid 2px transparent;
}

#global-menubar li.selected {
	background-color: #daebf7;
	border: solid 2px #e5c8e3;
	border-bottom-width: 0;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#global-menubar li:hover {
	background-color: #ffffff;
	border: solid 2px #e5c8e3;
	border-bottom-width: 0;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#global-menubar li a {
	display: block;
	font-size: 1.25em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
}

#global-menubar li a:visited {
	color: #1a2677;
}

#global-menubar li ul.submenu {
	background-color: #ffffff;
	border: solid 2px #e5c8e3;
	border-top-width: 0;
	margin-left: -2px;
	position: absolute;
	z-index: 1000;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#global-menubar li:hover ul.submenu li {
	border-width: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#global-menubar li:hover ul.submenu li:hover {
	background-color: #daebf7;
}

#global-menubar li ul.submenu a {
	font-size: 1.1em;
	text-transform: none;
}

#global-menubar li:hover ul.submenu {
	display: block;
}

div#columns {
	background-color: #daebf7;
	padding: 15px 0px;
}

div#columns p, div#columns li {
  line-height: 1.6em;
}

.homepage div#columns {
	background-color: transparent;
}

div#ezwt {
	margin: 0 auto 10px;
	width: 90%;
}

div#path {
	margin-bottom: 8px;
}

div#sidemenu {
}

div#sidemenu ul.menu {
	background-color: #ffffff;
	border: solid 4px #ffdb00;
	margin: 0;
	width: 154px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div#sidemenu ul.menu li div {
	font-size: 1.1em;
	margin-left: 10px;
	padding: 4px 0;
}

div#sidemenu li.selected {
	background-color: #daebf7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.content-view-full {
	margin: 0 25px 10px 0;
}

.homepage div.content-view-full {
	margin: 0;
	padding: 10px 30px;
}

div.attribute-header {
	color: #6caedf;
}

div.attribute-header h1 {
	margin: 20px 0 10px;
}

div.object-left {
	margin: 0.25em 1em 0.25em 0;
}

div.object-right {
	clear: none;
	margin: 0.25em 0 0.25em 1em;
}

.content-view-embed .class-file .content-body img {
	vertical-align: middle;
}

.attribute-tipafriend a, .attribute-pdf a, .attribute-print a, .attribute-rss a {
	padding-left: 4px;
}

#reader-links {
	border-top: solid 1px #6caedf;
	margin-top: 24px;
}

#reader-links h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 4px 0;
}

	/*	Stylized Folder Design	*/
div.content-view-full div.class-folder.stylized {
	background: #ffffff url(../images/folder-bkgnd.png) repeat-x left -4px;
	border: solid 4px #ffdb00;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div.content-view-full div.class-folder.stylized div.attribute-header {
	margin: 10px;
	color: #ffffff;
}

div.content-view-full div.class-folder.stylized div.attribute-header h1 {
	margin: 0;
}

div.content-view-full div.class-folder.stylized div.attribute-long {
	margin: 10px;
	padding-top: 6px;
}

	/*	================	*/

	/*	Infobox	*/

div.infobox {
	background: #ffffff url(../images/infobox-bkgnd.png) repeat-x left -8px;
	border: solid 4px #ffdb00;
	margin: 0 0 10px;
	overflow-y: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div.infobox div.infobox-header h2{
	color: #ffffff;
	font-size: 1.25em;
}

div.infobox div.infobox-header, div.infobox div.infobox-content {
	margin: 10px;
}

div.infobox div.attribute-image {
	float: right;
}

div.infobox hr {
	background-color: #ffdb00;
	height: 4px;
	width: 100%;
}

a.download{
	position:absolute;
	right:0;
	top:0;
}


