/* 
Style Sheet for Dr. Scott's Case Studies of Comic Book Medicine
A subsidiary of Polite Dissent
created by SFM
Created on 7/31/09
*/



.folder_r {
	width: 700px;
	background-color: khaki;
	background-image: url(tangents/images/tab_r.jpg); 	
	background-repeat: no-repeat; 
	background-position: right top; 
	margin: 20px auto 40px auto;	
	text-align: left;
}

.folder_l {
	width: 700px;
	background-color: khaki;
	background-image: url(tangents/images/tab_l.jpg); 	
	background-repeat: no-repeat; 
	background-position: right top; 
	margin: 20px auto 40px auto;
	text-align: left;
}

.folder_m {
	width: 700px;
	background-color: khaki;
	background-image: url(tangents/images/tab_m.jpg); 
	background-repeat: no-repeat; 
	background-position: right top; 
	margin: 20px auto 40px auto;
	text-align: left;
}

.cstudy {
	font-size: 100%;
	font-family: "Courier New", Courier, monospace;
	padding: 5px 10px 5px 20px;
}

.cstudy a:visited, .cstudy a:link {
	color: #808080;
}

.cstudy a:hover {
	color: 	#4B0082;
}

.ctitle_r {
	font-family: "Courier New", Courier, monospace;
	padding: 15px 0 0 500px;
	font-weight: bold;
	font-size: 125%;
}

.ctitle_l {
	font-family: "Courier New", Courier, monospace;
	padding: 12px 0 0 25px;
	font-weight: bold;
	font-size: 125%;
}


.ctitle_m {
	font-family: "Courier New", Courier, monospace;
	padding: 15px 0 0 260px;
	font-weight: bold;
	font-size: 125%;
}

ol {
	margin: 0;
	padding: 0 25px 5px 27px;
	list-style-type: upper-alpha;
}

.answer {
	margin: 15px auto 5px auto;
	width: 210px;
	padding: 2px; 
	font-size: 85%;
	font-weight: bold;
}

.answer a:visited, .answer a:link{
	text-decoration: none;
	color: #B22222;
}

.first {
	width: 700px;
	text-align: left;
}

.last {
	width: 700px;
	font-style: italic;
	font-size: 85%;
	text-align: left;
}


.copy {
	width: 700px;
	font-style: italic;
	font-size: 85%;
}

.copy a:visited, .copy a:link {
	font-weight: bold;
	color: #483D8B;
}

