/*  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,
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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
/* remember to define focus styles! */
:focus{outline:0;}
body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

body {
	text-align: center;
	font-family:"helvetica neue", helvetica, arial, sans-serif;
	color:#444;
	font-size:14px;
	line-height:21px;
	background:#006837;
}

a{
	color:#006837;		
	text-decoration:none;
}

	a:hover{
		color:#683700;
		text-decoration:underline;			
	}
	
.clear{
	clear:both;
}	

/* Navigation
---------------------------------------- */

.navigation{
	clear:both;
	height:2.5em;
	line-height:2.5em;
}

	.navigation li{
		display:block;
		float:left;
	}

	.navigation li a{
		display:block;
		float:left;
		margin:0 .5em;
	}


/* Layout
---------------------------------------- */	

#container{
/*	text-align:left;*/
	background:#fff;
}

.cv_wrapper{
	background:#e8fde0 url(/images/presentation_bg.gif) repeat-x top;	
	padding:20px 0;
}

.cv_inner{
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:0 10px;
    position: relative;
}

.cv_wrapper .cv_inner{
	border:1px solid #ddd;
	background:#fff;
	padding-top:20px;	
}
.cv_inner strong {
  font-weight: bold;
}
.cv_inner h1 {
  margin-left: 0;
  font-weight: bold;
  font-size: 2.0em;
}
.column{
	display:inline;
	float:left;
	margin:0 10px;
}


#header{
	border-top:4px solid #006837;		
}

	#header .inner{
		height:120px;			
		position:relative;			
	}

	#main-nav{
		position:absolute;
		right:20px;
		top:50px;
	}

		#main-nav a{
			text-decoration:none;
			text-transform:uppercase;
			color:#999;
		}

			#main-nav a:hover{
				color:#333;
			}

	#toolbar{
		font-size:12px;
		position:absolute;
		right:20px;
		top:5px;
		line-height:30px;
	}		


#presentation{
	border-top:1px solid #e8fde0;
	background:#e8fde0 url(/images/presentation_bg.gif) repeat-x top;
	background:#e6fbd0;
}

	#presentation .cv_inner{
		padding-top:40px;
		padding-bottom:20px;
	}

	#presentation .column{
		width:460px;
	}

	#presentation #slideshow .inner{
		height:350px;
		text-align:center;
		overflow:hidden;
	}

		#presentation #slideshow .inner li{
			display:block;
			height:310px;
			width:460px;
			position:relative;
		}
		
		#presentation #slideshow .inner p.description{
			position:absolute;
			width:400px;
			padding:10px 20px;
			bottom:65px;
			left:10px;
			text-align:left;
			background:rgba(0,104,55,.8);
			color:#cce1d7;
		}
		
			#presentation #slideshow .inner p.description a{
				color:#fff;
			}

	#presentation #slideshow #slide-tabs{
		display:table;
		margin:0 auto;
		margin-top:10px;
	}

		#presentation #slideshow #slide-tabs li{
			display:inline;
			float:left;
		}

		#presentation #slideshow #slide-tabs li a{
			width:10px;
			height:10px;
			text-indent:-5000px;
			display:block;
			float:left;
			background:#8cc63f;
			margin:0 3px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
		}

		#presentation #slideshow #slide-tabs li.current a{
			background:#063;
		}

	#presentation #copy{}

		#copy h1{
			/*padding-left:10px;*/
			font-size:28px;
			line-height:30px;
			margin-bottom:15px;
			color:#c33;
			font-weight:bold;
		}

   #conferences
		#copy .tabs{
			margin-top:10px;
		}


		#copy .tabs li a{
			margin:0;
			text-align:center;
			width:120px;
			font-size:20px;
			padding:0 10px;
			text-decoration:none;
			color:#8f988b;
		}

		#copy .panes{
			clear:both;
		}

			#copy .pane{
				padding:20px;
				display:none;
				background:#fff;
				padding-bottom:95px;
				position:relative;
			}

			#copy .pane li{
				font-size:18px;
				margin-bottom:.5em;
				list-style-type:square;
				margin-left:10px;
			}

			#copy .pane a.button{
				display:block;
				width:216px;
				height:53px;
				position:absolute;
				right:122px;
				bottom:20px;
				text-indent:-5000px;
				background:url(/images/view-packages_btn2.gif) no-repeat;
			}


		#copy .conferences li a.conferences-tab, #copy .groups li a.groups-tab{
			background:#fff;
			color:#000;
		}	

		#copy .conferences #cv_for_conferences, #copy .groups #cv_for_groups{
			display:block;
		}	

#twitter{
	margin-top:10px;
	height:70px;
	background:#e8f5f0 url(/images/twitter_bg.gif) repeat-x top;		
}

	#twitter .cv_inner{
		height:60px;
		position:relative;
	}

	#twitter .follow{
		display:block;
		width:210px;
		height:60px;
		line-height:60px;
		padding-left:20px;
		position:absolute;
		left:0;
		top:0;
		background:url(/images/twitter-icon.gif) no-repeat right;
	}
	
	#twitter_div{
		position:absolute;
		left:240px;
		width:720px;
		height:60px;
		overflow:hidden;
	}
	
	#twitter_update_list li{
		font-size:11px;
		line-height:1.2em;
		padding:20px;
		color:#c60;
	}
	
		#twitter_update_list li span{
			font-size:16px;					
			display:block;
		}

		#twitter_update_list li span a{
			color:#b50;
		}

		#twitter_update_list li a{
/*			color:#c60;*/
		}
	
	a#twitter-link{
		display:none;
	}

#cv_content{
	padding:20px 0;
}		

	#cv_content p, .cv_content p{
		margin-bottom:1em;
	}
	
	.cv_content h1{
		/*padding-left:10px;*/
	}

	#cv_content blockquote, .cv_content blockquote{
		color:#454545;
		padding:20px;
		background:#f0f6f9;
		border-bottom:1px solid #e0e6e9;
		font-family:georgia, "times new roman", serif;
		margin-bottom:1em;
	}

	#cv_content .column, .cv_content .column{
		padding:14px 0;
	}

	#cv_content h2, .cv_content h2, #about h2, #buzz h2{
		font-size:18px;
		color:#006837;
		font-weight:bold;
		margin-bottom:20px;
	}

	#cv_content h2 a, .cv_content h2 a{
		font-size:18px;
		color:#005827;
		border-bottom:1px dotted #ccc;
	}

	.cv_inner #about, .cv_inner #buzz {
      margin-top: 20px;
    }
	.cv_inner #about {
		width:620px;
	}

		.cv_inner #about img{
			float:left;
			margin:10px;
		}

	.cv_inner #buzz{
		width:180px;
		margin-left:30px;
	}

		.cv_inner #buzz .mention{
			font-family:georgia, "times new roman", serif;
			color:#222;
			font-size:16px;
			margin-bottom:20px;
			padding-bottom:20px;
			border-bottom:1px solid #ccc;
		}

		.cv_inner #buzz .last{
			border:none;
		}
		
	.cv_content ul{
		margin:20px;		
		list-style-type:disc;
	}

	.cv_content ol{
		margin:20px;
		list-style-type:decimal;
	}
	
	.cv_content li{
		margin-left:20px;
	}
	
		

#footer{
	color:#fff;
	background:#006837 url(/images/footer_bg.gif) repeat-x top;
	clear:both;
}

	#footer .cv_inner{
		font-size:12px;
		padding:20px 0;
		position:relative;
	}

		#footer a{
			color:#ff9;
		}

		#footer_nav{
			position:absolute;
			right:20px;
			top:15px;
		}


/* Packages
---------------------------------------- */

#packages{
	border-top:1px solid #e8fde0;
	background:#e8fde0 url(/images/presentation_bg.gif) repeat-x top;
	padding:20px;
}

	#packages h2{
		font-size:24px;
		font-weight:bold;
		color:#999;
		margin-bottom:10px;
	}
	
	#packages .pro h2{
		font-size:28px;		
		color:#c33;
	}

	#packages h3{
		font-size:16px;
		font-weight:bold;
		color:#342;
		text-transform:uppercase;
	}


#packages table{
	width:100%;
	border-collapse:collapse;
}

#packages tr{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;	
}


	#packages th{
		padding:10px;
		background:#fff;
	}

	#packages th .feature{
		position:relative;
	}

	#packages th div.description{
		display:none;
		position:absolute;
		left:160px;
		top:-20px;
		width:300px;
		border:1px solid #c33;
		padding:20px;
		background:#ff9;
		z-index:500;
	}
	
		#packages th div.attendee-analysis div.description{
			top:-20px;
		}
	
		#packages th div.speaker-import div.description{
			top:-50px;
		}
	
		#packages th div.sponsor-integration div.description{
			top:-130px;
		}
	
	
	#packages th div.description h3{
		font-size:12px;
	}

	#packages .plans th{
		text-align:center;
		font-size:14px;
		font-weight:bold;
		background:#f0f0f0;
		border-bottom:2px solid #333;
	}
	
	#packages th.max, th.premium, th.pro{
		background:#fff3d9;
	}
	
		#packages th.pro{
			border-right:1px solid #ccc;
		}

	#packages th.feature-name{
		background:#fff;		
		width:160px;
		border:1px solid #ccc;
		border-right:1px solid #ddd;
		font-size:12px;
		font-weight:bold;
		text-align:left;
	}	
	
		#packages th.feature-name h4{
			font-size:14px;
		}
	
		#packages th.feature-name a.more{
			border-bottom:1px dotted #396;
		}

			#packages th.feature-name a:hover{
				text-decoration:none;
			}
		
/*		h4:hover + .description{
			display:block;
		}
*/		
		#packages .plans th.feature-name{
			border-bottom:2px solid #333;			
		}
		

	#packages td{
		padding:10px;
		text-align:center;
		background:#fff;		
	}
	
		#packages td.first{
			background:transparent;
		}

		#packages td.pro{
			border-right:1px solid #ccc;
		}

		#packages tr.positioning td.pro, #packages tr.positioning td.self{
			text-align:center;
			border:1px solid #ccc;
		}
		
		#packages td.max, #packages td.premium, #packages td.pro{
			background:#fff9df;
		}

	#packages td a{
		display:block;
		color:#ffe;
		border:1px solid #80c030;
		background:#8cc63f;		
		font-size:11px;
		text-transform:uppercase;
		margin:5px;
		letter-spacing:0.05em;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		text-shadow:rgba(0,0,0,.3) 0 1px 3px;
		-moz-box-shadow:rgba(0,0,0,.3) 0 1px 3px;
		-webkit-box-shadow:rgba(0,0,0,.3) 0 1px 3px;
	}
	
	#packages td a:hover{
		text-decoration:none;
		color:#fff;
		background:#063;
		border-color:#052;
	}
	
/* Reviews
---------------------------------------- */

#reviews h1{
	color:#c33;
	font-size:24px;
	margin:10px;
	margin-bottom:12px;
	margin-left:320px;	
}

	
#reviews .review{
	position:relative;
	vertical-align:top;
	width:540px;
	padding-left:320px;
	margin:20px 0;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}

	#reviews .review .logo{
		text-align:center;
		position:absolute;
		left:0;
		top:0;
		width:300px;
		border-right:1px dotted #ccc;
	}

		#reviews .review .logo img{
			max-width:280px;
			padding-bottom:20px;
		}

	
/* #features 
---------------------------------------- */

.cv_content h1{
	color:#c33;
	font-size:24px;
	margin:10px;
	margin-bottom:12px;
    margin-left: 0px;
}

#features .about{
	font-size:16px;
	line-height:24px;
	width:700px;
	margin:10px;
}

#features h2{
	margin:20px 10px;
}


.feature_block{
	clear:both;
	overflow:auto;
	border-bottom:1px solid #e0e0e0;
}
	
	.feature_block .feature{
		width:300px;
		margin:10px;
		float:left;
	}
	
	.feature_block h3{
		font-size:16px;
		font-weight:bold;
		padding:10px 0;
		color:#c33;
	}

	.feature_block img{
		border:1px solid #ccc;
	}

/* Site Creation 
---------------------------------------- */
div.site_create_form table.form tr td {
padding:5px;
}
/* Admin Tweaks
---------------------------------------- */

body#admin/*, body#pages*/{
	background:#030;
}

body#admin #container/*,body#pages .span-24*/{
	width:940px;
	padding:20px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}

body#admin #container p{
	margin:10px 0;
}

body#admin .span-14{
	float:left;
	width:600px;
	padding:10px;
	margin-right:10px;
}

body#admin .span-10{
	float:left;
	width:300px;
	padding:10px;
}
/* Login/Signup tweaks 
--------------------------------------- */
	#signin form label {
		width: 120px;
		display: block; }
	

