/* @override 
	http://webex-rob.dev/css/screen.css
	http://passtheball.com/css/screen.css
	http://webex.dev/css/screen.css
*/

/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	


/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	

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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}

	body{line-height:1;}
	ul{list-style:none;} 
	blockquote,q{quotes:none;}
	blockquote:before,blockquote:after,q:before,q:after{content:none;}
	:focus{outline:0;}
	ins{text-decoration:none;}
	del{text-decoration:line-through;}
	table{border-collapse:collapse;border-spacing:0;}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}
a:hover {
    text-decoration: underline;
}

/*attempting to get rid of this div that shows up only sometimes*/
body > div { display: none; }
body > div.container { display: block; }

/* 1.2	Accessibility navigation
-----------------------------------------------------------------------------------------------*/	

	#accessibility-nav{position:absolute;left:-1000em;text-align:left;}

/* 1.3	Default styles
-----------------------------------------------------------------------------------------------*/	

	body{color:#000;font:62.5% Arial, Helvetica, sans-serif;text-align:center;line-height:1.5em;padding: 15px 0 35px 0;}
	hr{border: none; color: #fff; width: 100%; margin: 0; clear: both; }
	strong{font-weight:700;}
	em{font-style:italic;}
	abbr,acronym{border-bottom:1px dotted #999;cursor:help;}
	input,textarea,select{font:1.2em Arial, Helvetica, sans-serif;}
	a{color:#0066cc;text-decoration:none;}
	a:hover { text-decoration: underline;}
	
	p{margin-bottom:10px;}
	.module p { margin-bottom: 0; }
	
	/* Forms */
	label { color: #666;}
	input, textarea { border: 1px solid #ccc; font-size: 10px; padding: 3px;}
	input[type=file] { background: #fff; border: 0; max-width: 300px;}
	
	dd.file input { display: block; }

/* 1.4	Basic styles
-----------------------------------------------------------------------------------------------*/	
	.hide {display: none;}

	span.hint { display: block; font-size: 10px;}

	p.error, ul.errors { color: #ff0000; margin: 0;}
	
	br.clear { clear: both; font-size: 1px; }
	
	.center { text-align: center; }
	
	img.left { float: left; }
	img.right { float: right; }
	
	.section { margin: 0 40px 30px 40px; overflow: auto; }
	.section img { margin: 0 30px; }
	.section img.right { margin-right: 0; }
	.section img.left { margin-left: 0; }
	
	ol li { margin: 5px 0px 5px 25px;}
	.rules ol { width: 400px; }
	.rules #content p { width: 600px;}
	
	
/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
	body {color:#333; background: #f0f0f0 url(/img/1.7/body_bkgd.gif) repeat-x 50% 0; margin: 0; padding: 0; }
	.container{color:white;width:974px; position:relative;text-align:left;font-size:1.2em;margin:0 auto; color: #000;}
	#main,#header{width: 944px;padding:0;}
/*  #main{ float: left; }*/
	#header{padding: 12px 0 5px 0; }
	#content{width:944px;  margin: -26px 0 0; background: #8b8b8b; }
	.home #content { width: 950px; background: #818181}
	#sidebar{width:165px;float:left;margin-left:5px; margin-bottom: -10px }
	#footer{clear:both;}
	
	.ideas-in-motion #content {
		color: #fff;
	}
	
	.ideas-in-motion #content p {
		clear: both;
		font-size: 14px;
		margin-bottom: 20px;
		margin-left: 20px;
	}

	#col-wide { width: 540px; float: left; }
	#col-small { width: 231px; float: right; }
	
	#flashMessenger { position: relative; background: #5eaf12; padding: 10px; z-index: 1000;
	color: white;
	font-size: 18px;
}
	#flashMessenger #closeMessenger { position: absolute; top: 10px; right: 10px; color: white; font-size: 12px;
	text-transform: capitalize;
	cursor: pointer;
}
	#flashMessenger h4 { color: #0066cc; font-size: 13px; font-weight: bold; }
	#flashMessenger p {	font-size: 13px; color: #666666; width: 644px; }
	#flashMessenger p a { text-decoration: underline; }

	#mov_wrapper { width: 960px; height: 540px; border: 2px solid #000;}
	#ptb_movie { width: 960px; height: 540px;}
	
	a.continue { display: block; color: #000; margin: 5px 0; font-weight: bold; width: 960px; text-align: right;}
/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	
	#header { height: 70px; position: relative; z-index: 10;}
	#header h2 { position: relative; z-index: 2000;}
	#header h2 a { position: absolute; top: 0; left: -15px; width: 279px; height: 88px; z-index: 3000; background: url(/img/1.7/logo.png) no-repeat; text-indent: -9999px;}
	.ie6 #header h2 a {
		background: url(/img/2.0/logo.gif) no-repeat;
		left: 0;
		top: -12px;
		margin: 0;
		height: 96px;
	}

	#header h2 a:active { outline: none; }

	
	#content #register { float: right; }
    .why #nav a {
        color: #0da0e2;
    }
    .ideas-in-motion #nav1 a {
        color: #0da0e2;
    }
    .try #nav2 a {
        color: #0da0e2;
    }
	
/* 2.1.5  Sidebar
-----------------------------------------------------------------------------------------------*/
	ul#sideNav { margin-bottom: 20px; }
	ul#sideNav li a { display: block; font-family: Arial; padding: 0 0 0 10px; font-weight: bold; font-size: 17px; width: 155px; line-height: 30px;border-bottom: 1px solid #e5e6db;}
	.fr ul#sideNav li#nav6 a { font-size: 12px;} 
	ul#sideNav li.last a { border-bottom: 0; }

	#sidebar { overflow: hidden; float: left; width: 166px;
	margin-right: 10px;
	top: -7px;
	position: relative;
}
	#sidebar #ideaAd { /*background: #7fc31c; */width: 163px; /*border: 1px solid #44ac21; */text-align: center; margin: 0 0 15px;}
/*	#sidebar #ideaAd img { margin: 3px;}*/
	#sidebar #ideaAd h2 { color: #333;}
	#sidebar #ideaAd p a { color: #fff; font-size: 10px; line-height: 12px; margin: 0 10px 5px; font-weight: bold; }

	#sidebar .logo { float: left; margin: 10px 0 0 0;}

	#sidebar #home_rss { padding: 0; border: 1px solid #ccc; margin-bottom: 20px; }
	#sidebar #home_rss h2 { border-bottom: 1px solid #ccc; color: #0066cc; padding-left: 30px; line-height: 30px; background: url(/img/rss_icon.gif) no-repeat 10px 50%;}
	.de #sidebar #home_rss h2 { font-size: 10px;}
	#sidebar #home_rss ul { margin: 10px;}
	#sidebar #home_rss li { background: url(/img/bullet_blue.gif) no-repeat 0 0.3em; font-size: 10px; padding-left: 8px; line-height: 12px; color: #2e67b2; margin: 5px 0 13px; }
	#sidebar #home_rss li a { color: #262626; font-size: 10px; font-weight: bold; padding-left: -5px; }

	#sidebar #ad-pod { clear: both; text-indent: -9999px; display: block; background: url(/img/webex_ptb_0424-trywebex_pg_050409d.png); width: 173px; height: 176px;}
	.de #sidebar #ad-pod { background: url(/img/webex_ptb_0424-trywebex_pg_050409d-de.png); height: 180px;}
	.uk #sidebar #ad-pod { background: url(/img/webex_ptb_0424-trywebex_pg_050409d-uk.png); height: 160px;}
	.fr #sidebar #ad-pod { background: url(/img/webex_ptb_0424-trywebex_pg_050409d-fr.png); height: 186px;}
	.tryVersionB #sidebar #ad-pod { background: url(/img/webex_ptb_0424-trywebex_pg_050409d_alt.jpg); height: 160px; }


	.idea-counts { width: 754px; height: 15px; padding: 10px; background: url(/img/counts_bg.gif) repeat-x; color: #fff; }

	.idea-counts th { text-align: left; color: #fff; font-weight: normal; font-size: 12px; padding-left: 5px; }
	.idea-counts th.hd { font-size: 16px; text-transform: uppercase; text-align: left; font-weight: bold; font-size: 20px; }
	.idea-counts td { text-align: right; color: #7fc31c; font-size: 16px; padding: 0.3em 0;}
	.idea-counts h3 { text-align: center; color: #7fc31c; font-weight: normal; }
	
	#content .idea-counts { font-size: 130%; background: url(/img/counts_bg.gif) no-repeat; color: #b7e770; width: 766px; margin: 0 0 5px 0; height: 15px; font-weight: bold;}
	#content .idea-counts table { margin: 10px 0 0;}
	#content .idea-counts td { font-size: 22px; width: 80px;}
	#content .idea-counts th { font-size: 14px;}
	#content .idea-counts th.hd { font-size: 24px;}
	#content .idea-counts h3 { font-size: 18px; padding: 10px;}
	#content .idea-counts .counter { color: #fff;}
	#content .idea-counts span { float: left; margin: 0 3px; text-indent: 0;}
	#content .idea-counts .bd { margin-left: 120px; height: 17px; overflow: hidden;}
	.de #content .idea-counts .bd { margin-left: 40px;}
	.fr #content .idea-counts .bd { margin-left: 20px; font-size: 13px;}
	#content .idea-counts #in_a {  position: relative; float: left; overflow: hidden; display: inline; clear: none; float: none; white-space: nowrap;}
	.safari #content .idea-counts #in_a { margin-left: -150px;}
	#content .idea-counts #in_a li { text-align: left; }

/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	
	#follower { background: #ff0000; 
	z-index: 999; position: absolute; width: 275px; height: 192px; padding: 10px; -webkit-border-radius: 13px; -moz-border-radius: 13px; background: #fff; position: absolute; display: none; text-align: left;}

	#editors_picks #follower {
		width: 420px;
		height: 259px;
		padding: 20px;
	}
	
	#follower.right .idea {
		position: absolute;
		left: 10px;
		top: 10px;
	}
	
	#follower .popup {
		display: block;
		width: 124px;
		height: 192px;
		overflow: hidden;
		font-size: 11px;
		line-height: 13px;
		color: #000;
		position: absolute;
		left: 10px;
		top: 10px;
		text-align: left;
	}
	
	#editors_picks #follower .popup {
		width: 200px;
		height: 259px;
		font-size: 16px;
		line-height: 20px;
		top: 20px;
		left: 20px;
	}
	
	#follower .popup p {
		margin: 0;
	}
	
	#follower.right .popup {
		left: 155px;
	}
	
	#editors_picks #follower.right .popup {
		left: 240px;
	}

	#follower .popup .read_more {
		line-height: 22px;
		color: #fff;
		background: url(/img/2.0/green_button_bg.png) repeat-x;
		padding: 0 10px;
		position: absolute;
		bottom: 0;
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
	}
	
	#editors_picks #follower .popup .read_more {
		line-height: 30px;
		font-size: 14px;
		background: url(/img/2.0/green_button_bg.png) repeat-x;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-webkit-border-bottom-right-radius: 6px;
	}
	
/*	#follower.left { padding: 10px 65px 15px 10px;}	
	#follower .popup { position: relative; height: 275px; background: #fff; width: 300px; height: 240px; }
	#follower .wrap { width: 150px; height: 150px; float: left; position: relative; background: #fff; }
	#follower .wrap .overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(/img/overlay_large.png) 50% 50% no-repeat;}
	#follower .meta { width: 115px; float: left; padding: 15px; }
	#follower .meta ul { float: left; margin: 10px 0; clear: left; width: 115px;}
	#follower .meta ul li { display: inline;}
	#follower .meta h2 { color: #0066cc; clear: both; font-size: 14px; }
	#follower .body { clear: both; padding: 5px 0; font-size: 12px; width: 295px;}
	#follower .counts { bottom: -35px; width: 100%; font-size: 13px; text-align: center; position: absolute;}
	#follower .counts { font-weight: bold; color: #7fc31c; }
	#follower .likes { font-size: 9px; background: #6cb245; color: #fff; padding: 5px; text-align: center; width: 61px; height: 34px; float: left; }	
	#follower .likes .count { font-size: 20px; font-weight: bold; display: block; padding: 0 0 5px 0;}
	*/
	
	#videoPlayerWrap { float: left; border: 1px solid #000;}
	
	/* Homepage */
	.introBody { border-top: 1px solid #131313; border-bottom: 1px solid #d2d2d2; background: url('/img/2.0/ball_bg.gif') repeat-x top left; height:70px; margin: 0; color: #fff; font-size: 18px;line-height: 22px; width:935px; padding: 26px 25px 0 25px;}
	.introBody img {
	    vertical-align: bottom;
	    top: 2px;
    }
    .introBody .logo {
        float: right;
        margin: 0 10px;
    }


	.intro {
		padding: 40px 30px 50px 30px;
		background: url(/img/2.0/intro_bg.png) repeat-x;
		height: 111px;
		position: relative;
		width: 883px;
	}
	
	.register .intro hr,
	.forgot .intro hr,
	.register .intro h1 {
		margin-bottom: 15px;
	}
	
	.account .intro {
		height: 174px;
		padding:25px 0 0px 30px;
		width: 914px;
	}
	
	.submit .intro,
	.edit-idea .intro {
		background: none;
		height: 30px;

	}
	
	.events .intro,
	.ie6 .intro {
		background: url(/img/2.0/events_intro_bg.png) repeat-x;
		height: 281px;
		border: none;
	}
	
	.ie6 .intro {
		height: 200px;
	}
	
	.ie6 .intro h1 {
		margin-top: 20px;
	}
	
	.ie6 #content .intro p {
		width: 700px;
		font-size: 23px;
		color: #fff;
		line-height: 35px;
		font-weight: normal;
	}
	
	.ideas-in-motion .intro {
		background: url(/img/2.0/iim_intro_bg_v2.png) no-repeat;
		padding-top: 315px;
		padding-bottom: 0px;
		padding-left: 44px;
		border: none;
		position: relative;
		left: -14px;
		width: 970px;
	}
	
	.ideas-in-motion.de .intro {
		background: url(/img/2.0/iim_intro_bg_de_v2.png) no-repeat;
	}
	
	.ideas-in-motion.fr .intro {
		background: url(/img/2.0/iim_intro_bg_fr_v2.png) no-repeat;
	}
	
	.ideas-in-motion #content .intro p {
		color: #000;
		width: 900px;
		font-size: 16px;
		line-height: 18px;
	}
	
	.ideas-in-motion #content .intro p strong {
		color: #000;
	}
	
	.view .intro,
	.register .intro {
		height: 174px;
		background: url(/img/2.0/idea_intro_bg.png) repeat-x;
	}
	
	.view .intro .left {
		width: 600px;
	}
	
	.category .intro {
		height: 174px;
		background: url(/img/2.0/idea_intro_bg.png) repeat-x;
	}
	
	.category .intro.with_feature {
/*		height: 408px;*/
		height: 340px;
/*		background: url(/img/2.0/intro_category_default_bg.jpg) repeat-x;*/
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.intro .left {
		width: 650px;
	}
	
	.category .intro .left {
		width: 250px;
	}
	p.username {
		margin-bottom: 0;
	}
	
	p.username a {
		color: #fff;
		font-size: 16px;
	}
	
	.intro .right {
		width: 260px;
	}
	
	.addthis_toolbox li {
		width: 100px;
		line-height: 24px;
		float: left;
	}
	
	.addthis_toolbox li span {
		margin: 3px;
	}
	
	#idea_body .right {
		width: 260px;
	}
	
	#content .intro p {
		color: #cccccc;
	}
	
	#content .intro p span {
		color: #10b5ff;
	}

	.intro h1 {
		color: #fff;
		font-size: 50px;
		margin-bottom: 20px;
	}
	
	.view .intro h1 {
		margin-bottom: 0;
	}
	
		.view .intro h1.small {
			font-size: 32px;
		}
	
		.category .intro h1 {
			width: 374px;
		}
	
	.intro a {
		color: #10b5ff;
	}
	
	.intro a.button {
		color: #fff;
		margin-right: 15px;
		float: left;
		padding: 0 10px;
		cursor: default;
	}
	
	.intro a.button img {
		position: relative;
		top: 3px;
	}
	
	.intro hr {
		background: url(/img/2.0/intro_hr.png) no-repeat;
		height: 5px;
		color: transparent;
		border: none;
	}
	
	.intro #category_banner {
		clear: both;
/*		height: 279px;*/
		width: 972px;
/*		position: absolute;*/
/*		background: url(/img/2.0/default_category_banner.png) no-repeat;*/
		bottom: 346px;
		margin-left: -44px;
		border: 0px;
	}
	
	.category #featured_discussion {
		background: url(/img/2.0/featured_discussion_bg.png) no-repeat;
		width: 400px;
		padding: 0 30px;
		margin-top: 20px;
	} 
	
	.category #featured_discussion h4 {
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 8px;
	}
	
	.category #content #featured_discussion h2 {
		font-size: 20px;
		color: #dddddd;
	}
	
	.category #content #featured_discussion h2 a {
		color: #02a0e8;
		display: block;
		margin-top: 8px;
	}
	
	#home div#ideas_in_motion {
	   margin: 50px 0 20px -14px;
	   background: url(/img/2.1/iim_bg.png);
	   width: 181px;
	   height: 308px;
	   padding: 0 14px;
	   font-size: 11px;
	   color: #a9a9a9;
	   position: absolute;
	}
	
	#home div#ideas_in_motion h2 {
		font-size: 18px;
		color: #01aaf6;
		text-indent: 24px;
	}
	
	#home div#ideas_in_motion dt {
		margin-top: 14px;
	}
	
	#home div#ideas_in_motion dt a {
		color: #fff;
		font-weight: bold;
	}
	/*
	.jcarousel-clip {
	    margin: 35px 0 0 246px !important;
	}
	.jcarousel-prev {
	    margin: 0 0 0 205px;
	}
	.jcarousel-next {
	}*/
	
	#equation {
		width: 100%;
		height: 69px;
		background: url(/img/2.1/intro_bg.png) repeat-x; 
		position: relative;
	}
	
	.introBody h2 { color: #0066cc; font-size: 19px; line-height: 25px;}

	#home { background: #7b7b7b url(/img/1.7/top_bg.gif) repeat-x top; width: 985px; height: 370px; position: relative;}
	#home .introBody h2 { width: 300px; font-size: 23px; margin-bottom: 10px; }
	#home .introBody #logoText { position: relative; bottom: -5px; }
	#home .jcarousel-skin-promo {
	margin-left: 10px;
}
	#content h2 { color: #464646; font-size: 22px; font-weight: normal; font-family: Arial, sans-serif; padding: 8px 0;
	display: block;
}
/*	
.home #ideas h2 {
	width: 779px;
	height: 43px;
	background: url(/img/1.7/ideas_bkgd.gif) no-repeat;
	line-height: 29px;
	position: absolute;
	left: -14px;
	padding: 0;
	font-size: 17px;
}*/

.home.fr #ideas h2 {
	font-size: 15px;
}

.home .ideasRow {
	margin-top: 20px;
	margin-left: 50px;
	width: 900px;
	overflow: hidden;
}

.home #ideas h2 a {
	width: 107px;
	display: inline-block;
	text-align: center;
	color: white;
}

.home.fr #ideas h2 a {
	font-size: 12px;
}

.home.de #ideas h2 a {
	font-size: 14px;
}


.home #ideas span.stats {
	color: #626262;
	padding-left: 3px;
	clear: both;
	font-size: 19px;
	display: block;
	margin: 10px 50px;
}

.home #ideas span.stats em {
	color: black;
}
	
	#content .intro .post_idea_button {
		background-image:url("/img/2.5/post_idea_button.png");
		color:#FFFFFF;
		float:left;
		height:18px;
		margin-top:5px;
		padding:5px 23px;
		width:89px;
	}
	
	#content .intro h2 { color: #0066cc; font-size: 22px; padding: 0 0 15px 0;}
	#content .intro h3 { color: #000; font-size: 14px; padding: 0 0 15px 0; width: 700px;line-height: 20px;}
/*	#content .intro p { color: #666; line-height: 16px; width: 700px; }*/
	#content .intro p strong { color: #0066cc; font-weight: bold;}

	#content .box { background: #ccc;}

	#categories { margin-top: 1px; background: #a6a6a6; padding: 55px 0 25px 15px; clear: both;}
	#categories h2 { }
	#categories ul { float: left; width: 24%; margin: 10px 0; }
	#categories ul li a { padding: 7px; display: block; color: #fff; font-size: 13px;}
	#categories ul li a:hover { text-decoration: underline; }
	#categories ul li.promo a { color: #fff; }
    .ideasRow { position: relative; width: 896px; clear: both; margin: 10px 15px 10px 15px;}
	.ideasRow { width: 913px; height: 214px; background: url(/img/2.0/ideaRow_bg.gif) no-repeat;}


	.ideasRow .info {
		float: left;
		padding: 10px 15px;
		width: 105px;
		height: 190px;
		position: relative;
	}
	
	#content .ideasRow .info h2 a {
		font-size: 18px;
		color: #fff;
	}
	
	.ideasRow .info .count {
		display: block;
		color: #000;
		font-size: 12px;
	}
	
	.ideasRow .info img {
		position: absolute;
		bottom: 10px;
		left: 15px;
	}
	
	.ideasRow .carousel {
		position: absolute;
		left: 120px;
		top: 0;
	}


	/* idea and avatar thumbs */
	.idea, .avatar { float: left; width: 134px; height: 192px; text-align: center; font-size: 9px; color: #333; }
	.idea { position: relative; margin: 0 16px 16px 0;}
	.ideas_wrapper .idea { position: relative; margin: 20px 16px 20px 0;}
	.idea .meta { background: url(/img/2.0/dot_pattern.png); margin: 0; padding: 10px 0 10px 10px; height: 58px; position: relative;}
	#editors_picks .idea .meta { height: 75px;}
	#editors_picks .idea { width: 200px; height: 259px;}
	.intro .avatar { width: 220px; height: 134px;}
	#editors_picks .carousel { clear: both; }

	.home .idea { background: url(/img/ideasRow_bg.png) repeat-x; }

	.clipping { width: 726px; overflow: hidden; }
	.carousel .button-right { cursor: pointer; position: absolute; z-index: 100; right: 0; top: 2px; width: 43px; height: 155px; background: url(/img/carousel_right.gif) no-repeat;}

	.idea .likes { color: #0090d1; font-weight: bold;}
	.idea .liked { cursor: normal;}
	.idea a.share { font-size: 9px; color: #666;}
	
	.thumb .wrap { position: relative; margin: 0; height: 89px; }
	#editors_picks .thumb .wrap { height: 134px;}
	.intro .thumb .wrap { width: 200px; height: 134px; }
	.thumb .wrap .overlay { position: absolute; height: 100%; left: 0; background: url(/img/2.0/overlay_sm.png) no-repeat; top: 0px; width: 100%;
}

	.ideasRow .thumb .wrap .overlay { background: url(/img/2.0/overlay_sm_dark.png); }


	.thumb.hover .wrap .overlay { background: url(/img/2.0/overlay_sm_white.png); }

	.thumb .score {
		width: 114px;
		height: 24px;
		background: url(/img/2.0/idea_bottom.png);
		text-align: left;
		line-height: 20px;
		padding: 0 10px;
	}
	
	#editors_picks .thumb .score {
		width: 180px;
		height: 30px;
		line-height: 30px;
		background: url(/img/2.0/idea_bottom_med.png);
	}

	#editors_picks .thumb .wrap .overlay { background-image: url(/img/2.0/overlay_med.png); }
	#editors_picks .thumb.hover .wrap .overlay { background-image: url(/img/2.0/overlay_med_white.png); }

	.thumb h4 { margin: 0; line-height: 16px; font-size: 14px; text-align: left; }
	#editors_picks .thumb h4 { font-size: 20px;}
	.thumb h4 a { color: #fff; }

	.thumb .popup { display: none; }

	.thumb .meta h6{
		display: block;
		color: #b3b0b0;
		font-size: 11px;
		position: absolute;
		bottom: 6px;
		left: 10px;
		text-align: left;
	}
	
	#editors_picks .thumb .meta h6 {
		font-size: 13px;
	}
	
	.rating input {
		margin: 0;
	}
	
	.rating {
		float: left;
		display: inline;
		margin: 6px 6px 6px 0;
	}
	
	.ratingCount {
		line-height: 20px;
	}
	
	.top_idea {
		position: absolute;
		top: 0;
		left: 0;
		width: 89px;
		height: 30px;
		background: url(/img/2.0/top_idea_badge.png);
	}
	
	.thumb .meta .links {
		color: #999;
	position: relative;
	top: -1px;
}
	.thumb .meta .links img {
	vertical-align: middle;
}

	/* idea page */
	#idea h2.category { background: #fff; border-bottom: 3px solid #000; text-align: right; padding: 3px 0; font-size: 14px; text-transform: uppercase;}
	#idea h2.category a { color: #000; }
	#idea .avatar { border-right: 0; }
	.intro .avatar .overlay { background-image: url(/img/2.0/overlay_med_intro.png); }
	#idea #ideaMeta { position: relative; float: left; width: 140px; min-height: 350px; border-right: 1px solid #fff; text-align: center;
	padding-bottom: 32px;
}
	#idea .ideaInfo { float: right; width: 635px; }
	#idea .ideaBody { clear: right; padding: 0px 15px 0; width: 605px; position: relative;
	margin-top: 10px;
}
	#idea .ideaBody p { color: black; margin: 15px 0;
	font-size: 14px;
	line-height: 19px;
}

	#idea #gallery {
		float: right;
		width: 140px;
		clear: right;
	}
	
	#idea .audio {
		margin-bottom: 20px;
		padding: 5px;
		background: #666666;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		overflow: auto;
	}
	
	#idea .audio h2 {
		color: #D9D9D9;
		font-size: 18px;
		float: left;
		background: url(/img/2.0/audio.gif) 0 50% no-repeat;
		padding-left: 40px;
	}
	
	#idea .audio div {
		float: right;
		margin: 7px 20px 0 0;
	}
	
	.intro #share {
		float: right;
		padding: 15px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background: #333;
		margin: 10px 0;
		
	}
	
	.intro #share a {
		color: #fff;
		line-height: 24px;
		margin-right: 20px;
	}
	
	.intro #share a img {
		vertical-align:middle;
	}
	
	.intro #share a:hover {
		text-decoration: none;
	}
	
	.register #content .intro #share h2 {
		color: #fff;
		font-size: 16px;
	}

/*	#idea .editIdea { float: right; margin: 10px; color: #6cb245; z-index: 100;}
	#idea .promoteIdea { float: right;  clear: right; margin: 10px; color: #ff0000; z-index: 100;}
	*/
/*	#idea h2 { width: 100%; position: relative; }*/
/*	#idea h2 span { position: absolute; right: 0; font-size: 12px; font-weight: normal; text-align: right;
}*/
/*	#idea .ideaBody h2 { width: 500px; padding-right: 100px; line-height: 25px;
	font-size: 30px;
}*/
	
	#idea .actions { margin: 10px auto 30px; width: 227px;}
	
	#idea .actions p {}

	.actions a.disabled { cursor: default; }



	#idea #auxActions { position: absolute; height: 2em; bottom: 0; left: 0; text-align: left;
	padding-left: 17px;
}

	#idea .likes { font-size: 9px; background: #6cb245; color: #fff; padding: 5px 0; text-align: center; width: 71px; height: 34px; float: left; }
	#idea .likes .count { font-size: 20px; font-weight: bold; display: block; padding: 0 0 5px 0;}
	#idea .likes a { font-size: 17px; font-weight: bold; display: block; color: #fff; }

	#idea .counts { clear: both; margin: 10px auto; width: 104px; text-align: left;}
	#idea .counts a { color: #7fc31c; font-weight: bold; }
	#idea .counts a.join { display: block; width: 105px; height: 28px; margin-top: 10px; color: #fff; background: url(../img/1.7/green_support_btn.jpg); text-align: center; line-height: 28px;
	font-size: 13px;
}
	.fr #idea .counts a.join { font-size: 11px;}

	#ideas .badges a { float: left; margin-right: 10px; }


	/* Teams */
	
	#team {
		clear: left;
		margin-left: 32px;
		margin-top: -15px;
		margin-bottom: 32px;
	}

	#team h2 { color: #000; border-bottom: 1px solid #6cb245; font-size: 14px; display: inline;
	font-weight: bold;
	padding-right: 60px;
}
	#team ul.team { width: 575px;
	position: relative;
	left: -22px;
	margin-top: 7px;
}
	#team ul li { float: left; width: 70px; height: 60px; margin: 20px 0 0 20px;}
	#team .wrap {
		height: 41px;
	}
	#team .avatar { width: 70px; height: 60px;}
	#team .avatar .overlay { background-image: url(/img/2.0/overlay_xsmall.png); }
	#team .avatar h4 {
		margin: 0;
		background: #666;
		padding: 3px 5px;
	}
	#team .avatar h4 a { color: #fff; font-size: 11px; font-weight: normal;}

	/* Comments Area */
	#comments, #spotlight, #ideasInAction { clear: both; background: #323232; }
	#comments .hd { text-align: right; width: 100%; border-bottom: 1px solid #7fc31c; overflow: auto; margin-bottom: 20px;}
	#comments > div.hd > a.add {
	font-weight: bold;
}
	#comments .hd h2 { display: inline; color: #7fc31c; float: left; font-size: 14px; }
	#comments .hd .paging { display: inline; }
	#comments .hs .add { display: inline;}
	#comments #commentForm form { background: none; border-radius: 0; padding: 0;}
	#comments #commentForm form label { color: #7fc31c; }
	#comments #commentForm form dd { padding: 0;}
	#comments #commentForm form textarea { width: 608px; height: 52px; border: 1px solid #7fc31c; float: left;}
	#comments #commentForm form input[type=submit] { clear: both; margin: 10px 0;}

	.categories .paging { float: right; margin: 0;}

	.wrapper {
		margin-left: 30px;
/*		float: left;*/
		clear: both;
	}
	
	.ideas_wrapper {
	    background: url(/img/2.0/keyline.gif) no-repeat left center;
	}
	
		#ideasInAction .wrapper {
			margin-left: 20px;
		}
	
	.video {
		color: #fff;
		float: left;
		margin: 20px 12px 20px 0;
		padding: 8px;
		width: 200px;
		height: 238px;
		background: url(/img/2.0/video_bg.png) no-repeat;
	}
	
	.ideas .video {
		background: url(/img/2.0/video_bg_ideas.png) no-repeat;
		margin-right: 7px;
	}
	
	.video img { margin-bottom: 10px;}
	.video h4 { color: #02a0e8; font-size: 18px; }
	.video h6, .spotlight h6 { color: #ccc; font-weight: normal; font-size: 11px;}
	#content .video p { font-size: 12px; color: #fff; margin: 0;}

	.comment, .event, .spotlight { clear: both; margin: 0; background: url(/img/2.0/comment_bg.png) repeat-x bottom; min-height: 120px;}
	.comment .body { position: relative; padding: 15px 15px 15px 30px; color: #fff; margin-left: 135px; min-height: 120px;}
	.comment {
	    padding: 15px 10px;
	}
/*	.comment.yours .body { background: #f2f9e8; }*/
	.comment .deleteComment { position: absolute; right: 15px; bottom: 5px; float: right;}
	.comment .thumb .wrap .overlay { background: url(/img/2.0/overlay_sm_events.png) 50% 50% no-repeat;}

	pre {
		width: 840px;
		overflow: auto;
		margin: 20px 0;
	}

	.comment .avatar {
		float: left;
		width: 134px;
		margin: 10px;
		background: #666;
		text-align: left;
		height: auto;
	}
	
	#panels {
		clear: both;
	}
	
	.panel {
		padding: 12px;
		background: url(/img/2.0/panel_bg.png);
		width: 255px;
		height: 281px;
		float: left;
		margin: 20px 22px 20px 0;
		font-size: 11px;
		overflow: hidden;
		color: #000;
	}
	
	.panel dt a {
		font-weight: bold;
		color: #02a0e8;
	}
	
	#ideasInAction .blue {
		clear: both;
	}
	
	#panelFacebook {
		background: url(/img/2.1/panel_fb.png);
		width: 235px;
		height: 182px;
	}
	
	.panel h2 {
		color: #000;
	}
	
	#panelTwb {
		background: url(/img/2.1/panel_twb.png);
		width: 235px;
		height: 182px;
	}
	
	#panelTwitter {
		background: url(/img/2.1/panel_twitter.png);
		height: 182px;
		width: 293px;
	}
	
	#panelTwitter li {
		margin-bottom: 15px;
	}
	
	#panelTwitter li a {
		color: #000;
	}
	
	
	#content .panel h2 {
		margin: 0 0 14px 0;
		padding: 0;
	}
	
	.comment .avatar h4 {
		padding: 5px 10px 0;
	}
	
	.comment .avatar span.loc {
		padding: 0 10px 5px;
		display: block;
		color: #ccc;
	}
	.spotlight { position: relative; color: #fff; }
	.spotlight .left { width: 200px; padding: 20px; }
	.spotlight .left .wrap { position: relative;}
	.spotlight .right { width: 680px; padding: 20px 20px 20px 0; }
	.spotlight .blue { position: absolute; right: -14px; bottom: 10px;}
	.spotlight h2 a { color: #fff;} 
	.spotlight .score { background: url(/img/2.0/iim_rating_bg.png); width: 138px; height: 26px; line-height: 26px; padding-left: 10px; color: #0090d1; margin-top: 10px; }

	#commentForm { clear: both; width: 100%; padding: 20px;}
	#commentForm p { color: #ccc; }

	/* Register Page */
	#content .col { width: 350px; float: left; margin-right: 15px;}
	#content #login { width: 320px; float: left; }
	#content #register { width: 320px; float: right; }


	/*.register #content div h2 { font-size: 15px; line-height: 20px; }*/
	.register #content div.intro h2 { color: #0066cc; }


	/*Why Pass The Ball? */
#why_page #description ul {
	float: right;
	font-size: 13px;
	width: 172px;
}
#why_page p {
    color: #424242;
}
#why_page .text h3 {
    color: #000000;
}

.fr #why_page #description ul {
	font-size: 11px;
}

.de #why_page #description ul {
	font-size: 11px;
}

#why_page #description ul a {
	color: #424242;
	font-weight: bold;
}
#why_page #description li {
	border-bottom: 1px solid #dfe0d2;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#why_page #description li.first {
	border-bottom-style: none;
	font-size: 15px;
	color: #0066cc;
}
#why_page #teachers img {
	float: right;
}
#why_page {
	font-size: 14px;
	line-height: 18px;
	background: url(/img/2.0/why_pass.jpg) no-repeat;
	padding-top: 315px;
	padding-left: 40px;
	padding-right: 46px;
	height: 100%; /* For IE7 */
	margin: 0 0 0 -14px;
}
#why_page .cf {
    color: #000;
    padding: 0 0 30px;
    font-size: 24px;
}

.de #why_page {
	background: url(/img/2.0/why_pass_de.jpg) no-repeat;
}

.fr #why_page {
	background: url(/img/2.0/why_pass_fr.jpg) no-repeat;
}

#why_page #description {
	margin-bottom: 40px;
}
#why_page #teachers {
	color: #0066cc;
	position: relative;
	min-height: 175px;
	margin-bottom: 20px;
}

#why_page .text {
	width: 650px;
}
#why_page h3 {
	font-size: 16px;
}
.why #content, .try #content {
	left: 15px;
}
	
	/* Rate an Idea Page */
/*	.rate #content h2 { color: #0066cc; margin-bottom: 15px; }*/
	.ideaCount { float: right; color: #7fc31c; font-weight: bold; margin-right: 20px;}
	a.learnmore { font-size: 14px; font-weight: bold; }
/*	label#sort, label#sortPromo { position: absolute; right: 80px; padding: 0; margin: 0 20px 0 0; font-size: 10px; font-weight: bold; }*/
	label#sort select, label#sortPromo select { font-size: 9px;}
	#content div.categories { margin: 0; background: #d2d2d2; width: 943px; display: blocke; }
	
	
	
	/*Try Webex Page*/ 
	.try #content h2 { color: #333; line-height: 30px; width: 350px; font-size: 22px;}
	.tryVersionB #content h2 { padding-left: 82px; width: 183px; background: url(/img/buy_now_bug.gif) no-repeat; }
	
	.try #content h4 { color: #0066cc; line-height: 25px; width: 400px; font-size: 16px; margin: 10px 0;}
	.tryVersionB #content h4 { font-weight: normal; }
	.tryVersionB #content h4 strong { font-weight: bold; }

	.try #content .button { display: block; margin: 15px 0 15px 50px; line-height: 33px; text-align: center; background: url(/img/green_btn.gif); width: 215px; height: 33px; font-size: 14px; font-weight: bold; color: #fff;}
	.fr.try #content .button { font-size: 12px; }

	.try #content p.info { color: #999; font-size: 9px; }
	
.try #banner {
	width: 953px;
	height: 324px;
	background: url(/img/2.0/try_webex.jpg) no-repeat;
	margin: 0 0 0 -14px;
}

.de #banner {
	background: url(/img/2.0/try_webex_de.jpg) no-repeat;
}

.fr #banner {
	background: url(/img/2.0/try_webex_fr.jpg) no-repeat;
}

.try #banner p {
	padding-top: 300px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 20px;
	padding-right: 20px;
	color: #414141;
}

.try #CTA {
	padding-left: 570px;
	padding-top: 30px;
}

.try #CTA em {
	font-size: 16px;
	font-weight: bold;
	color: #414141;
	display: block;
	float: left;
	padding: 25px 10px 0;
	font-style: normal;
}


.try #CTA a {
	background-image: url(../img/2.0/host_meeting.jpg);
	width: 236px;
	height: 44px;
	display: block;
	float: left;
	color: #fff;
	font-size: 19px;
	padding: 22px 0 0;
	text-align: center;
}

.try #features {
	clear: both;
	margin-left: 15px;
}

.try #features li {
	float: left;
	display: block;
	width: 225px;
	background-repeat: no-repeat;
	height: 200px;
	text-indent: -9999px;
}

.try #features li#communicate {
	background-image: url(../img/2.0/try_footer_1.jpg);
}

.try .de #features li#communicate {
	background-image: url(../img/2.0/try_footer_1_de.jpg);
}

.try .fr #features li#communicate {
	background-image: url(../img/2.0/try_footer_1_fr.jpg);
}


.try #features li#share {
	background-image: url(../img/2.0/try_footer_2.jpg);
}

.try .de #features li#share {
	background-image: url(../img/2.0/try_footer_2_de.jpg);
}

.try .fr #features li#share {
	background-image: url(../img/2.0/try_footer_2_fr.jpg);
}

.try #features li#start {
	background-image: url(../img/2.0/try_footer_3.jpg);
}

.try .de #features li#start {
	background-image: url(../img/2.0/try_footer_3_de.jpg);
}

.try .fr #features li#start {
	background-image: url(../img/2.0/try_footer_3_fr.jpg);
}

.try #features li#teachers {
	position: relative;
}

.try #features li#teachers a {
	background-image: url(../img/2.0/try_footer_4.jpg);
	height: 200px;
	width: 225px;
	overflow: hidden;
	display: block;
}

.try .fr #features li#teachers a {
	background-image: url(../img/2.0/try_footer_4_fr.jpg);
}

.try .de #features li#teachers a {
	background-image: url(../img/2.0/try_footer_4_de.jpg);
}

.try #quotes {
    padding: 0;
	height: 180px;
}

.try #quotes h2 {
	margin: 5px 30px;
}

.try #quotes .wrapper {
	margin: 0;
	position: relative;
	height: 130px;
	width: 944px;
	background: transparent url(/img/2.0/dot_pattern.png) 0 0;
}

.try .quote {
	padding: 15px 30px;
	height: 100px;
	width: 883px;
	background: none;
}

.try .quote p {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
	font-weight: bold;
}

.try .quote p em {
	font-size: 12px;
	color: #ccc;
	font-weight: normal;
}



	/* FAQ page */
	.FAQs #content h2 { font-size: 22px; }
	.answers { clear: both; margin: 40px 0 0 0; background: url(/img/answers_bg.gif) repeat-x; padding: 30px 0px 0px; width: 100%; }
	.answers h3 { color: #0066cc; margin-top: 20px; }
	.answers p { color: #666; letter-spacing: 0.01em; width: 700px;}
	.answers em { font-style: normal; color: #0066cc; }
	.questions { margin: 25px 0;}
	.questions li { margin: 0 0 10px 0; font-weight: bold;}


/* 2.3  Forms
-----------------------------------------------------------------------------------------------*/
	input,
	textarea { font-size: 20px; padding: 3px 6px; border: 1px solid #a1a2a4; }
	input[type=hidden] { display: none; }
	#header #login .rememberMe input[type=hidden] { display: none; }
	.safari input[type=file] { background: none; border: 0; width: 300px;}
	label { font-size: 12px; color: #444444; line-height: 18px; }
	dd { padding: 2px 0 5px; }
	
	form .checkbox input, form .rememberMe input { border: none; margin: 0;}


	form div { clear: both; }
	#forgotPassword form div { float: left; margin: 0 10px 0 0;}
	#forgotPassword form ul.errors { margin-left: 40px;}

/*	#content form,
	#content #login,
	#content #register,
	#content #forgotPassword,
	#content .box { 
		background: #f2f2ed; 
		-moz-border-radius: 10px;
		border-radius: 10px; 
		padding: 15px;
		overflow: auto; 
		margin-bottom: 10px;
	}*/
	
	#content .box {
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		border-radius: 0;
		overflow: default;
		clear: both;
 	}

	#content .box a {
		color: #000;
		text-decoration: underline;
	}

	.register #content form {
		background: none; 
		-moz-border-radius: 0; 
		-webkit-border-radius: 0; 
		border-radius: 0;
	}

	#content #ideaSubmit {
		width: 668px;	
		margin-bottom: 0;
		padding: 30px;
}
#ideaSubmit .checkbox label {
    font-size: 12px;
}

.submit #content,
.edit-idea #content {
	background: #7b7b7b url(/img/2.0/post_bg.png) repeat-x;
}

	
.home #ideaSubmitTitle dd.title label {
	font-size: 19px;
	display: block;
	margin-bottom: 5px;
}

.home #ideaSubmitTitle dd.title input {
	padding: 7px;
}
	
	.index #ideaSubmitHide { display: none; }

	.register .wrapper {
		margin-left: 150px;
		padding-bottom: 50px;
	}

	#content #login label,
	#content #register dt label{ text-align: left; display: block; padding: 5px 5px 2px 0; font-size: 16px;}
	#content #login .rememberMe { float: left; display: block; width: 100%; padding: 5px 5px 2px 0;}
	#content #login .rememberMe label { display: inline; margin-top: -3px; clear: none; float: none; text-align: left; width: auto; padding: 0;}	
	#content #login input[type=submit],
	#content #register input[type=submit] { text-align: center; color: #fff; border: 0; background: url(/img/2.0/blue_button_bg.png) 50% 0; font-size: 14px; line-height: 28px; padding: 0 15px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px; }
	.fr #content #login input[type=submit] { font-size: 10px;}
	input.green { font-size: 14px; font-weight: bold; float: right; text-align: center; color: #fff; border: 0; background: url(/img/register_submit_btn.png); width: 169px; height: 27px; }
/*	#content #login input[type=text], #content #login input[type=password], 
	#content #register input[type=text], #content #register input[type=password] { width: 190px;}*/
	#content #forgotPassword input[type=submit] { text-align: center; color: #fff; border: 0; background: url(/img/forgotPasswordBtn.png); width: 91px; height: 21px; }
	.fr #content #forgotPassword input[type="submit"] { font-size: 9px; }

	#content #login .description {
		display: block;
	}
	
	
	#commentForm input[type=submit] { text-align: center; color: #fff; border: 0; background: url(/img/2.0/green_button_bg.png) 50% 0; font-size: 14px; line-height: 28px; padding: 0 15px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px; }
	

	p.hint { color: #bab9b9; font-size: 14px; display: block;}

	/*needed to be inline for ideaSubmit*/
	#ideaSubmit p.hint { display: inline;}

	#ideaSubmit dd.category h2 { display: inline; }
	#ideaSubmit dd.category h2 label { color: #0066cc; font-size: 25px; line-height: 30px; font-weight: normal; font-family: Arial, sans-serif; }
	#ideaSubmit dd.category h2 label span { color: #000; }
	#ideaSubmit dd.category select { font-size: 17px;
	vertical-align: bottom;
}

	#ideaSubmit label {
		color: #fff;
		font-size: 19px;
		line-height: 30px;
	}

	#ideaSubmit dt { width: auto; padding: 0; line-height: 30px; }
	#ideaSubmit dd { margin-bottom: 10px;}
	#ideaSubmit dd.title input { width: 634px; }
	#ideaSubmit textarea { width: 634px; height: 225px; }
	#ideaSubmit select { display: block;}

	#ideaSubmit .username, 
	#ideaSubmit .email, 
	#ideaSubmit .location,
	#ideaSubmit .photo { float: left; padding: 0 10px 5px 0; width: 320px; }
	#ideaSubmit .username input, #ideaSubmit .email input, #ideaSubmit .location input { width: 300px; }
	#ideaSubmit .email label { width: auto; }
	#ideaSubmit .video { clear: both; display: none; }
	
	#ideaSubmit .video .close { float: right; text-indent: -9999px; background: url(/img/2.0/CloseEmbedVid_btn.png); width: 20px; height: 20px;}

	#ideaSubmit #recaptcha_table { background: #fff; }
	.fr #ideaSubmit .checkbox label { font-size: 10px; margin-top: -3px; white-space: nowrap;} 
	#ideaSubmit input.red { margin-top: 10px; color: #fff; padding: 0; text-indent: -9999px; width: 144px; height: 35px; background: url(/img/2.0/submit_post.png); border: 0; font-weight: bold; line-height: 35px; clear: both; display: block;}

	.fr #ideaSubmit input.red { width: 175px; background: url(/img/2.0/submit_post_fr.png); }
	.de #ideaSubmit input.red { width: 195px; background: url(/img/2.0/submit_post_de.png); }

	#ideaSubmit .checkbox label a { color: #10b5ff; font-weight: bold; }

	#ideaSubmit .attach label {
		float: left;
	}
	
	#ideaSubmit .attach p {
		float: left;
		margin: 0 0 0 10px;
		line-height: 38px;
	}

	#ideaSubmit .buttons {
		float: right;
		display: inline;
		width: 340px;
		margin: 0;
		text-align: right;
		line-height: 20px;
		
	}
	
	#ideaSubmit .buttons img, #ideaSubmit .buttons embed {
		position: relative;
	}
	
/*	#ideaSubmit .buttons * {
		display: inline;
	}*/
	
	#ideaSubmit .buttons .sep,
	.sep {
		font-size: 20px;
		border-right: 1px solid #ccc;
		margin: 0 10px;
	}
	
	.event .sep {
		float: left;
		height: 12px;
		margin: 0 10px 0 10px;
	}

	/* header login form */
	#header #login .loginForm { width: 200px; position: relative; text-align: left;}
	* html #header #login { background: white;}
	#header #login .loginHide { cursor: pointer; position: absolute; top: -15px; left: 0; color: #009000; }
	.login #content #login {
	    padding: 0 0 20px;
	}
	
	img#upload_photo {
		min-width: 110px;
	}
	
	#header #login p { margin-bottom: 0;}
	* html #header #login input { display: inline; background: none; border: 1px solid #0000f0; width: 95px; height: 10px; font-size: 10px; margin-bottom: 3px;}
	* html #header #login .rememberMe input { width: auto; border: 0;}
	#header #login input[type=checkbox] { margin: 0; padding: 0;}
	#header #login input#loginButton { float: right; text-align: center; color: #fff; border: 0; margin-top: 5px; background: url(/img/login_btn.png); width: 57px; height: 19px; }
	.fr #header #login input#loginButton { font-size: 10px;}
	#header #login .rememberMe { float: left; margin-top: 5px; }
	#header #login .rememberMe input { float: left; display: inline; }
	#header #login .rememberMe label { line-height: 15px; display: inline; float: none; clear: none; padding: 0 1px;}
	#header #login .description { margin-left: 90px; float: left; width: 110px; line-height: 9px; }
	#header #login .description a { float: left; color: #666;font-weight: normal; font-size: 9px; }
	#header #region_chooser { 
	position: absolute; cursor: pointer; color: #666; font-size: 9px;
	right: 0;
	white-space: nowrap;
	text-align: right;
	z-index: 100;
}
	#header #region_chooser #currentRegion .current {
	background-repeat: no-repeat;
	padding-left: 20px;
	color: black;
	padding-bottom: 1px;
	padding-top: 1px;
}

#images {
	margin:  0;
	overflow: auto;
}

	#images li {
		float: left;
		width: 150px;
		margin: 20px 0;
	}
	
	#images li a {
		color: #ccc;
	}
	
	#images li .caption {
		color: #fff;
		display: block;
	}
	
	#images li input {
		font-size: 12px;
		padding: 1px 3px;
	}
	
	#header #region_chooser #currentRegion .change {
	background: url(/img/1.7/change_region_arrow.gif) no-repeat 37px center;
	margin-left: 6px;
	padding: 3px 10px 3px 3px;
}

	#header #region_chooser:hover #currentRegion .change {
	background-color: #7fc31c;
	color: white;
	background-image: url(/img/1.7/change_region_arrow_white.gif)}
	
	#header #region_chooser ul { 
	margin-left: 6px; 
	display: none; 
	z-index: 100; 
	float: left; 
	background: #77b51d; 
	border-bottom: 0; 
	line-height: 20px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
	#header #region_chooser ul li { clear: both; float: left; }
	#header #region_chooser ul li a {
	float: left; padding: 3px 10px 0 28px; font-size: 9px;  width: 60px; text-align: left;
	color: #fff;
	background: no-repeat 7px 7px;
}
	/* Flags */
	#header #region_chooser ul li.en a, #header #region_chooser #currentRegion.en .current { background-image: url(/img/flags/us.gif); }
	#header #region_chooser ul li.uk a, #header #region_chooser #currentRegion.uk .current { background-image: url(/img/flags/gb.gif); }
	#header #region_chooser ul li.de a, #header #region_chooser #currentRegion.de .current { background-image: url(/img/flags/de.gif); }
	#header #region_chooser ul li.fr a, #header #region_chooser #currentRegion.fr .current { background-image: url(/img/flags/fr.gif); }
	
	#header #region_chooser ul li a:hover { background-color: #649a16;}
	
/* Navigation */
	
#header #top_nav {
	position: absolute;
	right: -6px;
	top: 35px;
	z-index: 90;
	visibility: visible;
}

#header #top_nav ul{
	float:left;
}
#header #top_nav .logo{
	float:left;
	width:89px;
	height: 41px;
	top: -15px;
	position:relative;
}

#header #top_nav > ul > li {
	float: left;
	background: url(/img/2.0/divider.gif) no-repeat right;
	margin-right: 10px;
	padding-right: 10px;
}

#header #top_nav > ul > li > a {
	font-size: 21px;
	padding: 4px 8px 7px;
	color: #fff;
}

#header #top_nav a:hover {
	text-decoration: none;
}

#header #top_nav > ul > li.last {
	background-image: none;
	margin-right: 0;
	padding-right: 0;
}

#header #top_nav #browse_menu {
	background-color: #00618f;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position: absolute;
	margin-top: 2px;
	display: none;
	top: 22px;
}

#header #top_nav > ul > li:hover > a, #header #top_nav > ul > li > a.selected {
	color: #fff;
	background-color: #2f92bf;
}

#header #top_nav #nav_browse:hover #browse_menu{
	display: block;
}

#header #top_nav #browse_menu li {
	padding: 4px 8px;
}

#header #top_nav #browse_menu li:hover {
	background-color: #46abd7;
}

#header #top_nav #browse_menu a {
	color: white;
	font-size: 14px;
}

#header #top_nav img.tabpart {
	float:left;
	position:relative;
	top:-15px;
}

#header #login {
	position: absolute;
	right: 0;
	top: 65px;
	line-height: 22px;
	padding-right: 10px;
	z-index: 80;
	font-size: 12px;
	background: none;
}
#login #subnav {
    float: left;
    padding: 4px 15px 0 0;
	line-height: 24px;
	background: none;
}
#subnav li {
    float: left;
    margin: 0 7px;
	line-height: 24px;
}
#subnav li a {
    color: #00b0ff;
}

#header #login .welcome {
	color: #868686;
	line-height: 24px;
	padding: 4px 6px 4px 6px;
	float: left;
	display: inline;
}

#header #login .register,
#header #login .profile {
	color: #7fc31c;
	margin-right: 6px;
	margin-left: 6px;
	background: none;
	line-height: 31px;
}
#header #login a:hover {
	text-decoration: underline;
}

#header #login .login:hover,
#header #login .register:hover {
	text-decoration: none;
}

#header #login .cms {
	color: #7fc31c;
	margin-right: 6px;
}

#header #login .logout {
	color: #b9b9b9;
}

#header #login .login {
	color: #7fc31c;
	background: url(/img/2.0/flyout_arrow.png) no-repeat 95% center;
	display: inline-block;
	padding: 4px 12px 4px 6px;
}

#header #login .register {
	color: #7fc31c;
	background: url(/img/2.0/flyout_arrow.png) no-repeat 95% center;
	display: inline-block;
	padding: 4px 12px 4px 6px;
}

#header #login #login_rollover,
#header #login #register_rollover {
	position: relative;
	display: inline;
	top: -3px;
	cursor: pointer;
}

#header #login #login_rollover:hover .login,
#header #login #register_rollover:hover .register
 {
	background-color: #6ab900;
	color: white;
	background-image: url(/img/1.7/green_down_arrow_white.gif);
}

#header #login #login_inline,
#header #login #register_inline {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	position: absolute;
	background-color: #77b51d;
	color: white;
	right: 0;
	padding: 5px 12px 12px;
	top: 21px;
}

#header #login #register_inline {
	right: 9px;
}

#header #login #login_inline input[type=text],
#header #login #login_inline input[type=password],
#header #login #register_inline input[type=text],
#header #login #register_inline input[type=password]
 {
	width: 225px;
	background-color: #80c221;
	border-color: #72ad1c;
	margin: 0;
	font-size: 15px;
	color: white;
	padding: 9px;
}

#header #login #login_inline p,
#header #login #register_inline p {
	position: relative;
	margin-top: 6px;
}

#header #login #login_inline .forgot {
	padding-left: 2px;
}

#header #login #login_inline .forgot a {
	color: white;
	font-size: 10px;
	text-decoration: underline;
}

#header #login #login_inline label,
#header #login #register_inline label {
	text-align: left;
	position: absolute;
	color: #fff;
	left: 10px;
	font-size: 15px;
	top: 11px;
}

#header #login #login_inline input#submit,
#header #login #register_inline input#regSubmit {
	background: url(/img/1.7/login_button.gif) no-repeat;
	width: 68px;
	height: 28px;
	border-style: none;
	border-bottom-style: none;
}

#header #login #register_inline input#regSubmit {
	background: url(/img/2.0/create_account_btn.png) no-repeat;
	width: 128px;
}

.fr #header #login #login_inline input#submit {
	width: 90px;
	background: url(/img/1.7/login_button_fr.gif) no-repeat;
}

.de #header #login #login_inline input#submit {
	width: 90px;
	background: url(/img/1.7/login_button_de.gif) no-repeat;
}

#header #login #login_inline span.remember {
	position: absolute;
	top: 5px;
	left: 85px;
}

.fr #header #login #login_inline span.remember,
.de #header #login #login_inline span.remember {
	left: 110px;
}

#header #login #login_rollover #login_inline,
#header #login #register_rollover #register_inline {
	display: none;
}

#header #login #login_rollover:hover #login_inline,
#header #login #register_rollover:hover #register_inline {
	display: block;
}

#content #upcoming,
#content #past {
	background: #323232;
	color: #fff;
}

#content #upcoming {
	padding-top: 35px;
}

/* Events */
/*.events #content {
	left: 15px;
}*/
/*.events #content h2 {
	margin: 30px 0 15px;
	padding: 0;
	font-size: 12px;
	background-repeat: no-repeat;
	left: -15px;
	position: relative;
	text-indent: -9999px;
}
.events #content #upcoming h2 {
	background-image: url(/img/1.7/events_upcoming.gif);
	height: 43px;
	width: 263px;
	
}

.de #content #upcoming h2 {
	background-image: url(/img/1.7/events_upcoming_de.gif);
	width: 300px;
}

.fr #content #upcoming h2 {
	background-image: url(/img/1.7/events_upcoming_fr.gif);
	width: 350px;
}	

.events #content #past h2 {
	background-image: url(/img/1.7/events_past.gif);
	height: 43px;
	width: 315px;
}

.de #content #past h2 {
	background-image: url(/img/1.7/events_past_de.gif);
}

.fr #content #past h2 {
	background-image: url(/img/1.7/events_past_fr.gif);
	width: 350px;
}*/

.event {
	padding: 15px;
	position: relative;
}

.event .left {
	width: 134px;
	background: #666666;
	color: #fff;
	margin-right: 15px;
	position: relative;
}

.event .right {
	width: 740px;
}

.event  h3 {
	font-size: 23px;
}

.event h4 {
	font-size: 15px;
	color: #d8d8d8;
}

.event .left h5 {
	padding: 3px 10px;
}

.events #content p {
	clear: both;
	margin: 10px 15px;
}

.events #content .event p {
	margin-bottom: 0;
	margin-left: 0;
}



.events li p {
	clear: none;
	margin: 0;
}

.event .left .overlay { display: block; position: absolute; top: 0; width: 134px; height: 89px; background: url(/img/2.0/overlay_sm_events.png) no-repeat;}

.spotlight .left .overlay { position: absolute; top: 0; left: 0; width: 200px; height: 134px; background: url(/img/2.0/overlay_med_dark.png); }

.event a.button {
	margin: 10px 10px 0 0;
	float: left;
	height: 17px;
}


/*.events #content ul li {
	margin-bottom: 0;
	clear: both;
	display: block;
}
.events #content ul img {
	margin-bottom: 15px;
	float: left;
}
.events #content ul > li > div {
	margin-bottom: 15px;
	margin-left: 77px;
	margin-right: 60px;
}
.events #content ul > li > div > p {
	margin-top: 10px;
	margin-bottom: 10px;
}*/

/*.events #content ul h3 {
	font-size: 14px;
	margin-bottom: 2px;
}
.events #content ul h3 a {
	color: black;
}

.events #content ul h4 {
	font-size: 13px;
	color: #4f4f4f;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 2px;
}

.events #content ul h5 {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}*/

.events #content #past > p {
	font-size: 14px;
	margin-bottom: 20px;
}

/* 2.4	Account
-----------------------------------------------------------------------------------------------*/	
	#teams { clear: both; }
	#ideas { clear: both; margin: 0 0 20px; background: url('/img/2.0/mid_bg.gif') repeat-x top; padding: 15px 0 0; }
	#ideas h3 { font-size: 16px; }
/*	.account .idea { clear: both; margin-left: 40px; width: 700px; border-bottom: 1px solid #ccc; font-size: 14px; line-height: 40px; padding: 10px 0; height: auto;}
	.account .idea a { text-align: left; font-weight: bold; color: #333; float: left; width: 450px; }
	.account .idea .likes { float: left; background: #219e21; color: #fff; font-weight: bold; width: 100px; padding: 8px 0; line-height: 20px;}
	.account .idea .members { float: left; color: #666; width: 150px; }

	.account .team { line-height: 30px;}
	.account .team a { color: #666; width: 450px; font-weight: bold; margin-left: 40px; float: left; }
	.account .team .teamCount { color: #959595; }

	.account h3, .account h4 { color: #7fc31c;}
*/	
	.account .avatar { width: 149px; margin: 0 20px 40px;
}

	.intro .avatar { height: auto; }

	.account .intro .thumb .wrap .overlay { position: absolute; width: 200px; height: 134px; background: url(/img/2.0/overlay_med_intro.png) no-repeat;
}
	
	.account #accountButtons { position: absolute; top: 15px; left: 400px;}
	.account #accountButtons li { float: left; margin-right: 10px;}
	
	.account #userInfo { position: relative; }
	
	
	.account .intro .left {
		width: 240px;
	}
	
	.account .intro .right {
		width: 500px;
	}
	
	.account .meta .status { width: 550px; float: left; margin-top: 20px; min-height: 50px; border-top: 2px solid black; background: url(/img/meta_bg.png) repeat-x; padding: 10px; }
	.account .meta .status ul { float: left; width: 30%; padding-left: 20px; }
	.account .meta .status ul li { color: #004DC2; list-style: disc outside; }
	.account .meta .status ul li span { color: #333 ;}
	.account .meta .status p.comments { float: left; width: 30%; }
	.account .meta .status a { float: right; clear: right; width: 150px; text-align: right;}
	
	.terms-conditions #content h1 { margin-bottom: 20px; }
	.terms-conditions #content ul { padding-left: 20px; margin-bottom: 10px; }
	.terms-conditions #content ul li { list-style: disc outside; }
	.terms-conditions #content .subsection { padding-left: 20px; }
	
	.account #content form { padding: 40px; margin: 0 100px; }
	.account form fieldset { float: left; width: 30%; margin-bottom: 20px;}
	.account form fieldset dt { width: 80px; text-align: left; clear: left; padding: 2px 5px;}
	.account form fieldset dd { float: left; text-align: left;}
	.account form div.file { margin: 20px 0 0px; clear: both; overflow: auto;}
	.account form div.option_notify_ok { margin-left: 150px; clear: both; float: left;}
	.account form div.option_notify_ok label { font-size: 10px;}
	.account form div.file { float: left; width: 100%; text-align: right; height: 200px;}
	.account form div.file label { float: left; width: 230px; padding: 0 5px;}
	.account form div.file input { float: left; width: 230px; }
	.account form div.option_notify_ok { clear: both;}
	.account form .preview { width: 200px; height: 134px; float: right; display: block; clear: none; margin: 0 20px; padding: 0; position: relative; }
	.account form .preview .overlay { position: absolute; top: 0; left: 3px; }
	
	.account form #editAccountBtn { margin: 30px 0 0 150px; float: none; clear: both; border: none; }
	
	
	.myIdeas {
		width: 884px;
		clear: both;
		margin: 0 30px 30px 30px;
		
	}
	
	.myIdeas tr {
		font-size: 16px;
		height: 46px;
		margin-bottom: 5px;
	}
	
	.myIdeas tr td {
		background: url(/img/2.0/myideas_tr_left.png) no-repeat;
		vertical-align: top;
	}
	
	.myIdeas tr td.title a {
		line-height: 41px;
		color: #000;
		margin-left: 15px;
	}
	
	.myIdeas tr td.meta {
		width: 243px;
		background: url(/img/2.0/myideas_tr_right.png) no-repeat;
		color: #fff;
		line-height: 41px;
		padding-left: 15px;
	}
	
	.myIdeas tr td.meta .rating {
		margin-top: 12px;
		margin-right: 0;
	}
	
	.myIdeas tr td.meta span {
		float: left;
		margin: 0 10px;
	}
	
	.myIdeas tr td.meta span.comments {
		margin-left: 15px;
	}

	
	
/* 3.0	Footer
-----------------------------------------------------------------------------------------------*/	
	#footer{clear: both; color:#a8a8a8;width: 100%;overflow: hidden; padding: 20px 0;}
	#footer a{color:#a8a8a8;
	font-size: 12px;
}
	#footer p { float: left; width: 800px; line-height: 22px; padding: 10px 0 0 15px; }
	#footer ul li,#footer p,#footer ul{display:inline;}
	#footer ul li{padding: 0 10px; line-height: 33px; border-right: 1px solid #a8a8a8;}
	.de #footer ul li { padding: 0 5px 0 3px; font-size: 10px; }
	.fr #footer ul li { padding: 0 5px 0 3px; font-size: 10px; }
	#footer ul li.last { border-right: 0;}
	#footer img { display: inline; vertical-align: middle; margin-top: -4px;}
	#footer .logo{float:left;}
	#footer .citizen {
	  position: absolute;
	  margin: -11px 0 0 840px;
	  line-height: 0;
	}
	.de #footer p {
	  padding-top: 0;
	  width: 710px;
	}
	.de .citizen_pipe {
	  display: none;
	}
	.on-top
{
z-index: 10000;
}

/* green buttons */
.button {
	background: url(/img/2.0/green_button_bg.png) no-repeat;
	height: 28px;
	position: relative;
	font-size: 15px;
	color: #fff;
	padding: 5px 8px 6px 12px;
}

.button:hover {
	text-decoration: none;
}

.button.blue {
	background: url(/img/2.0/blue_button_bg.png) no-repeat;
}

.button span.cap {
	position: absolute;
	top: 0;
	right: -7px;
	height: 28px;
	width: 7px;
	background: url(/img/2.0/green_button_cap.png) no-repeat;
}

.button.blue span.cap {
	background: url(/img/2.0/blue_button_cap.png) no-repeat;
}

.event .button {
	background: url(/img/2.0/blue_button_bg.png) no-repeat;
}

.event .button span.cap {
	background: url(/img/2.0/blue_button_cap.png) no-repeat;
}


.event .vid {
	float: left;
	color: #00b0ff;
}


/* green flag header - used throughout site */

.green {
	background: url(/img/2.0/green_header_bg.png) no-repeat;
	height: 49px;
	float: left;
	position: relative;
	left: -14px;
	padding-left: 30px;
	padding-right: 20px;
	margin: 10px 0 0 0;
	color: #48700e;
	clear: both;
}
#categories .green {
    left: -14px;
    margin: -35px 0 0 !important;
    position: absolute;
}

.green a {
	color: #fff;
}

.green .count {
	font-size: 10px;
}

.green .cap {
	position: absolute;
	top: 0;
	right: -10px;
	height: 37px;
	width: 10px;
	background: url(/img/2.0/green_header_cap.png) no-repeat;
}

#content .green h2,
#content .green h2 a {
	float: left;
	display: inline;
	color: #fff;
	font-size: 19px;
	line-height: 20px;
}

/* blue flag header - right side only - used for "actions" like post an idea */

div.blue {
	background: url(/img/2.0/blue_bg.png) no-repeat right;
	height: 49px;
	float: right;
	position: relative;
	right: -14px;
	padding-right: 30px;
	padding-left: 20px;
	margin: 10px 0 0 0;
	color: #48700e;
}

div.blue a {
	color: #fff;
}

div.blue .count {
	font-size: 10px;
}

div.blue .cap {
	position: absolute;
	top: 0;
	left: -7px;
	height: 37px;
	width: 7px;
	background: url(/img/2.0/blue_cap.png) no-repeat;
}

#content div.blue h2,
#content div.blue h2 a {
	display: inline;
	color: #fff;
	font-size: 19px;
	line-height: 30px;
}


/* wide green header - used in idea listing pages */

div.green.wide {
	background: url(/img/2.0/green_header_wide_bg.png) no-repeat;
	width: 869px;
}
div.green.auto {
	background: url(/img/2.0/green_header_wide_bg.png) no-repeat;
	width: auto;
}

div.green .paging {
	float: right;
	line-height: 40px;
}

div.green #search-form {
	float: right;
	margin: 8px 16px 0 16px;
	background: url(/img/2.0/search_bg.png) no-repeat;
	width: 143px;
	height: 22px;
	position: relative;
	display: inline;
}

div.green #search-form label {
	position: absolute;
	left: 25px;
	line-height: 22px;
	color: #fff;
}

div.green #search-form input {
	background: none;
	border: none;
	margin-left: 22px;
	color: #fff;
	font-size: 12px;
	padding: 1px 3px;
}

.green .paging a {
	color: #48700e;
}

.green .paging a.all {
	color: #fff;
	margin-left: 10px;
}

.green .paging span {
	color: #fff;
	text-decoration: underline;
}

.green label#sort {
	float: right;
	display: inline;
	line-height: 40px;
	color: #48700e;
	font-weight: normal;
	position: relative;
	margin: 0 20px 0 0;
}

.green #sort select {
	line-height: 12px;
}

.green #browse {
	float: right;
	line-height: 40px;
	margin-left: -10px;
	font-size: 16px;
}


/* Black flag header - used in idea detail page*/

.black {
	background: url(/img/2.0/black_bg.png) no-repeat right top;
	height: 49px;
	width: 210px;
	float: right;
	position: relative;
	right: -14px;
	padding-right: 30px;
	line-height: 30px;
	font-size: 16px;
	padding-left: 20px;
	margin: 10px 0 0 0;
	color: #fff;
}

.black a {
	color: #fff;
}

.black .count {
	font-size: 10px;
}

.black .cap {
	position: absolute;
	top: 0;
	left: -7px;
	height: 37px;
	width: 7px;
	background: url(/img/2.0/black_cap.png) no-repeat;
}

#content .black h2,
#content .black h2 a {
	display: inline;
	color: #fff;
	font-size: 19px;
	line-height: 30px;
}


.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: none;
	border: none;
	display: block;
	clear: left;
	margin-top: 5px;
	padding: 10px;
	width: 230px;
	height: 17px;
	background: none;
	color: #fff;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 3px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}
 .fileUploadQueue {
	border: none;
	height: auto;
	clear: both;
	margin: 30px;
	text-align: left;
	position: absolute;
	right: 0;
	background: none;
}

.fileUploadQueueItem {
	display: block;
	clear: left;
	margin: 5px 5px 2px 5px;
	width: 230px;
	height: 30px;
	border: 0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

.fileUploadQueueItem .cancel {
	display: none;
}


/* Garrett CSS */
.flag {
    background: url(/img/2.0/cross.png) no-repeat left top;
    margin: 35px 0 0; padding: 0 0 0 20px;
    display: block;
}
.ideas .ratingCount .specific {
  color: rgb(16, 181, 255) !important;
}
.ideas .left p .date {
  color: #fff !important;
}
.ideas .intro .right {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.b_button {
  background: url('/img/2.0/blue_button_bg.png') no-repeat top left;
  color: #fff;
  float: left;
}
.b_button strong {
  background: url('/img/2.0/blue_button_cap.gif') no-repeat top right;
  float: left;
  padding: 5px 12px 6px 12px;
  height: 17px;
  font-size: 15px;
}

/* Social */
.social_links {
  width: 341px; height: 25px;
  position: absolute;
  padding: 6px 0 0 20px;
  bottom: 0; right: 0;
}

#equation .social_links {
	background: none;
	width: 250px;
	height: 70px;
}

.social_links span {
  color: #fff;
  font-size: 15px;
  padding: 1px 0 0;
}

#equation .social_links h3 {
/*	padding-left: 26px;*/
	font-size: 14px;
/*	line-height: 42px;*/
	padding: 12px 0 12px 26px;
	color: #fff;
	background: url(/img/2.1/arrow.png) no-repeat 15px 50%;
}
.social_links a {
  color: #ccc;
  font-size: 11px;
  margin: 0 0 0 17px;
}
.social_links span,
.social_links a {
  float: left;
}
.social_links .facebook {
  background: url('/img/2.0/social_facebook.gif') no-repeat left center;
  padding: 2px 0 0 16px;
}
.social_links .twitter {
  background: url('/img/2.0/social_twitter.gif') no-repeat left center;
  padding: 2px 0 0 16px;
}
.social_links .blog {
  background: url('/img/2.0/social_blog.gif') no-repeat left center;
  margin: 2px 0 0 17px; padding: 0 0 2px 16px;
}
div.social_top {
  background: url('/img/2.0/social_top.gif') no-repeat;
}
div.social_bottom {
  background: url('/img/2.0/social_bottom.gif') no-repeat;
  position: absolute;
  margin: -55px 0 0 552px;
  bottom: auto; right: auto;
}
div.social_bottom a {
  margin-top: -1px;
}
div.social_bottom .blog {
  margin-top: 0;
}
.ideas-in-motion .social_bottom {
  margin-left: 549px;
}
.events .social_links {
  bottom: 2px;
}
#event_share {
	color:#00B0FF;
	float:right;
	margin-right:10px;
}
#event_share span {
	color:#B9B9B9;
	margin-right:10px;
	font-size:10px;
}
.facebook_share {
	background-image: url("/img/2.0/social_facebook.gif");
}
.twitter_share {
	background-image: url("/img/2.0/social_twitter.gif");
}
#event_share a {
	background-repeat:no-repeat;
	color:#00B0FF;
	margin-right:2px;
	padding-left:20px;
}
#event_share a.twitter_share {
	padding-left:16px;
}


/* Single video page*/

#single-video hr {
	background:url("/img/2.0/intro_hr.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:transparent;
	height:5px;
	margin-left:7px;
}
#single-video p {
	
}
#single-video.event {
	background:url("/img/single_video_bg.png") repeat-x scroll 0 0 #515050;
	border:medium none;
	float:left;
	width:914px;
}
#single-video .left {
	margin-top:25px;
	width:auto;
}

#single-video .title {
	clear:left;
	float:left;
	margin-top:15px;
	width:600px;
}
#single-video .title h1 {
	margin-left:5px;
	font-size:36px;
	color:#FFFFFF;
}
#single-video .title h2 {
	color:#B9B9B9;
	font-size:18px;
	margin-left:5px;
	padding:6px 0;
}
#content #single-video h2 {
	line-height:0px;
	padding-top:7px;
}
#single-video #video {
	height:368px;
	margin-left:10px;
	margin-top:36px;
	width:624px;
}

body.events.view #overlay {
	background:url("/img/black_50.png") repeat scroll 0 0 transparent;
	margin-left:10px;
	width:600px;
}
body.events.view #overlay #view_preview_video {
	background-color:transparent;
	background-image:url("/img/play_preview_btn.png");
	border:medium none;
	display:block;
	float:left;
	height:34px;
	margin-left:135px;
	width:146px;
}
body.events.view #overlay #view_full_video {
	background-color:transparent;
	background-image:url("/img/play_full_btn.png");
	border:medium none;
	display:block;
	height:34px;
	width:176px;
	float:left;
}
body.events.view #overlay a {
	margin-left:23px;
	margin-top:160px;
}
body.events.view #overlay a:hover {
	background-position: 0px 35px;
}
#single-video .green.right{
	background:url("/img/green_header_RIGHT.png") no-repeat scroll -272px 0 transparent;
	left:621px;
	margin-top:37px;
	padding-left:4px;
	position:absolute;
	width:212px;
}
#single-video .right .cap{
	background:url("/img/green_header_RIGHT_cap.png") no-repeat scroll 0 0 transparent;
	left:-9px;
	position:absolute;
}
#single-video .top a {
	text-decoration:none;
}
#single-video .right {
	float:left;
	margin-left:109px;
	width:100px;
}
#single-video.event #description {
	color:#FFFFFF;
	float:left;
	font-size:14px;
	margin-left:15px;
	width:635px;
	margin-top:10px;
}
#single-video #event_share {
	clear:both;
	float:left;
	margin-bottom:40px;
	margin-left:450px;
	margin-top:30px;
}
body.events.view #sb-container {
	position:relative;
	height:350px;
	display:none !important;
}
body.events.view #sb-container.show {
	display:block !important;
}
body.events.view #sb-body {
/*	height:350px;*/
}
body.events.view #sb-container #sb-nav {
	display:none;
}
body.events.view #sb-container #sb-overlay {
	
}
body.events.view div#container * {
	overflow:hidden;
} 