/***********************************************/
/* CSS Document */
/* For Barb's Interior Design */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
/* 	background-color: #FFFED5; */
	background-color:#000000;
	font-family: Arial,sans-serif;
	line-height: 1.166;	
/*	margin: 0px;
	padding: 0px;*/
}

a:link {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.wrapper {
	width: 919;
	max-width: 919;
/*	margin-left:10px;
	margin-right:10px;*/
 	border-right: 1px ridge #663300; 
}

#masthead{
	margin: 0;
/*	width: 919;
	max-width: 919;*/
	padding: 10px 0px 10px 0px;
	background-image:url(images/smudge_bg.png);
	border-bottom: 1px ridge #663300;
/*	width: 100%;*/
	font-style:italic;
	text-align:right;
}

#masthead img{
	padding: 5px 0px 0px 20px;
	float:left;	
}

#rightscope{
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align:right;
}

#logo_name{
	padding: 40px 0px 0px 0px;
	float:left;
}

#nav_bar{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:normal;
	float: right;
	padding-right:20px;
	padding-left:10px;
}

#sub_nav_bar{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	float: right;
	padding: 5px 20px 5px 10px;
/*	padding-right:20px;
	padding-left:10px;*/
}

#content{
	background-color:#FFFED5;
  	float: right;
	width: 95%;
	margin: 0;
	padding: 0 3% 0 0;
	vertical-align:top;
}

#leftcolumn {
	background-color: #000000;
	vertical-align:top;
 	border-left: 3px ridge #663300; 
}

.caption {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	text-align:center;
	color:#666666;
}

#objHeader {
	padding: 10px 20px 10px 20px;
}

.movieObjBordered {
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 0px;
	
}

#footer{
	clear:both;
	background-image:url(images/smudge_bg.png);
/*	background-color:#FFFED5;
	margin: 10px;*/
	padding: 10px 0px;
	border-top: 1px ridge #663300;
	font-size:small;
	text-align:center;
	width:100%;
}

#mission {
	margin-top: 40px;
	margin-bottom: 10px;
	height: 230px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(images/mission.png);
	background-repeat:no-repeat;
	background-position: top;
	padding: 30px 10px 10px 10px;
}

/************** .feature styles ***************/

.feature{
	background-color:#FFFED5;
	padding: 0px 0px 10px 20px;
	font-size: 95%;
/*	border-left: 1px ridge #663300;*/
}

.feature h2{
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 100%;
}
.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}
.feature h4{
	padding: 20px 0px 5px 0px;
	text-align: left;
	color:#660000;
}

.feature img{
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** Question/Answer styles *****************/

.faq {
	padding-right: 15px;
}
.faq li{
	margin-bottom:10px;
	margin-top:10px;
}

.faq a:link {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
.faq a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.faq a:hover {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
.faq a:active {
	font-weight: bold;
	text-decoration: none;
}

.answer {
	font-style: normal;
	color: #663300;
	text-decoration: none;
	padding: 5px 35px 5px 0px;

}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** #side_extras styles **************/

#side_extras{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#side_extras img{
	display: block;
}

#ul_img {
	float: right;
}