/* 
	TVRM website stylesheet.
	Base style sheet for all pages.
	Some specifics if common enough.
*/

/* Base styles */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #BD9A77;
}
	
a:link, a:visited {
	color: #8B4501;
	text-decoration: underline;
}

a:hover, a:active {
	color: #DD6900;
	text-decoration: underline;
}

	.img_noborder {
		border: none;
	}
	
	img.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
/* Wrapper styles (the "cage" around the entire page */
	#wrapper {
		position: relative;
		text-align: left;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		/*padding: 75px 0 0 0;*/
		/*background-image: url(../graphics/layout/rotate2/rotate.php);*/
		background-position: right top;
		background-repeat: no-repeat;
		background-color: #8B4501;
		border: 1px solid #000000;
	}
/* End of Wrapper */

/* Copyright formatting */
	#Copyright {
		clear: both;
		background-color: #E8B07A;
		border-top: 1px solid #000000;
		padding-bottom: 5px;
		margin-top: -1px;
	}

	#Copyright p {
		text-align: center;
		font-size: 0.8em;
		margin-top: 5px;
		margin-bottom: 0;
	}

/* Content Area */
	#ContentSidebarWrapper {
		width: 100%;
	}
	
	#Content {
		margin: 0;
		padding: 5px;
		width: 760px;
		float: left;
		position: relative;
		background-color: #FFEEDD;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	
/* Sidebars */
	#RightSidebar {
		width: 210px;
		float: right;
		position: relative;
	}
	
	#LeftSidebar {
		width: 1px; /*210px;*/
		float: left;
		position: relative;
	}
	
/* Lead-in */
	.Catchy {
		font-family: "Blackadder ITC", "Lucida Calligraphy", Vivaldi, serif;
		font-size: 2em;
		font-weight: bold;
		font-style: italic;
	}
	
		.Phrase {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		font-style: italic;
	}
	
	/*---------------------------------------*/
/* Special Styles */
.dropcap {
	font-size: 50px;
	color: #8B4501;
	font-weight: bold;
	float: left;
	height: 34px;
	line-height: 34px;
	margin-top: 2px;
	margin-right: 1px;
}
* html .dropcap {
	margin-right: -2px;
	margin-top: 3px;
}