@charset "UTF-8";
/******************************************************************** 
   Christopher Potts. Stanford Linguistics 
   Created 2009-08-17. Last updated 2009-08-17. 
********************************************************************/

@import url("base.css");

#container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #E7D19A;
	text-align: left;
}

/********************************************************************/
/****************************** HEADER ******************************/ 

#header { 
	background: #FFFFFF;     
	padding: 0;
	margin: 0;
	border-top: 2px solid #E7D19A;
	border-bottom: 2px solid #E7D19A;
}            
.stanfordImage a, .stanfordImage a:hover, .stanfordImage a:visited {
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.stanfordImage {
	float: right;
	padding: 0;
	margin: 0;
}
.dept {
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 3px;
}
.dept a, .dept a:hover, .dept a:visited {
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 0;
	padding: 0;
} 

/********************************************************************/
/****************************** SIDEBAR *****************************/ 
    
#sidebar {
	float: left; 
	width: 130px;
	padding: 10px 10px 10px 10px;
	margin: 10px 0 0 0;  
	/* border: 2px solid #E7D19A; */
}
#sidebar h3, #sidebar p , #sidebar ul{
	margin: 0 5px 0 5px;
}
#sidebar ul {
	padding: 0;
}
#sidebar li {
	list-style: none;
}
#sidebar a, #sidebar a:visited {
	display:block;
	color: #005758;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}
#sidebar a:hover {
	border: 2px solid #005758; 
	color: #005758;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
#sidebar, #sidebar li, #sidebar a:hover {
	background: url(../images/design/manila.gif) repeat top right;
}
#sidebar a.active {
	background: #005758;
	color: #E7D19A;
	text-decoration: none;
}

/********************************************************************/
/******************************* MAIN *******************************/

#mainContent { 
    margin: 0 0 0 180px;
    padding: 0;
    width: 600px;
}

.dropShadow {
    display:block;
    float: left;
    background: url(../images/design/shadowAlpha.png) no-repeat right bottom !important;
    background: url(../images/design/shadow.gif) no-repeat bottom right;
    margin: 6px 0 0 6px !important;
    margin: 6px 0 0 1px;
}
.dropShadow img {
    display: block;
    position: relative;
    background-color: #ffffff;
    border: 0px solid #ffffff;
    margin: -6px 6px 6px -6px;
    padding: 0;
}

/********************************************************************/
/****************************** FOOTER ******************************/ 

#footer { 
	padding: 0 10px 0 20px;
	border-top: 2px solid #E7D19A;
	border-bottom: 2px solid #E7D19A;
	background:#FFFFFF;   
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: small;
	text-align: center;   
}
#footer a {
	color: #005758;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #005758;
	text-decoration: none;
}   

/********************************************************************/
/******************************* MISC *******************************/

.floatRight {
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
	width: 340px;
}
.imgFloatRight {
	float: right;
	padding: 0;
	margin: 0;
}
.floatRight ul {
	list-style: disc;
	padding: 2px 0 0 20px;
	margin: 0px;
}
.floatRight li {
	margin: 3px 0 3px 0;	
}
.floatRight h2 {
	text-align: center;
}

.floatLeft { 
	float: left;
	padding: 0;
	margin: 0;
	width: 250px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/******************************* FIN ********************************/
/********************************************************************/
