body{
	background: #FFFBEE;
}

#container{
	background: #FFFDF8;
	width: 960px;
	min-height: 550px;
	border: 1px solid #BFBF98;
	margin: 10px auto;
	position: relative;
}
#header{
	position: relative;
	height: 175px;
}
#header h1{
	position: absolute;
	left: 20px;
}
#logo a{
	width: 200px;
	height: 173px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(bloom_logo.png);
	margin: 30px auto 10px auto;
}
#tagline{
	font-size: 12px;
	font-style: italic;
	display: none;
}

#navigation{
	position: absolute;
	bottom: 2px;
	right: 20px;
}
#navigation li{
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px dotted #E9C7B4;
	text-align: center;
}
#navigation li:first-child{
	border-left: 0;
}
#navigation li a{
	color: #CE8155;
	text-decoration:none;
	padding-top: 5px;
	font-size: 22px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 100;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#navigation li a:hover{
	color: #C3C3A0;
	margin-bottom: -1px;
	border-bottom: 1px dotted #2B7597;
}
#blog{
	position: absolute;
	right: 20px;
	top: 30px;
	text-indent: 28px;
	height: 20px;
	text-decoration: none;
	vertical-align: bottom;
	background: url('blogger.png') no-repeat left center;
	color: #5a829b;
	font-size: 1.1em;
	display: none;
}




#content {
	margin-top: 40px;
	padding: 20px;
	margin-bottom: 20px;
	min-height: 500px;
}

#sosumi{
	margin: 10px auto;
	width: 960px;
	text-align: center;
	font-size: 9pt;
	color: #666;
}
#sosumi a{
	color: #666;
}











/* ------------------ Main Content Styles ------------------ */
#content ul,
#content ol,
#content dl,
#content p{
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 13pt;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content dl dt{
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#content ul {
	list-style:disc;
	margin-left:20px;
	padding: 10px 0;
}
	
#content ol {
	list-style:decimal;
	margin-left:0px;
	list-style-position:inside;
}
#content li{
	margin: 2px 0;
}
#content p {
	line-height:1.2em;
	padding:5px 0 10px;
}
#content h1 {
	font-size:3em;
	font-weight:normal;
	letter-spacing:-.05em;
	margin:20px 0 10px 0;
	color:#5F5F4C;
}	
#content h2 {
	font-size:1.5em;
	color: #67351D;
	font-weight:bold;
	text-align:left;
	margin:15px 0 5px 0;
	}
#content h3{
	font-size:1.2em;
	text-transform:uppercase;
	color:#5F5F4C;
	margin: 10px 0 2px 0;
}
#content h4{
	font-size:1.1em;
	color:#67351D;
	margin: 8px 0 2px 0;
}
#content dl {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
#content dl dt {
	font-weight: bold;
	font-size:1em;
	color:#5F5F4C;
	margin:10px 0 0 0;
}
#content dl dd {
	padding-left: 2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1em;
}
#content a {
	text-decoration: none;
	color: #5a829b;
}
#content a:hover{
	text-decoration: underline;
}
#content table{
	border: 2px solid #fdfdfd;
}
#content table th,
#content table td{
	padding: 5px 15px;
}
#content table tr th{
	background-color: #333;
	color: #f1f1f1;
}
#content table tr th a{
	color: #ffffff;
}
#content table tbody tr td{
	border-bottom: 2px solid #fdfdfd;
}
#content .odd{
	background-color: #F4F1DC;
}
#content .even{
	background-color: #E7F2F8;
}





/* ------------------ Generic Useful Stuff ------------------ */
.floatleft{
	float: left;
	margin: 0 30px 30px 0;
}
.floatright{
	float: right;
	margin: 0 0 10px 10px;
}
.help_text,
.discreet {
	color: #76797c;
	font-size: 90%;
	font-weight: normal;
}
.help_text a,
.discreet a {
	color: #989bff;
	text-decoration: none;
}
.help_text a:hover,
.discreet a:hover{
	text-decoration: underline;
	color: #0006B3;
}
.help_text{
	display: block;
}








img {
	vertical-align: bottom;
}


/* Contact Form */
fieldset{
	border-top: 2px solid #cccccc;
	padding-bottom: 25px;
}
legend{
	font-size: 14pt;
}
fieldset li{
	padding: 10px 0;
}
input.text{
	border: none;
	border-bottom: 1px solid #999999;
	width: 500px;
	display: block;
	float: right;
}
#contact_fields input.text{
	margin-right: 200px;
}
#additional_fields input.text{
	margin-right: 200px;
	width: 450px;
}
textarea, select{
	border: 1px solid #999999;
	float: right;
}
textarea{
	margin-right: 200px;
	width: 550px;
}
select{
	margin-right: 595px;
}
#content fieldset ul li{
	list-style: none;
}
fieldset#submit{
	border: none;
}
fieldset#submit legend{
	display: none;
}
fieldset#submit input{
	margin: 0 auto;
	display: block;
	background-color: #f1f1f1;
	color: black;
	font-size: 12pt;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.errormessage{
	display: block;
	color: #bd5151;
	font-weight: bold;
}
.required_note{
	text-align: right;
	font-style: italic;
}
.required{
	padding-left: 2px;
}










#footer{
	position: absolute;
	bottom: 10px;
	left: 60px;
	height: 20px;
	text-align: center;
	width: 860px;
	padding-top: 10px;
	margin: 20px auto 0 auto;
	border-top: 1px dotted #DDD;
	font-size: .9em;
}
#footer>*{
	margin: 0 10px;
}


























/*



http://www.studiodhome.com/

http://www.juliejaystaging.com/

http://www.urbannestdesigns.com/
*/


#home-banner{
	margin-top: -20px;
}

#home-columns{
	width: 100%;
	position: relative;
}
#home-columns>div{
	width: 450px;
	min-height: 400px;
	display: inline-block;
}
#home-copy{
	margin-top: 20px;
}
#home-images{
	position: absolute;
	right: 0;
	top: -40px;
	text-align: right;
}

blockquote{
	float: right;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	width: 335px;
	margin: 1em 40px;
	padding: 0.5em 10px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#home-images blockquote{
	margin-right: 20px;
}


.services-copy{
	margin-right: 300px;
}

.services-photos{
	width: 300px;
	position: absolute;
	right: 20px;
	padding-top: 20px;
	text-align: right;
}
.services-photos img{
	margin-bottom: 25px;
}


.bawrapper{
	display: inline-block;
	width: 33%;
	height: 430px;
}
.balinks{
	font-size: .9em;
}


.action{
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

.rss{
	background-image: url('http://ssecdn.net/rss.gif');
}

#likebox{
	position: absolute;
	right: 25px;
	top: 25px;
}
