@import "yui-reset.css";
@import "navigation.css";
@import "forms.css";
@import "blogg.css";
@import "stickers.css";

/* --- */
html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	width:100%;
	height:100%
}
html{
	overflow-y:scroll;
}

/* ----------------------------------- GLOBAL --------------------------------- */
.floatnone{ float:none; }
.floatleft{ float:left !important; }
.floatright{ float:right !important; }
.clear { clear: both; height: 0.1px; overflow: hidden; }
.clearNull{ clear:both; height: 0.1px; overflow: hidden; }
.clearnone{ clear:none; }
.bottom_spacer{ clear:left; height:90px; }
.forceVisibility{ visibility:visible !important; }
.high_z_index{ z-index:4000; }
/* Safari fix */
textarea:focus, input:focus { outline: none; }
.hidden_text_link{ text-indent:-2500px; overflow:hidden; font-size:0; display:block; }
/* --------------------------------- END! GLOBAL ------------------------------ */
object:focus, embed:focus, a:focus {
	outline: none;
}
.body_ajax_working, .body_ajax_working *{ cursor:wait !important; }
.green{ color:#23b806 !important; }
a{ color:#33beff; }

.color-0x6ec7d2{ color:#6ec7d2; }
.color-0xb7b494{ color:#b7b494; }
.color-0xda9cc6{ color:#da9cc6; }
.color-0xaab123{ color:#aab123; }
.color-0xe39449{ color:#e39449; }

h1{
	clear:left;
	font:24px/26px Arial, Helvetica, sans-serif;
	color:#646464;
	text-transform:uppercase;
	padding:0 0 15px 0;
}
h1.headline {
	font-size: 30px;
	color: #000;
	width: 87%;
}
#wrapper{ 
	width:980px; 
	margin:0 auto 0 auto;
	padding:56px 0 50px 0;
}
#top{
	position:relative;
	clear:left;
	float:left;
	padding:0;
	z-index:2003;
}
#logo {
	position: absolute;
	top: -43px;
	left: 13px;
	width:196px;
	height:76px;
	display:block;
	text-indent:-500px;
}
#logo a{
	position:absolute;
	width:186px;
	height:76px;
	top: 0px;
	left: 0px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	background:url(../../images/logo_plain.png) no-repeat top left;
}
a#beta-for-logo{
	width:172px;
	height:16px;
	background:url(../../images/beta_for_logo.png) no-repeat top left;
	position:absolute;
	top:-69px;
	left:0;
	margin:0 0 0 15px;
	float:left;
	text-indent:-1000px;
	overflow:hidden;	
}
strong#slogan{
	width:307px;
	height:21px;
	background:url(../../images/slogan.png) no-repeat top left;
	position:relative;
	top:33px;
	left:0;
	margin:0 0 0 12px;
	float:left;
	clear:left;
	display:inline;
	text-indent:-1000px;
	overflow:hidden;	
}
#contentholder, .wblock_xlarge, .wblock_xlarge .content, .wblock_xlarge .bottom{
	float:left;
	clear:left;
}
#contentholder{	width:100%; }
#top{ clear:left; float:left; width:100%; margin:13px 0 0 0; }
.wblock_xlarge{
	width:980px;
	padding:10px 15px 0 0;
	background:url(../../images/wblock_xlarge_top.png) top left no-repeat;
}
.wblock_xlarge .content{
	width:100%;
	padding:0 15px 0 15px;
	background:url(../../images/wblock_xlarge_middle.png) top left repeat-y;
}

/* START Stefan */	
.wblock_xlarge .content .startLeft {
	float: left;
	width:100px;
	margin: 5px 0 0 2px; 
}

.wblock_xlarge .content .startLeft .latestBlogsWidget {
	float: left; 
	clear: both;
}
	
.wblock_xlarge .content .startRight {
	position:relative;
	float: right;
	width:583px;
	
	min-height:1100px;
	height:auto !important;
	height: 1100px;
	
	left:-30px;
	margin: 5px 0px 0 0;
}
#startInfoBox {
	margin:30px 0 30px 0;
	width:583px;
	height:172px;
	background:url(../../images/startInfoBox.gif) top left no-repeat;
	color: #646464;
	cursor: pointer;	
}
#startInfoBox h2 {
	font-size: 28px;
	padding: 19px 15px 0px 11px;
	text-transform: uppercase;
}
#startInfoBox h3 {
	font-size: 16px;
	padding: 0px 15px 15px 12px;
	word-spacing: -3px;	
	text-transform: uppercase;	
}
#startInfoBox p {
	font-size: 16px;
	font-family: Georgia;
	padding: 4px 15px 0px 11px;
	line-height: 20px;
}

/*////////////////////////////////////////
// startFlashvideoplayer
////////////////////////////////////////*/
.startFlashvideoplayer {
	width: 349px;
	display:block;
	float: left;
	background: url(../../images/component/component_bg_top_light.jpg) no-repeat top left;
}
.startFlashvideoplayer .flashInline {
	float: left;
	width: 319px;
	background: url(../../images/component/component_bg_bottom_light.jpg) no-repeat bottom left;
	padding: 15px;
}
.startFlashvideoplayer .flashInline .flashHeader {
	float: left;
	width: 100%;
	padding: 5px 0 20px 0;
}
.startFlashvideoplayer .flashInline .flashHeader h3, .startFlashvideoplayer .flashInline .flashHeader .videoDate { color: #646464; }
.startFlashvideoplayer .flashInline .flashHeader h3 {
	font: 24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}
.startFlashvideoplayer .flashInline .flashHeader .videoDate { font-size: 10px; }
.startFlashvideoplayer .flashInline .flashSyndicate {
	float: left;
	width: 100%;
	text-align: right;
	background: url(../../images/component/component_separation_shadow.jpg) no-repeat top center;
	padding: 10px 0 0 0;
}

/* END Stefan */

.wblock_xlarge .bottom{
	width:100%;
	height:11px;
	background:url(../../images/wblock_xlarge_bottom.png) top left no-repeat;
}
.text-content{
	clear:left;
	float:left;
	padding:55px 0 50px 40px;
	width:550px;
}
#footer{
	clear:both;
	margin:20px 0 0 0;
	padding:0 0 50px 0;
	background:url(../../images/footer_logo.png) no-repeat top center;
}

#login_box{
	position:absolute;
	z-index:350;
	top:18px;
	left:724px;
	width:265px;
	height:181px;
	overflow:hidden;
	display:none;
	background:url(../../images/login_bg.png) no-repeat top left;
}
#login_box p{ 
	color:white;
	width:210px;
	padding:5px 0 10px 2px;
}

#login_box .content{ padding:20px 19px 0 20px; }
#login_box .input .corner{ background-color:#3e3e3e; }
#login_box .input input { width:215px; }
#login_box a#login_submit{}
#login_box .login_footer{}
.text_content{ padding:0 15px 0 40px; }
#login_box a{
	text-transform:uppercase;
	color:white;
	text-decoration:none;
}
#login_box #login_submit, #login_box #new_password_submit{ clear:left; float:right; padding:0 0 0 0; position:absolute; top:108px; left:205px; white-space:nowrap; }
#login_box #new_password_submit{ left:130px; }

#login_box a:hover{ color:#a0a0a0; }
#login_box .login_footer{ position:absolute; top:140px; }
#login_box .login_footer a{ margin:0 10px 0 0; }
#login_box #remember_me{
	clear:both;
	float:left;
	color:white;
	height:15px;
	width:200px;
	line-height:15px;
}
#login_box #remember_me input{
	float:left;
	width:15px;
	height:15px;
}
#login_box #remember_me label{
	float:left;
	cursor:pointer;
	white-space:nowrap;
	padding:0 0 0 5px;
}
#login_box #alw_loginMessage, #login_box #alw_lostPasswordMessage{
	clear:both;
	float:left;
	color:red;
	padding:0 0 0 2px;
	position:relative;
	top:-5px;
	white-space:nowrap;
	display:none;
}
#login_box #alw_lostPasswordMessage{
	width:210px;
	height:42px;
	white-space:normal;
	vertical-align:bottom;
	padding:5px 0 10px 2px;
}


.zebra_right_bg{
	clear:left;
	float:left;
	width:950px;
	background:url(../../images/zebra_right_bg.png) repeat-y right top;
}
.zebra_right_bg .bottom, .zebra_right_bg .top{
	clear:both;
	float:left;
	width:100%;
	background:no-repeat right top;
}
.zebra_right_bg .top{ background-image:url(../../images/zebra_right_top_bg.png); height:49px; }
.zebra_right_bg .bottom{ background-image:url(../../images/zebra_right_bottom_bg.png); height:38px; }

#my_profile{
	width:455px;
	clear:left;
	float:left;
	padding-top:5px;
}

#my_profile h3 {
	font-size: 16px;
	color:#636363;
	padding: 12px 15px 15px 0px;
	word-spacing: -3px;	
	text-transform: uppercase;	
}

#my_profile h4 {
	font-size: 14px;
	color:#636363;
	padding: 12px 15px 15px 0px;
	word-spacing: -3px;	
	text-transform: uppercase;	
}

#my_profile .headline_wrapper{
	float:left;
	padding:0;
	margin:0;
	width:455px;
}
#my_profile .headline_wrapper h1{ float:left; }
#my_profile #type-of-user{
	clear:left;
	float:left;
	margin:0 0 20px 0;
	width:100%;
}
#my_profile #type-of-user .checkbox{
	margin:0 10px 0 0;
}

#my_profile .row{
	position:relative;
	clear:both;
	float:left;
	width:455px;
	z-index:1;
}
#my_profile .row .ajax_loader1{
	height:7px;
	width:14px;
	position:absolute;
	left:70px;
	top:11px;
	-moz-opacity:0.3;
	filter:alpha(opacity: 30);
	opacity: 0.3;
	khtml-opacity: .3;
	background:url(../../images/ajax-loader.gif) no-repeat -1px -4px;
}

#my_profile .input .ajax_loader1{ top:4px; left:50px; }
#my_profile #description .ajax_loader1{ top:-13px; left:430px; }
#my_profile #description .ajax_loader1{ top:-13px; left:430px; }
#my_profile #addnewfeedsubmit .ajax_loader1{ top:18px; left:102px; }
#my_profile #addnewfeed .ajax_loader1, #my_profile .feedContainer .ajax_loader1{ top:4px; left: 84px;}
#my_profile #description label{ top:-17px; left:410px; position:absolute; display:none; }


#my_profile .row div.error{
	padding:0 15px 0 110px;
}

#my_profile .row .checkbox{
	float:right;
}
#my_profile fieldset{
	clear:left;
}
#my_profile .row label, #my_profile #addedfeeds label, #my_profile .feeddetails label {
	clear:left;
	float:left;
	width:100px;
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	color:#959595;
}

#my_profile #addedfeeds label.narrow {
	clear:none;
	width:72px;
	padding-left: 4px;
}

#my_profile #addedfeeds .deletelink {
	position: relative;
	top: -6px;
}

#my_profile #addedfeeds label.indent {
	margin-left: 22px;
	padding-right: 3px;
}

#my_profile #addedfeeds label.middle {
	clear:none;
	width: auto;
	padding-right: 4px;
}

#my_profile .editfeed .stickers {
	width: 310px;
}

#my_profile .editfeed .submit_link_small {
	clear: none;
	float: right;
}

#my_profile .removeConfirm {
	width: 100%;
	clear:left;
	color:#ff0000;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#my_profile #addedfeeds .feed {
	width: 405px;
	min-height: 52px;
}

#my_profile .feed .input .wrapper {
	clear: none;
}

#my_profile #addedfeeds .feedcontrols {
	float: right;
}

#my_profile #addedfeeds .feedcontrols .submit_link_small {
	/*color:#636363;*/
	padding-bottom: 5px;
}

#my_profile .editfeed {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#my_profile .fullwidth {
	width: 100% !important;
}

#my_profile .feeddetails h4 {
/*	padding-top: 12px;*/
}

#my_profile #addedfeeds .spacer_u {
	height: 11px;
	clear: both;
}

#my_profile #addedfeeds .spacer_b, #my_profile #addedfeeds .spacer {
	height: 5px;
	clear: both;
}

#my_profile .row #thigstoshare label{
	width: 205px;
}

#my_profile #provide_me_with_a_blog {
	padding-bottom: 10px;
}

#my_profile .lineborder{ border-bottom:1px solid #e5e5e5; }
#my_profile .rowpadding{ padding:7px 0 3px 0; }
#my_profile .shadowborder{ 
	background:url(../../images/shadow_border_small.png) bottom left no-repeat; 
	padding-bottom:38px;
	margin:0 0 14px 0;
}
#my_profile #interests, #my_profile .feeddetails .stickers { 
	float:left;
	width:350px;
	min-height:140px;
	height:auto !important;
	height:140px;	
}

#my_profile #addedfeeds .stickers {
	float:left;
	width:300px;
}

/* #my_profile #interests .sticker a .corner{ position:static; } */

ul.upload_images{
	clear:left;
	float:left;
	width:468px;
	overflow:hidden;
}
ul.upload_images li{
	float:left;
	width:100px;
	height:100px;
	margin:0 17px 0 0;
	padding:0 0 17px 0;
	overflow:hidden !important;
}
ul.upload_images li:first-child{ margin-left:0; }
ul.upload_images li a{
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background:#f1f1f1;
}
ul.upload_images li a img{
	display:block;
	margin:0 auto;
	height:100%;
}
#thigstoshare{ width:500px;	}
#thigstoshare .input{ margin:0 20px 0 0; position:relative; }
#thigstoshare .input input{ width:205px; }
#thigstoshare .input .wrapper{ width:215px; }
#thigstoshare .inp_large input{ width:440px; }
#thigstoshare .inp_large .wrapper{ width:450px; }
#thigstoshare .input .error{ padding:0 !important; position:relative; top:-8px; width:205px; }

.feeddetails{ width:500px;	}
.feeddetails .input{ margin:0 20px 0 0; position:relative; }
.feeddetails .input input{ width:235px; }
.feeddetails .inp_medium input{ width:185px; }
.feeddetails .inp_medium .wrapper{ width:195px; }
.feeddetails .input .error{ padding:0 !important; position:relative; top:-8px; width:205px; }

.feeddetails .extra_space {
	/*padding-top: 3px;*/
}

#mysavedfeeds .input .wrapper{ clear:none; }
#mysavedfeeds .input input{ width:414px; }

#termsandconditions {
	float: left;
	padding-bottom: 14px;
}

#unknown_error, #interests_error, #termsandconditions_error, .feed_error {
	clear:left;
	color:#ff0000;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a.form_info{
	position:relative;
	float:right;
	width:18px;
	height:18px;
	display:block;
	background:url(../../images/form_info.png) no-repeat top left;	
}
.form_info_box{
	position:absolute;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:black;
	width:217px;
	z-index:1001;
	min-height:112px;
	height:auto !important;
	height:112px;
	padding:0 10px 10px 10px;
	margin:0;
	background:url(../../images/form_info_box_bottom.gif) no-repeat left bottom;
	display:none;
}
.form_info_box .top{
	position:relative;
	left:-10px;
	top:0;
	margin:0 0 7px 0;
	padding:0;
	float:left;
	clear:left;
	height:4px;
	width:237px;
	background:url(../../images/form_info_box_top.gif) no-repeat left bottom white;
}
.form_info_box h3{
	cursor:pointer;
	padding:0 0 10px 26px !important;
	margin:0 !important;
	font:20px/22px Georgia, "Times New Roman", Times, serif !important;
	text-transform:none !important;
	color:black !important;
}
.form_info_box .info{
	position:absolute;
	z-index:2;
	top:13px;
	left:10px;
	width:18px;
	height:18px;
	display:block;
	background:url(../../images/form_info_box.png) no-repeat top left;	
	cursor:pointer;
}

#my_profile #name .input input{ width:85px !important; }
#my_profile #name .input .wrapper{ width:95px !important; }

/*---------------------------------------------------------*/
/* TEMPORARY EDD PAGE 	                                   */
/*---------------------------------------------------------*/

.edd p {
	font-family:Arial,Helvetica,sans-serif;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0 0 10px 0; 	
}

.edd li {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;	
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0 0 4px 0; 	
}	
.edd ul {
	margin-bottom: 8px;
}

/* GET YOUR OWN WIDGET */
div#get-your-own-widget, div#care-to-join-us{
	margin:20px 0 0 0;
	clear:left;
	float:left;
	width:583px;
	background:url(../../images/create-widget-bg.png) no-repeat top left;
}
div#get-your-own-widget .inner-content, div#care-to-join-us .inner-content{
	padding:20px 10px 0 10px;
	min-height:120px;
	height:auto !important;
	height:120px;
	color:#646464;
}
div#get-your-own-widget .inner-content h2, div#care-to-join-us .inner-content h2{
	font:normal 28px/30px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
div#get-your-own-widget .inner-content .stickers{
	margin:5px 0 0 0;	
}
div#get-your-own-widget .inner-content .links{ clear:both; float:left; margin:14px 0 5px 0; }
div#get-your-own-widget .inner-content .links a{
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#646464;
}
div#get-your-own-widget .inner-content .links a:hover{ text-decoration:none; }
div#get-your-own-widget .inner-content .generated-code{
	clear:both;
	float:left;
}
div#get-your-own-widget .inner-content #generated-code{ clear:both; float:left; }
div#get-your-own-widget .inner-content #generated-code input{
	width:560px;
	border:1px solid #646464;
	background:white;
	height:17px;
	padding:2px 0 0 0;
	font-size:11px;
}
div#get-your-own-widget .inner-content .subhead{
	font:normal 16px/18px Georgia;
}
div#get-your-own-widget .bottom, div#care-to-join-us .bottom{
	width:100%;
	height:8px;
	clear:both;
	float:left;
	background:url(../../images/create-widget-bg.png) no-repeat right 0;
}
/* END! GET YOUR OWN WIDGET */


a.signup-batch2{
	position:absolute;
	left:490px;
	top:-10px;
	float:left;
	width:87px;
	height:77px;
	text-indent:-1000px;
	overflow:hidden;
	background:url(../../images/signup-batch2.png) no-repeat top left;
	z-index:1;
}
div#care-to-join-us{
	position:relative;
	background:url(../../images/startpage-blue-box.png) no-repeat top left;
	cursor:pointer;
}
div#care-to-join-us .inner-content p{
	position:relative;
	font:normal 16px/20px Georgia;
	font-weight:bold;
	z-index:2;
}
div#care-to-join-us .inner-content p em{
	font-style:italic;
	color:black;
}
div#care-to-join-us .bottom{
	background:url(../../images/startpage-blue-box.png) no-repeat right 0;
}
#currentmap{
	position:relative;
	clear:left;
	width:583px;
	height:707px;
}
.currentmap-wrapper{
	position:relative;
	width:100%;
	height:100%;
	z-index:2;
}
.ajax-loader-round{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	
	-moz-opacity:0.3;
	filter:alpha(opacity: 30);
	opacity: 0.3;
	khtml-opacity: .3;	
	
	background:url(../../images/ajax-loader-round.gif) no-repeat center center;	
}

