@charset "UTF-8";
/* CSS Document */












/* - - - - - - - - - - - - - - - - - - - - -

Title : Sensing Place Site
Author : Jase Wilson, updated by Danielle Martin
URL : http://www.jaseface.com



Created : 10/24/2007
Modified : 11/2007

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}	
html{
}	
body{
	height: 100%;
	background:#FFFFCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Courier New", Courier, monospace;
}

/* ----- IDS ----- */

#container{
	width: 920px;
	margin: 0 auto;
}	

#sidebar{

	height: auto;
	width: 200px;
	float:left;

}		
#secondaryContent{
	width: 680px;
	border-right: 1px solid #C3C3C3;
	text-align: left;
	height: 100%;
	float: left;
	margin-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #330000;
	padding-top: 0em;
	overflow:auto;
	text-align:justify;

}	
		
#movie{
	width: auto;
	text-align: left;
	height: auto;
	float: left;
	margin-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #330000;
	padding-top: 0em;
	overflow:auto;
	text-align:justify;

}	
#navigation{
	width: 900px;
	padding-top: 20px;
	padding-right: 20px;
	
}	
#footer{
	text-align: center;
}

div#leftcolumn {
	width: 80%;
	border-right: 1px solid #C3C3C3;
	text-align: left;
	height: 100%;
	float: left;
	margin-left: 20%;
	position: absolute;
}

div#leftcolumn div {
    position: relative;
    top: 20%;
}

div#rightcolumn {
	background-color: white;
	height: 100%;
	width: 20%;
	position: absolute;
}

div#rightcolumn img {
    position: absolute;
    right: 0;
    top: 100px;
    border: 0;
}


/* ----- CLASSES ----- */

.hide{
}
.show{
}

/* ----- HEADINGS ----- */

h1{
	font-family: "Courier New", Courier, monospace;
	font-size: 1.65em;
	line-height: normal;
	font-weight: bold;
	color: #669900;
	text-align: right;
	text-indent: 20px;
}
h2{
}
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}
#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
	margin-top:1em;
	margin-bottom:1em;
	color: #669900;
}
li p{
}
ol{
}
ul{
	margin-right:20px;
 	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-style: normal;
	list-style: none;
}
ol li{
}
ul li{
}

#navigation li{
}

#navigation ul{
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
	color: #330000;
	text-decoration: none;
}
a:hover{
	color: #FF9900;
	text-decoration: none;
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
	padding:0;
	margin:0;
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}
