/*

	Shades of Veil

	version 1.0

	main page style sheet

*/



body {

	background-color: #493418;

	padding:0px;

	margin: 0px;

	text-align:center;

}

p {

	font-family: verdana;

	font-size: 13px;

	font-style: normal;

	font-weight: normal;

	margin: 0px 0px 10px 10px;

}

img {

	margin: 0px;

	padding: 0px;

}

img#av {

	margin-right: 3px;

}

.menu {

	text-align: center;

}

.title {

	font-family: verdana;

	font-size: 13px;

	font-style: normal;

	font-weight: normal;

	text-align: left;

	padding: 0px;

}

.name {

	font-family: verdana;

	font-style: italic;

	font-weight: normal;

	border-top: 1px solid #2B1905;

}

.sister {
	font-family: verdana;
	font-style: italic;
	font-weight: normal;
	border-top: 1px dotted #2B1905;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.dateHeadline {

	font-family: verdana;

	font-size: 13px;

	font-style: normal;

	font-weight: normal;

	text-align: right;

	border-bottom: 1px solid #2B1905;

}

a, a:visited, a:link {

	color: 2B1905;

	font-family: verdana, helvetica, sans-serif;

	font-weight: bold;

	text-decoration: none;

}

a:hover {

	color: 2B1905;

	font-family: verdana, helvetica, sans-serif;

	font-weight: bold;

	text-decoration: underline;

}



/* Div Styles */

div#outer {

	width: 750px;

	margin-right:auto;

	margin-left:auto;

	margin-top:0px;

	margin-bottom:0px;

	padding:0px;

	background: transparent url(../images/background2.jpg) left top no-repeat;

	border: 2px solid #2B1905;

}

#header {

	background: transparent url(../images/header.jpg) left top no-repeat;

	height: 138px;

	width: 750px;

	padding:0px;

	margin: 0px;

}

#underheader {

	background: transparent url(../images/underheader.jpg) left top no-repeat;

	height: 9px;

	width: 750px;

	padding:0px;

	margin: 0px;

}

#container {
	width: 750px;
	height: auto;
}

#leftbar {

	float: left;

	margin-top: -1px;

	margin-right: 0px;

	margin-left: 0px;

	margin-bottom: 0px;

	padding: 0px;

	width: 145px;

/*	border-right: 2px solid #493418;*/

}

#rotate {

	float: left;

	padding: 0px;

	width: 145px;

	margin: 0px;

}

#content {

	margin: 0px 0px 0px 160px;

	padding: 0px;

	width: auto;

	text-align: center;
	
	height: auto;

}

#textArea {

	width: 580px;

	text-align: left;

}
#footer {
	clear: both;
	height: 1px;
	width: auto;
	background: transparent url(../images/background.jpg) left top no-repeat;
}

/* Styles for comment box */

.comments {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	text-align: center;

	font-size: 16px;

	font-weight: bold;

	color: #2B1905;

}

.commentsI {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	text-align: center;

	font-size: 13px;

	font-style: italic;

	font-weight: normal;

	color: #2B1905;

}

.commentsS {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	text-align: left;

	font-size: 12px;

	font-style: italic;

	font-weight: normal;

	color: #2B1905;

}

/* Comment Styles */

#contentCommContainer

{

	width: auto;

}

#contentComm {

	width: auto;

	margin: 10px 0px 10px 0px;

	padding: 5px 5px 5px 5px;

	height: auto;

	font: 13px verdana, helvetica, sans-serif;

	background-color: #FAF8F4;

	border-bottom: 1px solid #2B1905;

	border-top: 1px solid #2B1905;

	border-left: 1px solid #2B1905;

	border-right: 1px solid #2B1905;

	text-align:left;

}

#contentComm a{

	color:#2B1905;

	font-family: verdana, helvetica, sans-serif;

	font-weight: bold;

	text-decoration:none;

}

#contentComm a:hover {

	color: #2B1905;

	font-family: verdana, helvetica, sans-serif;

	font-weight: bold;

	text-decoration: underline;

}

.contentSmall {

	font-family: verdana;

	font-size: 10px;

	font-style: normal;

	font-weight: normal;

	text-align: left;

}

.dateline {

	font-family: verdana;

	font-size: 10px;

	font-style: normal;

	font-weight: normal;

	text-align: right;

}