@charset "UTF-8";

/*--------------------------------------------------------------------------------------------------------------
	BASIC THINGS
--------------------------------------------------------------------------------------------------------------*/
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-size: 100%; font: inherit;
	vertical-align: baseline;
}
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
ol, ul { list-style: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
body { line-height: 1; color: #000; background: #fff; }
:focus { outline: 0; }
img { display: block; }
a { text-decoration: none !important; }
a:hover { text-decoration: underline }
strong { font-weight: bold; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

form p { position:relative }
label  { position:absolute; top:0; left:0}
/*--------------------------------------------------------------------------------------------------------------
	NO JS
--------------------------------------------------------------------------------------------------------------*/
#javascript-not-available {
	display: block;
	position: fixed;
	top: 60px;
	margin: 0;
	border: 5px solid #d00;
	padding: 30px 30px 30px 70px;
	width: 850px;
	height: auto;
	background: #fff url(gfx/icon.alert.gif) 30px 28px no-repeat;
	color: #d00;
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
}
/*--------------------------------------------------------------------------------------------------------------
	GENERAL LAYOUT
--------------------------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
	background-color: #fff;
}
body {
	background-image: none;
	font: 13px/1.2em 'Open Sans', arial, helvetica, sans-serif;
}
div#content h1 {
	margin: 30px 0 20px;
	color: #36b;
	font-size: 20px;
}
div#content h1.firstItem {
	margin-top: 0;
}
div#content h2 {
	color: #333;
	font-weight: bold;
}
div#content p, div#content ul {
	margin: 0 0 20px;
}
div#content p {
	color: #333;
	line-height: 130%;
	text-align: justify;
}
div#content a {
	color: #718900;
}
div#content p a:hover {
	text-decoration: underline;
}
div.contentContainer a span {
	text-transform: uppercase;
}
h1.uppercase {
	text-transform: uppercase;
}
/*--------------------------------------------------------------------------------------------------------------
	HEADER / NAV META
--------------------------------------------------------------------------------------------------------------*/
div#header {
	border-top: 10px solid #ab0;
	width: 100%;
	height: auto;
	background-color: #eaf4f8;
	color: #123493;
	font-size: 11px;
}
div#header div {
	margin: auto;
	width: 980px;
}
div#header div ul {
	float: right;
	padding-right: 10px;
	list-style-type: none;
}
div#header div ul li {
	float: left;
	padding: 0;
}
div#header div ul li a {
	display: block;
	border: none;
	padding: 12px 10px;
	color: #123493;
}
div#header div ul li a:hover {
	border: none;
	color: #123493;
}
div#header div ul li a:hover span {
	border-bottom: 1px solid #415da9;
	color: #123493;
}
div#header div ul li.selected {
	background-color: #c3cf4c;
}
div#header div ul li.selected a span {
	color: #fff;
}
div#header div ul li.selected a:hover {
	cursor: default;
}
div#header div ul li.selected a:hover span {
	border-bottom: none;
}
/*--------------------------------------------------------------------------------------------------------------
	FOOTER
--------------------------------------------------------------------------------------------------------------*/
div#footer {
	clear: both;
	position: relative;
	margin: auto;
	padding-top: 0;
	width: 960px;
	height: 120px;
	font-size: 11px;
}
div#footer a#future-studies {
	position: absolute;
	right: 0;
}
div#footer a#future-studies img {
	width: 260px;
	height: 70px;
}
/*--------------------------------------------------------------------------------------------------------------
	SOCIAL PLUGINS
--------------------------------------------------------------------------------------------------------------*/
#tooltipFooter {
  display: none;
  position: absolute;
  padding: 0 0 10px;
  width: 400px;
  background: url(gfx/tooltip.footer.png) bottom left no-repeat;
  color: #fff;
  font-size: 12px;
}
#tooltipFooter span {
  display: block;
  padding: 10px;
  background: #718900;
}
/*-----------------------------------
	FACEBOOK BUTTON
-----------------------------------*/
div#footer img#img-fb {
	cursor: pointer !important;
}
div#footer div.facebook-like {
	float: left;
	margin: 25px 0 0;
	width: 130px;
	height: 20px;
}
/*-----------------------------------
	TWITTER BUTTON
-----------------------------------*/
div#footer img#img-twitter {
	cursor: pointer !important;
}
div#footer div.tweet-this {
	float: left;
	margin: 25px 0 0;
	width: 105px;
	height: 20px;
}
/*-----------------------------------
	EMAIL-THIS BUTTON
-----------------------------------*/
div#footer div.email-this {
	float: left;
	margin: 25px 0 0;
	width: 110px;
	height: 20px;
}
div#footer div.email-this a.email-this, div#footer div.email-this a.email-this span {
	display: block;
	width: 85px;
	height: 20px;
	background: #fff url(gfx/button.service.png) 0 0 no-repeat;
	color: #36b;
}
div#footer div.email-this a.email-this span {
	margin: 0 0 0 8px;
	padding: 3px;
	width: 85px;
	height: 14px;
	background-position: right 0;
}
div#footer div.email-this a.email-this span span {
	margin: auto;
	padding: 0 0 0 18px;
	width: 85px;
	background: url(gfx/icons2.png) 2px -99px no-repeat;
}
div#footer div.email-this a:hover.email-this {
	background-position: 0 -20px;
}
div#footer div.email-this a:hover.email-this span {
	background-position: right -20px;
	color: #039;
}
div#footer div.email-this a:hover.email-this span span {
	background: url(gfx/icons2.png) 2px -99px no-repeat;
}
/*-----------------------------------
	COPYRIGHT LINE
-----------------------------------*/
div#footer div.copyright {
	float: left;
	margin: 25px 0 0;
	height: 20px;
	padding: 3px 0 0;
}
div#footer div.copyright, div#footer div.copyright a, div#footer div.copyright a:visited {
	color: #999;
}
div#footer div.copyright a:hover {
	text-decoration: underline !important;
}
/*--------------------------------------------------------------------------------------------------------------
	CONTENT
--------------------------------------------------------------------------------------------------------------*/
div#page {
	position: relative;
	margin: auto;
	padding: 40px 0;
	width: 1000px;
}
div#content {
	margin: 25px 0 0;
	border-top: 5px solid #36b;
	padding: 0 20px;
}
div.contentContainer {
	padding: 30px 30px 20px;
	background: #f7f8fa url(gfx/bg.content.png) repeat-x;
}
div#content div.col1, div#content div.col2 {
	float: none;
}
div#content div.col1 {
	margin: 0;
	width: 100%;
}
div#content div.col2 {
	width: 100%;
	background: #61a4e5;
}
div#content div.col2 div.teaserLinks {
	padding: 35px 30px 10px;
}
div#content div.col2 div.teaserLinks p {
	color: #fff;
	text-align: left;
}
div#content div.col2 div.teaserLinks p a {
	color: #fff;
	text-decoration: underline !important;
}
a.follow-us-fb {
	padding: 0 0 0 20px;
	background: url(gfx/icons.png) -3px -611px no-repeat;
}
div#footer a.follow-us-fb {
	background-position: -3px -612px;
	color: #999;
}
div#footer a.follow-us-fb:hover {
	text-decoration: underline !important;
}
a.visit-our-website {
	padding: 0 0 0 20px;
	background: url(gfx/icons2.png) 2px -47px no-repeat;
}
a.email-us {
	padding: 0 0 0 20px;
	background: url(gfx/icons2.png) 2px -97px no-repeat;
}
/*--------------------------------------------------------------------------------------------------------------
	LOGO / NAV MAIN
--------------------------------------------------------------------------------------------------------------*/
div#page a.logo, div#page a.logo img {
	display: block;
	width: 400px;
	height: 100px;
}
div#page a.logo {
	position: relative;
	top: 0;
	left: 20px;
	margin-bottom: 0;
	padding: 0;
}
div#page a.logo img {
	margin-bottom: 0;
	margin-left: 0;
}
ul#menu {
	position: absolute;
	top: 108px;
	right: 10px;
	margin-bottom: 0;
	height: 30px;
}
ul#menu li {
	float: left;
	margin-right: 10px;
}
ul#menu li a big, ul#menu li a {
	display: block;
	height: 30px;
	background: #fff url(gfx/button.menu.png) 0 0 no-repeat;
	color: #fff;
	font-size: 16px !important;
	text-transform: uppercase;
}
ul#menu li a big {
	margin: 0 0 0 10px;
	padding: 7px 9px 7px 0;
	height: 16px;
	background-position: right 0;
	font-size: 19px;
}
ul#menu li a:hover {
	background-position: 0 -30px;
}
ul#menu li a:hover big {
	background-position: right -30px;
	color: #fff;
}
ul#menu li.selected a {
	background-position: 0 -30px;
	cursor: default;
}
ul#menu li.selected a big {
	background-position: right -30px;
}
/*--------------------------------------------------------------------------------------------------------------
	HOME PAGE
--------------------------------------------------------------------------------------------------------------*/
div#page div#videocontainer {
	float: left;
	width: 640px;
	height: 400px;
	margin-right: 0;
	margin-bottom: 20px;
	background: #f2f4f6;
}
div#no-video {
	position: absolute;
	z-index: 1000;
	top: 350px;
	width: 640px;
	text-align: center;
}
div#page div.options {
	float: right;
	border-width: 0;
	width: 320px;
}
div#page div.options h2, div#page div.options ul li a {
	display: block;
	padding: 18px 20px 22px 40px;
	width: 260px;
	height: 60px;
	color: #fff;
}
div#page div.options h2 {
	background-color: #6cb4ef;
	font-size: 24px;
	line-height: 28px;
}
div#page div.options ul li a {
	border-top: 1px dotted #fff;
	padding: 25px 40px 0 30px;
    height: 174px;
	background: #61a4e5 url(gfx/icons.png) 10px 11px no-repeat;
	background: #61a4e5;
}
div#page div.options ul li a:hover {
	background-color: #6cb4ef;
}
div#page div.options ul li.item-1 a {
	border-top: 1px solid #61a4e5;
}
div#page div.options ul li.item-2 a {
	background-position: 10px -109px;
}
div#page div.options ul li.item-3 a {
	background-position: 10px -229px;
}
div#page div.options ul li.item-4 a {
	background-position: 10px -349px;
}
div#page div.options ul li a big, div#page div.options ul li a strong {
	display: block;
}
div#page div.options ul li a big {
	margin-bottom: 6px;
	font-size: 17px;
	line-height: 21px;
}
div#page div.options ul li a strong {
	font-size: 12px;
	font-weight: normal;
}
/*--------------------------------------------------------------------------------------------------------------
	ABOUT
--------------------------------------------------------------------------------------------------------------*/
div.about p a {
	text-decoration: underline !important;
}
div.about p a:hover {
	text-decoration: underline !important;
}
div.about div.quote {
	padding: 10px 0 0 20px;
	background: url(gfx/quotation-mark1.png) top left no-repeat;
}
div.about div.quote div {
	padding: 0 20px 5px 0;
	background: url(gfx/quotation-mark2.png) bottom right no-repeat;
}
div.about div.quote p.first-item {
	text-indent: 20px;
}
/*--------------------------------------------------------------------------------------------------------------
	FAQ
--------------------------------------------------------------------------------------------------------------*/
div.faq h2 {
	border-top: 1px dotted #aaa;
	padding: 20px 0 20px 30px;
	background: url(gfx/icons2.png) 0 18px no-repeat;
}
div.faq p a {
	text-decoration: underline !important;
}
div.faq p a:hover {
	text-decoration: underline !important;
}
/*--------------------------------------------------------------------------------------------------------------
	LEGAL
--------------------------------------------------------------------------------------------------------------*/
div.legal h1 {
	border-top: 1px dotted #aaa;
	padding: 20px 0 0;
}
div.legal p a {
	text-decoration: underline !important;
}
div.legal p a:hover {
	text-decoration: underline !important;
}
div.legal ul.anchor-nav {
	width: 33%;
}
div.legal ul.anchor-nav li a {
	display: block;
	margin: 2px 0 0;
	-moz-border-radius:2px; /* Firefox */
	-webkit-border-radius:2px; /* Safari, Chrome */
	-khtml-border-radius:2px; /* Konqueror */
	border-radius:2px; /* CSS3 */
	padding: 5px;
	background: #aabb00;
	color: #fff !important;
}
div.legal ul.anchor-nav li a:hover {
	background: #718900 !important;
}
div.legal div.netiquette ul {
	padding: 0 0 0 15px;
	list-style-type: disc;
}
div.legal div.netiquette ul li {
	margin: 0 0 20px;
	color: #333333;
}
/*--------------------------------------------------------------------------------------------------------------
	CONTACT
--------------------------------------------------------------------------------------------------------------*/
div.contact p a {
	text-decoration: underline !important;
}
div.contact p a:hover {
	text-decoration: underline !important;
}
/*--------------------------------------------------------------------------------------------------------------
	THE-BOOK
--------------------------------------------------------------------------------------------------------------*/
div#page div.theBook {
	padding-top: 0;
}
div.theBook div.description p a {
	text-decoration: underline !important;
}
div#page div.description {
	margin: 0 !important;
	padding: 0 0 !important;
	width: 920px;
	background-color: #eef1f4;
}
div#page div.line-horizontal {
	border-top: 1px dotted #aaa;
	padding: 20px 0 !important;
}
div#page div.description div.column {
	padding-bottom: 40px;
	width: 450px;
}
div#page div.description h2 {
	margin-bottom: 10px;
	color: #36b;
	font-size: 19px;
}
div#page div.description p {
	line-height: 19px;
}
div#page div.description div.the-book {
	position: static;
}
div#page div.description div.the-book p {
	position: static !important;
	left: 0;
}
div#page div.description div.the-book img.the-book, div#page div.description img.the-book {
	position: static !important;
	float: left;
	width: 110px;
	height: 100px;
}
/*-----------------------------------
	BUDDIE LIST
-----------------------------------*/
div#page div.theBook ul.buddies {
	clear: both;
	margin: 0 !important;
	padding: 0;
	width: 920px;
	height: 540px;
	background: none;
	color: #fff;
}
ul.buddies li, ul.buddies li a, ul.buddies li a img {
	display: block;
	width: 120px;
	height: 120px;
}
ul.buddies li {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
}
ul.buddies li div.detail {
	display: none;
}
ul.buddies li.teaser a {
	background: #36b url(gfx/icons.png) 80px -400px no-repeat;
	color: #fff;
}
ul.buddies li.teaser a:hover {
	background-color: #6cb4ef;
}
ul.buddies li.teaser a big,
ul.buddies li.teaser a small {
	display: block;
	padding: 8px 10px 0 10px;
	font-size: 16px;
	line-height: 19px;
}
ul.buddies li a div.hover {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	border: 10px solid #ab0;
	width: 100px;
	height: 100px;
}
ul.buddies li.selected a div.hover, ul.buddies li.hover a div.hover, ul.buddies li a:hover div.hover {
	display: block;
}
/*-----------------------------------
	BUDDIE DETAIL
-----------------------------------*/
div#buddy-detail {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	width: 380px;
	height: 380px;
	background-color: #718900;
	color: #fff;
}
div#buddy-detail h2 {
	margin: 20px 40px 0;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
div#buddy-detail strong {
	display: block;
	margin: 5px 40px 20px;
	font-weight: normal;
}
div#buddy-detail ol {
	display: block;
	position: absolute;
	top: 120px;
	width: 380px;
	height: 260px;
	background-color: #ab0;
}
div#buddy-detail ol li {
	display: none;
	position: absolute;
	margin: 20px 40px;
	height: 260px;
}
div#buddy-detail ol li.selected {
	display: block;
}
div#buddy-detail ol li.selected p {
	color: #fff;
}
div#buddy-detail ul.tabs {
	position: absolute;
	top: 100px;
	left: 40px;
}
div#buddy-detail ul.tabs li {
	float: left;
	margin-left: 5px;
}
div#buddy-detail ul.tabs li a {
	display: block;
	margin-top: 2px;
	padding: 2px 10px 0 10px;
	width: 35px;
	height: 16px;
	background-color: #8ea200;
	color: #fff;
	font-size: 11px;
}
div#buddy-detail ul.tabs a:hover, div#buddy-detail ul.tabs li.selected a {
	margin-top: 0;
	height: 18px;
	background-color: #ab0;
}
div#buddy-detail ul.tabs a:hover {
	border-bottom: 1px dotted #718900;
	height: 17px;
}
div#buddy-detail ul.tabs li.selected a:hover {
	cursor: default;
	border: none;
	height: 18px;
}
div#buddy-detail a.close {
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
	width: 21px;
	height: 21px;
	background: transparent url(gfx/icons.png) 0 -580px no-repeat;
}
div#buddy-detail a:hover.close {
	background-position: 0 -550px;
}
div#buddy-detail a.close span {
	display: none;
}
/*-----------------------------------
	BUDDIE AUTHOR
-----------------------------------*/
ul.buddies-author {
	float: right;
	border-left: 20px solid transparent;
	width: 120px !important;
	height: 120px !important;
}
ul.buddies-author li a img {
	display: block;
	width: 120px !important;
	height: 120px !important;
}
div.buddy-detail-author, div.buddy-detail-author ol {
	width: 435px !important;
}
div.buddy-detail-author {
	height: 365px !important;
}
div.buddy-detail-author ol {
	height: 245px !important;
}
/*-----------------------------------
	DESCRIPTION
-----------------------------------*/
div#page div.description {
	width: 100%;
	padding: 0;
	background: none;
}
div#page div.description div.column {
	padding-bottom: 0;
	width: 435px;
}
div#page div.description h2 {
	margin-bottom: 10px;
	color: #36b;
	font-size: 19px;
}
div#page div.description p {
	line-height: 19px;
}
div#page div.description div.the-book {
	position: relative;
}
div#page div.description div.the-book img {
	position: absolute;
	width: 110px;
	height: 100px;
}
div#page div.description div.the-book p {
	position: absolute;
	left: 90px;
}
/*-----------------------------------
	AUTHOR AND FOREWORD
-----------------------------------*/
ul.foreword {
	margin: 0;
	padding-top: 20px;
}
ul.foreword li, ul.foreword li img {
	display: block;
	width: 215px;
	height: 215px;
}
ul.foreword li {
	float: left;
	margin: 0 10px 0 0;
}
ul.foreword li.teaser2 {
	width: 200px;
	height: 195px;
	background: #3366bb;
	padding: 10px;
	color: #fff;
}
ul.foreword li.teaser2-lastcol {
	margin-right: 0;
}
ul.foreword li h2 {
	margin-top: 0;
}

ul.foreword li h2 {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: normal !important;
}
ul.foreword li.teaser2 strong {
	display: block !important;
	font-weight: normal !important;
	height: 100px;
	margin: 10px 0 0;
}
ul.foreword li.teaser2 p, ul.foreword li.teaser2 a {
	color: #fff !important;
}
ul.foreword li.teaser2 p a {
	text-decoration: underline !important;
}
/*-----------------------------------
	AUTHOR NEU
-----------------------------------*/
div.the-author {
	background: #3366bb;
	
	float: right;
	display: block;
	width: 430px;
	padding-right: 10px;
	margin-left: 20px;
}
div.the-author a.link-img {
	float: left;
	display: block;
	margin-right: 10px;
}
div.the-author img {
}
div.the-author h2 {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: normal !important;
	padding-top: 10px;
}
div.the-author strong {
	color: #fff !important;
	display: block !important;
	font-weight: normal !important;
	height: 100px;
	margin: 10px 0 0;
}
div.the-author p, div.the-author a {
	color: #fff !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
div.the-author a {
	text-decoration: underline !important;
}
/*--------------------------------------------------------------------------------------------------------------
	THE EVENT
--------------------------------------------------------------------------------------------------------------*/
div.theEvent {
	background: #F7F8FA url(gfx/atomium.png) center -150px no-repeat;
}
div.theEvent p a {
	text-decoration: underline !important;
}
/*--------------------------------------------------------------------------------------------------------------
	POST-YOUR-DREAM
--------------------------------------------------------------------------------------------------------------*/
div#page div.post-your-dream div.teaser {
	display: block;
	padding: 30px 40px;
	width: 880px;
	background: #61a4e5;
	color: #fff;
}
div#page div.post-your-dream div.teaser big, div#page div.post-your-dream div.teaser strong {
	display: block;
}
div#page div.post-your-dream div.teaser big {
	margin-bottom: 6px;
	font-size: 17px;
	line-height: 21px;
}
div#page div.post-your-dream div.teaser strong {
	font-size: 12px;
	font-weight: normal;
}
div#dreamdone, div#dreamview {
	display: none;
}
div#dreamform, div#dreamview, div#dreamdone {
	border-top: 1px dotted #fff;
	padding: 20px 40px 40px 40px;
	background: #ab0 url(gfx/cloud.png) -40px -60px no-repeat;
}
div#dreamform ul.sequence li, div#dreamview ul.sequence li, div#dreamdone ul.sequence li {
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
}
div#dreamform ul.sequence li.selected p, div#dreamform ul.sequence li a,
div#dreamview ul.sequence li.selected p, div#dreamview ul.sequence li a,
div#dreamdone ul.sequence li.selected p, div#dreamdone ul.sequence li a {
	color: #fff;
}
div#dreamform ul.sequence li p, div#dreamview ul.sequence li p, div#dreamdone ul.sequence li p {
	color: #899e17;
}
div#dreamform h1, div#dreamview h1, div#dreamdone h1 {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	background: transparent url(gfx/icons.png) 0 -1000px no-repeat;
	color: #fff !important;
	font-size: 20px;
}
div.post-your-dream div#dreamform h1 span {
	float: right;
	font-size: 11px;
}
div#dreamform h1.step-1, div#dreamform h1.step-2,
div#dreamform h1.step-3, div#dreamform h1.step-4 {
	left: -25px;
	padding: 2px 0 5px 30px;
}
div#dreamform h1.step-1 {
	background-position: 0 0;
}
div#dreamform h1.step-2 {
	background-position: 0 -120px;
}
div#dreamform h1.step-3 {
	background-position: 0 -240px;
}
div#dreamview h1.step-4 {
	background-position: 0 -360px;
}
div#dreamform h2 {
	clear: both;
	margin: 20px 0 10px 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
div#dreamform h2.test {
	margin-top: 0;
}
div#dreamform div.area {
	margin: 5px -40px 0 -40px;
	padding: 20px 40px 10px 40px;
	background-color: #bbc933;
}
div#dreamform div.area h1 {
	margin-top: 0;
}
/*-----------------------------------
	FORM
-----------------------------------*/
div#dreamform label.checkbox small, div#dreamform p.data-email-info small, div#dreamform p.data-address-info small {
	display: block;
	margin: 10px 0 0;
	font-size: 11px;
	line-height: 110%;
}
div#dreamform p.data-address-info small {
	margin-top: 0;
}
div.teaser a, div#dreamform label.checkbox a {
	color: #fff !important;
	text-decoration: underline !important;
}
div#dreamform div.scope, div#dreamform div.scope-margin {
	position: relative;
}
div#dreamform div.scope-margin {
	margin-bottom: 20px;
	padding-top: 0;
}
div#dreamform .error {
	border-color: #d00 !important;
}
div#dreamform div.marker {
	display: none;
	position: absolute;
	top: 0;
	border: solid 5px #d00;
	width: 11px;
	height: 11px;
}
/*-----------------------------------
	TOOLTIPS
-----------------------------------*/
div#dreamform a.tooltip {
	display: block;
	position: absolute;
	left: 580px;
	top: 1px;
	width: 20px;
	height: 20px;
	background: transparent url(gfx/tooltip.dreamform.png) no-repeat;
}
div#dreamform div.area a.tooltip {
	left: 620px;
	top: 21px;
}
div#dreamform a.tooltip span {
	display: none;
	padding: 5px 10px 15px 20px;
	width: 280px;
	background: transparent url(gfx/tooltip.dreamform.png) -20px 0 no-repeat;
	color: #fff;
}
div#dreamform a:hover.tooltip {
	z-index: 1000;
	left: 570px;
	background: none;
}
div#dreamform div.area a:hover.tooltip {
	left: 610px;
}
div#dreamform a:hover.tooltip span {
	display: block;
}
div#dreamform a:hover.tooltip span strong {
	display: block;
	margin-bottom: 5px;
}
/*-----------------------------------
	TEXTAREA
-----------------------------------*/
div#dreamform textarea#data-message {
	resize: none;
	border: 5px solid #718900;
	padding: 5px;
	width: 550px;
	height: 180px;
	background-color: #fff;
	color: #999;
	font: 13px/17px 'Open Sans', arial, helvetica, sans-serif;
}
div#dreamform p#data-message-chars {
	display: block;
	position: absolute;
	left: 500px;
	top: -15px;
	width: 50px;
	color: #718900;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: right;
}
/*-----------------------------------
	INPUTS
-----------------------------------*/
div#dreamform input#data-name, div#dreamform input#data-email,
div#dreamform input#data-city, div#dreamform select#data-country {
	display: block;
	margin-bottom: 10px;
	border: 5px solid #718900;
	padding: 5px;
	width: 250px;
	background-color: #fff;
	color: #999;
	font: 13px/17px 'Open Sans', arial, helvetica, sans-serif;
}
/*-----------------------------------
	SELECT
-----------------------------------*/
div#dreamform select#data-country {
	width: 270px;
	color: #333;
}
div#dreamform select#data-country option {
	cursor: pointer;
	margin: 2px 10px 2px 10px;
}
div#dreamform select#data-country option.label {
	color: #999;
}
div#dreamform input#data-email {
	position: absolute;
	top: 0;
	left: 300px;
}
/*-----------------------------------
	LABELS
-----------------------------------*/
div#dreamform label.checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	top: -1px;
	left: -1px;
	margin-top: 20px;
	border: 1px dotted transparent;
	width: 560px;
}
div#dreamform label:hover.checkbox {
	border: 1px dotted #fff;
}
div#dreamform label.checkbox input {
	display: block;
	position: absolute;
	top: 4px;
	margin: 0;
	padding: 3px;
	left: 4px;
	width: 13px;
	height: 13px;
}
div#dreamform label.checkbox span {
	display: block;
	position: relative;
	top: 2px;
	left: 30px;
	padding: 0 40px 7px 0;
	color: #fff;
}
/*-----------------------------------
	BUTTONS
-----------------------------------*/
div#dreamform a.data-facebook-button,
div#dreamform a.data-photoupload-button {
	display: block;
	position: relative;
	left: 300px;
	margin-top: 30px;
	width: 240px;
	height: 30px;
	background: #ab0 url(gfx/button.menu.png) 0 -60px no-repeat;
	color: #fff;
}
div#dreamform a.data-facebook-button big,
div#dreamform a.data-photoupload-button big {
	display: block;
	position: absolute;
	margin: 0 10px 0 10px;
	padding: 7px 10px 7px 0;
	width: 240px;
	height: 16px;
	background: #ab0 url(gfx/button.menu.png) right -60px no-repeat;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
div#dreamform a.data-facebook-button:hover, div#dreamform a.data-photoupload-button:hover {
	background-position: 0 -90px;
}
div#dreamform a.data-facebook-button:hover big, div#dreamform a.data-photoupload-button:hover big {
	background-position: right -90px;
}
div#dreamform a.disabled {
	cursor: default;
	background-position: 0 -90px;
}
div#dreamform a.disabled big {
	background-position: right -90px;
}
div#dreamform a.data-remove-facebook-profile {
	display: block;
	position: relative;
	left: 300px;
	padding: 3px 10px 3px 23px;
	height: 15px;
	background: transparent url(gfx/icons.png) 0 -580px no-repeat;
	color: #fff;
	font-size: 11px;
}
div#dreamform a:hover.data-remove-facebook-profile {
	background-position: 0 -550px;
}
/*-----------------------------------
	SUBMIT-BUTTON
-----------------------------------*/
div#dreamform a.button, div#dreamview a.button, div#dreamdone a.button {
	position: relative;
	left: 620px;
}
div#dreamform a.button big, div#dreamform a.button,
div#dreamview a.button big, div#dreamview a.button,
div#dreamdone a.button big, div#dreamdone a.button {
	display: block;
	width: 240px;
	height: 30px;
	background: #ab0 url(gfx/button.menu.png) 0 -60px no-repeat;
	color: #fff;
}
div#dreamform a.button big, div#dreamview a.button big, div#dreamdone a.button big {
	position: relative;
	margin: 0 0 0 10px;
	padding: 7px 10px 7px 0;
	height: 16px;
	background-position: right -60px;
	font-size: 19px;
}
div#dreamform a.button big span, div#dreamview a.button big span, div#dreamdone a.button big span {
	padding-left: 28px;
	background: transparent url(gfx/icons.png) 0 -478px no-repeat;
}
div#dreamform a.button big small, div#dreamview a.button big small, div#dreamdone a.button big small {
	display: block;
	font-size: 14px;
}
div#dreamform a:hover.button, div#dreamview a:hover.button, div#dreamdone a:hover.button {
	background-position: 0 -90px;
}
div#dreamform a:hover.button big, div#dreamview a:hover.button big, div#dreamdone a:hover.button big {
	background-position: right -90px;
	color: #fff;
}
div#dreamform a.data-submit-button:hover {
	text-decoration: none;
}
div#dreamform a.data-submit-button big span {
	background: transparent url(gfx/icons.png) 0 -477px no-repeat;
}
/*-----------------------------------
	DIVERSES
-----------------------------------*/
div#dreamform h2.data-email-headline {
	position: absolute;
	top: -46px;
	left: 300px;
}
div#dreamform p.data-email-info {
	position: absolute;
	top: 50px;
	left: 300px;
	width: 260px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
div#dreamform div#data-address-area {
	display: none;
	position: relative;
	left: -30px;
	margin: 10px 0 0 30px;
}
div#dreamform textarea#data-address {
	resize: none;
	border: 5px solid #718900;
	padding: 5px;
	width: 250px;
	height: 80px;
	background-color: #fff;
	color: #999;
	font: 13px/17px 'Open Sans', arial, helvetica, sans-serif;
}
div#dreamform p.data-address-info {
	position: absolute;
	top: 0;
	left: 300px;
	width: 260px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
/*-----------------------------------
	IMAGE UPLOAD
-----------------------------------*/
div#dreamform form#upload-form {
	display: block;
	height: 30px;
}
div#dreamform div#upload-response {
	position: relative;
	top: 10px;
	left: 300px;
	width: 300px;
	min-height: 20px;
	color: #fff;
}
div#dreamform div#upload-response p {
	position: absolute;
	top: 0;
	left: 125px;
	color: #fff;
}
div#dreamform div#upload-response a.remove-image {
	display: block;
	padding: 2px 10px 3px 23px;
	height: 16px;
	background: transparent url(gfx/icons.png) 0 -580px no-repeat;
	color: #fff;
	font-size: 11px;
}
div#dreamform div#upload-response a:hover.remove-image {
	background-position: 0 -550px;
}
div#dreamform div.loader-bar {
	width: 260px;
	height: 16px;
	background: transparent url(gfx/ani.loading.gif);
}
div#dreamform input#file-upload {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 300px;
	padding: 5px 10px 5px 60px;
	width: 190px;
	height: 20px;
	overflow: hidden;
	background: #ab0 url(gfx/button.menu.png) 0 -60px no-repeat;
	color: #36b;
	font-size: 14px;
}
/*-----------------------------------
	DIVERSES
-----------------------------------*/
div#dreamview a.button-back {
	left: 0;
	top: 30px;
}
div#dreamform div.data-submit-response {
	display: none;
	position: relative;
	top: 10px;
	left: 620px;
	border: 5px solid #d00;
	padding: 10px 10px 8px 10px;
	width: 230px;
	min-height: 20px;
	background-color: #fff;
}
div#dreamform div.data-submit-response strong {
	display: block;
}
div#dreamform div.data-submit-response span {
	font-size: 11px;
	line-height: 12px;
}
div#dreamview div.data {
	position: relative;
	margin-top: 5px;
	padding: 10px 40px 10px 40px;
	width: 490px;
	min-height: 40px;
	background-color: #718900;
	color: #fff;
}
div#dreamview div.data img {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	border: 5px solid #fff;
	width: 100px;
	height: 100px;
}
/*-----------------------------------
	DREAMVIEW
-----------------------------------*/
div#dreamview div.data h2, div#dreamview div.data h3, div#dreamview div.data p {
	color: #fff !important;
}
div#dreamview div.data h2 {
	padding: 10px 0 5px 0;
	font-size: 19px;
}
div#dreamview div.data h3 {
	padding: 0 0 10px 0;
	font-size: 15px;
}
div#dreamview div.data a.facebook {
	padding: 0 5px 1px 20px;
	background: transparent url(gfx/icons.png) -3px -611px no-repeat;
	color: #fff;
}
div#dreamview div.data a:hover.facebook {
	text-decoration: underline;
}
div#dreamview div.data p {
	display: block;
	float: right;
	width: 370px;
}
div#dreamview div.hint {
	display: block;
	position: absolute;
	left: 640px;
	padding: 5px 10px 10px 20px;
	width: 270px;
	min-height: 20px;
	background: transparent url(gfx/tooltip.dreamform.png) -20px 0 no-repeat;
	color: #fff;
}
div#dreamview div.private div.data {
	background-color: #96a919;
}
div#dreamview div.private div.hint {
	background-position: -420px 0;
}
/*-----------------------------------
	DREAMDONE
-----------------------------------*/
div#dreamdone h1, div#dreamdone h2, div#dreamdone p {
	color: #fff !important;
}
div#dreamdone h1 {
	font-size: 34px !important;
}
div#dreamdone h2 {
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: normal !important;
}
div#dreamdone p {
	margin-top: 40px;
	margin-bottom: 80px;
}
/*--------------------------------------------------------------------------------------------------------------
	UPLOAD-BUTTON
--------------------------------------------------------------------------------------------------------------*/
div#dreamform div#fake-file-upload {
	display: block;
	position: absolute;
	z-index: 900;
	left: 300px;
	top: 0;
	padding: 0 0 0 10px;
	width: 250px;
	background: #ab0 url(gfx/button.menu.png) 0 -60px no-repeat;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
div#dreamform div#fake-file-upload big {
	background: #ab0 url(gfx/button.menu.png) right -60px no-repeat;
	display: block;
	padding: 5px 10px 5px 0;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}
div#dreamform div#fake-file-upload:hover {
	background-position: 0 -90px;
}
div#dreamform div#fake-file-upload:hover big {
	background-position: right -90px;
}
div#dreamform input#file-upload {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 300px;
	padding: 5px 10px 5px 60px;
	width: 190px;
	height: 20px;
	overflow: hidden;
	background: #ab0 url(gfx/button.menu.png) 0 -60px no-repeat;
	color: #36b;
	font-size: 14px;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;

	padding: 0 !important;
	height: 30px !important;
	width: 260px !important;
}
div#dreamform a.data-photoupload-button {
	z-index: 1000;
	cursor: pointer;
}
/*--------------------------------------------------------------------------------------------------------------
	UNITED-DREAMS
--------------------------------------------------------------------------------------------------------------*/
div#dreams {
	position: relative;
	float: left;
	margin-bottom: 40px;
	padding-bottom: 0;
	width: 490px;
	min-height: 480px;
	background-color: #72b7ef;
}
div#dreams div.dreams-header {
	height: 90px;
	background-color: #72b7ef;
	color: #fff;
}
div#content div.dreams-header h1 {
	margin-top: 0;
	padding: 20px 0 0 30px;
	color: #fff;
	font-size: 20px;
}
div#dreams div.dreams-header p.sorting-label {
	float: left;
	margin: 0;
	padding: 0 10px 0 30px;
	color: #fff;
}
div#dreams div.dreams-header p.sorting-label-nonfloat {
	margin: 0;
	padding: 20px 10px 0 30px;
	color: #fff;
}
div#dreams div.dreams-header ul.sorting li {
	float: left;
	padding: 0 10px 0 0;
}
div#dreams div.dreams-header ul.sorting li a {
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}
div#dreams div.dreams-header ul.sorting li.selected a {
	cursor: default;
	border-bottom: none;
	color: #fff;
	font-weight: bold;
}
div#dreams div.dreams-header ul.sorting li.selected a small {
	padding-left: 5px;
	font-size: 11px;
	font-weight: normal;
}
div#dreams ul.postings {
	clear: both;
	margin: 0 0 5px 0;
	min-height: 350px;
}
div#dreams ul.postings li {
	position: relative;
	margin-top: 0;
	border-top: 5px solid #72B7EF;
	padding: 20px 30px 0 30px;
	min-height: 120px;
	background-color: #63a5dc;
	color: #fff;
}
div#dreams ul.postings li.loading {
	padding: 2px 0 2px 40px;
	min-height: 15px;
	background: #8ea200 url(gfx/ani.loading.gif);
}
div#dreams ul.postings li.loading small {
	display: none;
}
div#dreams ul.postings li img {
	display: block;
	float: left;
	margin-right: 10px;
	border: 5px solid #fff;
	width: 70px;
	height: 70px;
}
div#dreams ul.postings li p {
	display: block;
	float: right;
	margin-top: 10px;
	width: 430px;
	color: #fff
}
div#dreams ul.postings li p.number {
	position: absolute;
	left: 8px;
	top: 14px;
	font-size: 10px;
}
div#dreams ul.postings li h2 {
	margin-top: 0;
	color: #fff;
	padding: 0 0 5px 0;
	font-size: 16px;
}
div#dreams ul.postings li h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
}
div#dreams ul.postings li a.facebook {
	padding: 0 5px 1px 20px;
	background: transparent url(gfx/icons.png) -3px -611px no-repeat;
	color: #fff;
}
div#dreams ul.postings li a:hover.facebook {
	text-decoration: underline;
}
/*-----------------------------------
	LOAD MORE DREAMS
-----------------------------------*/
div#dreams a.load-dreams big, div#dreams a.load-dreams {
	display: block;
	height: 30px;
	width: 480px;
	background: #fff url(gfx/button.menu.png) 0 0 no-repeat;
	color: #fff;
}
div#dreams a.load-dreams {
	margin-bottom: 0;
	border-top: 5px solid #fff;
	width: 490px;
}
div#dreams a.load-dreams big {
	margin: 0 0 0 10px;
	padding: 7px 10px 7px 0;
	width: 470px;
	height: 16px;
	background-position: right 0;
	font-size: 13px;
	text-align: center;
}
div#dreams a:hover.load-dreams {
	background-position: 0 -30px;
}
div#dreams a:hover.load-dreams big {
	background-position: right -30px;
}
/*-----------------------------------
	LOAD ALL DREAMS
-----------------------------------*/
div#dreams p.load-all-dreams {
	margin: 0;
	background-color: #fff;
	text-align: center;
}
div#dreams p.load-all-dreams a {
	padding: 10px;
}
/*-----------------------------------
	DIVERSES
-----------------------------------*/
div#dreams a.disabled {
	cursor: default;
}
div#dreams a.disabled, div#dreams a:hover.disabled {
	background-position: 0 -60px;
	text-decoration: none !important;
}
div#dreams a.disabled big, div#dreams a:hover.disabled big {
	background-position: right -60px;
}
/*-----------------------------------
	MAP
-----------------------------------*/
div#map, div#map img, div#map div.map-countries,
div#map div.map-countries-selected, div#map div.map-countries-available {
	display: block;
	position: absolute;
	top: 0;
	width: 470px;
	height: 490px;
}
div#map {
	position: absolute;
	top: 0;
	margin: 0 0 5px 490px;
	border: none;
	background: transparent url(gfx/map.png) no-repeat;
}
div#map div.map-countries {
	background: transparent url(gfx/map.countries.png) no-repeat;
}
div#map div.map-countries-available {
	background: transparent url(gfx/map.countries.available.png) no-repeat;
}
div#map div.map-countries-selected {
	background: transparent url(gfx/map.countries.selected.png) no-repeat;
}
div#map div.map-tooltip {
	display: none;
	position: absolute;
	height: 75px;
	background: transparent url(gfx/tooltip.map.png) no-repeat;
	color: #fff;
}
div#map div.map-tooltip p {
	display: block;
	position: relative;
	left: 15px;
	padding: 2px 15px 26px 0;
	max-width: 270px;
	background: transparent url(gfx/tooltip.map.png) right 0 no-repeat;
	white-space: nowrap;
}
div#map div.map-tooltip p strong {
	display: block;
	margin-bottom: 5px;
	padding: 10px 0 0 0;
	font-size: 19px;
}
div#map div.map-tooltip p strong small {
	font-size: 12px;
}
div#map div.map-tooltip p strong, div#map div.map-tooltip p small {
	color: #fff;
}
div#map a.other-countries {
	position: absolute;
	top: 500px;
	left: 10px;
}
/*--------------------------------------------------------------------------------------------------------------
	ERROR
--------------------------------------------------------------------------------------------------------------*/
div.activationError, div.activationSuccess {
	padding: 30px 0;
	background: #ab0 url(gfx/cloud.png) -40px -60px no-repeat;
}
div.activationError h1 {
	padding: 30px;
	background: #DD0000;
	color: #fff !important;
	font-size: 30px !important;
}
div.activationSuccess h1 {
	padding: 30px;
	color: #fff !important;
	font-size: 30px !important;
	line-height: 100%;
}
div.activationError p, div.activationSuccess p {
	padding: 0 30px;
	color: #fff !important;
}
div.activationError p a, div.activationSuccess p a {
	color: #fff !important;
	text-decoration: underline !important;
}
/*--------------------------------------------------------------------------------------------------------------
	STATEMENT
--------------------------------------------------------------------------------------------------------------*/

div#dreams ul.statement {
	clear: both;
	margin: 0;
}
div#dreams ul.statement li {
	position: relative;
	margin-top: 0;
	border-top: 5px solid #72B7EF;
	padding: 20px 30px 0 30px;
	min-height: 120px;
	background-color: #AABB00;
	color: #fff;
}
div#dreams ul.statement li a {
	color: #fff;
	text-decoration: underline !important;
}
div#dreams ul.statement li img {
	display: block;
	float: left;
	margin-right: 10px;
	border: 5px solid #eee;
	width: 140px;
	height: 70px;
}
div#dreams ul.statement li p {
	display: block;
	float: right;
	margin-top: 10px;
	width: 430px;
	color: #fff
}
div#dreams ul.statement li h2 {
	margin-top: 0;
	color: #fff;
	padding: 0 0 5px 0;
	font-size: 16px;
}
div#dreams ul.statement li h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
}
/*--------------------------------------------------------------------------------------------------------------
	RESULTS
--------------------------------------------------------------------------------------------------------------*/
.readMore {
	display: none;	
	text-decoration:underline;
}
.readMore:hover {
	cursor:pointer;
}

