/*
Sarcenet.org
This is the stylesheet for Shana West's Professional Website.
Designed by Shana West.
http://www.sarcenet.org/
*/

/*BODY*/

body { 
	background: #f2f2f2; 
}

/*LINKS*/

a:link { 
	text-decoration: none; 
	color: #e2760a; 
}

a:visited { 
	text-decoration: none; 
	color: #e2760a; 
}

a:hover {
	color: #ba5do9;
}

a.bar {
	text-decoration: none; 
	color: #a3a5a8;;
	font-weight: bold; 
}

a.bar:visited {
	text-decoration: none; 
	color: #a3a5a8;;
	font-weight: bold;
}

a.bar:hover {
	color: #000000;
}

/*DIVISIONS*/
/*order is top, right, bottom, left*/

div.container {
	position: relative;
	top: 25px;
	margin: 0 auto;
	width: 800px;
}

div.title { 
	position: relative;
	height: 471px;
	width: 200px;
	float: left;
	border: none;
	margin: 0px;
	text-align: right;
	background-color: #ffffff;
}

div.main {  
	height: 471px;
	width: 597px;
	margin-top: 0 auto;
	margin-right: 0 auto;
	margin-bottom: 20px;
	margin-left: 0 auto;
	float: right;
	border-top: 1px #a3a5a8 solid;
	border-right: 1px #a3a5a8 solid;
	border-bottom: 1px #a3a5a8 solid;
	border-left: 1px #a3a5a8 solid;
	background: #ffffff;
} 

div.bar {  
	margin: 0 auto;
	height: 20px;
	width: 595px;
	background: #ffffff;
	border-top: none;
	border-right: none;
	border-bottom: 1px #a3a5a8 dotted;
	border-left: none;
	padding: 10px 0px 0px 1px;
	font-family: "geneva", "arial", sans-serif;
	color: #a3a5a8;
	text-align: center;
	font-size: 10pt;
	word-spacing: 70px;
	letter-spacing: 2pt;
}

div.bartwo {  
	margin: 0 auto;
	height: 20px;
	width: 595px;
	background: #ffffff;
	border-top: none;
	border-right: none;
	border-bottom: 1px #a3a5a8 dotted;
	border-left: none;
	padding: 10px 0px 0px 1px;
	font-family: "geneva", "arial", sans-serif;
	color: #a3a5a8;
	text-align: center;
	font-size: 10pt;
	word-spacing: 60px;
	letter-spacing: 2pt;
}


div.copy {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 8pt;
	font-family: "tahoma", "arial", sans-serif;
	background-color: #f2f2f2;
	clear: both;
}

/*PARAGRAPHS and HEADERS*/

p.norm {
	text-align: left;
	padding: 0px 20px 10px 20px;
	font-family: "arial", sans-serif;
	font-size: 11pt;
}

p.under {
	text-align: left;
	padding: 0px 20px 10px 20px;
	font-family: "arial", sans-serif;
	font-size: 8pt;
	clear: both;
}

h1.copy { /*also used for view subject list in cv*/
	font-size: 8pt;
	color: #a3a5a8;
	font-family: "tahoma", "arial", sans-serif;
}

h2.title {
	padding: 20px 20px 10px 20px;
	font-family: "geneva", "arial", sans-serif;
	color: #a3a5a8; 
	font-size: 12pt;
	letter-spacing: 3px;
}

h2.author {
	font-family: "geneva", "arial", sans-serif;
	font-style: italic;
	color: #000000; 
	font-size: 10pt;
}

h2.pub {
	font-family: "geneva", "arial", sans-serif;
	font-style: normal;
	color: #000000; 
	font-size: 8pt;
}

h2.cv { /*also used in books*/
	font-family: "geneva", "arial", sans-serif;
	font-variant: small-caps;
	color: #000000; 
	font-size: 10pt;
}
h2.cvsub { /*also used in books*/
	font-family: "geneva", "arial", sans-serif;
	font-style: italic;
	color: #000000; 
	font-size: 10pt;
	font-weight: bold;
}

h2.reprint {
	font-family: "geneva", "arial", sans-serif;
	font-style: italic;
	color: #000000; 
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
	margin: 2px 2px 2px 0px;
}

h2.books {
	font-family: "geneva", "arial", sans-serif;
	text-decoration: underline;
	color: #000000; 
	font-size: 10pt;
}

h3.link {
	text-align: right;
	font-family: "geneva", "arial", sans-serif;
	font-size: 8pt;
	font-style: italic;
}
h3.quote {
	text-align: justify;
	font-family: "geneva", "arial", sans-serif;
	font-size: 8pt;
	font-style: italic;
	margin:0px;
	padding:3px 0px 3px 0px;
}

blockquote {
	margin:5px 20px 5px 20px;
	padding:5px 20px 5px 20px;
	text-align: justify;
	font-family: "geneva", "arial", sans-serif;
	font-size: 10pt;
}

/*Images*/

img {
	border: none;
}

img.title {
	border-top: 1px #a3a5a8 solid;
	border-right: none;
	border-bottom: 1px #a3a5a8 solid;
	border-left: 1px #a3a5a8 solid;;
}

img.left { 
	float: left;
	margin: 0px 20px 0px 0px; 
}

img.right { 
	float: right; 
	margin: 0px 20px 20px 20px;
}

img.about { 
	float: right; 
	margin: 0px 0px 0px 20px;
	border: 1px #000000 solid;
	padding: 0;
}

/*Lists*/

ul { 
	list-style-type: square;
	padding: 0px 20px 10px 50px;
	font-size: 11pt; 
	line-height: 13pt;
	font-family: "geneva", "arial", sans-serif;
}

ul.links { 
	list-style-type: none;
	font-size: 10pt; 
}

ul.cv { 
	list-style-type: square;
	font-size: 10pt;
	line-height: 16px;
}

ul.cvsub { 
	list-style-type: none;
	font-size: 10pt;
	margin: 3px 0px 3px 0px;
	line-height: 16px;
}
