@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/artsnsoulsbg2.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 229px;
	/*padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;*/
	position:relative;
	/*position:absolute;
	top:-20px;
	width:905px;*/
	
} 

#imageheader{
	position:absolute;
	top:-20px;
	}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	color:#D07193;
	font-size:20px;
	font-weight: normal;
}

h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	color:#D07193;
	font-size:18px; 
	font-weight: normal;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	/*background-image: url(../images/artsnsoulsfooter.png);*/
	height: 130px;
	width: 936px;
	margin:0 auto;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*left side bar Nav font and UL styles*/
.twoColFixLtHdr #sidebar1 {
	font-size:14px;
	line-height:20px;
	color:#957f7f;
	}

.twoColFixLtHdr #sidebar1 ul {
	list-style:none;
	}
	
/*Copy in Main Content*/
#copy {
	font-size:14px;
	line-height:20px;
	color:#8C8670;
	}
#credits {
	font-size:12px;
	line-height:20px;
	color:#8C8670;
	}
#copy p{
	margin-top:0px;
	}
.pcopy{
	font-size:14px;
	line-height:20px;
	color:#8C8670;
}
/*special effects*/
#backDecorright{
	position:absolute;
	right:-100px;
	top:-20px;
	width:197px;
	height:244px;
	
	z-index:-100;
	background-image: url(../images/artsnsoulsdecorright.png);
	background-position: right;
	background-repeat: no-repeat;
	}
#backDecorleft{
	position:absolute;
	left:-197px;
	top:-20px;
	width:197px;
	height:244px;
	z-index:-100;
	background-image: url(../images/artsnsoulsdecorleft.png);
	background-position: right;
	background-repeat: no-repeat;
	}
	
/*Navigation Sytles*/
a{
	text-decoration:none;
	color:#957F7F;
	}
a:hover{
	color:#000000;
	}
	
#storemenu{
	margin-top:10px;
	/*margin-left:39px;*/
	}

#storemenu img{
	margin-left:10px;
	padding-bottom:10px;
	}
	
#storemenu a{
	color:#BB4168 !important;
	}
#storemenu a:hover{
	color:#000000 !important;
	}
	
#sitesearch{
	position:absolute;
	z-index:1000;
	right:0px;
	top:-31px;
	}
	
	
.h1Pink{
	margin: 0; 
	padding: 10px 0;
	color:#D07193;
	font-size:20px;
	font-weight: normal;
	}
	
	
.h2Pink {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	color:#D07193;
	font-size:18px; 
	font-weight: normal;
}

.normalPink{
color:#D07193;
}




#comments{
	width:600px;
	
	font-size: 12px;
	
	color: #ffffff;
	}

#comments ul{
	list-style-type: none;
	margin:0;
}

#comments ul li{
	border:1px solid #ffffff;
	margin:10px;
	width:579px;
	margin-left:-40px;
	padding:5px;
	}
#bloglist{
	font-size: 12px;
	
	color: #ffffff;
}

#bloglist h3{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

#bloglist h4{
	font-size:12px;
	font-style:italic;
}

#blogdetail{
	font-size: 12px;
	
	color: #ffffff;
}

#blogdetail h1{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	}

#blogdetail h4{
	font-size:12px;
	font-style:italic;
	color:#ffffff;
	
	}

#blogdetail .date{
	color:#ffffff;
}

.name{
	color:#ffffff;
	font-style:italic;
	}
.date{
	color:#ffffff;
	font-style:italic;
	}
	
	
#blogdetail a
{
	color:#FFFF00;
	font-size:14px;
}
