/* reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Text Elements */


p					{ color:#000; font-size:14px; line-height:150%;
						margin:15px 15px 15px 15px; }
p .left 			{}
p .right 			{}

a					{ color:#000066; }
a:link				{ color:#000066; }
a:visited 			{ color:#000066; }
a:active			{ color:#CCFFFF; } 
a:focus 			{ color:#000066; }
a:hover 			{ color:#000; }

blockquote 			{ color: #000; font-size:12px; }

strong 				{
	font-weight: bold;
	color: #000;
}
em					{ font-style: italic; }


/* Headings */

h1, h2, h3, h4, h5, h6	{ font-weight:bold; color: #000; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }

h1 					{
	font-size:36px;
	padding:5px 15px;
	margin-bottom:15px;
	color:#000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2					{ font-size:32px; color:#000; padding:15px 15px; }
h3					{ font-size:28px; color:#000; padding:5px 15px; }
h4					{ font-size:24px; color:#000; padding:5px 5px; }
h5					{ font-size:18px; color:#000; padding:15px 15px; }
h6					{ font-size:16px; color:#000; padding:15px 15px; }

/* Images */

.image-frame 		{ padding:10x; border:1px #ccc solid: margin:10px; }
.

/* containers */

#wrapper			{ width:925px; margin:0 auto; background-color:#FFC; }

#outer				{ width:925px; margin:0 auto; background-color:#FFC; }

#outer_content			{ width:925px; height:500px; margin:0 auto; background-color:FFC; }


#logo				{ margin-left:2px; padding:10px; }					

#social-media-icons			{ margin-left:38px; }
#social-media-icons	ul li 	{ display:inline; }					
#social-media-icons	ul		{ margin-top: 5px; }
#fb_share					{ margin:5px 10px 10px 65px; }

#disqus_comments				{ clear:both; float:left; }

#left_content			{
	background-color:#FBFFFF;
	border:1px #000 solid;
	float:left;
	width:225px;
	height:385px;
	padding:5px;
	margin:5px 5px 5px 10px;
	-webkit-border-radius:1px;
	overflow: auto;
}						

#center_content			{
	float:left;
	width:400px;
	height:400px;
	padding:5px;
	margin-left:5px;
}
						
#right_content			{
	background-color:#FBFFFF;
	border:1px #000 solid;
	float:left;
	width:225px;
	height:385px;
	padding:5px;
	margin:5px 5px 5px 10px;
	-webkit-border-radius:1px;
	overflow: auto;
}

#left_content2			{  float:left; width:350px; height:450px; padding:5px; margin:12px 5px 10px 15px;  
						-webkit-border-radius:1px; }
						
#center_content2			{ float:left; width:500px; height:170px;
						 padding:0px; margin:15px 15px 5px 15px; background-color:#FFF; 
						border:2px #000 solid; -webkit-border-radius:10px; }					
						
#right_content2    		{ text-align:center; float:left; width:450px; height:260px;
						 padding:5px; margin:5px 0px 20px 37px; background-color:#FFF; 
						border:2px #000 solid; -webkit-border-radius:10px;}


#navMenu	{
	padding:0;
	margin:0;
	clear:both;
}

#navMenu ul	{
	padding:0;
	margin:0;	
	line-height:30px;
}

#navMenu li	{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background:#E2E2E2;
}

#navMenu ul li a	{
	text-align:center;
	text-decoration:none;
	color:#000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	height:30px;
	width:150px;
	display:block;
	border:2px solid #FFF;
}

#navMenu ul ul	{
	position:absolute;
	visibility:hidden;
	text-height:32px; 
}

#navMenu ul li:hover ul	{
		visibility:visible;
}

#navMenu li:hover	{
	background:#FFF;	
}

#navMenu ul li:hover ul li a:hover	{
	background:#FFF;
	color:#000;	
	font-weight:bold;
}
#content-idle			{ margin:0; border:0; padding:0; }

#posterboard		{ text-align:center; }

#poster-title		{ text-align:center; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif: }
	
#poster-credit		{ text-align:center; }

#footer				{ clear:both; margin:20px 0px; border-top:thin #000; 
						font-size:90%; font-style:normal; color: #333; 
						text-align:center; }

#mckenna-photo		{ text-align:center; }

#about-mckenna		{ text-align:center; margin:30px 150px 20px 150px; }

#facebook-likebutton	{ clear:both; padding:30px 30px 30px 30px; font-weight:bold; }

#events-outer			{}

#sierra-madre-img	{ margin:10px; padding:5px; }

#esalen-img	{ margin:10px; padding:5px; }

#burningman-img	{ margin:10px; padding:5px; }

#sierra-madre-text	{ margin-right:340px; }

#esalen-text		{  margin-right:340px; }

#burningman-text	{  margin-right:340px; }

#events-sierra-madre		{ width:877px; height:; background-color:#FFF;
							border:2px #000 solid; padding:10px; margin:10px; 
							-webkit-border-radius:10px; }

#events-esalen				{ width:877px; height:; background-color:#FFF; 
							border:2px #000 solid; padding:10px; margin:10px;  
							-webkit-border-radius:10px;  }

#events-burningman			{ width:877px; height:; background-color:#FFF; 
							border:2px #000 solid; padding:10px; margin:10px;  
							-webkit-border-radius:10px;  }

#bruce-damer				{ width:854px; height:; background-color:#FFF;
							border:2px #000 solid; padding:10px; margin:10px; 
							-webkit-border-radius:10px; }

#lorenzo-hagerty			{ width:854px; height:; background-color:#FFF;
							border:2px #000 solid; padding:10px; margin:10px; 
							-webkit-border-radius:10px; }
	

#constance-demby			{ width:854px; height:; background-color:#FFF;
							border:2px #000 solid; padding:10px; margin:10px; 
							-webkit-border-radius:10px; }

#ken-adams					{ width:854px; height:; background-color:#FFF;
							border:2px #000 solid; padding:10px; margin:10px; 
							-webkit-border-radius:10px; }

#registration-inner			{ text-align:center; }

#map 						{ text-align:center; }

#recLinks					{ width:854px; height:; background-color:#FFF; 
							border:2px #000 solid; padding:10px; margin:10px;  
							-webkit-border-radius:10px; font-family: }
							
#recLinks	{
	padding:0;
	margin:30px;
	clear:both;
}

#recLinks ul	{
	padding:0;
	margin:5px;	
	line-height:30px;
}

#recLinks li	{
	margin-left:30px;
	padding:5px;
	list-style:disc
}

#recLinks ul li a	{
	text-align:center;
	text-decoration:blink;
	color:#010478;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	height:;
	width:;
	display:;
	border:2px solid #FFF;
}

#navMenu			{ margin-left:11px; clear:both; }

#loose_bars			{ clear:both; margin:0; padding:0; }

#media_stream		{ border:1px #000000; }

#media_stream_title	{ text-align:center; }


/* Global */

.float-left			{ float:left; margin:10px; }

.float-right		{ float:right; margin:10px; }

.blue				{ color:#000; text-align:center; font-weight:bold; }

.blue_p				{  font-weight:bold; color:#002851; }

.date				{ font-weight:bold; color:#000066; }

.copyright-text		{ font-size:80%; font-style:italic; color: #333; }

.bottom_border		{ border-bottom:1px solid #000; }

.footer-text		{ }

.red 				{ font-weight:bold; color:#F00; }


body,td,th {
						font-size: 100%;
						background-attachment: fixed;
						background-image: url(../images/background/hubble20041215a.jpg);
						background-repeat: no-repeat;
						background-position: center center;
					}

html				{}
