@charset "UTF-8";

			BODY {
				background-attachment: fixed;
				background-color: #FFF;
				background-image: url(../img/cloudBKG_01.jpg);
				background-repeat: no-repeat;
				background-position: center 150px;
				
			}
			
			
			.codeHolder{
				width: 400px;
				float: right;
				background-color: #EEE;	
			}
			
			#dreamCatcher{
				width: 770px;
				height: 100%;
				overflow: visible;
				margin-left: auto;
				margin-right: auto;
				position: relative;
				padding: 10px 10px 15px 10px;				
			}
			#aboutText{
	width: 750px;
	height: auto;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0px 40px 0px 40px;
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
	-moz-column-gap: 60px; /* Firefox */
	-webkit-column-gap: 60px; /* Safari and Chrome */
	column-gap: 60px;
			}
#aboutText .credit {
	font-size: 9px;
	line-height: 13px;
}
#aboutText .credit img {
	float: left;
	margin-top: -5px;
	margin-right: 5px;
}
			#aboutText p, #aboutText ul{
				margin: 0px 0px 20px 0px;
				background-color: #FFF;
				padding: 10px;
				font-family: 'Cutive', courier;
				font-size: 11px;
				line-height: 20px;
				color: #46555c;
				
				-webkit-column-break-inside:avoid;
				-moz-column-break-inside:avoid;
				-o-column-break-inside:avoid;
				-ms-column-break-inside:avoid;
				column-break-inside:avoid;
			}
			#aboutText li{
				margin-bottom: 15px;
				margin-left: 15px;
				list-style: none;
			}
			#aboutText p a, #aboutText li a{
				
				text-decoration: none;
				color: #4BAEFF;
			}
			
			#aboutText p a:hover, #aboutText li a:hover{
				color: #46555c;
			}
			#aboutText p strong{
				font-weight: normal;
				font-size:15px;
			}
			
			#latest{
				position: relative;
				width: 720px;
				height: auto;
				margin-left: auto;
				margin-right: auto;
				font-family: 'Cutive', courier;
				font-size: 20px;
				color: #7A7A7A;
				margin-top: 20px;
				margin-bottom: 30px;
				clear: both;
				line-height: 1.5em;
			}
			#latest .smaller{
				font-size: 14px;
				padding-left: 25px;
			}
			#latest strong{
				color: #46555c;
				font-weight: normal;
			}
			#title {
				width: 720px;
				margin-top: 10px;
				margin-right: auto;
				margin-bottom: 15px;
				margin-left: auto;
			}
			#title a{
				text-decoration: none;
				color: #4BAEFF;
			}
			#title a:hover{
				color: #46555c;
			}
			#title h1, #title h1 a {
				font-size:30px;
				color: #46555c;
				float: left;
				margin: 0px 0px 25px 0px;
			}
			#title h2{
				font-family: 'Cutive', courier;
				color: #6b828c;
				font-size:12px;
				font-weight:normal;
				float: left;
				width: 260px;
				margin: 3px 0px 0px 30px;
			}
			#title .smaller{
				padding-left: 35px;
				font-size:9px;
				
			}
			
			h1{
				font-family: 'Cutive', courier;
				color: #46555c;
				font-size:24px;
				font-weight:normal;
			}
			
	
			#handle a{
	background-color: #c0e9fc;
	float: right;
	width: 80px;
	margin-right: -102px;
	margin-top: -300px;
	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	/* writing-mode: tb-rl;
	*/
	z-index: 0;
	border: 1px solid #333;
	border-bottom: none;
	text-decoration: none;
	color: #333;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	background-image: url(../img/TVIcon.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 37px;
			}
			
			
			#aboutIt a{
				background-color: #98D1FF;
				width: 115px;
				padding: 10px;
				height: auto;
				left: -50px;
				top: 280px;
				position: fixed;
				
				-webkit-transform: rotate(90deg);
				-moz-transform: rotate(90deg);
				-o-transform: rotate(90deg);
				/* writing-mode: tb-rl;
				*/
				z-index: 800;
				border: 1px solid #333;
				border-bottom: none;
				font-family: 'Cutive', courier;
				font-size: 12px;
				text-decoration: none;
				color: #333;
				transition: all 1s;
				-moz-transition: all 1s;
				-webkit-transition: all 1s;
				-o-transition: all 1s;
			}
			
			#aboutIt a:hover{
				/* color: #EEE; */
				background-color: #4BAEFF;
			}
			#participate {
				background-color: #c0e9fc;
				position: fixed;
				height: auto;
				width: 270px;
				left: -371px;
				top: 50px;
				padding: 20px 20px 20px 80px;
				z-index: 1000;
				font-family: 'Cutive', courier;
				font-size: 12px;
				border: 1px solid #333;
				border-left: none;
				-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.58);
				-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.58);
				box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.58);
			}
			#participate form p {
				
				margin-top: 15px;
				margin-bottom: 15px;
				
			}
			#participate form textarea {
				resize: vertical;	
			}
			.submitMe{
	font-family: 'Cutive', courier;
	font-size: 12px;
	color: #333;
	padding: 8px;
	border: none;
	background-color: #4BAEFF;
	background-size: 100px 75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.78);
	-moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.78);
	box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.78);
	margin-top: 10px;
	float: left;
			}
			.submitMe:hover{
				background-color: #003399;
				color: #EEE;				
			}
			form .sampleTV.submitMe {
				background-color: #4BAEFF;
				background-image: url(../img/oldTV_sample.png);
				background-size: cover;
				height: 20px;
				width: 30px;
				padding: 20px;
				border: 2px solid #FFF;
				margin-top: -10px;
				margin-right: 40px;
				margin-bottom: 0px;
				margin-left: 0px;
				float: left;
				clear: both;
				box-shadow: none;
			}
			
			.changeMe{
			width: 75px;
			height: 60px;
			float: left;
			margin: 0px 5px 10px 0px;
			color: #FFF;
			
			font-size: 14px;
			
			opacity: 0.85;
			
			padding: 15px;
			position: absolute;
			background-image: url(../img/oldTV.png);
			background-size: cover;
			
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			
			transition: opacity 1s;
			-moz-transition: opacity 1s; 
			-webkit-transition: opacity 1s; 
			-o-transition: opacity 1s;
						
			}
			
			.changeMe p{
				font-family: 'Cutive', courier;				/* margin: 5px 0px 0px 0px; */
			}
			
		
			.changeMe:hover{ 
				/* 152 px total */
				
				/* width: 97px;
				height: 77px;
				margin-top: -1px;
				margin-left: -1px; */
				opacity: 1.0;
				text-shadow: -2px -1px 4px rgba(0, 0, 0, 0.8);
				z-index: 999;
			}
			
			
			.dream {
				display: none;
				width: 400px;
				min-height: 400px;
				padding: 15px 30px 15px 15px;
				height: auto;
				font-family: 'Cutive', courier;
				-webkit-box-shadow: -2px -1px 12px rgba(50, 50, 50, 0.75);
				-moz-box-shadow: -2px -1px 12px rgba(50, 50, 50, 0.75);
				box-shadow: -2px -1px 12px rgba(50, 50, 50, 0.75);
				background-color: #F2F2F2;
				background-image: url(../img/dreamBKG.png);
				background-size: cover;
				
			}
			
			.headline{
				font-size: 20px;
				margin: 5px 0px 10px 0px;
			}
			
			.story{
				font-size: 11px;
				line-height: 2.0em;
				color: #333;
				margin: 5px 0px 10px 0px;
			}
			
			.myWord a {
				text-decoration: none;
				font-size: 10px;
				color: #EEE;
				opacity: 0.8;
				width: 95px;
				height: 50px;
				position: absolute;
				top: 0px;
				left: 0px;
				margin-top: 8px;
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				padding-top: 30px;
				padding-right: 0px;
				padding-bottom: 0px;
				padding-left: 10px;
				text-align:center;	
			}
.smNote {
	font-size: 9px;
	line-height: 18px;
}

.dynamic {
	font-size: 8px;
	line-height:24px;
	color: #fff;
}
#shareThis {
	font-family: 'Cutive', courier;
	font-size: 10px;
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px;
	position: fixed;
	top: 10px;
	left: 5px;
	height: 20px;
	
}
#shareThis a {
	color: #4BAEFF;
	text-decoration:none;
}

#shareThis a:hover {
	color: #666;
}
#shareThis #shareMenu {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	display:none;
}

#shareThis #shareMenu li{
	margin-bottom: 5px;
	float: left;
}
#txtCaptchaDiv {
	font-weight: bold;
	color: #903;
}
#security {
	clear: both;
	float: left;
}
.dontshow {
    display: none;
}