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

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

Title : Sensing Place Template
Author : Jase Wilson
URL : http://www.jaseface.com
Description : The base template for styling student's Sensing Place sites
Created : 10/24/2007


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

*{
}	
html{
}	
p { 
	padding-top: -3px;
	padding-bottom: -2px;
}
body{
	height: 100%;
	background-color: #333333;
	background-image: url(img/back.png);
	background-repeat: repeat;
	margin: 0px;
}

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

#container{
	height: 100%;
}	
#sidebar{
	width: 200px;
	position: absolute;
	top: 93px;
	left: 0px;
	background: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}	
#secondaryContent{
	width: 600px;
	text-align: left;
	float: left;
	margin-left: 200px;
	position: absolute;
	font-family: Georgia, serif;
	padding-top: 1em;
	color: #FFFFFF;
	padding-left: 2em;
	padding-right: 2em;
	left: 5px;
	top: 92px;
}	
#navigation{
	padding-top: 20px;
}	
#footer{
}
div#leftcolumn {
	width: 80%;
	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 ----- */

.classdesc {
	margin-top: 100px;
	padding-top: 10px;
	border-top: 1px solid silver;
	color: #999999;
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
	font-size: 0.9em;
	background: #333;
	padding-left: 15px;
	padding-right: 15px;
}

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

h1{
	font-family: Helvetica, sans-serif;
	font-size: 1.65em;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
}
h2{
	padding-top: 25px;
	padding-bottom: 0;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 0;
}
h3{
text-decoration: underline;
}

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

#secondaryContent li{
	border: none;
}
li{
	border-top:1px solid #aaa;
	margin-top:1em;
	margin-bottom:1em;
	padding-top: 5px;
}
ul{
	margin-right:20px;
 	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	list-style: none;
}

a{
	color: #CCCCCC;
	text-decoration: none;
}
#secondaryContent a{
	color: #BED4FC;
	text-decoration: underline;
}
.style1 {
	color: #999999
}
.style2 {
	color: #FF6600
}
.primary {
	font-size: 1em;
}
#secondaryContent a:hover{
	color: #0066CC;
	text-decoration: underline;
}
.annotate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic bold;
	color: #CCCCCC;
}
.classdesc a {
	color: #666666;
}
#container #secondaryContent .classdesc a {
	color: #465D99;
}

