/* Screen Styles */
/* by nclud <http://nclud.com> */
 
/* 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,form,label,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* Globals --------------- */
body {  background-color: #fff; color: #1d1d1d; font: 62.5%/20px Helvetica, Arial, sans-serif; }
.last { background: none !important; margin-right: 0 !important; }
div#wrap { width: 970px; margin: 0 auto; padding-top: 18px; }
a { color: #d8413d; }
a:hover { color: #aa2a27; }
a.view_more { padding: 6px 9px 4px; font-size: 12px; text-decoration: none; color: #7b7b7b; background-color: #e9e9e9; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
a.view_more:hover { color: #000; }
img.aligncenter { text-align: center; }



img.left,
img[align=left]{
	margin:0 12px 12px 0;
}

a {
	text-decoration:none;
}

	/* Headings */
	h2 { text-transform: uppercase; color: #444; padding: 0 0 1px; border-bottom: 1px solid #e3e3e3; font-size: 15px; }
	.home div#content h2 { padding-top: 10px; }


/* Header --------------- */
div#header h1 a { height: 29px; width: 282px; background: #fff url('../img/layout-logo-2010c.png') no-repeat; text-indent: -999999px; float: left; margin-top: 47px; }

	/* Event details */
	div#header strong#details { font-size: 12px; float: left; background-color: #e6e6e6; color: #808080; font-weight: normal; padding: 3px 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin: 49px 0 0 25px; }
		div#header strong#details span { border-right: 1px solid #bababa; padding: 0 8px; }
		div#header strong#details span:last-child { border-right: none; }

	/* Register Button */
	div#header a#register { padding: 3px 15px 7px; height: 15px; width: 70px; background: #fff url('../img/button-register.gif') no-repeat; font-size: 12px; color: #f0f0f0; font-weight: bold; text-transform: uppercase; display: block; float: left; margin: 50px 0 0 20px; text-decoration: none; }
	div#header a#register:hover { color: #fff; }
	
	/* Social Links */
	/*
	div#header ul#social-links { float: right; border-top: 1px solid #e5e5e5; font-size: 12px; margin: 0 15px 47px 0; }
		div#header ul#social-links li a { border-bottom: 1px solid #e5e5e5; text-decoration: none; display: block; padding: 4px 30px 2px 27px; }
			div#header ul#social-links li a#icon-facebook { background: #fff url('../img/icon-facebook.gif') no-repeat 2px 5px; }
			div#header ul#social-links li a#icon-twitter { background: #fff url('../img/icon-twitter.gif') no-repeat 2px 5px; }
	*/
	
.header_social_links {
	float:right;
	font-size:12px;
	margin:0 15px 4px 0;
}
.header_social_links a {
	text-decoration:none;
	display:block;
	height:16px;
	line-height:16px;
	margin:1em 0;
	padding-left:28px;
	background:url(../img/socialsprites.png) 0 0 no-repeat;
}
.header_social_links a.twitter {
	background-position:0 -16px;
}
.header_social_links a.linkedin {
	background-position:0 -32px;
}
.header_social_links a.feeds {
	background-position:0 -48px;
}
.mobilebeat_rsvp {
	margin-bottom:15px;
}

.mobilebeat_rsvp .event_register {
	background:url(../img/eventregister.png) 0 0 no-repeat;
	display:block;
	height:117px;
}

.mobilebeat_rsvp_links {
	background:url(../img/eventregister_rsvp.png) 0 0 no-repeat;
	height:29px;
	line-height:29px;
	color:#fff;
	padding-left:8px;
	font-size:14px;
	position:relative;	
}

.mobilebeat_rsvp_links a,
.mobilebeat_rsvp_links a:hover,
.mobilebeat_rsvp_links a:focus {
	text-decoration:none;
	outline:none;
	text-indent:-100000px;
	position:absolute;
	left:417px;
	top:4px;
	display:block;
	width:21px;
	height:21px;
}

.mobilebeat_rsvp_links a.mobilebeat_rsvp_linkedin {
	left:459px;
}

.mobilebeat_rsvp_twitter {
	padding-left:8px;
	padding-right:12px;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #e5e5e5;
}

.mobilebeat_rsvp_twitter .twitter_link {
	display:block;
	height:35px;
	line-height:35px;
	float:right;
	background:url(../img/icon-twitter24.png) 8px 5px no-repeat;
	padding-left:43px;
	border-left:1px solid #e5e5e5;
}


/* venue page */

.inpage_nav {
	margin-top:.5em;
	height:2em;
	line-height:2em;
}

.inpage_nav li {
	display:inline;
	border-right:1px solid #E3E3E3;
	padding-right:10px;
	margin-left:5px;
}

.inpage_nav li.first {
	margin-left:0;
}

.inpage_nav li.last {
	border:0;
}


	/* Nav */
	div#header ul#nav { clear: both; background-color: #e33327; -webkit-border-radius: 3px; -moz-border-radius: 3px; overflow: hidden; }
		div#header ul#nav li { display: block; float: left; text-transform: uppercase; padding: 3px 10px 0; font-size: 12px; }
			div#header ul#nav li a { color: #fff;  padding: 6px 7px 6px; display: block; text-decoration: none; }
			div#header ul#nav li.current_page_item a { font-weight: bold; padding: 6px 15px 6px; background-color: #fff; color: #000; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; }
			div#header ul#nav li a:hover { text-decoration: none; color: #eaeaea; }
			div#header ul#nav li.current_page_item a:hover { color: #000; }
			
			div#header ul#nav li#startup { float: right; text-transform: none; padding-top: 8px; }
			div#header ul#nav li#startup a { padding: 0 25px 0 6px; color: #f6d8d7; background: #bc3734 url('../img/icon-arrow_white.gif') no-repeat right 7px;-webkit-border-radius: 3px; -moz-border-radius: 3px; }
			div#header ul#nav li#startup a:hover { background-color: #d1312d; color: #fff; }
			div#header ul#nav li#startup a span { color: #dc7774; }
			
/* mobile news feed */
#mobile_news * {
	margin:0;
	padding:0;
	line-height:1.5em;
	font-size:12px;
}
#events_feed {
	margin-bottom:.5em;
}
#mobile_news {
	margin-bottom:1em;
}
#mobile_news li {
	padding:6px 0px;
	border-bottom:1px dashed #aaaaaa;
}
#mobile_news li.item3 {
	border:0;
}
#mobile_news .title {
	display:block;
	margin-bottom:.25em;
}
#mobile_news .author,
#mobile_news .date {
	color:#7D7D7D;
	font-size:11px;
}
#mobile_news .author {
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #dadada;
}

/* Speakers Aside --------------- */
#sidebar_left { float: left; width: 240px; border-right: 1px solid #f1f1f1; margin: 30px 0 0; padding: 0 20px 20px 0; }


	div#speakers_aside a#speakers_proposal { display: block; width: 212px; height: 27px; padding: 13px 15px 0; background: url('../img/button-speakers_proposal.gif'); font-size: 15px; text-decoration: none; color: #393939; margin: 0 0 20px; }
	div#speakers_aside a#speakers_proposal:hover { color: #000; }

	/* Speakers list */
	div#speakers_aside ul { padding-bottom: 15px; }
		div#speakers_aside li { clear: both; margin: 15px 0 15px; overflow: hidden; }
				div#speakers_aside li a { font-size: 12px; font-weight: bold; text-decoration: none; }
					div#speakers_aside li a img { padding: 3px; border: 1px solid #ccc; float: left; margin: 0 10px 0 0; }
					div#speakers_aside li a em { font-size: 11px; color: #7d7d7d; font-weight: normal; font-style: normal; display: block; line-height: 12px; }


/* Sponsors Aside --------------- */
div#sponsors_aside { float: right; width: 155px; background: url('../img/layout-aside_bg.gif') repeat-y; padding: 30px 0 20px 20px; }
	div#sponsors_aside a#sponsors_proposal { display: block; height: 99px; width: 153px; text-indent: -999999px; background: url('../img/button-sponsors.gif') no-repeat; margin-bottom: 20px; }
		div#sponsors_aside div#the_list { padding: 0 0 20px; text-align: center;}
		div#sponsors_aside div#the_list a { padding: 10px 0; display: block; }
		div#sponsors_aside h3 { margin: 20px 0 5px; border-bottom: none; text-align: center; text-transform: none; color: #b2a3c1; font-size: 12px; }


/* Content --------------- */
div#content { float: left; margin-top: 30px; padding: 0 20px 25px; font-size: 12px; width: 494px; }
	div#content p#intro { background: url('../img/layout-intro_bg.gif') no-repeat; width: 246px; height: 152px; padding: 55px 25px 0 225px; color: #c8c8c8; line-height: 18px; margin: 0 0 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
	div#content p { margin: 15px 0; color: #1d1d1d; }
		div#content p#intro a#learn_more { display: block; color: #c0c0c0; font-weight: bold; margin-top: 13px; text-decoration: none; padding: 5px 10px 3px; border: 1px solid #4f4f4d; width: 150px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background: #444443 url('../img/icon-arrow_small.gif') no-repeat right 11px;}
		div#content p#intro a#learn_more:hover { display: block; color: #fff; }
			div#content p#intro a#learn_more em { font-style: normal; font-size: 11px; font-weight: normal; padding-left: 5px; }
			
	/* Speakers listing in content */
	ul#speakers_list li { background: url('../img/icon-arrow_large.gif') no-repeat left 6px; padding-left: 15px; margin-top: 20px; }
		/* ul#speakers_list li img { float: right; margin: 0 0 15px 15px; } */
		ul#speakers_list li p { margin: 10px 0 0; font-size: 11px; color: #494949; line-height: 19px; padding-left: 10px; border-left: 1px solid #e0e0e0; }
	
	/* Advisors listing in content */
	ul#advisers { padding-top: 15px; overflow: hidden; }
		ul#advisers li { float: left; width: 230px; background: url('../img/icon-arrow_large.gif') no-repeat left 6px; padding-left: 15px; margin-bottom: 10px; font-size: 13px; color: #5d5d5d; font-weight: bold; }
			ul#advisers em { display: block; font-size: 11px; color: #616161; font-weight: normal; }
			
	/* Attendees listing in content */
	ul#attendees_list { padding-top: 20px; overflow: hidden; }
		ul#attendees_list li { float: left; width: 149px; background: url('../img/icon-arrow_large.gif') no-repeat left 6px; padding-left: 15px; margin-bottom: 10px; overflow: hidden; }
	

/* Footer --------------- */
div#footer { clear: both; background: url('../img/layout-footer.gif') repeat-x; padding: 30px 0; overflow: hidden; }
div#footer p#copyright { float: right; font-size: 12px; color: #636363; line-height: 18px; text-align: right; }
div#footer p#copyright a { color: #000; text-decoration: none; }
div#footer a#logo-nclud { padding-right: 15px; background: url('../img/logo-nclud.gif') no-repeat top right; height: 20px;  }

	/* Logos */
	div#footer ul#logos { float: left; }
		div#footer ul#logos li { float: left; }	
		div#footer ul#logos li#logo-venturebeat a { display: block; background: url('../img/logo-venturebeat.gif'); height: 36px; width: 144px; text-indent: -999999px; margin-right: 20px; }
		div#footer ul#logos li#logo-qualcomm a { display: block; background: url('../img/logo-qualcomm.gif'); height: 41px; width: 117px; text-indent: -999999px; margin-right: 20px; }			
		div#footer ul#logos li#logo-mobilebeat2009 { border-left: 1px solid #ccc; overflow: hidden; padding-left: 20px; }
		div#footer ul#logos li#logo-mobilebeat2009 a { display: block; background: url('../img/logo-mobilebeat2009.gif'); height: 33px; width: 179px; text-indent: -999999px; margin-right: 20px; }		


/* Wufoo Forms --------------- */
div#container form#form2 { margin-top: -20px;}

