/* GENERAL */

html {
	overflow-y: scroll;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #666;
}

a:hover,
code,
.menu-dropdown a.level2:hover,
.menu-dropdown a.level3:hover,
.menu-sidebar a:hover > span,
.menu-sidebar span:hover > span {
	color: #469bdb;
}

p {
	margin: 10px 0;
}

p.no-space {
	margin: 0;
}

ul,
ol,
dl,
#yoo-zoo .item div.pos-related ul {
	padding-left: 20px;
	list-style: disc;
}

#yoo-zoo .item div.pos-related li {
	padding-left: 0;
	background: none;
}

#yoo-zoo .item div.pos-related li:first-child {
	display: none;
}

#yoo-zoo .item h1.pos-title,
#yoo-zoo .item h2 {
	letter-spacing: 0;
}

.zoo-item-list p.meta {
    line-height: inherit;
}

ul.horizontal-links {
	position: relative;
	overflow: auto;
	padding: 1px;
	list-style: none;
}

ul.horizontal-links li {
	display: block;
	float: left;
	margin-left: 5px;
	vertical-align: baseline;
}

ul.horizontal-links li:first-child {
	margin-left: 0;
}

ul.horizontal-links li a {
	display: block;
}

ul.social-buttons {
	padding: 0;
	list-style: none;
}

ul.social-buttons li {
	display: inline-block;
	width: 65px;
}

ul.social-buttons li.twitter {
	width: 75px;
}

.spotlight .overlay, .spotlight .overlay a {
	background: transparent;
}

.module .module-title {
	text-transform: none;
	line-height: 1.3em;
}

.ohanah.module {
	margin: 0;
}

.small-text {
	font-size: 0.85em;
}

.image-replacement {
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	color: rgba(0, 0, 0, 0);
}

.image-replacement:hover {
	background-position: center bottom;
}

div.border {
	background-image: url('../images/frameborder-horizontal.png'), url('../images/frameborder-vertical.png'), url('../images/frameborder-horizontal.png'), url('../images/frameborder-vertical.png');
    background-position: center top, right center, center bottom, 4px center;
    background-size: 85% 4px, 4px 85%, 85% 4px, 4px 85%;
    background-repeat: no-repeat;
    padding: 2px 4px;
}

.border > div {
    border: 1px solid black;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 5px 17px;
}

.border.no-padding > div {
	padding: 4px;
}

.border.no-padding > div * {
	margin: 0 auto;
	display: block;
}

.border.right {
	float: right;
	margin-left: 10px;
}

.border.left {
	float: left;
	margin-right: 10px;
}

.border.width-25 {
	width: 25%;
}

.border.width-50 {
	width: 50%;
}

.border.width-75 {
	width: 75%;
}

/** headers */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 36px;
}

h2 {
	font-size: 24px; line-height: 24px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
}

h4,
h5,
h6 {
	font-size: 16px;
	line-height: 16px;
}

#dm_details h1.dm_title {
	color: white;
	font-size: 1px;
	line-height: 1px;
	text-indent: -10px;
}

#dm_details h1.dm_title em {
	color: #444;
}

h1,
h1.dm_title em,
.moduletable > h3,
#dm_cats h2.dm_title,
#yoo-zoo .item h1.pos-title {
	display: block;
	margin: 0px 0px 15px 0px !important;
	font-size: 60px;
	line-height: 60px;
	background: url("../images/marker-line.png") center bottom repeat-x;
}

h1.title {
	background: none;
	margin-bottom: 0 !important;
}

h1.title.blog {
	border-bottom: 1px solid #eee;
	padding-bottom: 1px;
}

h1.title.blog,
h1.title.blog span.pos-subtitle {
	line-height: 0.7em;
}

h1.title.blog span.pos-subtitle {
	font-size: 45px;
}

h2,
h3.dm_title,
.ohanah .event_detail_title h2,
#dm_cats h3.dm_title,
#system .page-title,
#yoo-zoo .item h2,
#innerbottom .module .module-title,
#yoo-zoo .item .pos-related h3 {
	margin: 35px 0 15px 0;
	font-size: 48px;
}


#yoo-zoo .item h3 {
	font-size: 18px;
}


/** forms and buttons */

.element-itemcategory {
	display: none;
}

input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #469bdb !important;
}

textarea,
.creation-form textarea,
#yoo-zoo #comments #respond textarea,
#system #respond textarea {
	resize: vertical;
	height: 200px;
}

input[type=submit],
p.links a,
.button {
	font: 14px "nimbus-sans", Arial, sans-serif;
	text-decoration: none;
}

input[type=submit].white,
p.links a,
.button {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #444;
	background: #fafafa;
}

input[type=submit].white:hover,
p.links a:hover,
.button:hover {
	background: #ddd;
	color: #444;
	border: 1px solid #ccc;
}

form.short input[type=submit],
input[type=submit],
p.links a,
.button {
	padding: 6px 12px;
}

form.short input[type=submit],
input[type=submit],
p.links.blue a,
.button.blue,
.button.green,
.button.red {
	border: 1px solid #469bdb;
	border-radius: 4px;
	color: white;
	background: #469bdb;
}

form.short input[type="submit"]:hover,
input[type=submit]:hover,
p.links.blue a:hover,
.button.blue:hover,
.button.green:hover,
.button.red:hover {
	border: 1px solid #444;
	text-shadow: none;
	background: #444;
}

.button.green {
	/*border-color: #25b358;
	background-color: #25b358;*/
}

.button.red {
	border-color: #ed3232;
	background-color: #ed3232;
}

input[type="password"],
input[type="text"],
select,
textarea,
.panelContent input.text,
#yoo-zoo #comments #respond input[type="text"],
#yoo-zoo #comments #respond textarea,
#system #respond input[type="text"],
#system #respond textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 7px;
	font-size: 12px;
	background: none;
}

.button.greyblue,
.button.greygreen,
.button.greylight,
.button.greyred {
	border-color: #444;
	color: white;
	background: #444;
}

.button.greyblue:hover {
    border-color: #469bdb;
	background: #469bdb;
}

.button.greygreen:hover {
	border-color: #25b358;
	background: #25b358;
}

.button.greylight:hover {
	border-color: #ccc;
	color: #444;
	background: #ddd;
}

.button.greyred:hover {
    border-color: #ed3232;
	background: #ed3232;
}

input[type="text"].required.thin {
	border: 1px solid #ccc;
}

label {
	display: block;
	padding-top: 5px;
}

input.inactive,
textarea.inactive {
	color: #999;
}


input[type="text"].icon {
	background-position: right center;
	background-repeat: no-repeat;
}

input[type="text"].icon.email {
	background-image: url("../images/icon-form-mail-no-hover.png");
}

form div,
#yoo-zoo #comments #respond form div {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-bottom: 10px;
}

#respond form div.connects {
	padding: 20px 0;
}

form div div,
form div label,
form div input[type="password"],
form div input[type="text"],
form div textarea,
#yoo-zoo #comments #respond input[type="text"],
#yoo-zoo #comments #respond textarea,
#system #respond input[type="text"],
#system #respond textarea {
	float: left;
}

form div input[type="password"],
form div input[type="text"],
form div textarea,
#yoo-zoo #comments #respond input[type="text"],
#yoo-zoo #comments #respond textarea,
#system #respond input[type="text"],
#system #respond textarea {
	margin: 1px;
}

form div label {
	width: 25%;
	font-size: 14px;
	text-transform: none;
}


form div input[type="password"],
form div input[type="text"],
.creation-form input[type="text"],
.creation-form input[type="password"],
#yoo-zoo #comments #respond input[type="text"],
#system #respond input[type="text"] {
	width: 40%;
}

form div select {
	width: 42.5%;
}

form div div,
form div div textarea,
form div textarea,
.creation-form textarea {
	width: 72%;
}

.creation-form div div {
	width: 75%;
}

.creation-form div div textarea {
	width: 96%;
}

form div div {
	float: left;
	padding-bottom: 0;
}


form div div input[type="text"],
form div div input[type="password"] {
	width: 100%;
}

.creation-form div div input[type="text"] {
	width: 53.3%;
}

form div.submit input,
form div.submit button {
	float: right;
	margin-right: 4px;
}

form div.required label {
	font-weight: bold;
}

form div.required input[type="text"],
form div.required input[type="password"],
form div.required textarea,
form div input[type="password"].required,
form div input[type="text"].required,
form div textarea.required,
#yoo-zoo #comments #respond input[type="text"].required,
#yoo-zoo #comments #respond textarea.required,
#system #respond input[type="text"].required,
#system #respond textarea.required {
	margin: 0;
	border: 2px solid #bbb;
}

form div input[type="password"].invalid,
form div input[type="text"].invalid,
form div input[type="text"].thin.invalid,
form div textarea.invalid,
#system .invalid,
#yoo-zoo #comments #respond input[type="text"].invalid,
#yoo-zoo #comments #respond textarea.invalid,
#system #respond input[type="text"].invalid,
#system #respond textarea.invalid {
	border-color: #900;
	background-color: rgba(255, 0, 0, 0.03);
}

form div.submit p {
	float: left;
	margin: 0 0 0 25%;
	padding-top: 7px;
	width: 50%;
}

#yoo-zoo #comments #respond input[type="text"],
#system #respond input[type="text"] {
	height: 14px;
}

#yoo-zoo #comments #respond textarea,
#system #respond textarea {
	width: 72%;
	max-width: 2000px;
}

#yoo-zoo #comments #respond textarea {
	width: 74%;
}


/*** forms in sidebar-a */

#sidebar-a form div {
	width: auto;
}

#sidebar-a form div label,
#sidebar-a form div select {
	float: none;
	width: 100%;
}

#sidebar-a form div input[type="text"] {
	width: 92%;
}

#sidebar-a form div.submit input {
	float: none;
	width: 100%;
}

#sidebar-a form div textarea {
	margin: 0;
	width: 92%;
}

#FormWaitlist textarea {
	height: 6em;
}

#sidebar-a #FormWaitlist textarea {
	height: 2.5em;
}

/*** one-input forms with icons instead of submits */

form.icon-form {
	border: 1px solid #ccc;
	border-radius: 4px;
}

form.icon-form div {
	padding: 0;
}

form.icon-form div input,
form.icon-form input[type="submit"],
form.icon-form div input.invalid,
form.icon-form div input.required {
	margin: 1px 0;
	border: none;
	outline-width: 0;
	background-color: transparent;
}

form.icon-form input[type="text"],
.module form.icon-form input[type="text"] {
	width: 70%;
}

form.icon-form input[type="submit"] {
	float: right;
	width: 38px;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	color: transparent;
}

form.icon-form input[type="submit"]:hover {
	background-position: right center;
}


/** general article items (events, blog posts, articles, files for download) */

div.article-meta {
	margin-bottom: 0;
}

p.meta {
	margin-top: 3px;
}

.submission {
	font-size: 1em;
}


/** widgetkit **/

article.wk-content .menu a {
	display: block;
	padding: 3px 0;
	text-align: left;
}

article.wk-content .description {
	margin: 0;
}

.wk-gallery-wall.margin {
	margin: 25px 0;
}

/** pagination */

.pagination {
	text-align: center;
}

.pagination a, .pagination strong {
	display: inline-block;
	margin-left: 5px;
	padding: 0 5px;
	min-width: 15px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ddd;
    border-radius: 4px 4px 4px 4px;
    color: #444;
}

.pagination > :first-child {
	margin-left: 0;
}

.pagination strong, .pagination a:hover {
	background: #eee;
	text-shadow: 0 1px 1px white;
}

.pagination strong {
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #444;
	font-weight: normal;
}


/** system messages and info classes */

.box-content,
.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download,
.submission p.message,
#system-message dd {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background-position: 5px center;
	background-repeat: no-repeat;
}

.box-content,
.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download {
	margin: 10px 0;
}

.box-content > *,
.box-note > *,
.box-info > *,
.box-warning > *,
.box-hint > *,
.box-download > * {
	margin: 5px 0;
}

.box-download,
.box-hint,
.box-info,
.box-warning,
.submission p.message,
#system-message dd {
	border-color: #90b1ca;
	padding: 15px 15px 15px 55px;
	color: #444;
	background-color: #fafafa;
}

.box-info,
#system-message dd {
	background-image: url("../images/box_info.png");
}

.box-warning,
.submission p.message,
#system-message dd.error {
	border-bottom: 2px solid #ffd7cd;
	border-color: #ffad99;
	background-color: #fff0eb;
	background-image: url("../images/box_warning.png");
}

#system-message {
	margin-bottom: 30px;
}


/* HEADER */

#CookieWarning {
	display: none;
}

#CookieWarning > div {
	margin: 0 auto;
	max-width: 1020px;
}

#header {
	margin: 10px 0;
}

#headerbar .module {
	max-width: 600px;
}

#toolbar a.active {
	text-decoration: underline;
}

#MenuTopLeft {
	line-height: 30px;
}

#MenuTopRight li {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	background: none;
}

#MenuTopRight li a {
	display: block;
	width: 31px;
	height: 25px;
	background: url("../images/image-replacement-menutopright.png") left top no-repeat;
	text-indent: -9999px;
	font-size: 1px;
}

#MenuTopRight li.item379 a {
	background-position: left top;
}

#MenuTopRight li.item379 a:hover {
	background-image: url("../images/hover-twitter.gif");
	background-position: left bottom;
}

#MenuTopRight li.item211 a {
	background-position: -31px top;
}

#MenuTopRight li.item211 a:hover {
	background-image: url("../images/hover-rss.gif");
	background-position: center bottom;
}

#MenuTopRight li.item384 a {
	background-position: right top;
}

#MenuTopRight li.item384 a:hover {
	background-image: url("../images/hover-mail.gif");
	background-position: right bottom;	
}

#MenuTopRight li.item385 {	
	font-size: 36px;	
	font-family: "strangelove-next-narrow", Helvetica, Arial, sans-serif;
	vertical-align: bottom;
}

/** main navigation */

#menubar {
	border: none;
	background: #403f3f;
	border-radius: 6px;
}

#menubar * {
	z-index: 1030;
}

#menu {
	height: 46px;
}

#menu .level1 .level1 {
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
}

#menu li.level1 .level1 span {
	/*border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;*/
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

#menu li.level1 > a.level1,
#menu li.level1 > span.level1 {
	color: #bbb;
}

#menu .level1:hover > .level1,
#menu .level1.active > .level1,
#menu .level1.current > .level1,
#menu .level1.remain > .level1,
#menu .level1:hover > .level1 span,
#menu .level1.active > .level1 span,
#menu .level1.current > .level1 span,
#menu .level1.remain > .level1 span {
	color: #555;
	background: #f9f9f9;
	background: white;
	border-color: #ccc;
}

#menu .level1.active > .level1 span,
#menu .level1.current > .level1 span {
	border-left-color: transparent;
	border-right-color: transparent;
}

#menu ul:first-child li.level1.active:first-child .level1 span,
#menu ul:first-child li.level1.current:first-child .level1 span,
#menu ul:first-child li.level1.remain:first-child .level1 span {
	border-left-color: #ccc;
}

#menu ul:first-child li.level1:first-child .level1 span {
	border-radius: 6px 0 0 6px;
}

.menu-dropdown li.level1 {
	padding-bottom: 0;
}

#menu form a:hover,
#menu .level2 a:hover,
#menu .level3 a:hover {
	text-decoration: underline;
}

.zoo-item-list div.description {
	margin: 0;
}

ul.zoo-list > li {
	border-top: none;
}

#yoo-zoo div.submission fieldset {
	padding-bottom: 0;
}


/** login form */

#FormLogin label {
	width: 45%;
}

#FormLogin input[type="password"],
#FormLogin input[type="text"] {
	width: 45%;
}

#FormLogin input[type="submit"] {
	padding-left: 30px;
	padding-right: 30px;
}

#FormLogin div {
	padding: bottom: 5px;
}

#FormLogin div.submit {
	padding-bottom: 0;
}


/* search form */

#FormSearch,
#FormSearch input[type="text"] {
	border: none;
	height: 29px;
}

#FormSearch {
	margin: 2px 2px 0 0;
}

#FormSearch input[type="text"] {
	padding: 0 25px;
}


/** CONTENT **/

h1,
h3.dm_title,
.moduletable > h3,
#content h2,
#innerbottom .module .module-title,
#bottom-a .module .module-title,
.pos-related h3,
#system h3.page-title,
#bottom-b .module .module-title {
	font-family: "strangelove-next-narrow", Helvetica, Arial, sans-serif;
	color #323232;
}

#dm_details p img,
p img {
	margin: 5px 10px;
}

.item p img.border {
	border: 1px solid #444;
}

p .center {
	margin-left: auto;
	margin-right: auto;
}

p .float-left {
	float: left;
	margin-left: 0;
}

p .float-right {
	float-right;
	margin-right: 0;
}


/* testimonials, quotes */

.testimonials .title p {
	font-family: 'corradine-handwriting', Georgia, serif;
	font-size: 24px;
	line-height: 1.4em;
}

.testimonials article.wk-content,
blockquote {
	background-image: url("../images/quotes-small-open.gif"), url("../images/quotes-small-close.gif");
	background-position: 5% 85%, 90% 5%;
    background-repeat: no-repeat, no-repeat;
}

.testimonials article.wk-content > div {
	margin: 20px 40px;
}

.testimonials .title p {
    padding: 5px 10%;
}

.testimonials .description p:before,
blockquote span:before {
	content: "— ";
}

figure.testimonials,
blockquote {
	margin: 30px 0 !important;
}

figure.testimonials .description p,
blockquote span {
	display: block;
	padding: 5px 0 0 40%;
	font-size: .9em;
}

blockquote {
	background-position: 5% 100%, 90% 0%;
}

blockquote p {
	padding: 15px 15%;
	font-style: italic;
}


/* sidebars */

a.mod_docman_lister_link,
.menu-sidebar a,
.menu-sidebar li > span {
	/*color: #469bdb;*/
}

.menu-sidebar a.level1 > span,
.menu-sidebar span.level1 > span {
	padding: 3px 0;
}

.menu-sidebar li.level1 {
	border: none;
}

#sidebar-a a.active {
	font-weight: bold;
}


/* home page */


/** home page slider */

article.wk-content {
	padding: 0;
	text-align: center;
	color: #4d4d4d;
}

.module.home-slideshow,
.home-slideshow article {
	margin: 0;
	padding: 0;
}

.home-slideshow .registration > * {
	margin: 0 auto;
}

.home-slideshow .registration h1 {
	margin: 0;
	padding: 0;
}

.home-slideshow .registration h1 a {
	display: block;
	margin-bottom: 15px;
	padding: 185px 0 0 0;
	font-size: 40px;
	font-weight: 400;
	background-position: center top;
	background-repeat: no-repeat;
	text-transform: none;
}

.home-slideshow .registration h1.psd a {
	background-image: url("../images/badge-psd.png");
}

.home-slideshow .registration h1.psf a {
	background-image: url("../images/badge-psf.png");
}

.home-slideshow .registration h1.psm a {
	background-image: url("../images/badge-psm.png");
}

.home-slideshow .registration h1.pspo a {
	background-image: url("../images/badge-pspo.png");
}

.home-slideshow .registration p {
	width: 75%;
}

.home-slideshow .registration p a.more {
	display: block;
	margin-top: 5px;
}

.home-slideshow .registration p.description,
.home-slideshow .registration p.date {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2em;
	color: #666;
}

.home-slideshow .registration p.date {
	font-size: 27px;
	margin-bottom: 15px;
	color: #666;
}

.home-slideshow p.buttons {
	padding-top: 20px;
	line-height: 1.2em;
}

.home-slideshow .registration p.buttons a {
	margin: 0 5px;
}

.home-slideshow .wk-slideshow .nav {
	margin: 10px 0;
}

.home-slideshow .wk-slideshow .nav li {
	border: 2px solid #ccc;
	border-radius: 8px;
	width: 12px;
	height: 12px;
}

.home-slideshow .wk-slideshow .nav li.active {
	border-color: #469bdb;
}

.home-slideshow .wk-slideshow .nav li span {
	background: none;
}

.home-page #top-a .wrapper {
	position: relative;
	max-width: 100%;
}

.home-page #top-a .strip {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 17px;
	background-repeat: repeat-x;
}

.home-page #top-a .strip.top {
	background: url("../images/marker-line-top.png") 90px top repeat-x;
}

.home-page #top-a .strip.bottom {
	bottom: 0;
	background: url("../images/marker-line-bottom.png") -190px bottom repeat-x;
}

.home-slideshow .thought {
	height: 476px;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
}

.home-slideshow .thought.scrumdays {
	background-image: url("../images/home-slider-scrumdays.gif");	
}

.home-slideshow .thought.scrumvival {
	background-image: url("../images/home-slider-scrumvival.gif");	
}

.home-slideshow .thought.blackboard {
/*	color: white;
	background-color: #333333;
	background-image: url("../images/home-slider-blackboard.jpg"); */
	background-image: url("../images/home-slider-bubble2.gif");	
}

.home-slideshow .thought.books {
	background-image: url("../images/home-slider-books2.gif");
}

.home-slideshow .thought.bricks {
	background-image: url("../images/home-slider-bricks2.gif");
}

.home-slideshow .thought.elephant {
	background-image: url("../images/home-slider-elephant2.gif");
}

.home-slideshow .thought.knight {
	background-image: url("../images/home-slider-knight2.gif");
}

.home-slideshow .thought.iterate {
	background-image: url("../images/home-slider-iterate2.gif");
}

.home-slideshow .thought p {
	margin: 0 auto;
}

.home-slideshow .thought .content,
.home-slideshow .thought .content span {
	line-height: 0.9em;
}

.home-slideshow .thought .content {
	padding-top: 140px;
	max-width: 400px;
	font-size: 70px;
	font-family: "strangelove-next-narrow", Helvetica, Arial, sans-serif;
}

.home-slideshow .thought.blackboard .content {
	padding-top: 45px;
	max-width: 100%;
}

.home-slideshow .thought.blackboard .content:first-child {
	padding-top: 70px;
}

.home-slideshow .thought.blackboard .content strong {
	display: inline-block;
	padding-right: 20px;
	font-weight: normal;
	background: url("../images/blackboard-asterix-big.png") right top no-repeat;
}

.home-slideshow .thought.blackboard .content.asterix {
	padding-top: 25px;
	font-size: 28px;
	letter-spacing: 1px;
}

.home-slideshow .thought .content span {
	display: block;
	font-size: 36px;
}

.home-slideshow .thought.blackboard span {
	padding: 5px 0;
	line-height: 1.2em;
	letter-spacing: 1px;
}

.home-slideshow .thought a {
	display: inline-block;
	margin: 0 10px;
}

.home-slideshow .thought.blackboard a {
	display: inline-block;
	margin: 0;
	text-decoration: none;
	background: url("../images/blackboard-smear1.png") center bottom repeat-x;
	background-size: 100% 12px;
/*	color: white; */
}

.home-slideshow .thought.blackboard a:hover {
	background-image: url("../images/blackboard-smear1-blue.png");
	color: #469bdb;
/*	
	background-image: url("../images/blackboard-smear1-red.png");
	color: red;
*/
}

.home-slideshow .thought.blackboard a.blue:hover {
	background-image: url("../images/blackboard-smear1-blue.png");
	color: #469bdb;
}

.home-slideshow .thought.blackboard a.green:hover {
	background-image: url("../images/blackboard-smear1-green.png");
	color: #25b358;
}

.home-slideshow ul.nav {
	position: absolute;
	width: 100%;
}

/** homepage content */

.home-page #content {
	margin: 0;
}

/** homepage - twitter */

ul.divider {
	list-style: none;
	padding: 0;
}

ul.divider li,
.wk-twitter-list article {
	margin: 0;
	border: none;
	padding: 15px 0;
	background: url("../images/divider-eee.png") center top no-repeat;
	background-size: 70% 1px;
}

ul.divider li:first-child,
.wk-twitter-list article:first-child {
	padding: 0 0 15px 0;
	background: none;
}

/** homepage - testimonials */

.home-page .testimonials article.wk-content {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	background-image: url("../images/quotes-big-open.png"), url("../images/quotes-big-close.png");
	background-position: 15% 75%, 85% 5%;
    background-repeat: no-repeat, no-repeat;
}

.home-page .testimonials article.wk-content > div {
	margin: 0;
}

.home-page .testimonials .title p {
	padding: 20px 20%;
	width: auto;
	font-size: 32px;
}

.home-page .testimonials .description p {
	font-family: ;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-weight: 300;
	line-height: 1.5em;
	color: #666;
}

/** homepage innerbottom */

.home-page #innerbottom,
.home-page #innerbottom .grid-h .mod-line:before {
	border: none;
}

.home-page #innerbottom .module {
	margin-top: 0;
}

.home-page #innerbottom .module .module-title {
	margin-bottom: 15px;
	padding-bottom: 0;
	text-align: center;
	font-family: "strangelove-next-narrow", Helvetica, Arial, sans-serif;
	font-size: 36px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.home-page #innerbottom .long-1 h3 {
	background-image: url("../images/underline-long-1.png");
}

.home-page #innerbottom .long-2 h3 {
	background-image: url("../images/underline-long-2.png");
}

.home-page #innerbottom .short-1 h3 {
	background-image: url("../images/underline-short-2.png");
}

.home-page #innerbottom .short-2 h3 {
	background-image: url("../images/underline-short-2.png");
}

.home-page #innerbottom .short-3 h3 {
	background-image: url("../images/underline-short-3.png");
}

.home-page #bottom-a, 
.home-page #bottom-a .module {
	margin-bottom: 0;
}

.home-page #bottom-a {
	padding-top: 20px;
	padding-bottom: 0;
	background: url("../images/marker-line.png") 90px top repeat-x;
}

/* services - training */

.module.event-badge {
	background-position: center top;
	background-repeat: no-repeat;
}

.module.event-badge {
	padding-top: 185px;
}

.module.event-badge.psd {
	background-image: url("../images/badge-psd.png");
}

.module.event-badge.psf {
	background-image: url("../images/badge-psf.png");
}

.module.event-badge.psm {
	background-image: url("../images/badge-psm.png");
}

.module.event-badge.pspo {
	background-image: url("../images/badge-pspo.png");
}

.module.event-badge.sps {
	background-image: url("../images/badge-sps.png");
}

/* contact */

.submission h1,
.submission legend {
	display: none;
}

.creation-form .element {
	margin-bottom: 0;
}

.creation-form .error-message {
	display: none;
}

.submission p.info {
	display: none;
}

.submission div.submit {
	margin: 0;
	width: 100%
}


/* downloads */

.purchase-button a {
	display: block;
	width: 205px;
	height: 37px;
	text-indent: -9999px;
	background: url("../images/download-file.png") center center no-repeat;
}

a.mod_docman_lister_link {
	display: inline-block;
	margin: 3px 0;
}

h1 em {
	font-style: normal;
}

.dm_cat {
	padding-top: 0;
}

.dm_row {
	background: none;
}

#dm_docs .dm_row {
	padding: 0;
}

#dm_docs .dm_row .dm_details table {
	border: 0;
}

.doc-description {
	margin-right: 25px;
	width: 55%;
}

.doc-description p:first-child {
	margin-top: 0;
}

.doc-metadata td {
	padding-right: 5px;
}

.doc-metadata td.first {
	width: 110px;
}

.doc-metadata.with-desc {
	max-width: 45%;
}

.doc-description, .doc-metadata {
	float: left;
}

@media screen and (max-width: 746px) {

	.doc-description, .doc-metadata.with-desc {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.doc-metadata {
		margin-top: 10px;
	}

}

#dm_cats h2.dm_title {
	margin-top: 0 !important;
}

#dm_cats .dm_row {
	padding: 15px 0 5px 0;
}

#dm_details {
	float: none;
	margin: 0;
}

#dm_details img {
	
}

#dm_details table {
	margin-top: 30px;
	border-top: none;
	border-left: none;
}

#dm_details table td {
	border-right: none;
	padding: 5px 0;
}

#dm_details table thead {
	display: none;
	border-radius: 4px;
	color: white;
	background: #444;
}

#dm_docs .dm_row .dm_details {
	width: 50%;
}

#dm_docs h2.dm_title {
	display: none;
}

#dm_docs h3.dm_title {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	line-height: 1em;
}

#dm_docs .dm_row {
	padding: 15px 0 20px 0 !important;
	line-height: inherit;
}

#dm_docs .dm_row .dm_details {
	float: none;
	margin: 0 0 10px 0;
}

#dm_docs .dm_row .dm_details td {
	padding: 0 !important;
}

/* events */

div.button {
	text-align: right;
}

.event-container-info a {
	font-weight: normal;
}

.event-container-info.event-single {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 15px;
}

.event-detail-container {
	margin-bottom: 40px;
}

.event-detail-container.event-single {
	margin-bottom: 0;
}

.event-full-description {
	margin-top: 15px;
}

.event-detail-container .horizontal-links {
	margin-bottom: 0;
}

.event-detail-title h2,
.moduletable h3 {
	margin: 0 0 15px 0;
}

.ohanah h4 {
	margin-top: 0;
	font-size: 20px;
}

.ohanah.panelContent {
	font-size: inherit;
}

#innerbottom .event-location h3.module-title {
	margin-bottom: 0;
}

.event-map,
.event-address {
	float: left;
	width: 335px;
}

.event-address  {
	padding-left: 10px;
}

.event-address h4 {
	margin-top: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}

#EventMap {
	border: 1px solid #ccc;
}

#innerbottom .event_main_location_description h3,
#innerbottom .event_main_location_description p {
	font-size: 14px;
	color: #444;
	background: none;
}

#innerbottom .event_main_location_description h3 {
	padding: 0 0 10px 0;
	font-weight: bold;
}

#event_main_map img {
	display: block;
}

.module-events-list {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.module-events-list li {
	margin-bottom: 0;
	padding-top: 0;
}

.module-events-list li:first-child {
	padding-top: 0;
}

.module-events-list li .item-list-meta {
	display: block;
	margin-top: 0;
	font-size: 11px;
	font-style: italic;
	color: #999;
}

#FormRegistration {
	padding-top: 20px;
}


/* blog */

#system .title a {
	color: #469bdb;
}

#system .items .item {
	margin-bottom: 30px;
	border-top: 0;
}

.validation-advice {
	background-color: #db332d;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #bababa;
	position: absolute;
	margin-top: 40px;
}


/** BOTTOM **/

#MastFoot {
	position: relative;
	padding-top: 60px;
	overflow: hidden;
}

#Hand {
	position: absolute;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 420px;
	background: url("../images/hand2.png") center top no-repeat;
}

#bottom-b,
#footer {
	z-index: 19;
}

#bottom-b {
	margin: 0;
	padding: 0;
}

#bottom-b *,
#footer * {
	z-index: 21;
	font-size: 12px;
	color: #858585;
	text-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
}

#bottom-b * {
	color: #999;
	text-shadow: none;
}

#bottom-b a:hover,
#bottom-b a:hover span {
	color: black;
}

#bottom-b .grid-h .mod-line:before {
	border: none;
}

#bottom-b .image-replacement.pst {
	width: 120px;
	height: 39px;
	background-image: url("../images/image-replacement-pst.png");
}

#bottom-b .module .module-title {
	margin-bottom: 2px;
	font-size: 36px;
	color: #323232;
}

#FormNewsletter {
	padding: 0;
	height: 46px;
	background: url("../images/background-newsletter.png") left center no-repeat;
}

#FormNewsletter input {
	margin: 0;
	border: none;
	background: transparent;
	text-shadow: none;
}

#FormNewsletter input[type="text"] {
	padding: 0 10px;
	width: 157px;
	height: 46px;
}

#FormNewsletter input[type="submit"] {
	padding: 0;
	width: 38px;
	height: 46px;
	font-size: 1px;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
	background: url("../images/background-newsletter-submit.png") center center no-repeat;
}

#footer {
	margin: 0;
	border-top: 1px solid #2f2f2f;
	padding: 15px 0;
	background: #323232;
}

#footer * {
	font-size: 12px;
}

#footer a:hover {
	color: white;
}

#footer .module {
	margin: 0;
	width: 50%;
	float: left;
}

#footer .module > div {
	margin: 0 20px;
}

#footer p {
	line-height: 22px;
	margin: 0;
}

#LogoFooter {
	float: left;
	margin: 5px 7px 0 0;
	width: 132px;
	height: 34px;
	background-image: url('../images/logo-footer.png');
}

#MenuFooter {
	padding-top: 4px;
	padding-left: 260px;
}

#MenuFooter li, 
#MenuFooter li a {
	margin: 0;
	padding: 0;
	background: none;
}

#MenuFooter li a {
	display: block;
	width: 31px;
	height: 32px;
	background: url("../images/image-replacement-menufooter.png") left top no-repeat;
}

#MenuFooter li.twitter a:hover {
	background-position: left bottom;
}

#MenuFooter li.skype a {
	background-position: -31px top;
}

#MenuFooter li.skype a:hover {
	background-position: -31px bottom;
}

#MenuFooter li.google a {
	background-position: -62px top;
}

#MenuFooter li.google a:hover {
	background-position: -62px bottom;
}

#MenuFooter li.linkedin a {
	background-position: -93px top;
}

#MenuFooter li.linkedin a:hover {
	background-position: -93px bottom;
}

#MenuFooter li.email a {
	width: 32px;
	background-position: right top;
}

#MenuFooter li.email a:hover {
	background-position: right bottom;
}


/* goodreads */

.goodcover {
	float:left;
	margin:0 8px 8px 0; 
	clear:bottom;
	clear:top;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
}

.goodstars {
  max-height:15px;  
  vertical-align: middle;
}

#book {
	cursor:pointer;
	clear:right;
}

.goodlogo {
	max-height:18px;
}