/* Colour Pallete
/			 Blue: #5BC1E2
/		   Orange: #F26623
/			Green: #80B62A
/  Very Dark Gray: #BEBEBE (used for large heading text)
/		Dark Gray: #515151 (used for all text)
/	  Medium Gray: #EAEAEA (used in borders)
/	   Light Gray: #F8F8F8 (secondary background color)
*/
																				/* Redefine Tags */
html {overflow:auto;}
body{
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
	height:100%; 
	max-height:100%; 
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FFF;
	color:#515151;
	}
div {margin:0; padding:0;}
object{margin:0px;}
img{border:0;}
a, a:hover, a:visited {text-decoration:none; color:#515151;}
																				/* Structure */
#framecontent{
	position:absolute;
	top:0;
	bottom:0; 
	right:0;
	width:400px; /*Width of frame div*/
	height:100%;
	overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	}
#maincontent{
	position:fixed;
	top:0;
	left:0;
	right:400px; /*Set right value to WidthOfFrameDiv*/
	bottom:0;
	overflow:hidden; 
	}
* html body{ /*IE6 hack*/
	padding:0 400px 0 0; /*Set value to (0 WidthOfFrameDiv 0 0)*/
	}
* html #maincontent{ /*IE6 hack*/
	height:100%; 
	width:100%; 
	}
																				/* SHARE General Layout */
#share {
	margin:40px 0 40px 50px;
	width:500px;
	}
#share a, #share a:hover {color:#F26623; font-weight:bold;}
#share h1 {
	margin:0;
	padding:0;
	width:150px; height:42px;
	background:url(images/share-logo-150x42.png) no-repeat;
	text-indent:-1000em;
	}
#share h2 {
	margin:10px 0 30px 0;
	padding:0;
	font-size:1.1em;
	font-weight:normal;
	}
#share p {
	margin:0;
	padding:0;
	line-height:22px;
	}
																				/* SOCIAL SHARING General Layout */
#content {width:550px;}
#social {
	float:left;
	margin:0 20px 0 50px;
	width:50px;
	}
#tweetmeme {margin:0 0 15px 0;}
																				/* FORM General Layout */
#form {
	float:left;
	width:420px;
	background-color:#F8F8F8;
	border:solid 1px #EAEAEA;
	text-align:center;
	}
#form h5 {
	margin:20px 0 20px 30px; padding:0;
	width: 171px; height:28px;
	background:url(images/txt-get-started.png) no-repeat;
	text-indent:-1000em;
	}
#form label {
	margin:0 0 10px 0;
	padding:0 5px 0 0;
	float:left;
	width:160px;
	text-align:right;
	font-size:0.9em;
	}
#form #twitter-field, #form #hashtag-field, #form #slideshare-field {
	margin:0 0 10px 0;
	padding:2px;
	float:left;
	width:190px;
	}
#initialize {
	}
#initialize p {
	font-size:0.7em;
	width:100%;
	text-align:center;
	margin:10px 0 30px 0;
	}
#submit-btn {
	border:0;
	background:url(images/btn-start-presentation.png) no-repeat 0 0;
	width:164px;
	height:31px;
	margin:5px 0 0 0;
	overflow:hidden; line-height:999px; font-size:0; /* Hack to remove button text */
	}
#submit-btn:hover {
	background:url(images/btn-start-presentation.png) no-repeat 0 -31px;
	}
																				/* FOOTER General Layout */
#footer {
	clear:both;
	position:absolute;
	bottom:0;
	left:0;
	width:490px;
	margin:0 0 10px 50px;
	}
#footer a {text-transform:lowercase;}
#footer #modea {
	float:left;
	}
#footer #feedback {
	float:right;
	margin:0;
	padding:8px 0 0 0;
	font-size:0.9em;
	font-weight:bold;
	}
#copyright {
	position:absolute;
	right:0;
	bottom:0;
	padding:5px;
	font-size:0.6em;
	background-color:#FFF;
	}
																				/* Text Treatments */
.blue {
	color:#5BC1E2;
	font-weight:bold;
	}
.orange {
	color:#F26623;
	font-weight:bold;
	}
																				/* Twiter Live Stream */
#hashtag {
	overflow:hidden;
	margin:40px 20px 20px 0;
	color:#BEBEBE;
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
	}
ul{
	width:100%;
	margin:0;
	padding:0;
	}
li {
	display:none;
	list-style:none;
	background:#F8F8F8;
	margin:0 20px 0 0;
	overflow:auto;
	padding:10px;
	line-height:20px;
	}
li a, li a:visited, li a:hover {color:#5BC1E2; text-decoration:none;}
li img {
	float:right;
	padding:2px;
	border:solid 1px #EAEAEA;
	background-color:#FFF;
	margin:0 0 0 10px;
	width:48px;
	height:48px;
	}
li strong.User {
	display:block;
	}
.created_at { font-size:.8em; color:#666; }
.created_at a, .created_at a:visited {color:#F26623;}
																				/* LIVE PRESENTATION */
#slideshow{text-align:center;}
.presenter a, .presenter a:visited{color:#5BC1E2; text-decoration:none;}
.presenter {color:#5BC1E2; text-align:center; font-size:1.2em; font-weight:bold; margin:10px 0 0 0;}
#edit-settings {
	position:absolute;
	left:10px; bottom:0;
	width:100px;
	height:24px;
	color:515151;
	font-size:0.7em;
	}
#edit-settings a {cursor:pointer;}
