/*
	Shades of Veil
	version 1.0
	main page style sheet
*/

html, body {
	background-color: #493418;
	padding:0px;
	margin: 0px;
	font-family: verdana, sans-serif;
	text-align:left;
}
p {
	font-family: verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

/* Div Styles */
div#outer {
	width: 750px;
	margin:0px;
	height: 100%;
	background: transparent url(images/background-paper.jpg);
	border-right: 2px solid #2B1905;
}
#header {
	background: transparent url(images/header.jpg) left top no-repeat;
	height: 138px;
	width: 750px;
	padding:0px;
}
#underheader {
	background: transparent url(images/underheader.jpg) left top no-repeat;
	height: 9px;
	width: 750px;
	padding:0px;
}
#container {
	width: 750px;
	height: 100%;
}
#leftbar {
	float: left;
	background: transparent url(images/left.jpg) left top no-repeat;
	width: 143px;
	height: 600px;
	border-right: 2px solid #493418;
}
#rotating {
	width: 112px;
	margin: 0px;
}
#content {
	margin: 0px 0px 0px 143px;
	padding: 0px 0px 0px 5px;
	width: 600px;
	text-align: center;
	border-left: 2px solid #493418;
}
#textArea {
	width: 440px;
	height: 100%;
	text-align: left;
}
#menu {
	width: 150px;
	height:100%;
}
#footer {
	background: transparent url(images/background-paper.jpg);
	border-top: 2px solid #493418;
	width: 750px;
	height: 30px;
}

/*other random styles */

img {border: 0px;}

.entry {
color: #000000;
font-size: 11px;
font-family: verdana, sans-serif;
letter-spacing: 0px;
text-align: justify;
padding: 0px;
margin: 0px;
width:100%}

.menutext { 
margin: 0px;
color: #2B1905;
font-size: 10px;
padding: 5px;
font-family: verdana, sans-serif;
letter-spacing: 0px;
line-height: 20px; 
text-align: left;}

/*i { color: #2B1905; } */

.divider{
text-align: center;
padding: 0px;
margin: 0px;
padding-bottom: 30px;
font-size: 10px;
font-family: verdana, sans-serif; }

input,textarea,select { 
background-color: #FAF8F4;
border: 1px solid #2B1905;
color: #2B1905; }

a:link { 
color:#2B1905;
font-weight: normal;
font-family: verdana, sans-serif;
font-size: 11px;
letter-spacing: 0px;
text-decoration: none;}

a:visited { 
color:#2B1905;
font-weight: normal;
font-family: verdana, sans-serif;
font-size: 11px;
letter-spacing: 0px;
text-decoration: none;}

a:hover { 
background: none;
font-weight: normal;
font-family: verdana, sans-serif;
font-size: 11px;
letter-spacing: 0px;
color:#2B1905;
border-bottom: 1px dotted #2B1905;
}
/* Styles for comment box */
.comments {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #9E8A6E;
}
.commentsI {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #9E8A6E;
}
.commentsS {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #9E8A6E;
}
/* 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: #9E8A6E;
	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;
}
