/* @override http://dreamingwell.com/css/style.css */

strong {
	font-weight: normal;
}

em {
	font-style: italic;
}

body {
	
	background: #efede7;
	margin: 0px;
}

html {
	background-color: #3c3a3b;	
	
	}

#middleBar {

}

#footBar-content {
	font-size: .9em;
}

#titleDiv {
	border-bottom: 1px solid #e4e4e4;
	color: #5f3609;
}

#headBar {
	background-color: #ced9e6;
	border-bottom: 1px dashed #828ed6;
	border-top: 3px solid #1c264a;
}

#contentWrapper {
	
}

input {
	
	font-size:  1.05em ;
	margin: 5px;
}

#bottomBar-content h4 {
	color: black;
	font-weight: bold;
}

.listingContainer:hover {

	cursor: pointer;
	background-image: url(/images/background-listcontainer.png);
}

#loginDiv {


}


.listingContainer {
	border-alpha: 0;
}

#rightMenu {
	float: right;
}

#orderStepList li.completedOrderStep {
	color: black;
}

#orderStepList li {
	color: #999999;	
}

#contentFooter {
	
}

#contentHolder {

}

#contentLeft {
	padding-right: 35px;
}

#rightMenu h4 {
	color: #283651;
	text-shadow: #ffffff 0px 1px 1px;
	font-weight: bold;
}

h3 {
	
}

div#contentHolder {
	line-height: 1.45em;
}

#footBar {
	background-color: #585858;
	color: #fff;
	border-top: 1px dashed #222222;
}

#footBar a{
	color: #b0fa82;
}

#copyrightBar {
background-color: #3c3a3b;	
color: whitesmoke;
font-size: .8em;

	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #999999;
}

#copyrightContent a {
	color: #f2ff56;
	margin-right: 10px;
}

p.articleDate {
	color: #7a5e59;
	border-color: #e996ff;
	font-weight: bold;
}

#bottomBar {
	background: #d9d9d9;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #999999;
}

hr {
	height: 0px;
	border-style: none;
	border-color: #d8dee3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#bottomBar hr {
	border-style: inset;
}

.contactPrivacyInfoDiv a {
	color: #baff42;
}

.contactBox {
	 padding-top: 10px;
	 padding-bottom: 10px;
	 border: 1px solid #dddddd;
	 background-color:#ffffff;
	 text-align: center;
	 width: 300px;
	 margin: 10px auto;

	 
}

.footDiv img {
	border: 3px solid #cbff9d;
	border-style: outset;
}

.code {
	background-color: white;
	border: 1px solid #DDDDDD;
}

#titleDiv .subtitle {
	color: #49431b;
}

.sectionContainer {
	border-top: 1px solid #dddddd;
}
